body{
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 11px;
	text-align: center;
}		

h2{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h3{
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

p{
	margin: 0;
}

img{
	border: none;
	behavior: url("css/pngbehavior.htc");
}

#page{
	width: 800px;
	height: 600px;
	background: #fff;
	margin: auto;
	margin-top: 17px;
	text-align: left;
	overflow: hidden;
}

#header{
	width: 780px;
	height: 115px;
	margin: 10px;

}

#content{
	margin: 10px;	
}

#content_text{
	float:right;
	width: 585px;
	height: 405px;
	overflow: auto;
	/*margin-left: 15px;*/
	padding: 0 15px 0 10px;
}

#menu{
	width: 160px;
	/*_height: 405px;*/
	height: 370px;
	padding-top:35px;
}

#buttons a{
	display: block;
	width:160px;
	height: 22px;
}

#buttons a span {
	visibility: hidden;
}

#menu_bottom{
	width: 780px;
	height: 30px;
	margin: 10px;
	text-align: center;
}

#menu_bottom a{
	margin: 20px; 
	color: #fff;
	text-decoration: none;
}

#menu_bottom a:hover{
	text-decoration: underline;
}

#menu_bottom p{
	height: 20px;
	margin: 9px 0 0 0; 
} 

#navigace{
	font-size: 11px;
	padding-bottom: 10px;
}

.cleaner{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

#footer{
	margin: auto;
	width: 800px;
	padding: 4px;
	color: #fff;
	font-size: 9px;
}

#footer a{
	color: #eee;
	text-decoration: none;
}

#footer a:hover{
	color: #ff7c00;
}
	

