/* css file az MTA Balatoni Limnologiai Kutatóintezet honlapjához */
/* Ez a file NotePad+-al keszult, készítette Balázs Boldizsár */

@charset "windows-1252";



/* Az oldal geometriai felépítése*/  

body {
	margin: 0;
	background-color: #FFFFCC;
	float: left;
}

#lap {
	margin: auto;
	width: 630px;
	float: left;
}


#fejlec {
	float: right;
	height: 20px;
	position: relative;
	width: 630px;
}   

#tartalom {
	float: left;
	width: 630px;
}  


/* Az oldal design elemei */  
/* A fejlec elemei*/
#fejlec {
	background-color: #FFCC66;
	border-bottom: 2px solid #000000;
}


#fejlec p {
	color: #000000;
	font-family: Verdana,sans-serif;
	font-size: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 14px;
	margin-left: 22px;
	margin-top: 2px;
}


/* A tartalom elemei*/
#tartalom {
	background-color: #EBECEF;
	font-family: Verdana,sans-serif;
	font-size: 12px;
}   


table {
	width: 100%;
	border-collapse: collapse;
}

tbody th {
	font-weight: normal;
	text-align: left;
}

th, td {
	padding: 2px 5px;
	border: 1px solid white;
}

td {
	text-align: left;
}

.noborder {
	border-top: none;
	border-bottom: none;
}

.odd {
	background: #e8e5cf;
}
.even {
	background: #d6d1aa;
}
.activerow {
	background: #c2bb7e;
	cursor: default;
}

a { 
	font-weight: bold;
	text-decoration: none;
}
a:link, a:visited {
	color: #5a511e;
}
a:hover { 
	color: white; 
}


