/* html,body  deffinitionen */

html { 
overflow:auto;
padding:0;
margin:0;
height:100%;
width:100%;
}

body {
background-color: #fefdf8;
font-size: 76%;
font-family: Arial, Helvetica, Sans-Serif;
padding:0;
margin:0;
}

a {
color:#304c96;
text-decoration: underline;
}

a:link {
color:#304c96;
text-decoration: underline;
}

a:visited {
color:#304c96;
text-decoration:underline; 
}

a:focus {
color:#304c96;
text-decoration:underline;
}

a:hover {
color:#0a297b; /*#5d4c1e*/
text-decoration:underline;
}

a:active {
color:#304c96; /*#746847*/
text-decoration:underline;
}


/* Schrift, Absatz, Linien, Listen */

h1 {
font-family:Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 2.0em;
font-weight:normal;
text-align:center;
margin:0;
color:#007e10;
line-height:1.2em;
}


h2 {
font-family:Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 1.3em;
font-weight:normal;
text-align:left;
margin:10px 0 0 0;
color:#007e10;
line-height:1.3em;
}

h3 {
font-family:Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
font-weight: bold;
text-align:left;
color:#007e10; /*304c96*/
line-height: 1.2em;
margin:6px 0 0 0;
}

p {
font-size: 1.1em;
line-height:1.5em;
font-weight: normal;
text-align:justify;
padding:0;
margin:10px 0 0 0;
color:#304c96; 
border:0px solid;
}

p.small {
font-size: 0.9em;
font-weight: normal;
text-align:justify;
padding:0;
margin:8px 0 8px 0;
color:#746847; 
border:0px solid;
}

.phonemail {
margin:-43px 0 0 10px;
}

p.footer {
font-size: 0.9em;
font-weight: normal;
text-align:center;
line-height: 1.2em;
padding:0;
margin:12px 0;
color:#304c96; /*746847*/
}

p.clearleft {
clear: left;
}

.strong {
line-height: 1.8em;
font-weight: bold;
color:#5277bb;
}

img {
border:0px solid;
margin:0;
padding:0;
}

.room {
margin:0 0 0 304px;
}

ul {
font-size: 1.1em;
list-style-type:square; 
}

li {
font-weight: normal;
text-align:left;
line-height: 1.5em;
padding:0;
margin:0;
color:#304c96; 
}


/* Layer */

#container_main {
width:920px;
height:100%;
border-right:1px solid #e8e2ce;
border-left:1px solid #e8e2ce;
margin: 0 auto;
background-color: #fcf8ed;
}

#header {
width:920px;
height:159px;
margin:0;
}

#inhalt_left {
width:186px;
height:auto;
float:left;	
margin: 74px 0 140px 11px;
background-color: #fcf8ed;
padding:0;
}

* html div#inhalt_left {
margin: 59px 0 140px 6px;	/* IE Version 6 */
}

#inhalt_main {
width:436px;
height:auto;
float:left;	
margin: 40px 0 140px 43px;
background-color: #fcf8ed;
padding:0;
}

* html div#inhalt_main {
margin: 30px 0 140px 42px;	/* IE Version 6 */
}

#inhalt_right {
width:186px;
height:auto;
float:left;
margin: 74px 0 140px 45px;
background-color: #fcf8ed;
padding:0;
}

* html div#inhalt_right {
margin: 59px 0 140px 41px;	/* IE Version 6 */
}

#schraffur {
background-image:url(../files/schraffur.gif);
width:920px;
height:70px;
border-top:1px solid #007e10;
border-bottom:1px solid #007e10;
margin: 0;
}

#linie_fett {
background:url(../files/linie_fett.gif) no-repeat;
height:4px;
width:920px;
margin:0;
}

#footer {
width:920px;
height:40px;
border-top:1px solid #007e10;
border-bottom:2px solid #007e10;
margin:0;
background-color:#fdfbf5;
clear:both;
}

.inline {
height:1000px;
width:436px;
}

