body {
	padding: 0px;
	margin: 0px 0;
	color: #555;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#ffffff;
	text-align:center;	/*zentriert die Seite im IE*/
	}

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

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

td {
	font-size:11px;
	}

#all {
	margin:0 auto;	/*zentriert die Seite in modernen Browsern*/
	text-align:left;	/*berichtigt die Ausrichtung von body text-align:center;" für den IE wieder*/
	background:transparent;
	}

#logo {
background:#ffCC00;	

}

#logo img{
float:left;
}



/*##################  PopUp Menü Start ######################*/
#navi {
min-height: 24px;
height: 24px;
background:transparent url(../../typo3conf/ext/tmpl_exotec_lc_v2/files/img/bg_nav.gif) repeat-x;	
padding-top: 8px;
padding-bottom: 10px;
border-top:1px solid #fff;
border-bottom:2px solid #fff;
}

.top_level_1 a, .top_level_2 a, .top_level_3 a {
text-decoration:none;
font-size:11px;
}

.top_level_1 {
padding:3px 0px 3px 0px;
width:129px;
text-align:center;
}

.top_level_2 {
text-align:center;
padding:3px 3px 3px 3px;
}

.top_level_3 {
text-align:center;
padding:3px 3px 3px 3px !important;
padding:0;
}
/* Aus instyle css kopiert*/
.top_level_1 a {
color:#000;
}
.top_level_1 a:hover {
color:#990000 !important;
}

.top_level_2 a {
color:#000;
}
.top_level_2 a:hover {
color:#990000 !important;
}

.top_level_3 a {
color:#000;
}
.top_level_3 a:hover {
color:#990000 !important;
}



a:link.a_level_1_active {
color: #990000;
font-weight: bold;
}

A.a_level_1_active:link, A.a_level_1_active:visited, A.a_level_1_active:active, A.a_level_1_active:hover { 
color: #990000;
font-weight: bold;
}

a:link.a_level_2_active {
color: #990000;
font-weight: bold;
}

/*###################### PopUp Menü Ende ###############################*/


#left_side {
width:250px;
background:#ffCC00 /*url(../../typo3conf/ext/tmpl_exotec_lc_v2/files/img/vert_dots.gif) repeat-y top right*/;
background-position:249px 0;
padding-right: 10px;
border-right: 3px solid #fff;
}

#left_side h3 {
	font-size:13px;
	text-transform: uppercase;
	margin:0;
	padding:16px 0 16px 28px;
	margin-bottom:16px;
	background:transparent url(../../typo3conf/ext/tmpl_exotec_lc_v2/files/img/sub_nav_header.gif) no-repeat;
	color:#FFFFFF;	
}

#left_side h3 a {
text-decoration:none;
color:#FFFFFF;	

}

#left_side ul {
	list-style-type: none;
	margin:-15px 0 0;
	padding: 0;
}
#left_side li {
	height: 25px;
	background-image: url(../../typo3conf/ext/tmpl_exotec_lc_v2/files/img/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: 8px;
}
#left_side li span {
	display: block;
	height: 25px;
	line-height: 25px;
	background-image: url(../../typo3conf/ext/tmpl_exotec_lc_v2/files/img/hori_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#left_side li span a {
	padding-left: 28px;
	display: block;
	line-height: 24px;
	height: 23px;
	text-decoration:none;
}

#left_side li span a {
color: #555555;
}
#left_side li span a:hover {
color: #000000;
background-color: #fee378;
}

#left_side #current a {
	font-weight:bold;
	color: #fff;
}



/*################*/
#left_side .sub, #left_side #sub_current {
background:none;
}

#left_side .sub a {
	font-size:10px;
	padding-left:38px;
}
#left_side .sub a:hover {
	color:#ffffff;
	background: url(../../typo3conf/ext/tmpl_exotec_lc_v2/files/img/arrow_little.gif) no-repeat left;
	background-position:20px !important;
	color: #fff;
}
#left_side #sub_current a {
	font-size:10px;
	padding-left:38px;
	text-decoration:none;
	background: url(../../typo3conf/ext/tmpl_exotec_lc_v2/files/img/arrow_little.gif) no-repeat left !important;
	background-position:20px !important;
	color: #990000;
}


/*#left_side #sub_current a:hover {
color: #990000;*/
}

/*################*/
#left_side h1 {
	font-size:12px;
	padding:16px 0 16px 16px;
	margin:0 0 16px 0;
	background:transparent url(../../typo3conf/ext/tmpl_exotec_lc_v2/files/img/sub_nav_header.gif) no-repeat;	
}

#left_side p {
padding:0 10px 0 28px;
}


#left_side p, li {
	line-height: 20px;
}


/*###################### Content ###############################*/

#content {
/*der content muss auf 1300 gestreckt werden, einfach mal den wert entfernen und die sitemap ansehen dann sieht man weshalb*/
width:500px;
background:#ffCC00;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
padding-top:20px;
}

/*damits auch ohne inhalt gut aussieht ;o) */
/* min-height Hack */
#content {
   min-height:300px;
   height:300px;
   }
div[id] content {
   height:auto;
   }
/* Ende des min-height Hack */

#content p, li {
	width:100%;
	line-height: 14px;
	margin: 0px 0px 5px 0px;
}

#content a {
	color:#990000;
	text-decoration:none;
	}

#content a:hover {
	color:#990000;
	text-decoration:underline;
	}
	
#content ul {
	list-style-type: none;
	margin:0px 0 5px 2px;
	padding: 0;
}
#content li {
	padding-left: 10px;
	line-height: 20px;
	background:url(../../typo3conf/ext/tmpl_exotec_lc_v2/files/img/arrow_left.gif) no-repeat top left;
	background-position:0 8px;

}

#content ol {
	list-style-type:normal;
}

#content ol li {
	list-style-type:normal;
	background:none;
	padding-left:0;
}

#content h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: bolder;
	margin: 0px 0px 10px 0px;

}

h1.csc-firstHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: bolder;
	margin: 0px 0px 10px 0px;

}

#content h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
}

#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #333333;
}

#content img {
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	padding-right: 0px;
}

#content .csc-caption p{
	font-size: 9px;
	color: #666666;
}
/* tabellen********************************************/
table.contenttable {
	width:100%;
}
.tr-even {
	background-color: #ffd632;
	border-bottom: 1px solid  #fee378;
}


/* Damit die Bilder im Contentelement nicht über die Seite ragen********************************************/
#content table.imgtext-table {
margin-right: 10px;
margin-left: 10px;
margin-top: 0px;
}

/* Formular Styles Start*/
td.csc-form-labelcell {
  width: 150px;
}
td.csc-form-fieldcell {
  width: 150px;
}




/* Formular Styles Ende*/


/* horizontale Zwischenlinie********************************************************************************/
.linie {
	display: block;
	height: 10px;
	line-height: 10px;
	background-image: url(../../typo3conf/ext/tmpl_exotec_lc_v2/files/img/hori_line.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}

/* News Styles Start*****************************************************************************************/

#news_latest p{
	width:90%;
	line-height: 13px;
	padding:0px 20px 0px 28px;
}
#news_latest p.bodtext{
	width:90%;
	line-height: 13px;
	padding:0px 20px 0px 28px;
}
#news_latest h2{
	width:90%;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	padding:0px 5px 0px 28px;
	margin:0px 0px 0px 0px;
}
#news_latest a {
 color:#990000;
 text-decoration:none;
}

#news_latest a:hover {
 color:#990000;
 text-decoration:underline;
}


/* Sitemap Styles Start*/
.csc-sitemap-level1 {
	margin: 0 0 1px 0;
	padding:5px 0px 5px 0px;
	background:#ffffff;
	color: #ffffff;
	}
	

.csc-sitemap-level1 a {
	font-size:14px;
	font-weight:bold;
	color: #ffffff;
	}

	
.csc-sitemap-level2 {
	margin: 0 0 1px 0;
	padding:5px 0 5px 10px;
	background:#eee;
	}

.csc-sitemap-level2 a {
	padding-left:10px;
	color: #666666;
	}

.csc-sitemap-level3 {
	margin: 0 0 1px 0;
	background:#F9F9F9;
	}

.csc-sitemap-level3 a {
	font-size:10px;
	padding-left:60px;
	color: #666666;
	}
/*Ende Sitemap*/

#footer {
height:30px;
background:transparent url(../../typo3conf/ext/tmpl_exotec_lc_v2/files/img/bg_nav.gif) repeat-x;	
}

#footer {
	padding: 10px 0px 0px 10px;
	font-size: 10px;
	line-height: 10px;
	text-align:center;
}

#footer a {
	text-decoration: none;
	padding-right: 5px;
	font-size: 10px;
	color: #999;

}

#footer a:hover {
	color: #000;
}

#footer_current {
	color: #000 !important;
}


/*Fusszeile*******************************************/
.fusszeile {
color: #CCCCCC;
font-size: 9 px;
}

.fusszeile a{
color: #CCCCCC;
font-size: 9 px;
text-decoration: none;
}
.fusszeile a:hover{
text-decoration: underline;
}

/*###################### Opera Start ####################*/
/*hier werden die seitlichen Schatten gesetzt, OPERA kennt scheinbar kein height="100%" für Bilder, und wegen dem PNG Hack kann das Bild
nicht als background="" gesetzt werden*/
@media screen and (min-width: 550px){
#left_shadow {
background:transparent url(../img/left.png) repeat-y !important;
}
#right_shadow {
background:transparent url(../img/right.png) repeat-y !important;
}
/*hier werden die 1px hohen Bilder im Opera ausgeblendet*/
#left_shadow img {
display:none;
}
#right_shadow img {
display:none;
}
.top_level_3 {
padding:0 !important;
}
#left_side h3 {
background-position:-1px 0;
}
}
/*###################### Opera Ende ####################*/

