@charset "utf-8";
@import "system.css";
/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}
html
{
	height:100%;
	min-height:100%;
	/*SCROLLBAR IE6*/
	scrollbar-base-color:#FFFFFF;
	scrollbar-3d-light-color:#383838;
	scrollbar-arrow-color:#FF0000;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#383838;
	scrollbar-shadow-color:#383838;
	scrollbar-track-color:#FFFFFF;
}
body 					
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 62.5%;
	line-height: 62.5%;
	color: #343434;
	background-color: #333333;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width:100%;
	height:100%;
	min-height:100%;
	font-size:1em;
	line-height: 1em;
	/*SCROLLBAR IE7/Firefox*/
	scrollbar-base-color:#FFFFFF;
	scrollbar-3d-light-color:#383838;
	scrollbar-arrow-color:#FF0000;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#383838;
	scrollbar-shadow-color:#383838;
	scrollbar-track-color:#FFFFFF;
}
						
div
{
	font-size:1.0em;
}

table
{
	font-size: 11px;	
}

p 
{
	line-height: 1.6em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #353533;
	margin-top: 0em;
	padding-bottom:1.6em;
	padding-top:0em;
	font-size: 11px;
}
strong
{
	line-height: 2.0em;	
}
h1 
{
	color: #999999;
	font-weight: 500;
	line-height: 1.2em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-top: 0em;
	margin-bottom: 0.5em;
	padding-bottom:0.8em;
	padding-top:0em;
	font-size: 16px;
	text-transform:uppercase;
}

h2 
{
	color: #000000;
	font-weight: bold;
	line-height: 1.2em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-top: 0em;
	margin-bottom: 0.2em;
	padding-bottom:0em;
	padding-top:0em;
	font-size: 12px;
}

h3 
{
	color: #380142;
	font-weight: bold;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 0em;
	margin-bottom: 1em;
	padding-bottom:0em;
	padding-top:15px;	
}

hr 
{
	background-color: #CCCCCC; 	/* Mozilla 1.4 */
	color: #CCCCCC; 			/* IE 6 */
	border: #CCCCCC; 			/* Opera 7.11 */
	height: 1px; 				/* in Opera fuer die Anzeige noetig, in Mozilla fuer die einheitliche Hoehe */
	margin:0px;
	padding:0px;
}

pre 
{
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	line-height: 1.4em;
}

.tabletext
{
	color: red;	
}


/* TABELLE ---------------------------------------------------------- */
table.tabelle
{
	width: 370px;
}

.tabelle  th 
{
	border-top: 1px solid #CCCCCC;
	background-color: #e7e6e1;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
	line-height: 2.0em;
}

.tabelle  td 
{
	border-top: 1px solid #CCCCCC;
	background-color: #F4F4F4;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
	line-height: 2.0em;
}
.tabelle  td.rechts
{
	text-align: right;	
}
.tabelle  td.strong
{
	font-weight: bold;
}

/* BILDER ---------------------------------------------------------- */
img
{
	border: none;	
}

/* IMPRESSIONEN ----------------------------------------------------- */
div.shadow {
  position:relative;
  background: #b4afa3;
  width:339px;
  padding: 0px 1px 0px 1px;
  border-top: 1px solid #EFEADB;
  border-left: 1px solid #dcd7c8;
  border-right: 1px solid #dcd7c8;
  border-bottom: none;
}

img.impressionen
{
  padding: 5px 5px 9px 5px;
  background: white url(../img/shad_bottom.png) repeat-x bottom left;
}

div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(../img/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.bottomright {
  width: 4px;
  height: 4px;
  background: url(../img/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}

div.topleft {
  width: 2px;
  height: 4px;
  background: url(../img/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.topright {
  width: 2px;
  height: 4px;
  background: url(../img/shad_ttcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}


/* LINKS ---------------------------------------------------------- */
a			{ font-size: 11px; text-decoration: none; color: #FF0000; font-weight:bold; line-height: 2.0em;}
a:link 		{ font-size: 11px; text-decoration: none; color: #FF0000; font-weight:bold; line-height: 2.0em;}
a:visited 	{ font-size: 11px; text-decoration: none; color: #FF0000; font-weight:bold; line-height: 2.0em;}
a:hover 	{ font-size: 11px; text-decoration: underline; color: #FF0000; font-weight:bold; line-height: 2.0em;}
a:active	{ font-size: 11px; text-decoration: underline; color: #FF0000; font-weight:bold; line-height: 2.0em;}
a:focus 	{ font-size: 11px; text-decoration: underline; color: #FF0000; font-weight:bold; line-height: 2.0em;}
/* HEADER ---------------------------------------------------------- */

#header
{
	height:45px;
	width:100%;
}

#servicenav
{
	position:absolute;
	color:#F4F4F4;
	margin-top:96px;
	margin-left: 213px;
}

/* SERVICENAVIGATION ------------------------------------------------ */
ul#serviceNavigation{

}

#serviceNavigation li{
	list-style-type: none;
	display: inline;
}

#serviceNavigation  a				{ text-decoration: none; color: #F4F4F4; }
#serviceNavigation  a:link 			{ text-decoration: none; color: #F4F4F4; }
#serviceNavigation  a:visited 		{ text-decoration: none; color: #F4F4F4; }
#serviceNavigation  a:hover 		{ text-decoration: none; color: #B36BBF; }
#serviceNavigation  a:active		{ text-decoration: none; color: #B36BBF; text-decoration:underline;}
#serviceNavigation  a:focus 		{ text-decoration: none; color: #B36BBF; text-decoration:underline;}

#serviceNavigation  a.selected			{ text-decoration: none; color: #B36BBF; text-decoration:underline;}
#serviceNavigation  a.selected:link 	{ text-decoration: none; color: #B36BBF; text-decoration:underline;}
#serviceNavigation  a.selected:visited 	{ text-decoration: none; color: #B36BBF; text-decoration:underline;}
#serviceNavigation  a.selected:hover 	{ text-decoration: none; color: #B36BBF; text-decoration:underline;}
#serviceNavigation  a.selected:active	{ text-decoration: none; color: #B36BBF; text-decoration:underline;}
#serviceNavigation  a.selected:focus 	{ text-decoration: none; color: #B36BBF; text-decoration:underline;}

/* BODY ---------------------------------------------------------- */
#body
{
	width:100%;
	height: 100%;
	background-color: #333333;
	background-image:url(../img/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#rahmen
{
	height: 762px;
	width: 982px;
	margin:auto;
	background-image:url(../img/bg_center.jpg);
	background-repeat:no-repeat;
}

#bodyheader
{
	height: 199px;
	width: 713px;
	float: right;
	margin-right: 2px;
	margin-top: 2px;
	overflow: hidden;
}

/* Nur für IE 6.0 */ 
 *html #bodyheader { 
    margin-right: 1px;
	margin-top: 2px;
 }
 
#container
{
	width:100%;
	height:530px;
	float: left;
	margin: auto;
}

#content
{
	margin-left:110px;
	margin-top: 120px;
	float:left;
	height: 390px;
	width:450px;
	overflow: auto;
	overflow-x: hidden;
	padding-left: 0px;
}

/* Rechte Spalte ------------- */
#rightrow
{
	height: 400px;
	width: 184px;
	float:right;
	margin-top: 85px;
	margin-right: 7px;
}

#searchbox
{
	height: 33px;
	width: 183px;
	/*background-image: url(../img/searchbox.gif);
	background-repeat:no-repeat;*/
	margin-bottom: 10px;
	float:right;
}

#newsbox
{
	height: 112px;
	width: 180px;
	float:right;
	margin-bottom: 10px;
	background-image: url(../img/newsbox.gif);
	background-repeat:no-repeat;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#newstitel
{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin-top: 8px;
	margin-bottom: 10px;
}

#newstext
{
	
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	height:50px;
	overflow: hidden;
}

#newslink
{
	text-align: right;
	margin-bottom: 5px;
	margin-right: 20px;
}

.newslink a			{ text-decoration: none; color: #FF0000; font-size: 10px; font-weight:bold;}
.newslink a:link 	{ text-decoration: none; color: #FF0000; font-size: 10px; font-weight:bold;}
.newslink a:visited	{ text-decoration: none; color: #FF0000; font-size: 10px; font-weight:bold;}
.newslink a:hover 	{ text-decoration: underline; color: #FF0000; font-size: 10px; font-weight:bold;}
.newslink a:active	{ text-decoration: underline; color: #FF0000; font-size: 10px; font-weight:bold;}
.newslink a:focus 	{ text-decoration: underline; color: #FF0000; font-size: 10px; font-weight:bold;}

/* -------------------------- */

#logo
{
	margin-left:20px;
	margin-top: 20px;
}


/* Treenavigation */
#nav
{
	height: auto;
	width:180px;
	margin-left: 30px; 
	margin-top: 120px;
	float:left;
	font-size: 11px;
}

/* Nur für IE 6.0 */ 
 *html #nav { 
    margin-left: 15px; 
 }


#nav ul.navigationList{
	list-style:none;
	background-image: url("../img/nav_linie.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 10px;
}

#nav ul.navigationList li{
	padding-top: 2px;
	padding-bottom: 2px;
}

#nav ul.treeListRoot li{
	background-image: url("../img/nav_linie.gif");
	background-repeat: no-repeat;
	background-position: top;
}
#nav ul.treeListRoot li ul li{
	/*background-image: url("../img/nav_linie.gif");
	background-repeat: no-repeat;*/
}

/* Treenavigation Childs */
#nav ul.treeListRoot ul{
	background-image: none;
}

#nav ul.treeListRoot li{
}

#nav li.a			{ text-decoration: none; color: #383838;margin-left:5px;}
#nav li a:link 		{ text-decoration: none; color: #383838;margin-left:5px;}
#nav li a:visited 	{ text-decoration: none; color: #383838;margin-left:5px;}
#nav li a:hover 	{ text-decoration: none; color: #FF0000;margin-left:5px;}
#nav li a:active	{ text-decoration: none; color: #FF0000;margin-left:5px;}
#nav li a:focus 	{ text-decoration: none; color: #FF0000;margin-left:5px;}

#nav li.open a			{ text-decoration: none; color: #383838;margin-left:5px;}
#nav li.open a:link 	{ text-decoration: none; color: #383838;margin-left:5px;}
#nav li.open a:visited 	{ text-decoration: none; color: #383838;margin-left:5px;}
#nav li.open a:hover 	{ text-decoration: none; color: #FF0000;margin-left:5px;}
#nav li.open a:active	{ text-decoration: none; color: #FF0000;margin-left:5px;}
#nav li.open a:focus 	{ text-decoration: none; color: #FF0000;margin-left:5px;}

#nav a, 		#nav li.selected li a				{ text-decoration: none; color: #383838;}
#nav a:link, 	#nav li.selected li a:link 			{ text-decoration: none; color: #383838;}
#nav a:visited, #nav li.selected li a:visited 		{ text-decoration: none; color: #383838;}
#nav a:hover, 	#nav li.selected li a:hover 		{ text-decoration: none; color: #FF0000;}
#nav a:active, 	#nav li.selected li a:active		{ text-decoration: none; color: #FF0000;}
#nav a:focus, 	#nav li.selected li a:focus 		{ text-decoration: none; color: #FF0000;}

#nav li.selected a			{ text-decoration: none; color: #FF0000; text-decoration: none;}
#nav li.selected a:link 	{ text-decoration: none; color: #FF0000; text-decoration: none;}
#nav li.selected a:visited 	{ text-decoration: none; color: #FF0000; text-decoration: none;}
#nav li.selected a:hover 	{ text-decoration: none; color: #FF0000; text-decoration: none;}
#nav li.selected a:active	{ text-decoration: none; color: #FF0000; text-decoration: none;}
#nav li.selected a:focus 	{ text-decoration: none; color: #FF0000; text-decoration: none;}

#title_service
{
	margin-top:40px;
	margin-left:30px;
	margin-bottom: 10px;		
}

/* FOOTER ---------------------------------------------------------- */
#quality
{
	height: 58px;
	width: 60px;
	float: right;
	margin-top: -30px;
}

#footer 
{
	height:20px;
	width:640px;
	margin: auto;
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
	vertical-align:bottom;
	font-size: 10px;
	float: right;
}

.footerText
{
	color: #FF0000;
	font-size: 10px;
	font-weight:bold;
}

.footerLink a			{ font-size: 10px; text-decoration: none; color: #343434; font-weight:normal;}
.footerLink a:link 		{ font-size: 10px; text-decoration: none; color: #343434; font-weight:normal;}
.footerLink a:visited	{ font-size: 10px; text-decoration: none; color: #343434; font-weight:normal;}
.footerLink a:hover 	{ font-size: 10px; text-decoration: none; color: #FF0000; font-weight:normal;}
.footerLink a:active	{ font-size: 10px; text-decoration: none; color: #FF0000; font-weight:normal;}
.footerLink a:focus 	{ font-size: 10px; text-decoration: none; color: #FF0000; font-weight:normal;}

/* SITAMAP ---------------------------------------------------------- */
.siteMapLink	
{
	margin-top: 5px;
}
.siteMapLink a			{ text-decoration: none; color: #5C5C4F; font-weight:bold;}
.siteMapLink a:link 	{ text-decoration: none; color: #5C5C4F; font-weight:bold;}
.siteMapLink a:visited	{ text-decoration: none; color: #5C5C4F; font-weight:bold;}
.siteMapLink a:hover 	{ text-decoration: underline; color: #B36BBF; font-weight:bold;}
.siteMapLink a:active	{ text-decoration: underline; color: #B36BBF; font-weight:bold;}
.siteMapLink a:focus 	{ text-decoration: underline; color: #B36BBF; font-weight:bold;}
