/**********************************************
*   Basics & Typography                       *
***********************************************/


* { 
margin: 0;
padding: 0;
}

body {
text-align: center; 
	background: #ffb156 url(bilder/bg2.jpg) top repeat-x; 
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

div {
text-align: left; 
}

html, body {
height: 100%;
color: #ffffff;
}

/* DIV-Boxen */

.wrapper2 {
min-height: 100%;
height: auto !important;
height: 100%;
}

div#wrapper {
position:relative;
margin: 0 auto;
margin-top: 0px;
margin-bottom: 0px;
width: 790px;
min-height: 100%;
height: auto !important;
height: 100%;
background: #200d04 url(bilder/bg.jpg) top no-repeat;
}

div#header {
height: 125px;
}

div#topNavi {
height: 50px;
}

div#content_start {
width: 200px;
padding-bottom: 80px;
}

div.post {
margin: 20px 60px 0px 40px;
padding-bottom: 100px;
}

div#footer {
clear: both;
position: absolute;
bottom: 0;
width: 790px;
height: 70px;
background: #200d04;
}

#facebook {
margin: auto;
width: 400px;
padding-bottom: 20px;
margin-top: 4px;
clear: both;
}

#facebook1 {
float: left;
margin-right: 10px;
}


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#logo {
	position: absolute;
	left: 30px;
	top: 25px;
	}
	
#slogan {
	position: absolute;
	right: 60px;
	top: 51px;
	}

#navi {
padding: 0;
z-index: 100;
width: 790px;
height: 37px;
}

table.center {margin-left:auto; margin-right:auto;}

.center img {
border-color: #ff9933;
}

#navi ul {
padding: 0;
margin: 0;
list-style-type: none;
}

#navi li {
position:relative;
padding: 0;
float: left;
margin-top: 0px;
margin-left: 1px;
display: inline;
font-size: 13px;
}

#navi li a {
text-transform: uppercase;
text-decoration: none;
text-align: left;
font-size: 13px;
color: #ffffff;
padding-left: 22px;
padding-right: 22px;
padding-top: 10px; 
padding-bottom: 11px;
background: transparent url(bilder/navi_bg2.jpg);
}

 *+html #navi li a {
display: block;
padding-bottom: 11px;
}

#navi li a:hover {
text-decoration:none;
background: transparent url(bilder/navi_bg_a2.jpg);
}

#aktionen td a img {
border:2px solid #ff9922;
}

a img {
border:0px;
}

a {
	color: #ff9922;
	}

#titel {
	margin: 20px 0 0 285px;
	width: 475px;
	}
	
#teaser {
float: left;
margin-left: 25px;
margin-top: 0px;
padding: 0;
margin-right: 0;
width: 250px;
}

*+html #teaser {
position:absolute;
margin-left: -255px;
margin-top: 0px;
width:250px;
}

.teaser_ueber {
font-size: 16px;
font-weight: bold;
color: #fff;
text-decoration: none;
}

.teaser_content {
font-size: 11px;
padding-top: 2px;
}

.content_text {
padding-left: 20px;
}

.impressum {
font-size: 11px;
color: #fff;
text-decoration: none;
}

.mehr {
position:relative;
margin-left: 130px;
margin-top: 9px;
}

.mehr_a {
font-size: 11px;
text-decoration: none;
color: #fff;
}

#aktionen {
color: #d58239;
}

p {
margin: 0;
padding: 0;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

h2 a {
	text-decoration: none;
	}
	
	h1 {
	font-size: 23px;
	color: #ff9922;
	font-weight: bold;
	margin: 0 0 10px 0;
	clear: both;
	}
	
	h2 {
	font-size: 16px;
	color: #ff9922;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 0px;
	text-decoration: none;
	margin: 0 0 0 0;
	}

.fliess_bild {
	float: left;
	padding: 0 10px 0 10px;
	}
	

