/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(obr/prouzek.jpg);
	background-repeat: repeat-y;
	background-position: center;
} 
 
#pagewidth{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
} 
 
#header{
	position:relative;
	height:20px;
	width:800px;
} 
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:800px;
	color: #000;
	text-align: justify;
	font-family: Verdana, Arial, tahoma;
	font-size: 12px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
 
 
#footer{
	height:20px;
	clear:both;
	margin-top: 35px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #F00;
	font-family: Verdana, Arial, tahoma;
	font-size: 10px;
	color: #006699;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 20px;
 } 
 
a {
	font-size: 12px;
	font-weight: bolder;
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	background-color: #006699;
}

h1 {
	color:#F00;
	font-size: 24px;
	font-weight: bolder;
	white-space: nowrap;
}

/*h2 {
	color:#F00;
	font-size: 18px;
	font-weight: bolder;
}*/

h2 {
	color:#006699;
	font-size: 14px;
	font-weight: bold;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

