/* --------------------------------------------------------------------------------

Gruen            = #009E55
Blau             = #1F12AD
Grau Hintergrund = #999999
Grau Links       = #808080
border: 1px dotted silver;

-------------------------------------------------------------------------------- */

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
margin: 0;
padding: 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

html, body {
text-align: left;
background-color: #999999;
font-size: 101%;
}

/* ----------------------------------------------------------------------------- */

#frame {
width: 980px;
text-align: left;
}
#header {
padding: 10px 0px 10px 8px;
}
#title {
margin-left: 215px;
padding: 10px 0px 10px 8px;
}
#navigation {
width: 200px;
float: left;
}
#news {
width: 150px;
margin-left: 15px;
}
#content {
width: 540px;
padding: 25px;
background-color: #FFFFFF;
float: left;
}
#kontakt {
width: 170px;
margin: 20px 10px 20px 20px;
padding: 15px;
background-color: #FFFFFF;
float: right;
border: 1px dotted silver;
}
.kasten {
}
#banner {
float: left;
padding-left: 25px;
text-align: left;
}
#footer {
clear: left;
padding-top: 3px;
margin: 0 0 10px 225px;
}
/* ----------------------------------------------------------------------------- */

a:link, a:visited, a:hover, a:active {
color: #808080;
text-decoration: underline;
}
a:hover, a:active {
text-decoration: none;
}
a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
color: #FFFFFF;
text-decoration: none;
}
a.nav:hover, a.nav:active {
color: #000000;
}
a.weiss:link, a.weiss:visited, a.weiss:hover, a.weiss:active {
color: #FFFFFF;
text-decoration: underline;
}

/* ----------------------------------------------------------------------------- */

h1 {
font-size: 1.0em;
color: #000000;
margin-bottom: 20px;
}
h2 {
font-size: 0.8em;
color: #000000;
margin-top: 20px;
}
p {
font-size: 0.7em;
line-height: 1.5em;
color: #000000;
margin-top: 10px;
}
p.nav {
line-height: 0.8em;
}
ul,ol {
margin: 5px 0 5px 30px;
}
.weiss {
color: #FFFFFF;
}

/* ----------------------------------------------------------------------------- */

.kasten {
background-color: #EEEEEE;
height: 100px;
}
img {
border: 0;
}
.imgr {
float: right;
padding: 10px;
}
.imgl {
float: left;
padding: 10px;
}
.input {
color: #000000;
background: #F5F5F5;
border: #999999 1px solid;
margin-bottom: 5px;
font: 1em verdana, helvetica, sans-serif;
padding: 3px;
}
.info {
border:0;font-size:8pt;color:#FF0000;
}
.input:focus {
color: #000000;
background: #ffffff;
}
.button {
color: #FFFFFF;
background: #999999;
border-top: 2px solid #e4d9c0;
border-right: 2px solid #99917d;
border-bottom: 2px solid #99917d;
border-left: 2px solid #e4d9c0;
font: bold 1em verdana, arial, helvetica, sans-serif;
}
.button:hover {
color: #000000;
background: #FFFFFF;
font: bold 1em verdana, arial, helvetica, sans-serif;
border-top: 2px solid #99917d;
border-right: 2px solid #e4d9c0;
border-bottom: 2px solid #e4d9c0;
border-left: 2px solid #99917d;
cursor: pointer;
}

/* ----------------------------------------------------------------------------- */