@import url("menu.css");
@import url("master.css");
@import url("modules.css");


#box{
	background: #fff url(../images/box.gif) repeat-y;
	margin: 10px auto;
	width: 950px;
	position: relative;
	text-align: left;	
}
#header{

	background: #f7410c url(../images/header.jpg) no-repeat top right;
	position: relative;
	height: 120px;	
}




#logo{
	position: absolute;
	top: 23px;
	left: 9px;
}

#main { 
	float:left; 
	width:738px;  
	background: url(../images/main.gif) no-repeat top left;
	padding-top: 5px;
}
#content { 
	float:right; 
	width: 486px; 
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 20px 10px 20px;
	background: url(../images/content.gif) repeat-y left;
	line-height: 1.5em;
}


#nav { 
	float:left; 
	width:208px; 
	overflow: hidden;
	padding-left: 4px;
}
#extra { 
	float:right; 
	width: 208px; 
	overflow: hidden;
	background: url(../images/extra.gif) no-repeat top left;
	padding-top: 15px;
	padding-right: 4px;
}

#nav h3.nadp{
	background: #fff;
	border-left: 1px solid #edc995;
	border-bottom:  1px solid #edc995;
	padding: 4px 0 5px 11px;	
	color: #c53810;
	font-weight: bold;
}

.mini_box{
	padding: 20px 10px;
	color: #310000;
}
#extra h3.nadp{
	background: #fff;
	border-right: 1px solid #edc995;
	border-bottom:  1px solid #edc995;
	padding: 4px 0 5px 11px;	
	color: #c53810;
	font-weight: bold;
}
#extra h3.nadp a{
	color: #c53810;
	text-decoration: none;
}





#drobky{
	width: 928px;
	font-size: 85%;
	padding: 10px 10px 10px 12px;
	background: #000;
	text-align: left;
	display: block;
}
#drobky  li{
	list-style-type: none;
	display: inline;
	padding-right: 14px;
	padding-left: 6px;
	background: url(../images/drobky.gif) no-repeat right;
	color: #F7410C;
}
#drobky  li a{
	color: #ff5c2c;
}
#drobky  li a:hover{
	text-decoration: none;
}
 #drobky li.posledni_drobek{
	background: none;
}
 #drobky li.prvni_drobek{
	padding-left: 0;
}



#footer{
	width: 950px;
	background: #310000 url(../images/footer.gif) no-repeat top;
	margin: 0 auto;	
	text-align: left;
	clear: both;
	padding-top: 15px;
	color: #cad0ce;
}

#footer a{
	color: #f15629;
}

#footer2_left{
	float: left;
	padding-left: 15px;
}
#footer2_right{
	float: right;
	padding-right: 15px;
}

