@charset "utf-8";
/* CSS Document */

body {
font-family: Calibri,Verdana,sans-serif;
font-size:100%;
background:#3399cc;
margin:0;
padding:5px 0;
text-align:center;
min-width: 970px;
}
#hlavni {
width:960px;
margin: 0 auto;
text-align:left;
background:#3399cc;
}

#hlavicka {
	width: 960px;
	height: 60px;
	background-repeat:repeat-x;
	background:url(img/top.jpg);
}

#leftcorner {
	width:60px;
	height:60px;
	float:left;
	background-repeat:no-repeat;
	background:url(img/lefttop.jpg);
}

#rightcorner {
	width:60px;
	height:60px;
	float:right;
	background-repeat:no-repeat;
	background:url(img/righttop.jpg);
}

#center {
	width:960px;	
	background:url(img/center.jpg) repeat-y;
	padding: 5px 60px 5px 60px;
}


#obsah {
	width:840px;
	background:#FFF;
	color: #006699;
}

#pages {
	width:670px;
	background:#FFF;
	float: left;
	border-right:dotted #33ccff;
}

#bottom {
	width: 960px;
	height: 60px;
	background-repeat:repeat-x;
	background:url(img/bottom.jpg);
	color: #33ccff;
	
}
#bottom_text {
	width: 840px;
	height:60px;
	float:left;
}



#leftcornerbottom {
	width:60px;
	height:60px;
	float:left;
	background-repeat:no-repeat;
	background:url(img/leftbottom.jpg);
}

#rightcornerbottom {
	width:60px;
	height:60px;
	float:left;
	background-repeat:no-repeat;
	background:url(img/rightbottom.jpg);
}

#logo{
	/*329px*/
	width : 840px;
	height : 150px;
	margin-right:5px;
	margin-top:5px;
	padding-left::506px;
}

#menu{
	border-bottom:dotted #33ccff;
	height:25px;
	margin-top:10px;
	margin-bottom:0px;
	color: #33ccff;
	font-size:18px;
	width:840px;
}
#menu a{
	color: #33ccff;
	font-size:18px;
	text-decoration:none;
	margin:10px;
}

#menu a:hover {
	color:#F00;
}

#news {
	float:right;
	min-height:550px;
	width:160px;
	
}

#news p{
	margin:5px;
}

#news img{
	border:dotted #33ccff;
}

#news img:hover{
	border:dotted #F00;
}

.news {
	float:right;
	margin:0px;
	margin-right:60px;
}

#news h3{
	color: #33ccff;
	font-size:16px;
	font-style:normal;
	text-align:center;
}

a{
	color:#3399cc;
	text-decoration:none;
}
a:hover{
	color:#F00;
}

.img{
	border:medium #F00;
}

.clear {
  clear: both;
}

.oblicej{
	width:200px;
	/*border:#F00 2.5px inset solid;*/
	float:left;
}
.oblicej img{
	border:solid 1px #33ccff;
}
.oblicej img:hover{
	border:solid 1px #F00;
}

#info{
	width:435px;
	float:left;
}
.float_left{
	float:left;
}


	
			
	


