
* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #161616;
	background-color: #dc2b19;
}




/*start layout*/

#wrapper {
	width: 922px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	border: 0px solid #000;
}

#header {
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 922px;
	height: 278px;
}

#flash {
	width: 618px;
	height: 226px;
	position: absolute;
	top: 3px;
	right: 0px;
}

#navi {
	width: 922px;
	height: 54px;
	position: absolute;
	left: 0px;
	bottom: 44px;
	text-align:center;
	font-size: 14px;
}

#menue {
	height: 11px;
	text-align: center;
	padding: 23px 0 23px 0;
}

#menue a {
	color: #FFF;
	padding: 23px 23px 21px 23px;
	text-decoration: none;
	font-weight: bold;
}

#menue a:hover {
	color: #D7B700;
}

#container_content {
	width: 852px;
	padding: 0 35px 35px 35px;
	
}

#footer {
	width: 922px;
	height: 110px;
	text-align:center;
	background-color: #313131;
	padding-top: 30px;
	font-size: 13px;
	color: #FFF;
}

#footer h1 {
	font-size:11px;
	font-weight: normal;
	color: #fff;
}

#footer a {
	text-decoration: none;
	color: #FFF;
}

/*end layout*/


/*start typo*/

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #dc2b19;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color:  #ff8000;
}

a {
	color: #9E0325;
	text-decoration: none;
}

a:hover {
	color: #9E0325;
	text-decoration: underline;
}

/*end typo*/


ul, ol {
	list-style-image:url('bullet.gif');
	list-style-position: outside;
	padding-left: 20px;
}

img {
	border: 0px;
}



h6 {
	background-color: #f7c83c;
	font-size: 12px;
	padding: 5px;
	border: #dc2b19 solid 1px;
	font-weight: normal;
}


.farbe {
	background-color: #f4cc66;
	width: 820px;
	padding: 10px;
}

.farbe ul, li{
	list-style-position: outside;
	
}

hr {
	
	border:solid #dc2b19 1px;height:1px
}
