/* © by DerKonfigurator.de
e.g.
padding: 10px 2% 15px 20px;
top padding will be 10px, 
right padding will be 2% of the width of the closest element, 
bottom padding will be 15px, 
left padding will be 20px
 */

/* GESAMTSEITEN EINDRUCK */

body {background-image: url("images/bg.jpg"); 
		background-repeat: repeat-x;		
}

#site {
	/*seite */
	position:absolute;
	margin-top:-7px;
	width: 1000px;
	height:100%;
	margin-left: -7px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
}
#site #logo {
	position:relative;
	margin-top:-7px;
	margin-left: 0px;
	width: 226;
	height:57px;
	

}
#main {
	/*seite */
	position:relative;
	margin: 0;
	padding: 0;
	/*border:1px solid blue;*/
	width:1000px;
	height:auto;
}

#navi_left {
	float:left;
	position:relative;
	background-color: transparent;
	

}
#navi_oben {
/* oberes Div mit Headerbild ganz umrandet*/
    position:relative;
    margin-left: 280px;
    margin-top: -30px;
	height:30px;
	width: 720px;
	background-color: #ffffff;
	
}


#header {
/* oberes Div mit Headerbild ganz umrandet*/
    position:relative;
    background-image: url("images/header_sprinter.jpg");
    padding-left: 0px;
    height:270px;
	width: 1000px;
	color:#ffffff;
	font-size: 14px;
}

#pfad {
/* oberes Div mit Headerbild ganz umrandet*/
    position:relative;
    margin-left: 280px;
    margin-top: 0px;
    padding-top: 5px;
    padding-left: 20px;
	height:20px;
	width: 700px;
	background-color: #ffffff;
	border-bottom: 1px solid #5F7183;
}

#content {
/* iframe bereich */
    float:right;
	position:relative;
	font-family: Verdana, Arial; 
	font-size: 12px;
	width: 680px;
	height: 100%;
	padding: 20px;
	padding-bottom: 0px;
	background-color: #F3F4F8;
}

#content p {
margin: 5px;
background-color: transparent;
font-size: 14px;
font-family: Verdana, Arial;
}


/* ÜBERSCHRIFTEN */

h1 {
font-family: Verdana, Arial; 
font-weight: 200;
font-size: 18px;
margin: 0px 0px 10px 5px;
color: #516373;
text-transform: uppercase;
}

h2 {
font-family: Verdana, Arial; 
font-size: 14px;
color: #516373;
margin: 0px 0px 0px 5px;
text-transform: uppercase;
}

h3 {
font-family: Verdana, Arial; 
font-size: 13px;
color: #516373;
margin: 0px 0px 6px 5px;
text-transform: uppercase;
}


/*-------------NAVIGATION --------------------------------------------*/

#topmenu {
float:left;
font-size: 11px;
font-family: Verdana, Arial; 
color: #11067C;
margin-top: 10px;
margin-left: 10px;

}

#topmenu ul {
list-style-type: none;
padding: 0px;
margin: 0px;

}

#topmenu ul li {

list-style-type: none;
margin-left: 10px;
display: inline;
}

#topmenu ul li a {
text-decoration: none; 
padding: 10px;
color: #4A6178;
margin-left: 10px;
margin-top: 5px;
margin-right: 10px;
font-size: 11px;
margin: 0px;
display: inline;
text-transform: uppercase;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
}

#topmenu ul li a:link {
text-decoration: none;
color: #4A6178;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
margin: 0px;
display: inline;

}

#topmenu ul li a:hover {
color: #6A88A7;
display: inline;
text-transform: uppercase;
border-top:1px solid #aaaaaa;
border-left:1px solid #aaaaaa;
border-right:1px solid #aaaaaa;
moz-border-radius-topleft:20px;
moz-border-radius-topright:20px;
khtml-border-radius-topleft:30px;
khtml-border-radius-topright:30px;
/*border:1px solid #aaaaaa;*/


}

#topmenu ul .obermenuhigh {
padding: 10px;
color: #384B5D;
text-decoration: none;
display: inline;
text-transform: uppercase;
border-top:1px solid #aaaaaa;
border-left:1px solid #aaaaaa;
border-right:1px solid #aaaaaa;
moz-border-radius-topleft:20px;
moz-border-radius-topright:20px;
khtml-border-radius-topleft:30px;
khtml-border-radius-topright:30px;
/*border:1px solid #aaaaaa;*/

}

/*------------------------------NAVI LEFT-----------------------------*/
/*
#navi {
margin-left: 0px;
padding-left: 0px;
width: 230px;
font-size: 14px;
font-family: Verdana;

}
*/
#navi_left ul {
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
  width: 280px;
  
}
#navi_left ul li {
font-family: Verdana, Arial, Helvetica;
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
  width: auto;
  
}


#navi ul ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
  width: 280px;
  }
/* Hauptmenuepunkt nicht aktiv */
#navi_left ul li a {
  font-family: Verdana, Arial, Helvetica;
  text-transform: uppercase;
  display: block;
  list-style-type: none;
  margin-top: 0px;
  padding: 6px 0px 7px 30px;
  color: #474244;
  font-size: 12px;
  width: auto;
  border-bottom: solid #F3F4F8 1px;
  }


/* Submenuepunkt nicht aktiv, nur ausgeklappt sichtbar */
#navi_left ul ul li a {
  font-family: Verdana, Arial, Helvetica;
  text-transform: uppercase;
  list-style-type: none;
  display: block;
  font-size: 12px;
  margin-top: 0px;
  padding: 6px 0px 7px 50px;
   color: #474244;
  width: auto;
  }

#navi_left a:link {
  font-family: Verdana;
/*  text-transform: uppercase;*/
  display: block;
  text-decoration: none;
  font-size: 12px;
  
}
/* Alle */
#navi_left a:visited {
  display: block;
  text-decoration: none;
 
}

/* Hauptmenuepunkt Hover */
#navi_left a:hover {
  display: block;
  color: #1E1D1D;
/*  text-transform: uppercase;*/
  background-color:#C5CFD9;
}

/* Submenuepunkt Visited */
#navi_left ul ul li a:visited {
 
 }
  
/* Submenuepunkt Hover */
#navi_left ul ul li a:hover {
  list-style-type: none;
  display: block;  
  margin-top: 0px;
  padding: 6px 0px 7px 50px;
  color: #1E1D1D;
  text-transform: uppercase;
  background-color:#C5CFD9;

  }
/* Hauptmenuepunkt aktiv */
#navi_left ul .obermenuhigh {
  list-style-type: none;
  display: block;
  width: auto;
  margin-top: 0px;
  padding: 6px 0px 7px 30px;
  color: #1E1D1D;
  font-size: 12px;
 text-transform: uppercase;
 border-bottom: solid #F3F4F8 1px;
 background-color:#C5CFD9;
  
}


/* Submenuepunkt aktiv */
#navi_left ul ul .submenuhigh {
  list-style-type: none;
  display: block;
  margin-top: 0px;
  padding: 6px 0px 7px 50px;
  color: #1E1D1D;
  width: auto;
 font-size: 12px;
  text-transform: uppercase;
 border-bottom: solid #F3F4F8 1px;
 background-color:#C5CFD9;
}

/*-----------------------------ENDE  NAVI LEFT------------------------------------*/

#footer {
margin-top: 200px;
margin-left: -300px;
padding-left: 20px;
padding-top: 10px;
margin-bottom: 0px;
border-top: solid 1px #5F7183;
width: 980px;
height: 20px;
color:#5F7183;
font-size: 11px;
background-color: #F3F4F8;

}



/*----------------------------ab jetzt MIST----------------------------------------------------*/



#content a {
font-size: 14px;
color: #333333;
text-decoration: underline;
}
/*#323232*/
#content a:hover {
font-size: 14px;
text-decoration: underline;
color: #848582;
}
#content a:activ {
font-size: 14px;
color: #848582;
text-decoration: underline;
}

.content {
/* iframe bereich */
	float:right;
	position:relative;
	font-family: Verdana, Arial; 
	font-size: 12px;
	width: 680px;
	height: 100%;
	padding: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
}

/*width: 350px;*/
textarea {
	width: 350px;
	margin:0px;
	font-size: 12px;
	font-family: Verdana; 
	background-color: transparent;
}


#iframe_1 {
background: transparent;

}

table {
vertical-align: top;
}
#content td {
font-size: 12px;
vertical-align: top;
}

#tdtop {
border: 1px solid #E4E9ED;
background-color: #E4E9ED;
}
#tdmitte {
border: 1px solid #E4E9ED;
vertical-align: top;
background-color: transparent;
margin: 10px;
}


/* HAUPTNAVIGATION */
#navigation {
margin-left: 0px;
padding-left: 0px;
width: 230px;
height:100%;
}


/* SUCHFELD */

#search {
border: 1px solid #808080;
width: 150px;
background-color: #cccccc;
margin: 0px;
color: #000000;
font-size: 1.0em;
}



/* NAVIGATIONSPFAD */

#path {
font-family: Verdana; 
font-size: 10px;
color: #516373;
padding: 0px 0px 0px 0px;
}

#path a {
text-decoration: none; 
font-size: 10px;
color: #516373;
}

#path a:link {
text-decoration: none;
font-size: 10px;
color: #516373;
}

#path a:hover {
color: #000000;
font-size: 10px;
text-decoration: none;
}

#content #path {
font-family: Verdana; 
font-size: 10px;
color: #516373;
padding: 0px 0px 0px 0px;
text-decoration: none;
}

#content #path a {
text-decoration: none; 
font-size: 10px;
color: #11067C;
text-decoration: none;
}

#content #path a:link {
text-decoration: none;
font-size: 10px;
color: #11067C;
text-decoration: none;
}

#content #path a:hover {
color: #3433CD;
font-size: 10px;
text-decoration: none;
}



/* FRONTEND LOGIN */

.login {
background-color: #ffffff;
}

/* TOP- ODER FUßNAVIGATION */



#download a {
float:left;
font-size: 14px;
font-family: Verdana; 
font-weight: bold;
color: #11067C;
margin-top: 0px;
margin-left: 10px;
display: block;
}






/* STYLE ABSÄTZE (ABSTAND UND SO WEITER) */




/* STYLE FÜR BOLD / FETT */



strong {
color: #000000;
}

/* LISTEN STYLE FÜR UL OL LI */

ul {
font-family: Verdana; 
margin-left: 0px;
margin-bottom: 0px;
margin-top: 0px;

}

li {

margin-left: 0px;
margin-bottom: 0px;
margin-top: 0px;

}

ol {
list-style-type: decimal;
margin-left: 0px;
padding-left: 4px;
margin-bottom:0px;
margin-top: 0px;
}



/* LINKS */




a {
font-size: 14px;
color: #333333;
text-decoration: none;
}
/*#323232*/
a:hover {
font-size: 14px;
text-decoration: none;
color: #848582;
}
a:activ {
font-size: 14px;
color: #848582;
text-decoration: none;
}




/* BILDRAHMEN */

.bildrahmen {
border: 1px solid;
border-color: #666666;
padding: 4px;
}

/* BILDERGALLERIE THUMBNAILS */

img.gallerythumb {
border: 1px solid;
border-color: #666666;
padding: 4px;
}

a img.gallerythumb {
border: 1px solid;
border-color: #666666;
padding: 4px;
}

a:hover img.gallerythumb {
border: 1px solid;
border-color: #e10a0f;
padding: 4px;
}


  
/* BILDRAHMEN MIT ROLLOVER_EFFFEKT */

img.rollover  {
border: 1px solid;
border-color: #666666;
padding: 4px;
}

a img.rollover  {
border: 1px solid;
border-color: #666666;
padding: 4px;
}

a:hover img.rollover  {
border: 1px solid #e10a0f;
padding: 4px;
}

/* SONSTIGE EXTRA KLASSEN UND STYLES ÜBER ID UND CLASS */

.adresse {
padding: 10px 0px 10px 30px;
font-size: 12px;
font-family: Verdana; 
color: #666666;
background-color: transparent;
}
.adresse a {
padding: 0px;
font-size: 12px;
font-family: Verdana; 
color: #666666;
text-decoration: underline;
background-color: transparent;
text-transform: lowercase;
}


#rueckruf {
	margin: 0px 0px 0px 10px;
	font-family: Verdana; 
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	
}
.footer {
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
color: #e10a0f;
padding: 0px 0px 0px 0px;
text-indent: 10px;
}

.footer a {
font-family: Arial, Helvetica, sans-serif;
color: #e10a0f;
}

.footer a:hover {
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
color: #e10a0f;
}

/* KASTEN IM CONTENT NUR RAHMEN */

.kasten {
margin-top: 0px;
float: right;
width: 240px;
background-color: #3433CD;
padding: 3px;
margin: 3px;
}

.kasten h3 {
margin-top: 0px;
}

/* NEWSKASTEN MIT HEADER (KASTEN NR. -123) */

.boxcover {
margin-top: 10px;
float: right;
width: 200px;
padding: 3px;
}

.box {
margin-top: 10px;
padding-right: 0px;
float: right;
width: 100%;
border-style: solid;
border-width: 1px;
border-color: #0000A0;
}

.box h3 {
background-color: #003084; 
color: white;
padding: 3px;
margin-top: 0px;
}

.box div {
padding: 3px;
}

/* HORIZONTALE LINIE */

hr {
height: 1px;
border-top: 1px dotted;
border-bottom: 0;
border-left: 0;
border-right: 0;
border-color: #999999;
padding-bottom: 0px;
margin-bottom:  7px;
padding-top: 7px;
margin-top:  7px;
text-align: left;
margin-left:0px;
}

/* KONTAKTFORMULAR ( plugins/kontakt/kontakt.php */

#body_kontakt {
background-color: #F3F4F8;
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}


.kontakti {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.kontakt {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
width: 200px;
padding-bottom: 2px;
}

.pullidown {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
width: 410px;
}

.nachricht {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
width: 410px;
height: 100px;
}

.formo {
font-family: Arial, Helvetica, sans-serif;
color: #666666;
}

/* BILDER STANDARD OHNE RAHMEN */

img {
border: 0px;
}


/* QUICK TIP FÄHNCHEN */

.Tips2 {
border: 1px solid;
border-color: #666666;
background-color: #FFFFFF;
padding: 1px;

}

/* Tabellen */

.tabelle {
border-top: 1px solid #cccccc;
border-left: 1px solid #b69c90;
border-right: 1px solid #b69c90;
}

.tabellenkopf {
border-bottom: 1px solid #cccccc;
font-weight: bolder;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
background-color: #cccccc;
}

.tabellencelle {
border-bottom: 1px solid #cccccc;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
}

.printer {
color: #ffffff;
font-size: 10px;
text-decoration: none;
margin-bottom: 20px;
}

.printer a {
color: #333333;
text-decoration: none;
}

.printer a:hover {
text-decoration: underline;
color: #e10a0f;
}

.kastenblau {
width:190px;
height: 200px;
background-image: url("../../images1/bg_hotline.html");
}
.kastenred {
width:190px;
height: 203px;
background-image: url("../../images1/vorteile.html");
}


.kastencontentli {
float:left;
margin: 0px;
width: 218px;
}

.kastencontentre {
float:right;
margin: 0px;
width: 240px;
}

.kastencontentgr {
	margin: 0px;
	width: 480px;
}

.contentsmall {
	font-size: 0.85em;
	font-weight: normal;
}

.contentsmall a:link {
	color: #414141;
	text-decoration: none;
}

.contentsmall a:visited {
	color: #414141;
	text-decoration: none;
}

.contentsmall a:hover {
	color: #808080;
	text-decoration: none;
}



/*transparent

opacity: .5;
filter: alpha(opacity=50);
-moz-opacity: .5;

*/