html {
	font-family: verdana, Geneva, Helvetica, sans-serif, arial;
    overflow-y: scroll;
	}

.header {
	width: 950px;
	height: 60px;
	background-color: #5b9831;
	border: 5px #5b9831 solid;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	}

#logo {
	float: left;
	width: 129px;
	height: 48px;
	padding-right: 10px;
	border-width: 0px;
	}
	
#name, #logo {
	padding-top: 10px;	
	}
	
#name {
	color:white;
	font-size: 30px;
	font-weight: bold;
	margin-top: -22px;
	}


#head_img {
	float: left;
	border: 0px;
	border-left-width: 5px;
	border-right-width: 5px;
	border-color: #5b9831;
	border-style: solid;
	width: 950px;
	height: 150px;
	background-color: white;
	margin-left: -5px;
	}
	
#map {
	float: right;
	margin-top: -250px;
	margin-right: 50px;
	}

.menubar {
	float: left;
	background-color: #5b9831;
  	height: auto;
 	width: 950px;
	border: 0;
	border-color: #5b9831;
	border-left-width: 5px; 
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-style: solid;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	padding-top: 5px;
	}
 
.menubar ul {
	margin: 0px;
	padding: 0px;
	}
	
.menubar ul li {
	display: inline;
	float: left;
	list-style: none;
	margin-left: 0px;
	position: relative;
	text-align: center;
	width: 120px;
	padding-bottom: 3px;
	border: white solid;
	border-width: 0 2px 0 0;
	}

.menubar ul li a {
	color: white;
	text-decoration: none;
	}
 
.menubar ul li a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
			
	
.menubar li ul {
	background-color: #5b9831;
	border: 0px #5b9831 solid;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	display:none;
	left:0px;
	margin:3px 0 0 0;
	padding: 0 0 5px 0;
	position:absolute;
	top:18px;
	}
	
.menubar li:hover ul {
	display: block;
	width: 120px;
	}
 
.menubar li li {
	list-style: none;
	display: list-item;
	padding: 3px 0px 3px 0px;
	border: 0px;
	}
 
.menubar li li a {
	color: white;
	text-decoration: none;
	}
 
.menubar li li a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
		
.submenu {
    background-image: url("../images/down_hover.gif");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right:15px;
}	

.facebook {
    margin-left: 10px;
}

.webpage {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	}
	
.page{
	float: left;
	width: 935px;
	padding-top: 20px;
	padding-left: 10px;
   padding-right: 10px;
	}
	
.page p {
	padding-left: 10px;
	padding-right: 10px;
	}
	
.page h2 {
	color: #5b9831;	
	}

.page h3 {
	color: white;
	background-color: #5b9831;
	padding: 10px 0 10px 5px;	
	}
	
.page h4 {
	color: #5b9831;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 1.2em;
	border-left: 4px solid #5b9831;
	padding-left: 10px;
}
	
/*.page h4 {
	color: #5b9831;	
	margin-bottom: -.5em;
	}*/
	
.page a {
    color: #5b9831;
    text-decoration: none; 
    border-bottom: 1px dotted #5b9831;
    }

.page a:hover {
    color: black;
    border-bottom: 1px dotted black;
    }

.page ul li {
    padding-bottom:.5em;	
}
    
.footer {
	float: left;
	width: 960px;
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: center;	
	border-top: 2px #5b9831 solid;
	}

.footer a {
    color: #5b9831;
    text-decoration: none; 
    border-bottom: 1px dotted #5b9831;
    }
    
.footer a:hover {
    color: black;
    border-bottom: 1px dotted black;
    }

.people_tree {
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;
	}

.people_tree td {
	width: 130px;
	text-align: center;	
	}
	
.people_tree a {
	color: black;	
	}
	
.people_tree a:hover {
	color: #5b9831;	
	}
	
.people_tree a:visited {}
	
.people_tree img {
	height: 100px;
	width: auto;
	border: 3px #5b9831 ridge;
	}	

.offer {
	float:left;
	height: 400px;	
	}

.offer p{
	float:left;
	width: 600px;
	}

.offer img {
	width: auto;
	height: 300px;
	width: 300px;
	margin:10px;
	}
	
.publications{
	width: 940px;
	}

.publications th{
	background-color: #5b9831;
	padding: 3px 0 3px 5px;
	color: white;
	height: 25px;
	}

.publications td{
	padding: 3px 10px 3px 10px;
	}

.publications .even td{
	background-color: #D4FCD4;
}

#year_menu{
	text-align: center;
	padding-bottom: 20px;
	}

#year_menu a{
	display: inline-block;
	width: 50px;
	height: auto;
	padding: 3px;
	margin-bottom: 3px;
	text-decoration: none;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: white;
	color: white;
	background-color: #5b9831;
	}

#year_menu a:hover{
	color: white;
	font-weight: bold;
	text-decoration: none;	
	}

.vlajky {
	display: inline;
	width: 20px;
	height: 13px;
	margin-left: 750px;
	}

.vlajky a {
	padding: 3px;
	}

.vlajky a img{
	border-width: 0px;
	}


.container {
	overflow: hidden;
}

.list-image {
	float: right;
	margin-left: 15px;
	padding-top:20px;
	width: 500px;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

thead {
	background-color: #5b9831;
	color: white;
}

th, td {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

th {
	font-weight: bold;
	position: sticky;
	top: 0;
}

tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}

tbody tr:hover {
	background-color: #f0f8ff;
}

.student-name {
	font-weight: bold;
	color: #333;
}

.thesis-title {
	font-style: italic;
}

.supervisor {
	color: #666;
}

.link {
	text-align: center;
}

.link a {
	color: #5b9831;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #5b9831;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.link a:hover {
	background-color: #5b9831;
	color: white;
}
