@charset "utf-8";
.left{ float:left}
.right{ float:right}
.clear{ clear:both}
body {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0;
	padding:0;
	color:#FFF;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif; width:100%;
}
#container{ width:903px; margin:0 auto; }
#toparea{
	background-image: url(hlavicka.jpg);
	background-repeat: no-repeat;
	width:903px; height:458px;
}
#toparea_projekty{
	background-image: url(hlavicka_projekty.jpg);
	background-repeat: no-repeat;
	width:903px; height: 170px;
}
#menubg{
	background-image: url(menu-bg.png);
	/*background-repeat: repeat-x;*/
	 height:200px; position:absolute; bottom:0px; left:0px; width:100%;
	padding-top: 20px;
}
#menubg h2 {
	margin-bottom: 20px;
}
#projects {
	padding-bottom: 10px;
	border-bottom: #FFF 1px solid;
}
#info{ width:880px; margin:0 auto;}
#info table{ float:right; margin-top:10px}
#info td{ padding:3px 10px}
#info p{ float:left; width:620px; margin:0px; padding:13px 0px 30px 10px;}

a, a:link, a:visited
{
	color:#fff;
	text-decoration:none;
}

a:not(.noUnderline):hover
{
	color:#fff;
	text-decoration:underline;
}
.projekty {
	background-image: url(menu-bg.png);
	padding: 20px;
}
.projekty h2 {
	margin-bottom: 15px;
}
.projekty span {
	line-height: 5vh;
    font-size: 17px;
}
