
body,form {
	padding:0;
	margin: 0;
}

body,form,td,p,div,input {
	font-size: 11px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}



#page {
    padding: 0px;
    margin: 0px;
}


/* pasek nawigacyjny */
ul#navi, #navi ul {
	font-weight: bold;
	padding: 0;
	margin: 0;
	background: black;
	list-style:none;
}


#navi li {
	position: relative;
	float: left;
	padding: 0;
	width:auto;
	color: white;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 14px;
}
#navi li:hover, #navi li.over {
	background-color: #777;
}
#navi li ul {
	display: none;
	position: absolute;
	top: 24px;
	left: 0px;
	width: 170px;
}


#navi li ul li {
   	border-bottom: solid 1px #555;
        width:150px;          
	z-index: 10;
	background: #666;
	margin:0;
	margin-left: 10px;
}
#navi li:hover ul,#navi li.over ul {
	display: block;
}

#navi li a {
	display: block;
}

/* tabs */

#tabs {
    color: Maroon;
    background: black;
    width: 100%;
    border: solid 1px black;
}

#tabs a {
    text-decoration: none;
    color: white;
}

#tabs table {
}

#tabs td {
    vertical-align: bottom;
}

#tabs div {
    white-space: nowrap;
}

.tab {
    padding: .2em .5em;
}

.tab-selected {
	color: white;
	padding: 0.25em 1em;
        display: block;
		 
}

.tab-separator {
    border-bottom: solid 1px #BB9999;
}

.tab-pre-separator {
    width: 25px;
    border-bottom: solid 1px #BB9999;
}

td.tab-post-separator {
    width: 100%;
}





/* breadcrumb */

#breadcrumb {
    padding: 3px 0px 3px 30px;
    background-color: #FFEEEE;
    border-top: solid 1px #BB9999;
    border-bottom: solid 1px #BB9999;
    font-size: 80%;
}

#breadcrumb a {
    text-decoration: none;
    color: Maroon;
}

#search {
    font-size: 80%;
    margin-right: 10px;
    float: right;
    position:relative;
    top:-20px;
}

input.searchfield {
    font-size: 80%;
    background-color: #ffffff;
    border: 1px solid #BB9999;
}

input.searchsubmit {
    font-size: 80%;
    color: Maroon;
    background-color: #FFEEEE;
    border: 1px solid #BB9999;
}

input.searchsubmit:hover {
    background-color: #DDBBBB;
}

/*
#search a {
    text-decoration: none;
    color: Maroon;
}
*/

/* body */

#body {
    border: none;
    padding: 0 3em 1em 1em;
    margin-left: 0;
}

#main {
/*
    float: left;
    width: 80%;
*/
}



div#header {
	background: #b03060;
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-y;
	padding: 5px 20px;
	font-weight: bold;
	font-size: 140%;
	letter-spacing: 0.1em;;

	
}

.crossheading { font-weight: bold; font-size: 110%; }

table.simple {
    border-collapse: collapse;
/*
    background-color: #909090;
    border-color: #909090;
*/
    width: auto;
}

td.simple {
    font-size: 80%;
    padding: 3px;
    background-color: White;
    border: solid 1px Navy;
    vertical-align: top;
}

img.simple {
}

#publication-title {
    font-weight: bold;
    font-size: 20px;
    vertical-align: bottom;
    padding-left: 25px;
    padding-bottom: 15px;
    color: Maroon;
}

#project-logo {
    padding: 10px 20px 0px 0px;
    text-align: right;
}

.media {
    text-align: center;
    padding: 10px;
}

.caption {
    padding: 5px;
    text-align: center;
    font-style: italic;
    font-size: 80%;
}

.abstract {
    font-weight: bold;
}

h1 {
    font-size: 120%;
    color: Maroon;
}

h2 {
    font-size: 100%;
    color: Maroon;
    border-bottom: solid 1px #BB9999;
    margin-top: 30px;
}

.asset { 
    display: block;
    color: #000;
    font-size: 10px;
    margin: 10px 10px 10px 5px;
}

#footer {
    padding: 5px;
	font-size: 60%;
    text-align: right;
    border-top: solid 1px #BB9999;
}


div.partnerzy {
	text-align:center;
	padding: 1em;
	vertical-align:top;
	border-left: solid 1px  #b03060;
	margin: 0 1em;
	height: 400px;
	
}

a img {
	border: none;
}


#homepage td {
	vertical-align: top;
}



/* Menu po lewej stronie */
#menu {
        margin: 2em;
        width: 80%;
        border: solid 1px black;
	background: #FFEEEE;
}
#menu a {
    text-decoration: none;
}
#menu a:hover,#menu a.over {
    text-decoration: underline;
}
#menu ul {
	margin-top:0;
	margin-bottom:0;
	padding-left:0.6em;
	list-style: none;
}
#menu li {
	margin-left: 0.5em;
	font-weight: bold;
}

.img-right {
	float: right;
}

.more {
	text-align:right;
	float: right;
}

