html { }

body {
    padding:0px;
    margin:0px;
    background-color:#eeeeee;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color:#000000;
    font-weight:normal;
    line-height:18px;
    text-align:center;
}

p {
    padding:0px;
    margin:0px;
}

a,a:link,a:visited {
    color:#000000;
    text-decoration:none;    
}

h3 {
    font-size: 14px;
    font-weight:bold;
}

div.center {
    width:762px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    text-align:center;
    padding:0px;
}

div.header{
    margin:0px;
    height:62px;
    background-color:#ffffff;
    padding:0px;   
    text-align:left;
}

div.logo{
    padding:5px 0px 0px 15px;
    text-align:left;
    float:left;
}

div.submenu{
    margin:0px 20px 0px 0px;
    width:200px;
    height:20px;
    text-align:right;
    font-size:10px;
    float:right;
    display:inline;
}

div.submenu a{
    font-size:10px;
    color:#000000;
}

div.submenu a:visited{
    color:#000000;
}

div.submenu a:hover{
    font-size:10px;
    color:#999999;
}

div.header_img_stripe{
    background-image:url(../upload/bilder/titel_steine.jpg);
    background-repeat:no-repeat;
    height:116px;
}

div.middlearea{
    width:762px;
    text-align:left;
    background-color:#ffffff;
    background-image:url(../upload/bilder/bg_menu.gif);
    background-repeat:repeat-y;
    background-position:10px;
    float:left;
}

div.content a,a:link,a:visited{
    color:#000099;
    text-decoration:none;
}

div.content a:hover{
    color:#000099;
    text-decoration:underline;
}

div.headlinearea{
    border-bottom:1px #330000 solid;
}

h1{
    margin:0px;
    padding-top:20px;
    padding-bottom:15px;
    font-size:18px;
    font-weight:bold;
}

div.colleft{
    margin-left:0px;
    min-height:400px;
    width:250px;
    float:left;
}

div.menu{
    height:380px;
    margin-left:10px;
    padding-top:25px;
    text-decoration:none;
    color:#000000;
}

div.menu ul{
    margin:0px;
    padding:0px;
    text-indent:0px;
    list-style-type:none;
    list-style-position:inside;
}

div.menu li {
    padding:0px;
    height:27px;
    width:224px;
}

div.menu li.active {
    margin:0px;
    height:27px;
    background-image:url(../upload/bilder/bg_menu_active.gif);
    background-repeat:no-repeat;
}

div.menu li:hover{
    background-image:url(../upload/bilder/bg_menu_active.gif);
    background-repeat:no-repeat;
}

div.menu a{
    width:204px;
    padding:2px 0px 5px 15px;
    color:#000000;
    font-size:12px;
    display:block;
}

div.menu a:visited{
    color:#000000;
}

div.colmid{
    width:450px;
    margin:0px 0px 0px 25px;
    padding:5px 0px 20px 0px;
    float:left;
}

div.contentmid a:hover{
    text-decoration:underline;
}

div.contentmid ul{
    list-style-type:disc;
}

div.minheight{
    min-height:480px;
}

div.contentmid{
    margin-top:10px;
    margin-bottom:10px;
}

div.footer{
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    margin:0px 0px 0px 0px;
    padding:0px 0px 3px 0px;
    background-color:#ffffff;
    font-size:10px;
    color:#999999;
}

div.footer a{
    color:#999999;
}

div.footer a:hover{
    color:#333333;
}

form {
    margin:0px;
    padding:0px;
    color:#000000;
}

form#kontaktform {
    width:400px;
    float:left;
}

.form-css {
    margin:0px;
    padding:0px;
    float:left;
}

.form-css div {
    margin:0px;
    padding:0px;
}

.form-css label {
    margin:0px;
    padding:0px;
    display:block;
    color:#000000;
}

.form-css input.text {
    margin-bottom:8px;
    border:1px solid #999999;
    width:300px;
    padding:1px;
    font-family:Verdana,Helvetica,Arial,Sans-serif,sans-serif;
    font-size:12px;
}

.form-css input.button {
    margin-bottom:8px;
    padding:1px;
    font-size:11px;

}

.form-css textarea {
    margin-bottom:8px;
    border:1px solid #999999;
    width:300px;
    font-family:Verdana,Helvetica,Arial,Sans-serif,sans-serif;
    font-size:12px;
}

.form-css input.text:active, input.text:focus, select:active, select:focus, textarea:active, textarea:focus {
    background-color: #FFFFFF;
    border:1px #000000 solid;
}

.form-css div.form-comment_bg {
    margin-bottom:8px;
    border:1px solid #999999;
    background-color: #CCCCCC;
    padding:1px;
    font-size:12px;
}

.msg_error {
    color:#990000;
}

.msg_ok {
    color:black;
}