* {
	margin: 0; 
	padding: 0;
}

body { 
	text-align: center;
	background-color: #7d0607;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eceded;
	line-height: 18px;
}

html, body, #wrapper { height: 101%; }
body > #wrapper { height: auto; min-height: 100%; }


p { 
	margin-bottom: 16px; 
}

a,
a:visited { 
	outline:none;
	color: #eceded;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

a img {
	border-color: #eceded;
}

.suchtext {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

#ie6 {
	display: none;
}

*html #ie6 {
	position: relative;
	top: 0px;
	left: 0px;
	background:	#f00;
	width: 100%;
	display: block !important;
	padding-bottom:	5px;
	border-bottom: 2px solid #fff;
}

*html #ie6 p {
	color: #fff;
	text-align:	center;
	margin:	0 auto;
	width: 800px;
}

#wrapper {
	width: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 960px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	overflow: hidden;
}

#left_column {
	width: 420px;
	height: auto;
	float: left;
	display: inline;	
}

#logo {
	width: 370px;
	height: 233px;
}

#logo h2 a {
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	color: #eceded;
	display: block;
	width: 329px;
	height: 233px;
}

#sidebar {
	padding: 77px 0 74px 55px;
	background-image: url(../images/sidebar_bg.png);
	background-repeat: no-repeat;
	background-position: left 50px;
	height: 440px;
	z-index: 100;
	position: relative;
}

#sidebar h3 {
	font-size: 18px;
	color: #eceded;
	font-weight: normal;	
	padding-bottom: 45px;
}

#sidebar a,
#sidebar a:visited,
#sidebar a:hover,
#sidebar a:active,
#sidebar a:focus {
	color:#eceded;
	text-decoration: none;
}

#right_column {
	width: 540px;
	height: auto;
	float: left;
	display: inline;	
}

#header {
	width: 490px;
	height:	110px;
	float: left;
	display: inline;
}

#mainmenu {
	padding: 25px 0 0 0;
}	

#mainmenu ul {
	width: 490px;
	list-style-type: none;	
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;	
	background-position: left 20px;
	overflow: hidden;
	padding-left: 9px;
}

#mainmenu ul li {
	display: inline;
}

#mainmenu ul li a,
#mainmenu ul li a:visited {
	display: block;
	float: left;
	color: #eceded;
	text-decoration: none;
	font-size: 15px;
	padding-left: 35px;
	line-height: 85px;
}

#mainmenu ul li.index a {
	padding-left: 0px;	
}

#mainmenu ul li a:hover,
#mainmenu ul li a:active,
#mainmenu ul li a:focus,
#mainmenu ul li.active a {
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#content {
	clear: both;
	height: auto;
	padding: 90px 0 154px 0;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: 350px 10px;
}

#contentbox {
	width: 485px;
	height: auto; 
}

#content h2 {
	color: #eceded;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	padding: 0 0 50px 0;
}

#content h2 span {
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: normal;
}

#text {
	width: 400px;	
}

#footer {
	position: relative;
	margin-top: -154px;
	width: 100%;
	height: 154px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;	
	clear: both;
}

#footerbox {
	width: 960px;
	height: 59px;
	text-align: left;
	margin: 0 auto;	
	background-image: url(../images/footerbox_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 95px;
}

#footerbox address {
	font-style: normal;	
	color: #000;
	line-height: 16px;
}

#footerbox ul {
	list-style-type: none;
	float: left;
	padding-right: 10px;
	z-index: 401;
	position: relative;
}

#footerbox ul li {
	display: inline;
}

#footerbox ul li a,
#footerbox ul li a:visited {
	color: #000;
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 14px;
	border-right: 1px solid #000;
}

#footerbox ul li a:hover,
#footerbox ul li a:active,
#footerbox ul li a:focus,
#footerbox ul li.active a {
	
}

#footerbox a {
	color: #000;	
	text-decoration: none;
	line-height: 14px;
	z-index: 401;
	position: relative;
}
