body {
	padding:0px;
	margin: 0px;
	color: #7c593d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 125%;
	background-color: #f1e4c8;
	text-align: left;
	background-image: url(/fileadmin/templates/images/bg.jpg);
	background-repeat: repeat-x;


}
#main{
	text-align: left;
	vertical-align: middle;	
	margin-left: -450px;
	left: 50%;
	width: 900px;
	z-index:40;
	position:absolute;

}
#header{
	width: 600px;
	height: 300px;
	float: left;
}
#logo{
	width: 300px;
	height: 300px;
	float: left;
}
#top{
	width: 900px;
	height: 60px;
	float: left;
	background-image: url(/fileadmin/templates/images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#main_navi{
	float: left;
	width: 850px;
	height: 25px;
	padding-top: 10px;
	padding-left: 50px;
	font-size: 14px;
	border-bottom: 1px solid #7c4d26;
	text-transform: uppercase;
}
#navi{
	width: 660px;
	float: left;
	
}
#meta{
	width: 77px;
	float: right;
	
}
#lang_navi {
	text-transform: uppercase;
	margin-top: 35px;
	margin-left: 5px;
	font-size: 11px;
}
#info{
	width: 900px;
	float: left;
	font-size: 11px;
	text-align: center;
	//padding-top: 10px;
	//padding-bottom: 15px;
	
}
#content{
	width: 900px;
	min-height: 470px;
	float: left;
	background-color: #8c1e27;
	border-bottom: 1px solid #7c4d26;

}
#content_left{
	width: 660px;
	min-height: 470px;
	float: left;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;

}
#content_right{
	width: 190px;
	padding-top: 40px;
	float: right;
	background-color: #8c1e27;
}


h1 {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 7px;
	margin-bottom: 3px;
	color: #813239;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	color: #813239;
	font-size: 15px;
}

h3 {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	color: #813239;
	font-size: 15px;
}
.clear {
	clear: both;
}
img {
	color: #7C4D26;
	text-decoration: none;
}

a {
	color: #7C4D26;
	text-decoration: none;
}

a img {
	border: 0;
}
a:hover {
	color: #7C4D26;
	text-decoration: underline;
}

