@charset "utf-8";  /*** UTF Kodierung erspart Sonderzeichenkodierung ***/

html {height: 101%;}

body { 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
border: none;
}

/**** link im text ****/

a, a:visited {
color:#e85a4e;
text-decoration: none;
}
a:hover {
color: #5a6666;
text-decoration: underline;
}
a:active, a:focus {
outline:0;
}

/********/

#wrapper {
position:relative;
margin-left: auto;
margin-right: auto;
height: auto;
max-width: 100%;
width: 100%;
text-align: center;
}
#header {
margin-top: 40px;
padding-bottom: 20px;
height: auto;
background: #fff;
}
img { 
max-width: 400px; 
width: 100%;
}

#content {
margin: 0;
padding: 0;
width: 100%;
min-height: 400px;
background: #eaf5f3;
}

.feature {
margin:0;
padding: 0;
text-align: center;
min-height: 500px;
}
.feature_law {
margin:0;
padding: 0;
text-align: left;
min-height: 500px;
}
.feature h1 {
margin: 20px 0 0 0;
font-size: 1.2em;
color: #00a18c;
font-weight: normal;
}
.feature_law h1 {
margin: 20px 0 0 0;
font-size: 1.2em;
color: #00a18c;
font-weight: normal;
}

.feature_law ul {
color: #3f4a4a;
font-weight: normal;
}

p {
margin: 15px 0;
padding: 0;
font-size: 0.9em;
color: #3f4a4a;
line-height: 1.5em;
}
strong {
color: #00a18c
}


/*** footer ***/
.footer{
clear: both;
text-align: center;
margin: 0 0 0 10px;
padding: 10px;
width: 100%;
height: 20px;
font-size: 0.7em;
color: #555;
}
a.unten, a.unten:visited {
color:#e85a4e;
text-decoration: none;
}
a.unten:hover {
color: #5a6666;
text-decoration: underline;
}


