body
{
	margin:0;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	text-align: center;
	padding: 0;
	font-size: small !important;
	background: url(../images/layout/bg-body.png) center top repeat-x #f0c777;
	color:#ffffff;
}
* {
	padding: 0;
	margin: 0;
	border: 0px none;
}
.invisible {
     position:absolute;
     top:-2000px;
     left:0;
     width:1px;
     height:1px;
     overflow:hidden;
}
br.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
p {
	line-height:1.5em;
}

/*Nadpisy*/
h1 {
	color:#6f410f;
	height:38px;
	overflow:hidden;
	font-size:1.6em;
	background:url(../images/layout/bg-h1.png) left top no-repeat;
	font-weight:normal;
	line-height:38px;
	margin-left:-12px;
	padding-left:7px;
	margin-bottom:1em;
	margin-top:1em;
}
h2 {
	font-size:1.4em;
	padding-bottom:0.5em;
	color:#e8e2b6;
	font-weight:normal;
}
h3 {
	font-size:1.2em;
	padding-bottom:0.5em;
}
h4 {
	color:#efc676;
	font-size:1.6em;
	font-weight:normal;
	margin-right:-9px;
	text-align:right;
	padding:30px 10px 5px 0px;
	border-bottom:2px dashed #e7a845;
	margin-bottom:20px;
}
h5 {
	font-size:1em;
	padding-bottom:0.5em;
}
/*Nadpisy*/


/*Header*/
#header {
	height:296px;
	background:url(../images/layout/bg-header.jpg) left top no-repeat #e1e1c4;
	width:820px;
	margin:0px auto;
	text-align:left;
}
a.logo{
	color:#6f410f;
	font-weight:bold;
	font-size:3em;
	display:block;
	cursor:pointer;
	text-decoration:none;
	position:relative;
	overflow:hidden;
	width:198px;
	height:71px;
	float:left;
	margin-top:9px;
	margin-left:58px;
	_margin-left:28px;
}
a.logo span{
	display:block;
    position:absolute; left:0; top:0; z-index:1;
	background:url("../images/layout/logo.png") top left no-repeat;
	width:198px;
	height:71px;
}
a.logo:hover {
	text-decoratio:none;
}
a.logo:hover span{
	background-position:-252px;
}
#main-menu {
	padding-top:82px;
	list-style-type:none;
}
#main-menu li{
	margin-bottom:4px;
	margin-left:31px;
}
#main-menu li a{
	display:block;
	height:27px;
	background:url(../images/layout/bg-main-menu.png) left top no-repeat;
	width:202px;
	padding-right:10px;
	margin-bottom:4px;
	color:#f7f1d7;
	text-decoration:none;
	line-height:27px;
	font-weight:bold;
	padding-left:18px;
}
#main-menu li a.act, #main-menu li a:hover{
	background-position:-270px;
}
/*Header*/

/*Main*/
#main {
	width:741px;
	background:url(../images/layout/bg-main-wrapper.png) left top repeat-y #cd570d;
	padding:0px 59px 20px 60px;
	margin:0px auto;
	text-align:left;
}

/*Left-column*/
#left-column {
	background:url(../images/layout/bg-left-column.png) left top repeat-x #9c3a0b;
	min-height:486px;
	_height:486px;
	width:487px;
	float:left;
	padding:0px 15px;
}
#left-column a{
	color:#e7a506;
	font-weight:bold;
}
#left-column a:hover{
	color:#ebd193;
	}
#left-column p{
	padding:0.5em 0em 0.5em 0em;
	}
#left-column img.float_right{
	float:right;
	border:2px solid #c0734e;
	padding:4px;
	margin:0em 0em 0.5em 0.5em;	
	}
#left-column p.p-nopadding{
	padding:0em 0em 0em 0em;
	}
#left-column p.predel {
	margin-top:7px;
	border-top:1px dashed #bf8e18;
	line-height:1em;
}
#left-column .poznamka {
	font-size:0.85em;
}
#left-column .fotogalerie a img{
	border:2px solid #c0734e;
	padding:4px;
	margin:10px 5px;
}
#left-column .fotogalerie a:hover img{
	border:2px solid #efc676;
}
#left-column input, #left-column textarea {
	padding:3px;
	background-color:#efdf97;
	border:2px solid #e5c278;
	color:#7b570b;
}
#left-column input.submit {
	padding:4px;
	color:#7b570b;
	font-weight:bold;
	cursor:pointer;
}
#left-column input.submit:hover {
	background-color:#bb8104;
	color:#ffffff;
}
/*Left-column*/

/*Right-column*/
#right-column {
	background:url(../images/layout/bg-right-column.png) left top repeat-x #cd570d;
	margin-left:517px;
	min-height:506px;
	_height:506px;
	padding:0px 12px;
	color:#e8e2b6;
	font-size:0.9em;
}
#right-column .diskuse-predel{
	margin-top:7px;
	border-top:1px dashed #a52d0a;
	line-height:1em;
}
#right-column a{
	color:#ffffff;
	font-weight:bold;
}
#right-column a:hover{
	color:#f5e0d3;
}
/*Right-column*/
/*Main*/

/*Footer*/
#footer {
	height:45px;
	overflow:hidden;
	width:820px;
	margin:0px auto;
	background:url(../images/layout/bg-footer.png) left top no-repeat #e1e1c4;
	padding-top:15px;
	color:#9f793c;
}
#footer a{
	color:#7a5214;
}
#footer a:hover{
	color:#b9955b;
}
/*Footer*/

