html {
 height: 100%;
}

body {
 background-color: #FFFFFF;
 margin: 0px;
 padding: 0px;
 height: 100%;
 font-family: "Trebuchet MS", arial;
 font-size: 0.7em;
 line-height: 1.8em;
 color: #000000;
}

#unnoetigequerleiste {
 display: none;
}

#shadowleft {
 display: none;
}

#head {
 display: none;
}

#navitop {
 display: none;
}

#logo {
 display: none;
}

#shadowright {
 display: none;
}

#navileft {
 display: none;
}

#maincontent {
 top: 40px;
 width: 100%;
 position: relative; 
}

#rightcol {
 display: none;
}

#footer {
 display: none;
}

a {
 color: #8C0028;
}

a:hover {
 color: #444444;
}

h1 {
 font-family: "Trebuchet MS", Arial;
 text-transform: uppercase;
 font-size: 1.4em;
 color: #080666;
 border-bottom: solid 1px #D5D4E0;
}
h2 {
 text-transform: uppercase;
 font-size: 1.1em;
 color: #080666;
}
h3 {
 text-transform: uppercase;
 font-size: 1.0em;
 color: #080666;
}

input, textarea {
 font-family: trebuchet ms, arial;
 border: solid 1px #666666;
 margin-bottom: 4px;
 float: right;
}

input {
/* height: 20px; */
}

label {
 float: left;
 width: 70px;
 height: 25px;
 margin: 3px 0px -2px 0px;
}

.mailform input, textarea {
 border: solid 1px #AAAAAA;
 width: 320px;
}

.mailform label {
 color: #888888;
}


fieldset {
 border: 0px;
 padding: 0px;
 margin: 0px;
}

.mailformrequired label {
 font-weight: bold;
}

.mailformrequired input, textarea {
 border: solid 1px #080666;
 width: 320px;
}

.hide {
 display:none;
}

#blogform {
 display: none;
}

