/*
   CSS Document KBEV
   autor: David Yilma
   url: www.pedf.cuni.cz/kbio
*/

/* Global part ////////////////////////////////////////////////////////////////////////*/
.area_global {
	position: relative;
	top: 0px;
	left: auto;
	width: 58.8em;
	height: auto;
	margin: auto;
	z-index: 0;
}

/* Logo part //////////////////////////////////////////////////////////////////////////*/
.area_logo_line {
	position: absolute;
	top: 20px;
	left: -0.5em;
	width: 770px;
	height: auto;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid red;*/
}

.picture_logo {
	border: 0px;
}

/*Menu part ///////////////////////////////////////////////////////////////////////////*/
.area_menu_line {
	position: absolute;
	top: 16px;
	left: -0.5em;
	width: 11.7em;
	min-height: 50em;
	height: 50em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('../Images/menu.gif');
	background-repeat: no-repeat;
	z-index: 1;
	/*border: 1px solid red;*/
}

ul.area_menu {
	position: relative;
	top: 145px;
	left: 0em;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-position: outside;
	line-height: 1em;
	/*border: 1px solid blue;*/
}

.area_menu_select, .area_menu li a {
	display: block;
	position: relative;
	top: 0px;
	left: 23px;
	width: 9.3em;
	height: auto;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	color: rgb(0,0,0);
	margin: -2px 0px -2px 0px;
	padding: 4px 0px 4px 0px;
}

.area_menu li a:hover {
	width: 9.3em;
	height: auto;
	color: rgb(0,80,0);
	background: url(../Images/menu-element.jpg) no-repeat 0px;
}

.area_menu_select {
	color: rgb(0,80,0);
	text-decoration: none;
	background: url(../Images/menu-element.jpg) no-repeat 0px;
}

.area_news {
	position: absolute;
	top: 368px;
	left: 28px;
	width: 7.5em;
	height: 40em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid green;*/
}

.area_news_text p {
	position: relative;
	top: 0px;
	left: 0px;
	width: 86px;
	height: auto;
	line-height: 1.2em;
	font-size: 0.8em;
	text-align: left;
	color: rgb(255,255,255);
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background-color: rgb(1,51,0);
	border-bottom: 1px dotted rgb(0,150,0);
}

.area_news_text h3 {
	display: block;
	position: relative;
	left: 0px;
	width: auto;
	height: auto;
	text-align: right;
	font-size: 1em;
	color: rgb(255,255,255);
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 0px;
	background-color: rgb(0,30,0);
}

.area_news_text a {
	color: rgb(0,200,0);
}

.area_news_text img {
	position: relative;
	top: 0px;
	left: 20px;
	width: 32px;
	height: 31px;
	float: inherit;
	clear: both;
	margin: 10px 5px -5px 5px;
	border: 0px solid rgb(0,102,0);
}

.area_news_foot {
	position: relative;
	top: -5px;
	left: 0px;
	width: 7.5em;
	height: 3.4em;
	background: url(../Images/foot-news-background.jpg) no-repeat center;
	/*border: 1px solid red;*/
}

/*Submenu part ////////////////////////////////////////////////////////////////////////*/
.area_main {
	position: absolute;
	top: 130px;
	left: 9.3em;
	width: 50em;
	height: auto;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: rgb(215,240,209);
	z-index: 0;
}

.area_submenu_line {
	position: relative;
	top: 0px;
	left: 0px;
	width: 49.6em;
	height: 1.8em;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	background-color: rgb(1,51,0);
	z-index: 1;
}

ul.area_submenu {
	position: relative;
	top: 0px;
	left: 23px;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	line-height: none;
 list-style-type: none;
 line-height: inherit;
}

.area_submenu li {
	display: inline;
}

.active, .area_submenu li a {
	font-size: 0.75em;
	text-align: center;
	text-decoration: underline;
	color: rgb(255,255,255);
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 5px 10px;
	border-right: 1px solid rgb(215,240,209);
}

.area_submenu .active {
	text-decoration: none;
	color: rgb(0,80,0);
	border-right: 1px solid rgb(0,255,0);
	background-color: rgb(215,240,209);
}

.area_submenu li a:hover {
	text-decoration: none;
	color: rgb(0,80,0);
	padding: 3px 10px 5px 10px;
	border-right: 1px solid rgb(0,255,0);
	background-color: rgb(215,240,209);
}

.area_submenu_text {
	font-size: 0.85em;
	font-weight: bold;
	text-align: left;
	color: rgb(255,255,255);
	margin: 0px 0px 0px 15px;
	padding: 5px 5px 5px 15px;
}

/*Picture part ////////////////////////////////////////////////////////////////////////*/
.area_picture_line_1, .area_picture_line_2, .area_picture_line_3, .area_picture_line_4,
.area_picture_line_5 {
	position: relative;
	top: 0px;
	left: 0px;
	height: 90px;
	width: 635px;
	margin: 10px 0px 5px 0px;
	padding: 0px 3px 0px 3px;
	background: url('../Images/picture_frog.jpg') no-repeat left;
	border-top: 2px solid rgb(0,51,0);
	border-bottom: 2px solid rgb(0,51,0);
	z-index: 2;
}

.area_picture_line_2 {
	background: url('../Images/picture_people.jpg') no-repeat left;
}

.area_picture_line_3 {
	background: url('../Images/picture_flawer.jpg') no-repeat left;
}

.area_picture_line_4 {
	background: url('../Images/picture_rock.jpg') no-repeat left;
}

.area_picture_line_5 {
	background: url('../Images/picture_water.jpg') no-repeat left;
}

.picture_line {
	position: relative;
	top: 60px;
	left: 0px;
	height: auto;
	width: auto;
	font-size: 2.7em;
	font-weight: bold;
	text-align: right;
	color: rgb(215,240,209);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*Texts part /////////////////////////////////////////////////////////////////////////*/
.area_main_text {
	position: relative;
	top: 0px;
	left: 0px;
	width: 48em;
	height: 100%;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 5px 10px;
	z-index: 2;
	/*border: 1px solid red;*/
}

p {
	line-height: 1.5em;
}

p.text_box, .text_box {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	text-align: justify;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	background-color: rgb(202,255,202);
	border: 1px dashed rgb(0,102,0);
}

.text_box {
	margin: 5px 0px 5px 0px;
	padding: 0px 5px 5px 5px;
}

.text_box h2 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
}

.text_annotation {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	font-size: 0.7em;
	text-align: left;
	margin: -6px 0px -7px 0px;
	padding: 0px 0px 0px 0px;
}

.area_member {
	position: relative;
	width: auto;
	height: 130px;
	margin: 5px 5px 5px 5px;
}

.area_thumb {
	position: relative;
	top: 0px;
	left: 0px;
	width: 299px;
	height: auto;
	text-align: left;
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
}

.area_thumb h2 {
	margin: -5px 0px 0px 120px;
}

.photo_member, .photo_staff, .photo_album, .photo_excursion {
	position: relative;
 top: 0px;
 left: 0px;
 float: left;
	width: 93px;
	height: 123px;
	margin: 5px 5px 5px 5px;
	border: 1px solid rgb(0,102,0);
}

.photo_staff {
	width: 200px;
	height: 140px;
 margin: 0px 20px 5px 5px;
}

.photo_album {
	width: 100px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 25px 10px 0px;
}
.photo_excursion {
	width: 150px;
	height: 90px;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 10px 0px;
}

.table_form {
	width: 100%;
	height: auto;
	border: 0px solid rgb(0,0,0);
}

.table_form td {
	border: 0px solid rgb(0,0,0);
}

/*Foot part ///////////////////////////////////////////////////////////////////////////*/
.area_foot_line {
	position: relative;
	bottom: 0px;
	right: 0px;
	width: 50em;
	height: 100px;
	clear: both;
	background: url(../Images/foot.jpg) no-repeat right;
	z-index: 2;
}

ul.area_foot_menu {
	position: relative;
	top: 61px;
	left: 0px;
	width: 35em;
	height: auto;
	font-size: 0.8em;
	color: rgb(0,0,0);
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	list-style-type: none;
 line-height: inherit;
	/*border: 1px solid blue;*/
}

.area_foot_menu li {
	display: inline;
}

.area_foot_text {
	position: relative;
	top: 66px;
	left: 0px;
	width: 35em;
	height: auto;
	font-size: 0.8em;
	color: rgb(0,0,0);
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	/*border: 1px solid red;*/
}

/* Tags //////////////////////////////////////////////////////////////////////////////*/
body {
 font-family: helvetica, arial, sans-serif;
	font-size: 0.8em;
	color: rgb(0,0,0);
	background-color: rgb(52,102,51);
}

h1 {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: rgb(0,80,0);
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 0px 24px;
	background: url('../Images/title.jpg') no-repeat left;
	/*border: 1px solid red;*/
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: rgb(0,0,0);
	margin: 30px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

table {
	width: 100%;
	height: auto;
	border-spacing: 0px;
	border: 1px solid rgb(0,0,0);
}

caption {
	font-weight: bold;
	color: rgb(255,255,255);
	background-color: rgb(0,51,0);
	padding: 5px 5px 5px 5px;
}

tr.highlight {
	color: rgb(0,0,0);
	background-color: rgb(202,255,202);
}

td, th {
 text-align: left;
 border: 1px solid rgb(0,0,0);
	padding: 5px 5px 5px 5px;
}

th {
	color: rgb(0,0,0);
	background-color: rgb(202,255,202);
}

.FormButtons {
 text-align: center;
}

ul {
	line-height: 1.5em;
	list-style-type: square;
	list-style-position: inside;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}

ol li {
	margin-bottom: 5px;
	line-height: 1.5em;
}

strong {
	font-weight: bold;
}

img {
	border: 0px;
}

a {
	color: rgb(0,102,0);
}

a:hover {
	text-decoration: none;
	color: rgb(51,153,0);
}

