  body {
    color: black;
    background-image: url(../img/bg.gif);
    font-size: 1em;
    line-height: 1.5em;
    font-family: Arial,Helvetica,sans-serif;
    min-width: 53em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    text-align: center;
    margin: 0px;
    padding: 0px;
  }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

  img.Logo{
    float: left; 
    margin-right: 1em;
    border: 0; 
  }


  div#Kopfzeile {
    text-align: left;
    background-image: url(../img/bg_header.jpg);
    background-repeat: no-repeat;
    width: 980px;
    height: 228px;
    margin: auto;
	position: relative;
  }
  
  div#Kopfzeile p { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #3A6EA5;
    margin: 0.4em 0 0.2em 0.2em;
    padding: 0.2em 0 0.2em 0;
    visibility:hidden;
  }
  
  div.content {
  	width: 980px;
  	margin: auto;
	margin-bottom: 0px;
  	background-image: url(../img/bg_content.gif);
  	background-repeat: repeat-y;
  	text-align: left;
  	padding-bottom: 35px;
  }

  div#Links {
    font-size: 0.83em;
    float: left;
    width: 14em;
    padding: 0;
    width: 219px;
  }
  div#Links img { 
    width: 100%;
    margin-top: 6em;
    border: 0;
  }


  div#Mainnav { 
    list-style: none;
    border: 2px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
    padding: 0;
    background-color: #FFFFFF;
    margin: 0px;
  }
  
  div#Mainnav a, div#Mainnav a:visited { 
    display: block;
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    background-image: url(../img/bg_nav.jpg);
    background-repeat: repeat-y;
    border-bottom: 1px solid #FFFFFF;
    font-weight: bold;
    color: #000000;
    text-align: left;
	line-height: 1.2em;
	font-size: 12px;
  }
  
  div#Mainnav a:hover { 
    background-color: #43616B;
    color: #FFFFFF;
  }
  
  div#Mainnav a.active {
  	background-image: url(../img/bg_nav_act.jpg);
	color: #FFFFFF;
  }

  div#Mainnav div.Subnav {     
    list-style: none;
    margin: 0;
    padding: 0;
  }

  div#Mainnav div.Subnav a, div#Mainnav div.Subnav a:visited { 
    display: block;
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: bold;
    color: #444444;
	background-image: none;
	background-color:#EEEEEE;
	padding-left: 20px;
  } 
  
  div#Mainnav div.Subnav a:hover { 
    background-color: #DDDDDD;
  }
  
  div#Mainnav div.Subnav a.active { 
    background-color: #BBBBBB;
  }

  div#Mainnav ul.Subsubnav { 
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  div#Mainnav ul.Subsubnav a:link { 
    display: block;
    text-decoration: none;
    padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
    font-weight: bold;
    color: #444444;
	background-image: none;
	background-color: #EEEEEE;
  } 
  div#Mainnav ul.Subsubnav a:hover { 
    background-color: #AAAAAA;
    color: #eee;
  }

  div#Infobox { 
    font-size: 0.55em;
    background-color: #F0F0F0;
    border-bottom: 2px ridge red;
    margin: 0;
    padding: 1.7em;
  }
  div#Infobox h1 { 
    font-size: 12pt;
    font-weight: bold;
    margin: 0 0 1em 0;
  }
  div#Infobox h2 { 
    font-size: 10pt;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    padding: 0;
  }
  div#Infobox p { 
    font-size: 10pt;
    margin: 0;
  }
  div#Infobox ul {
    margin-top: 1em;
    text-align: right;
  }
  div#Infobox li {
    padding: 0;
    display: inline;
  }
  div#Infobox a:link, div#Infobox a:visited {
    text-decoration: none;
    color: #3A6EA5;
    font: bold 10pt Arial, sans-serif;
  }
  div#Infobox a:hover { 
    color: red;
  }

  
  div#Mitte {
	width: 620px;
	margin-left: 241px;
  }
  * html div#Mitte {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Mitte h { 
    font-size: 12pt;
    font-weight: bold;
  }
  div#Mitte h2 {
    font-size: 0.9em;
    font-weight: bold;
    margin-top: 0px;
	padding-top: 10px;
    margin-bottom: 5px;
  }
   div#Mitte h3 {
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  
  div#Mitte p {
    font-size: 10pt;
    margin-top: 0px;
    margin-bottom: 9px;
  }
  div#Mitte ul {
    font-size: 10pt;
    margin: 0;
    padding: 0 0 0 1em;
  }
  div#Mitte li {
    padding: 0 0 0.5em 0;
  }
  div#Mitte a.fett:link, div#Mitte a.fett:visited {
    text-decoration: none;
    font-weight: bold;
  }
  div#Mitte a.fett:hover { 
    color: red;
  }
  div#Mitte a:link, div#Mitte a:visited {
    text-decoration: none;
    color: #BB6600;
  }
  div#Mitte a:hover { 
    color: red;
  }
  div#Mitte a.blau:link, div#Mitte a.blau:visited {
    text-decoration: none;
    color: #3A6EA5;
    font: bold 10pt Arial, sans-serif;
  }
  div#Mitte a.blau:hover { 
    color: red;
  }
  div#Mitte img { 
    border: 0;
  }
  div#Mitte table { 
    font-size: 10pt;
    width: 100%;
    margin-top: 1em;
  }


  div#Box {
    font-size: 0.55em;
    background-color: #356a9e;
    margin: 0;
    padding: 0 0 0 0;
  }
  div#Box p {
    margin: 0;
  }

  div#Fusszeile {
    width: 980px;
    height: 44px;
    background-image: url(../img/bg_footer.jpg);
    background-repeat: no-repeat;
    margin: auto;
    margin-bottom: 20px;
	margin-top: 0px;
    clear: both;
  }
  
  div#Fusszeile p {
 	color: #FFFFFF;
	margin: 0px;
	padding-top: 26px;
	font-size: 0.8em;
  }

  div#Fusszeile a {
	color: #FFFFFF;
	text-decoration: none;
  }

  div#Fusszeile a:hover {
	text-decoration: underline;
  }


/* Zusätzliche Stile */

.table_whole {
	padding-bottom: 10px;
}

.table_row {
	border-bottom: 1px solid #DDDDDD;
	position: relative;
}

.cell_left {
	position: absolute;
	width: 145px;
	font-size: 0.83em;
}

.cell_right {
	position: relative;
	left: 150px;
	top: 0px;
	font-size: 0.83em;
	width: 225px;
}

iframe {
	border: 1px solid #DDDDDD;
}

a.startlink {
	display: block;
	width: 97px;
	height: 97px;
	position: absolute;
	left: 122px;
	top: 76px;
	background-color: none;
	border: none;
}

.bestpreis {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 0.9em;
	/*color: #DD9900;*/
	font-weight: bold;
}

div.bestpreis span.preis {
	font-size: 1.4em;
}

.content_table {

}

td.table_head {
	font-size: 11px;
	line-height: 12px;
}

.content_table td {
	padding: 2px;
	border: 1px solid #FFFFFF;
	background-color: #EEEEEE;
	font-size: 10px;
}

/* FORM-STYLES */

div.cell1 {
	float: left;
	width: 154px;
	margin-bottom: 10px;
	display: inline;
	font-size: 12px;
	line-height: 16px;
}

div.cell2 {
	float: right;
	width: 154px;
	margin-bottom: 10px;
	margin-right: 34px;
	display: inline;
	font-size: 12px;
	line-height: 16px;
}

div.cell3 {
	width: 340px;
	margin-bottom: 10px;
	clear: right;
	font-size: 12px;
	line-height: 16px;
}

div.seperator {
	width: 340px;
	height: 1px;
	border-bottom: 1px solid #DDDDDD;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: right;
}

input, select {
	border: 1px solid #DDDDDD;
	padding: 2px;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #f18a00;
}

.textfield1 {
	width: 150px;
}

.textfield2 {
	width: 340px;
}

.select1 {
	width: 340px;
}

.select2 {
	width: 150px;
}

.select3 {
	width: 60px;
}

.textarea1 {
	width: 340px;
	height: 200px;
	border: 1px solid #DDDDDD;
}

.submit1 {
	cursor: pointer;
}
