@charset "UTF-8";
/* CSS Document */

/*

Die Gestaltung wurde realisiert von Rafael Ceglarek
http://www.konstruktion69.de
Alle Rechte der Gestaltung und des Skripts unterliegen
den allgemeinen Urheberrechtsbestimmungen.

Das Skript darf weder verändert noch verkauft werden.
Eine Nutzung des Skrips in einer anderen Website ist
ebenfalls untersagt.

Farbe Grün: 	#b7d6b4   besser #aad3ac/ Dunkel:#83a585
Farben Orange:	#e85a0e   besser #e95d0f
		
*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////////


/* Hauptstyle */
body{
	padding:0;
	margin:0;
	background:url(bilder/bg.jpg) repeat-x #e6ebe5;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0px 0px 30px 0px;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #e95d0f;
	text-align: right;
	letter-spacing: -.055em;
}
h1 {
	padding-left: 0px;
	font-size: 52px;
	text-align: right;
	text-decoration:none;
}

h2 {
	padding-left: 0px;
	font-size: 32px;
	text-align: right;
	text-decoration:none;
}

h3 {
	margin-bottom: 5px;
	font-size: 22px;
	text-align: left;
}
h4 {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #e95d0f;
	text-align: left;
	letter-spacing: 0.05em;
	padding: 0px 0px 20px 0px;
}

h5 {
	padding: 0px 0px 3px 0px;
	font-size: 16px;
	color: #e95d0f;
	text-align: left;
}
h6 {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #e95d0f;
	text-align: right;
	letter-spacing: 0.05em;
	padding: 0px 0px 20px 0px;
}

blockquote {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #e95d0f;
	text-align: center;
}

/* Linkverhalten */

a {
	text-decoration: none;
	color: #e95d0f;
}

a:hover {
	text-decoration: none;
	color: #aad3ac;
}

.active a {
	text-decoration: none;
	color:#aad3ac;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////


/* Kopfteil */


/* Topnavigation */

#top{
	font:normal 11px "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	width: 800px;
	height: 40px;
	background:url(bilder/top_bg.gif) 0 0 repeat-y;
	position:relative; 
	margin:0 auto;
	list-style: none;
}

#top ul {
	list-style: none;
	float:left;
	position: absolute;
	left: 550px;
	top: 2px;
	text-decoration: none;
	width: 250px;
}
#top ul li{
	padding: 4px 20px 0 0;
	float:left;
}
#top ul li a{
	color:#d1560d;
	text-decoration: none;
}
#top ul li a:hover{
	color:#999;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////


/* Header incl. Hauptnavigation  */

#header{
	width: 800px;
	height: 250px;
	position:relative;
	margin:0 auto;
	z-index: 110;
	background-color: #FFFFFF;
}

#logo
{
	width: 190px;
	height: 100px;
	z-index: 150;
	position:absolute;
	top: 25px;
	left: 30px;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////


/* Mittelteil/Contentbereich */

#wrapper{
	width: 800px;
	height:auto;
	z-index: 1;
	background:url(bilder/wrapper.gif) repeat-y;
	position:relative; 
	margin:0 auto;
}
#inhalt{
	width: 800px;
	height:auto;
	z-index: 2;
	position:relative; 
	margin:0 auto;
}

/* Newsbereich */

#news{
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #C4C8C3;
	line-height: 1.7em;
	font-weight: normal;
	text-align: left;
	width: 205px;
	float: left;
	z-index: 3;
	margin:0 auto;
	padding: 40px 17px 0px 23px;
}

/* Newscontainer */

#newstop{
	width: 205px;
	height: 48px;
	margin:0 auto;
	padding: 0px 0px 0px 0px;
	z-index: 4;
}
#newsmid{
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#fcfcfc;
	line-height: 1.7em;
	font-weight: normal;
	text-align: left;
	width: 180px;
	margin:0 auto;
	z-index: 5;
	padding: 15px 13px 0px 12px;
	background: url(bilder/news_mid.gif) repeat-y;
}
#newsbottom{
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#fcfcfc;
	line-height: 1.7em;
	font-weight: normal;
	text-align: right;
	width: 193px;
	height: 25px;
	margin:0 auto;
	padding: 5px 12px 0px 0px;
	background: url(bilder/news_bottom.gif);
}
#newsbottom2{
	width: 205px;
	height: 15px;
	margin:0 auto;
	padding: 0px 0px 0px 0px;
	background: url(bilder/news_bottom2.gif);
}
#news ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.6em;
}

#news li {
	display: block;
}
#news a {
	text-decoration: none;
	color:#81340a;
	font-weight: bold;
	letter-spacing:normal;
}
#news a:hover {
	text-decoration: none;
	color:#E6EBE6;
}
#news .active a {
	text-decoration: none;
	color: #E6EBE6;
}
#newsvideo{
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #C4C8C3;
	line-height: 1.7em;
	font-weight: normal;
	text-align: center;
	width: 205px;
	float: left;
	z-index: 20;
	margin:0 auto;
	padding: 0px 0px 0px 0px;
}
#videomid{
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#fcfcfc;
	line-height: 1.7em;
	font-weight: normal;
	text-align: center;
	width: 205px;
	margin:0 auto;
	z-index: 5;
	padding: 0px 0px 0px 0px;
	background: url(bilder/news_mid.gif) repeat-y;
}
#newstrenner{
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #C4C8C3;
	line-height: 1.7em;
	font-weight: normal;
	text-align: center;
	width: 205px;
	z-index: 20;
	margin:0 auto;
	padding: 20px 0px 0px 0px;
}


/* contentbereich */

#contentbg {
	float: right;
	width: 550px;
	height: auto;
	padding: 0px 0px 0px 0px;
	z-index: 6;
}
#contentbg_home {
	float: right;
	width: 550px;
	height: auto;
	padding:0px 0px 0px 0px;
	z-index: 7;
	background: url(bilder/home22.jpg) no-repeat top left;
}
#content {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #636363;
	line-height: 1.7em;
	font-weight: normal;
	width: 470px;
	height: auto;
	padding: 50px 40px 20px 40px;
	z-index: 8;
}
#content_home {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #636363;
	line-height: 1.7em;
	font-weight: normal;
	width: 470px;
	height: auto;
	padding: 0px 0px 0px 0px;
	z-index: 9;
	background: url(bilder/home22.jpg) no-repeat top left;
}

#content_untertitel {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:10px;
	font-style:normal;
	color: #aad3ac;
}

#bild1 {
	width: 550px;
	height: auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#bild2 {
	width: 550px;
	height: auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#fliesstext {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #636363;
	line-height: 1.7em;
	font-weight: normal;
	width: 470px;
	height: auto;
	padding: 10px 40px 0px 40px;
	z-index: 10;
}
#bildtext {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #636363;
	line-height: 1.7em;
	font-weight: normal;
	width: 470px;
	height: auto;
	padding: 0px 20px 0px 30px;
}
/* Listenverhalten */

#content ul {
	margin: 0;
	padding: 10px 20px 10px 20px;
	list-style: none;
	line-height: normal;
	text-decoration: none;
}

#content li {
	padding: 5px 0px 10px 0px;
	list-style: none;
}

#bottom {
	float: right;
	width: 545px;
	padding: 0px 5px 0px 0px;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #e95d0f;
	text-align: right;
}

#filmholder {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #636363;
	line-height: 1.7em;
	font-weight: normal;
	width: 470px;
	height: auto;
	text-align: center;
	padding: 20px 0px 20px 0px;
	background: #c7ccc6;
}

/* Kontaktformular */

#formholder {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #e95d0f;
	line-height: 2.1em;
	font-weight: normal;
	width: 430px;
	height: auto;
	padding: 20px 20px 20px 20px;
}



#bildercontent {
	width: 800px;
	height: 550px;
}
#abstand {
	width: 800px;
	height: 35px;
	position: relative; 
}


/* Footer */


#footer{
	width: 100%;
	height: 140px;
	background:url(bilder/footer_bg.gif) repeat-x;
	
}

#footer2{
	width: 800px;
	height: 140px;
	background:url(bilder/footer_logos.jpg) no-repeat;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	font-style:normal;
	color: #666666;
	position:relative;
	margin:0 auto;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: none;
	color: #e95d0f;
}
#footer .active a {
	text-decoration: none;
	color: #e95d0f;
}
#footerlogo{
	width: 100%;
	height: 140px;
	background:url(bilder/footer_bg.gif) repeat-x;
}
#copyright{
	width: 200px;
	height: 20px;
	position: absolute;
	padding: 15px 0px 0px 15px;
}
