@import "rte.css";
@import "news.css";
@import "mailform.css";

body{
	background:url('../images/body_bg.jpg') repeat-x;
}
#html{
	width:990px;
	margin:0px auto;
}
#header{
	height:73px;
	background:url('../images/header_bg.jpg') no-repeat center bottom;
}
#body{
	background-color:#FFFFFF;
	border:1px solid #B5B2A1;
	padding:10px;
}
#body #top{
	height:161px;
	position:relative;
}
#body #flashbox{
	position:absolute;
	top:-84px;
	z-index:50;
	height:245px;
	width:599px;
	background:url('../images/header.jpg') no-repeat;
}
#body #top_right{
	float:right;
	width:369px;
}
#body #top_right #topmenu{
	height:35px;
	text-align:right;
	border-left:1px solid #FFF;
}
#body #top_right #menu{
	background:url('../images/menu_bg.jpg') repeat-x;
	background-color:#EC9411;
	height:97px;
	border-left:1px solid #FFF;
}
#body #top_right #basketbox{
	border-left:1px solid #FFF;
	background:url('../images/basket.jpg') no-repeat;
	background-color:#C47808;
	height:30px;
	padding-left:165px;
}
#body #shopmenu{
	border-top:1px solid #FFF;
	background:url('../images/shopmenu_bg.jpg') repeat-x;
	height:48px;
	margin-bottom:13px;
}
#body #newsbox{
	float:left;
	background:url('../images/content_bg.jpg') repeat-x;
	width:190px;
	border-left:8px solid #FFF;
}
#body #contentbox{
	background:url('../images/content_bg.jpg') repeat-x;
	float:left;
	width:770px;
}
.right_border{
	float:right;
}
.content{
	padding:10px;
	display:block;
}

#footer{
	clear:both;
	background:#F9C240;
	line-height:6px;
}


/*
 * TopMenü
 */
#topmenu a{
	display:inline-block;
	border-left:1px solid #D3CDBD;
	padding:0px 5px;
}
#topmenu a.first{
	border:0px;
}

/*
 * Menü
 */
#menu .menu{
	padding:10px 15px;
	padding-right:0px;
}
#menu a{
	display:block;
	line-height:20px;
	width:115px;
	color:#FFF;
}
#menu a.act,
#menu a:hover{
	text-decoration:underline;
}
#menu li{
	margin:0px;
}
#menu ul{
	list-style-type:none;
	float:left;
}
