/* Allgemeine Formatierungen */

* {
	margin:0px;
	padding:0px;
	}
	
body {
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-color:#751d1d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#420202;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#420202;
	outline:none;
	}

img {
	border:none;
	margin:3px;
	}

a:hover {
	text-decoration:underline;
	}

h1,h2,h3,h4,h5,h6 {
	font-size:14px;
	color:#420202;
	}

li {
	margin:5x;
	list-style:inside;
	}
	
ol li {
	list-style-type:decimal;
	}
	
ul {
	margin:5px;
	}
	
table tr td {
	padding:7px;
	text-align:center;
	}
	
/* Div Tags */

#container {
	background-image:url(images/puffer.png);
	width:893px;
	margin:auto;
	text-align:center;
	overflow:auto;
	}
	
#logo {
	background-image:url(images/logo.png);
	width:318px;
	height:68px;
	float:left;
	text-align:right;
	padding-top:155px;
	}

#header_mid {
	background-image:url(images/header_mid.png);
	height:223px;
	width:566px;
	float:left;
	}
	
#header_right {
	background-image:url(images/header_right.png);
	width:9px;
	height:223px;
	float:right;
	}
	
#navi_left {
	background-image:url(images/navi_left.png);
	width:8px;
	height:82px;
	float:left;
	}
	
#navi {
	background-image:url(images/navi_bg.png);
	width:876px;
	height:75px;
	float:left;
	text-align:left;
	padding-top:7px;
	}
	
#navi a {
	background-image:url(images/btn.png);
	width:145px;
	height:33px;
	display:block;
	text-align:center;
	color:#FFFFFF;
	float:left;
	padding-top:18px;
	margin-left:1px;
	}
	
* html #navi a {
	margin-left:0px;
	}
	
#navi a:hover {
	background-image:url(images/btnon.png);
	text-decoration:none;
	}
	
#navi_right {
	background-image:url(images/navi_right.png);
	width:9px;
	height:82px;
	float:left;
	}
	
#puffer_top {
	background-image:url(images/puffer_top.png);
	width:893px;
	height:7px;
	float:left;
	background-repeat:no-repeat;
	}
	
#puffer_bottom {
	background-image:url(images/puffer_bottom.png);
	width:893px;
	height:6px;
	clear:both;
	background-repeat:no-repeat;
	margin:auto;
	text-align:center;
	}
	
#footer {
	text-align:left;
	margin:auto;
	width:893px;
	color:#e4caa7;
	padding-top:10px;
	height:40px;
	}
	
#footer a {
	color:#e4caa7;
	font-weight:normal;
	}
	
#right {
	width:287px;
	height:auto;
	text-align:center;
	padding:5px;
	float:left;
	}
	
#left {
	width:576px;
	height:auto;
	float:left;
	text-align:left;
	padding:10px;
	font-size:13px;
	color:#330000;
	line-height:18px;
	}
	
.head_line {	
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#FFFFFF;
	}
	
.head_line_strong {
	color:#ffe998;
	display:inline;
	font-size:20px;
	font-weight:bold;
		}
	
.sub_line {
	color:#be3333;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
	margin-left:20px;
	}
	
#spruch {
	margin-top:80px;
	margin-left:100px;
	}
	
.newsletter {
	width:225px;
	height:26px;
	background:transparent #FFFFFF;
	border:1px solid #cda775;
	margin:5px;
	color:#c4a883;
	padding:9px 0px 0px 5px;
	}
	
.nl_btn {
	background-image:url(images/nl_btn.png);
	width:134px;
	height:42px;
	text-align:center;
	color:#e4caa7;
	border:0px;
	font-weight:bold;
}

.unterschrift {
	float:left;
	}
