body{
	margin-left:auto;
	margin-right:auto;
 	text-align:center;
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
 	background: #c2c2c2 url(img/drak.gif) no-repeat fixed center;;
}
a{
	color:black;
}
#container{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
#container_right a[href ^="http://"], #container_center a[href ^="http://"]{
	background: url(img/external.png) center right no-repeat;
	padding-right: 16px;
}
#hlavicka{
	top: 15px;
	height:72px;
	padding-left:30px;
	padding-top:8px;
	text-align: left;
	font-size: 20px;
	font-stretch: expanded;
	background: url(img/logo_poz.gif);
	margin-bottom:5px;
}

#container_left{
	float:left;
	width:150px;
}

#container_right{
   float:right;
	width:150px;
}

#container_center{
	margin-left:160px;
	margin-right:160px;
	padding:20px;
	text-align:justify;
	background: #d8d8d8 url(img/drak.gif) no-repeat fixed center;
	min-height: 400px;
	height: expression(this.scrollHeight < 400? "400px" : "auto" );
}

.menubox{
	width:100%;
	border: thin dotted;
	padding-bottom:10px;
	margin-bottom:20px;
	text-align:center;
}
#menu{
	text-align:left;
	font-weight:bold;
}
.menubox_header{
	width:144px;
	height:19px;
	margin-left:auto;
	margin-right:auto;
	background: #3f3f3f url(img/nadpis_ovladani.gif);
	color:white;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}
h1{
	text-align:center;
	font-size:200%;
}
/***********************Stranky***********************/
#source{
	width:100%;
	overflow:auto;
	background:#dadada;
}

