/* ------------- */
/* Standard Tags */
/* ------------- */
body{
	font-family: Verdana,Arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	background: #ffcc00 url(../img/pozadi.jpg) left top repeat;
	color:#000000;
	line-height:1.2em;
	margin: 10px;
	padding: 0px;
	min-width: 1000px;
}

img{
	border: 1px none;
}

/* ------ */
/* Layout */
/* ------ */

/* timto si najdu stred stranky */
.halfpage{
	position: absolute;
	left: 50%;
	width: 1px;
}

/* blok do ktereho dam celou stranku a bude uprostred.
left = -(width/2) */
.mainpage{
	position: absolute;
	left: -375px;
	width: 750px;
}

.header{
	margin: 15px 0px 0px;
	background: rgb(140, 18, 17);
	min-height: 75px;
	text-align: center;
	vertical-align: middle;
}

.header img.logo{
	clear: both;
	float: none;
	margin: 2px;
	border: 1px solid;
	
border-color:1px solid rgb(214,189,57);

}


/* Tady je barevna a rozmerova definice toho menu */

#menuh-container{
	width: 750px;
}

#menuh{
	width: 750px;
	height: 28px;
	background: maroon url(../img/menu_bg.png) repeat-x left;
	color: #d6ad39;
	font-weight: bold;
	text-align: justify;
	left: 0px;
	padding: 0px;
	margin: 1px;
	font-size: 11px;
	text-color: #ffcc99;
	vertical-align: middle;
	font-variant: normal;
	font-style: regular;
}

#menuh a:link, #menuh a:visited, #menuh a:active, #menuh a:hover{
	background: none;
	color: #ffcc99;
	border: 0px none;
}

#menuh ul{
	width: 14%;
	padding: 1px 0px;
	height: 34px;
}

#menuh li{
	vertical-align: middle;
}

/* konec predefinovani menu */

.mainframe{
	margin: 40px 0px 0px;
	width: 748px; /* o border uzsi */
	border: 1px solid #F8A749;
	background-color: #330000;
	min-height: 400px;
	color: #fea400;
}

.textblock{
	margin: 10px;
	padding: 5px;
	background-color: white;
	width: 718px; /* ma margin vuci .mainframe a tento blok ma i padding */
	min-height: 388px;
	font-variant: normal;
}

.footblock{
	width: 728px;
	border: 0px solid black;
	padding: 20px 10px;
	text-align: center;
	color: #9a9a9a;
}

/* styly pro odkazy, ktere budou fungovat jen uvnitr bloku "footblock" */
.footblock a:link,.footblock a:visited, .footblock a:active{
	color: #9a9a9a;
	text-decoration: none;
} 

.footblock a:hover{ /* chovani odkazu nad nejz najede mys */
	color: #cdcdcd;
	text-decoration: underline;
}