body{
margin: 0px;
padding: 0px;
font-family: arial, verdana, tahoma, helvetica, sans-serif; 
font-size: 16px;
/*font-size: small;*/

color: #202020;
background-color: #FFFFFF;
}

body,html
{
height: 100%;
}


div{
height: auto;
}

/* Überschriften H1 bis H4 */

 h1{
 font-size: 1.8em;
 font-weight: normal;
 color: #d64c13;
 }

 h2{ 
 font-size: 1.2em;
 font-weight: bold;
 }

 h3{
 font-size: 1em;
 font-weight: bold;
 color: #3b5493;
 }
 
 h4{
 font-size: 1em;
 font-weight: bold;
 color: #d64c13;
 }

/* Grafiken allgemein*/

 img{
 border: 0px;
 
 }

/* Hyperlinks allgemein */

a{
text-decoration: none;
color: #000000;
background-color: inherit;
}

a:hover{
color: #888888;
background-color: inherit;
}

/* Listen allgemein */

 ul{
 list-style: none; 
 padding-left: 0px;
 margin-left: 0px;
 }

/* Tabellen allgemein */

 table{
 height: auto;
 border-collapse: collapse;
 }

 table tr td{
 padding: 0px;
 vertical-align: top;
 border: 0px;
 border-style: solid;
 border-color: #CC0000;
 }

/* layout/layout.html

 #container{
 position: absolute;
 margin-left: -645px; 
 top: 0px;
 left: 50%;
 height: auto;
 width: 1290px;
 }

 */

/* layout/layout.html */

 #container{
 position: absolute;
 height: 100%;
 width: 100%;
 }

 #links{

 font-size: 1.2em;
 font-weight: 400;
 }


 #links ul {
 margin-top: 4em;
 margin-left: 1.5em;
 margin-right: 1em;
 }
 
 #links li {
  margin-top: 0.4em;
	color: #FFFFFF;
 }

 #links a{
 color: #FFFFFF;
 background-color: inherit; 
 }

#links .selected {
 color: #d64c13;
 }
 
 #links a:hover{
 color: #CCCCCC;
 }

 #links .e2{
 padding-left: 1.2em; 
 }

 #mitte{
 color: #58585a; 
 padding-top: 3em;
 }

#mitte h3 {
margin-bottom: 0px;
}
 
#mitte ul { 
list-style-type: disc;
list-style-position: inside;
margin-top: 0px;
}

#mitte li { 
  font-weight: 500;
	} 

#mitte p {
margin-top: 0.1em;
}

#mitte h3 {
 margin-top: 1.5em;
}

.fullservice h3 { 
 margin-top: 1.5em;
}

.fullservice ul { 
 padding-top: 0.4em;
}

.beispiel li {
 list-style-type: none;
 list-style-position: outside; 
 color: #0089ba;
 }

.beispiel h4 { 
 margin-top: 1.5em;
 margin-bottom: 0em;
}

.beispiel ul { 
 padding-top: 0.5em;
}

.dreispaltig td{
width: 33%;
border: 0px;
border-style: solid;
border-color: #CC0000;
}

.zweispaltig td{
width: 49%;
border-width: 0px; 
border-style: solid;
border-color: #CC0000;
}

.bilder td { 
  vertical-align: bottom; 
}

 
 #rechts{
 height: auto;
 }


 #rechts h2{ 
 font-size: 1.2em;
 font-weight: normal;
 /*color: #df7138;*/
 
 color: #d64c13;
 
 line-height: 0.3em; 
 vertical-align: middle;
 text-align: left;
 margin-top: 0.3em;
 }

 
 #rechts h4{
 font-size: 1em;
 font-weight: bold;
 color: #ffffff;
 text-align: left;
 margin-bottom: 0px;
 }
 
 #rechts img {

	}
	/*
 #rechts table { 
  margin-left: 1.3em; 
	margin-right: 0.2em;
}*/
 
 #rechts ul{
 list-style-position: outside;
 margin-top: 0.1em;
 }
 
 #rechts li {
 /*color: #00528d;*/
 color: #444444;
 }


