body {
	font-family: Arial, Tahoma, sans-serif;
	font-size: small;
	background: #32373a url('../img/layout/backfoto.png') repeat-x top center;	
}

a {
color: #000;
text-decoration: none;
}

a img { border: 0; }

#container {
	width: 1003px;
	margin: 0 auto;
	background: #B54321;
	border: 2px solid #FEFEFF;
}


#layout_top {
	background: url('../img/layout/top.jpg') -2px -15px;
	height: 309px;
	padding-top: 1px;
}
#layout_top #top_menu {
	margin-top: 114px;
	margin-left: 450px;
	margin-right: 20px;
	font-size: 90%;
	text-align: right;
}
#layout_top #top_menu a {
	color: white;
	text-decoration: none;
}



#layout_bottom {
	border-top: 0;
	padding: 1px 5px 2px 5px;

	margin-top: -0px;
}
#layout_leftcenter {
	float:left;
	background: #aa9f8e;
	border-right: 3px solid #000;
	
	_height: 400px;
	min-height: 400px;
	width: 672px;

	margin-top: -1px;
}
#layout_left {
	float: left;
	width: 195px;
}

#layout_left #leftmenu {
	margin: 0;
	padding: 0;
}
#layout_left #leftmenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #aa9f8e url('../img/layout/menu.png') 10px 3px no-repeat;
	border-bottom: 1px solid #000;
}
#layout_left #leftmenu a {
	display: block;
	width: 145px; height: 22px;
	text-decoration: none;
	color: black;
	padding: 6px 0 0 50px;
}
#layout_left h6 {
	background: #837B68;
	color: #FEFFFF;
	margin: 0;
	padding: 10px 5px;
	border-top: 2px solid #FEFFFF;
	font-size: 160%;
}
#layout_left p {
	margin: 0;
	padding: 1em 5px;
}

#obsah {
	float: right;
	width: 474px;
	border-left: 3px solid #000;
}
#layout_odkazy {
	clear: both;
	border-top: 3px solid #000;
	height: 146px;
	width: 672px;
	overflow: hidden;
}
#layout_odkazy a {
	text-decoration: none;
	display: block;
	height: 146px;
	float: left;
	border-right: 3px solid #000;
}
#layout_odkazy #layout_odkaz1 {
	width: 195px; background: url('../img/layout/ramecek1.jpg');
}
#layout_odkazy #layout_odkaz2 {
	width: 235px; background: url('../img/layout/ramecek2.jpg');
}
#layout_odkazy #layout_odkaz3 {
	width: 235px; background: url('../img/layout/ramecek3.jpg'); border-right: none;
}


#layout_right {
	float: left;
	width: 295px;
	padding: 10px;
}

#layout_zapati_linka {
	clear: both;
	overflow: hidden;
	height: 3px;
	background: #000;
	margin-top: -1px;
}
#layout_zapati {
	clear: both;
	background: #8e8d8d;
	border-top: 3px solid #851600;
	border-bottom: 3px solid #851600;
	
	text-align: center;
	font-size: 90%;
	color: #fff;
	padding: 1px 0 3px;
	margin: 0;
}

/* --- pravy sloupec --- */

#layout_right h3.new {
color:#fff;
}

#layout_right form {
	margin: 2em 0 0 28px;
}
#layout_right label {
	display: block;
	float: left;
	clear: left;
	width: 88px;
	color: white;
	font-weight: bold;
	margin-bottom: 5px;
}
#layout_right form input {
	display: block;
	margin-bottom: 15px;
	border: 0; padding: 2px;
}
#layout_right form textarea {
	border: 0; padding: 3px;
}
#layout_right form input.submit,
#layout_right form input.reset {
	float: right;
	background: #038C00;
	border: 0;
	margin: 3px;
	padding: 5px 10px;
	color: white;
}
#layout_right form input.reset {
	background: #D70101;
}

/* --- konec pravy sloupec --- */

.strong { font-weight: bold !important; }
.center { text-align: center !important; }
.fleft { float: left; }
.clear { clear: both; }
.right { text-align: right; }
.clear_hidden { clear: both; overflow: hidden; height: 1px;}

