* {
padding: 0;
margin: 0;
}

body {
	font: 0.7em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.8em;
	background: #D6D6D6 url(bg_body.gif) repeat-x;
	text-align: center;
}

html, body { height: 100%; }

span.hide {
	display: none;
}

acronym, abbr {
	font-style: italic;
	border: none;
	text-decoration: none;
}

em{
	font-style: italic;
}

th{
	vertical-align: top;
}

h1, h2, h3, p {
	margin: 0.5em 0;
}

h1, h2, h3 {
}

h1{
	font-size: 1.4em;
	font-weight: normal;
	color: #000;
	padding-bottom: 8px;
}

h2{
	font-size: 1.2em;
}

h3{
	font-size: 1.2em;
}

.clear {
	clear: both;
}

a, a:link{
	color: #2A5F7A;
	text-decoration: none;
}
a:visited{
	color: #2A5F7A;
	text-decoration: none;
}
a:hover{
	color: #2A5F7A;
	text-decoration: underline;
}
a.img {
	border: 0 none;
}

a img {
	border: 0 none;
	text-decoration: none;
}

pre, code {
	display: block;
	width: auto;
	background-color: White;
	border: 1px solid #999;
	padding: 0.5em;
	margin: 1em 0;
	color: #666;
	font: 1.2em monospace;
}

/* AREAS */
#wrapper {
	margin: 0 auto;
	width: 855px;
	min-height: 700px;
	height: auto !important;
	height: 900px;
	overflow: hidden !important;
	overflow: visible;
	background-color: White;
	background: url(bg_wrapper.gif) repeat-y;
	text-align: left;
}

#top { width: 855px; height: 277px; }
#teaser { float: left; width: 853px; height: 157px; margin-left: 1px;border-bottom: 1px solid #fff; z-index: 1; }
#teaser-pic { float: left; width: 853px; height: 157px; margin-left: 1px;border-bottom: 1px solid #fff; z-index: 1; background: url(teaser-pic.gif);}
#logo { position: absolute; top: 18px; width: 206px; height: 259px; z-index: 2; }
#address { float: right; width: 230px; padding-top: 90px; color: #94BAE1;}
#address em { color: White; font-weight: normal; }
#main { width: 855px; }
#left_area { width: 205px; float: left; }
#partners {text-align: center; margin-top: 60px;}
#partners p {line-height: 12px; margin: 0px 0px 12px 0px;}

#la_inner_wrapper {
	padding: 0px 0px 0px 35px;	
}
#content-wrapper {
	width: 650px; float: left; margin-bottom: 50px;
}
#content { padding: 0px 30px;}
* html #content { padding: 0px 25px;}
#footer { width: 100%; background: url(bg_footer.gif) repeat-x; }
#footer_msg { width: 855px; height: 89px; background: url(bg_footer_center.gif); margin: 0 auto; }


/* NAVIGATION */
/* Help Nav*/
/* Main Nav */
ul#mainnav { /*position: absolute; top: 298px;*/ width: 855px; height:68px; background: url(bg_main_nav.gif) no-repeat; list-style-type: none; padding: 0px; 
 border-bottom: 1px solid #fff; text-transform: uppercase; 
}
* html ul#mainnav {  /* nur fuer Internet Explorer */
  width:855px;     /* Version 5.x */
  w\idth:855px;    /* Version 6 */
}
ul#mainnav li { float: right; padding-top: 48px; width: 80px; margin-left: 10px; margin-right: 1px;}
ul#mainnav li a { display: block; height: 15px; background-color: #ECEDED; text-align: center; text-decoration: none; line-height:16px;}
ul#mainnav li a:hover, ul#mainnav li a.active { display: block; color: #fff; background-color: #F69D24; text-decoration: none;}

/* Sub Nav*/
#subnav ul { list-style-type: none; text-transform: uppercase; margin-top:0px;}
#subnav a, #subnav a:active, #subnav a:link { color: #000; text-decoration: none; }
#subnav a:hover, #subnav li.active, #subnav li.active a  { color: #000; } 
#subnav li { background-color: #B1B6BC; padding: 2px 0px; margin-bottom: 4px;}
#subnav li a {padding: 0px 10px;}
#subnav li.active { background-color: #fff; padding: 0; }
#subnav li.active a {	padding: 0px 10px;}
#subnav li.active ul {padding-top: 0px;}
#subnav li.active li { background: #F69D24 url(bl_subnav_level2.gif) 0 0px no-repeat; margin-bottom:0pt; }
#subnav li.active li a {
border-bottom:1px solid #FFFFFF;
border-left:1px solid #FFFFFF;
border-top:1px solid #FFFFFF;
display:block;
margin-left:20px;
padding-left:2px;
width:137px;  }

#subnav li.active ul li.active{ background: #F69D24 url(bl_subnav_level2_active.gif) 0 0px no-repeat; }
#subnav li.active ul li.end{ background: #F69D24 url(bl_subnav_level2_end.gif) 0 0px no-repeat; }
#subnav li.active ul li.act_end{ background: #F69D24 url(bl_subnav_level2_act_end.gif) 0 0px no-repeat; }

#subnav li.active li ul li {margin-left: 11px;}
#subnav li.active li ul li a { margin-left: 20px; width: 126px;}


/* Content Styles */
#content img { margin: 0 10px 10px 0px; padding: 1px; border: 1px #DDD solid; }
#content h1 { line-height: 1.7em; margin: 0; padding: 0; color: #666; font-weight: bold; font-size: 16px; }
#content ul { list-style-type:square; margin-left: 15px; }
#content ul li { background: url(bl_4points.gif) no-repeat 0 6px; line-height: 1.2em;}
#content ol { margin-left: 20px;}
#content p { line-height: 1.3em; }
#content p.bodytext {font-size: 11px;}
#content p img { margin: 0 30px 10px 0px;}
#content p.bodytext a.mail img {padding: 0px; margin: 0px; border: none;}
#content td.csc-uploads-icon a img {border: none;}
#content .csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow dl.csc-textpic-image dt a img {margin: 0px; padding: 0px; border: 0px;}

.sl-wrapper {
	width: 420px; float: left;
}
.spalte-links {
	padding-right: 20px;
}
.sr-wrapper {
	width: 155px; float: right;
}
.spalte-rechts {
	
}


/*****************Page debug*****************Good rule to know the structure of the webpage* NOTE: Only compliant browser no IE*

div[id]{
	border: 1px solid #000;
	background-color: #fff;
}

div[id]:before{
	content: "div#" attr(id);
	background-color: #cf9;
	color: #060;
	display: block;
}

/*****************End Page debug*****************/

/*
fieldset { border: none;}

fieldset label {
	display: block;
	width: 170px;
	float: left;
}

fieldset br {
	clear: left;
	margin-bottom: .5em;
	display: block;
}

fieldset input {
	border: 1px solid #000;
	background-color: #ccc;
	color: #000;
	width: 250px;
}

input#plz {
	width: 50px;
}

fieldset textarea {
	width: 250px;
	height: 80px; margin-left: 170px;
	border: 1px solid #000;
	background-color: #ccc;
	color: #000;
	
} */

/* Klassen für Fehlermeldungen bei fehlenden angaben im Kontaktformular */
div.formerror {
	color: #ed1c24;
	border:  1px solid #ed1c24;
	padding: .5em; 	
}

div.formerror h3, div.formerror a {
	color: #ed1c24 ! important;
}

div.formerror ul {
	list-style: circle;
}

div.formerror ul li {
	margin-left: 1.5em;
}

/* Forumlar-Formatierung  */
legend { padding-left:10px; padding-right:10px; border: 0px; }
fieldset { border:0px; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:10px; border: 1px solid #C0C0C0; }
.radiolayout {width:60%; padding-top:15px; padding-bottom:15px;}
.formu { width:97%; padding-top:10px; padding-bottom:10px;padding-left:10px;border: 1px solid #C0C0C0;}
.mf-radio {border:0px;}
.mf-text {color: #000000;border: 1px solid #C0C0C0;margin-bottom: 5px;}
.mf-check {border: 0px;}
.mf-select {border:1px solid #c0c0c0;}
.mf-input {border: 1px solid #C0C0C0;margin-bottom: 5px; width: 200px;}
.mf-submit {color: #ffffff;background-color: #C0C0C0;border: 0px; margin-left: 180px; clear: both;}
.mailformlabel {clear: both; width:180px; float: left; line-height: 1.3em;}



/*  tt_news-Formatierungen  */
.news-latest-item {background-color: #fff; margin-bottom: 10px;}
.news_latest_date {margin-bottom: 10px;}
.news_latest_date a { background-color: #f69e24; display: block; width: 145px;height: 20px; padding: 3px 5px 0px 5px; color: #fff;}
* html .news_latest_date a {  /* nur fuer Internet Explorer */
  width:155px;     /* Version 5.x */
  w\idth:155px;    /* Version 6 */
}
.news_latest_date a:hover {	text-decoration: none;}
.news-latest-item h3 {	padding: 0px 5px;}
#content .news-latest-item a img {	margin-left: 5px;}
.news-latest-item h3 a { padding: 0px }
.news-latest-item p.bodytext { padding: 0px 5px 0px 5px; }
.news-latest-morelink {text-align: right; padding-right: 5px;}
.news-latest-morelink a { color: #f69e24;}
.news-latest-gotoarchive {padding-left: 5px;}

.news-list-item a img {float: left;}


.news-single-img {width: 270px; float: left}
.clearer {clear: both;}

.csc-textpic {clear: both;}

/* Forumlar-Formatierung  */
legend { padding-left:10px; padding-right:10px; border: 0px; margin-top: 10px;}
fieldset { border:0px; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:10px; border: 1px solid #C0C0C0; }
.radiolayout {width:60%; padding-top:15px; padding-bottom:15px;}
.formu { width:97%; padding-top:10px; padding-bottom:10px;padding-left:10px;border: 1px solid #C0C0C0;}
.mf-radio {border:0px;}
.mf-text {color: #000000;border: 1px solid #C0C0C0;margin-bottom: 5px;}
.mf-check {border: 0px;}
.mf-select {border:1px solid #c0c0c0;}
.mf-input {border: 1px solid #C0C0C0;margin-bottom: 5px; width: 200px;}
.mf-submit {color: #000;background-color: #fff;border: 0px; margin-left: 180px; clear: both;}
.mailformlabel {clear: both; width:180px; float: left; line-height: 1.3em;}
.formentry { clear: both; padding: .3em; }
.checklayout { clear: both; padding: .2em 1em; }

/* Bestellformular */
.orderform_small {
	width: 60px;
}
