body {
overflow-y: scroll;
background-color: #ccc;
width: 960px;
margin-left: auto;
margin-right: auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
}

a { text-decoration: underline; }
a:hover { text-decoration: none; }

#page {
background-color: #fff;
padding: 10px;
position: absolute;
-moz-box-shadow: 0 0 1em #666;
-webkit-box-shadow: 0 0 1em #666;

}

#header {
width: 940px;
height: 200px;
background-image: url(header.png);
}

#navi {
background-color: #999999;
height: 50px;
width: 939px;
border: 1px solid #666666;
border-left: 0px;
}

#navi a {
display: inline-block;
border-left: 1px solid #666666;
border-right: 1px solid #CCCCCC;
padding: 16px;
padding-left: 35px;
padding-right: 35px;
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: bold;
}

#main {
background: url(cbg.png) top repeat-x;
height: 200px;
padding-left: 40px;
padding-top: 10px;
margin-bottom: 10px;
}

#content {
float: left;
width: 680px;
margin-bottom: 10px;
padding-right: 20px;
}

#sidenavi {
float: left;
width: 180px;
border-left: 1px dotted #ccc;
padding-left: 15px;
}

#sidenavi a {
text-decoration: none;
}

#sidenavi a:hover {
text-decoration: underline;
}

h1 {
color:#0066CC;
font-size: 15px;
}

h2 {
font-size: 14px;
font-weight: bold;
border-bottom: 1px dotted #ccc;
}

h3 {
color: #000;
margin-top: -12px;
font-size: 10px;
padding: 0px;
font-weight: normal;
}

hr {
border: 0px;
border-bottom: 1px dotted #ccc;
height: 1px;
}

#footer {
margin-top: 10px;
padding-top: 10px;
color: #ccc;
border-top: 1px dotted #ccc;
}

#footer a {
color: #ccc;
}

input[type^="text"] {
width: 254px;
height: 18px;
border: 1px solid #ccc;
padding: 5px;
}

input[type^="text"]:hover, input[type^="text"]:focus {
border: 1px solid #999999;
}

input[id^="strasse"] {
width: 208px;
}

input[id^="hausnr"] {
width: 30px;
}

textarea {
border: 1px solid #ccc;
font: 12px Verdana, Arial, Helvetica, sans-serif;
line-height: 20px;
width: 680px;
height: 200px;
}

textarea:hover, textarea:focus {
border: 1px solid #999999;
}

.input2 {
background: url(./img/input2.png);
width: 114px;
height: 22px;
border: 0px;
padding: 5px;
}

li {
list-style-image: url(img/menu.gif);
}

img {
border: 0px;
}

#content img {
padding: 5px;
