body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 62.5%;
	color: #666666;
	background: #FAF9DE url(../images/bg-seite.jpg) repeat-y;
	/* background-position:bottom right; */
}

h1 {
padding: 2px 0 5px 50px;
color: #B10B0B;
background: url(../images/bg_h1.png) no-repeat;
background-color: transparent;
font: 1.7em "Trebuchet MS", Arial, Helvetica, sans-serif;
font-variant: small-caps;
border-bottom: 2px solid #B10B0B;
clear: both;
}

h2 {
padding: 2px 0 0 10px;
color: #B10B0B;
background: transparent;
font: 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
font-variant: normal;
border-bottom: 1px solid #B10B0B;
clear: both;
}

h3 {
padding: 2px 0 0 10px;
color: #B10B0B;
background: transparent;
font: 1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
font-variant: normal;
border-bottom: 1px solid #ADAB9C;
clear: both;
}

#mf label {
display: block;
float: left;
width: 140px;
color: #800000;
}

#mf legend {
padding: 0 10px 0 10px;
color: #800000;
}

#mf .button#submit {
float: left;
}

#mf .button#reset {
float: right;
}

input, select, textarea {
font-family: Arial, Helvetica, sans-serif; 
font-size: 1.1em;
color: #334D66; 
background-color: #FFFFFF; 
border: 1px solid #CCCCCC; 
padding : 3px;
}

input:focus, select:focus, textarea:focus {
border: 1px solid #FF9900;
}

/* Spezielle Bereiche */

/* Header-Einstellungen */
#header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 513px;
	background: #FAF9DE url(../images/bg-header.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
}

#header h1 {
   margin: 0 3px 0 3px;
   font: 1.4em "Trebuchet MS", verdana, sans-serif;
   font-weight: bold;
   float: left;
}

#header ul {
margin: 0 20px 0 0;
padding: 0px;
float: right;
}

#header li {
list-style-type: none;
margin: 0px;
padding: 0px;
float: left;
}

/*
#header span {
   display: inline;
   margin: 0 3px;
   letter-spacing: -1em;
   border-left: 1px solid #CBC8A9;
   border-right: 1px solid #fff;
   vertical-align: bottom;
   //* für Opera: *
   display: inline-block;
   width: 0;
   overflow: hidden;
} */

#header a {
	display: block;
   font-weight: normal;
   text-decoration: none;
   color: #333;
  	font: 1.2em "Trebuchet MS", verdana, sans-serif;
   background-color: #f1efe1;
   padding: 0px 7px;
   margin: 0 2px 0 2px;
   vertical-align: middle;
   border: 1px solid;
   border-color: #FFFFFF #CBC8A9 #CBC8A9 #FFFFFF;
}

#header a:hover,
#header a:active,
#header a:focus {
   text-decoration: none;
   color: #000;
   background-color: #e5e4dd /* #f1efe1 */;
   /* padding: 1px 6px;
   margin-top: -1px;
   margin-bottom: -1px; */
   border: 1px solid;
   border-color: #fff #CBC8A9 #CBC8A9 #fff;
}

#header a:active,
#header a:focus {
   color: #000;
   background-color: #e5e4dd;
   border-color: #CBC8A9 #fff #fff #CBC8A9;
}

#header a:active {
   -moz-outline: none;
}

/* Sidebar-Einstellungen */
#sidebar {
	position: fixed;
	left: 0px;
	top: 513px;
	width: 130px;
	height: 100%;
	padding: 10px;
	background: transparent url(../images/bg-sidebar.jpg) no-repeat;
	font-size: 1.3em;
}

/* Navigation innerhalb der Sidebar */
#navi { 
	/* border: 1px solid #CCCC99; */
   background-color: transparent;
	width: 150px;
	color: navy;
	margin-top: 10px;
	font: 1.0em "Trebuchet MS", verdana, sans-serif;
}

#navi ul {
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style-type: none;
}

#navi li { 
margin: 0 0 0 0;
}

#navi li ul{ 
margin: 0 0 0 10px;
}

#navi a {
display: block;
padding: 5px;
width: 140px;
color: #B10B0B;
border-top: 1px solid #F4F4F4;
border-bottom: 1px solid #F4F4F4;
text-decoration: none;
font-size: 0.9em;
}

#navi a:hover {
color: #002D59;
background-color: #F4F4F4;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
text-decoration: none;
}

#navi a#aktiv {
color: #004488;
background-color: #F4F4F4;
border-top: 1px solid #004488;
border-bottom: 1px solid #004488;
text-decoration: none;
}


/* Content-Einstellungen (#container. #inhalt) */
#inhalt {
	position: static;
	top: 0px;
	width: 730px;
	margin: 0px 30px 0px 150px;
	padding: 513px 0 35px 45px;
	background: transparent url(../images/bg-inhalt.jpg) no-repeat fixed;
	background-position: 150px 220px;
	font-size: 1.3em;
}

#inhalt a {
   font-weight: normal;
   text-decoration: none;
   color: #B10B0B;
   border-bottom: 1px solid #CBC8A9;
}

#inhalt a:hover,
#inhalt a:active,
#inhalt a:focus {
   text-decoration: none;
   color: #000;
   background-color: #F1EFE1 /* #f1efe1 */;
}

/* Footer-Einstellungen */
#footer {
	position: fixed;
	bottom: 0px;
	width: 932px;
	height: 20px;
	color: #B10B0B;
	background: #FAF9DD /* url(images/bg_header_02.jpg) repeat-x */;
	padding: 4px 0 4px 10px;
	margin: 0;
	font-size: 1.1em;
	border-top: 2px solid #B10B0B;
	border-bottom: 1px solid #B10B0B; 
}

#footer p {
	margin: 0;
	padding: 0;
	float:left;
}

#footer ul {
margin: 0 20px 0 0;
padding: 0px;
float: right;
}

#footer li {
list-style-type: none;
margin: 0px;
padding: 0px;
float: left;
}

#footer a {
	display: block;
   font-weight: normal;
   text-decoration: none;
   color: #B10B0B;
   background-color: #F1EFE1;
   padding: 0px 5px;
   margin: 0 2px 0 2px;
   vertical-align: middle;
   border: 1px solid;
   border-color: #FFFFFF #CBC8A9 #CBC8A9 #FFFFFF;
   -moz-border-radius: 4px;
}

#footer a:hover,
#footer a:active,
#footer a:focus {
   text-decoration: none;
   color: #000;
   background-color: #e5e4dd /* #f1efe1 */;
   /* padding: 1px 6px;
   margin-top: -1px;
   margin-bottom: -1px; */
   border: 1px solid;
   border-color: #fff #CBC8A9 #CBC8A9 #fff;
}

#footer a:active,
#footer a:focus {
   color: #000;
   background-color: #e5e4dd;
   border-color: #CBC8A9 #fff #fff #CBC8A9;
}

#footer a:active {
   -moz-outline: none;
}

fieldset {
padding: 10px;
background: #E9F0F0 url(../images/bg_fieldset.gif) repeat-x bottom;
border: 1px solid #CCCCCC;
-moz-border-radius:3px;
}

fieldset legend {
color: #B10B0B;
font: 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
font-variant: small-caps;
letter-spacing: 0.1em;
    border: 1px solid #CCCCCC;
    background: #FAF9DD;
}

fieldset select, fieldset input {
font: 1.0em "Trebuchet MS", Arial, Helvetica, sans-serif;
font-variant: normal;
letter-spacing: 0em;
}

.ergebnis {
margin: 10px 0 20px 0;
padding: 0 10px;
border: 1px solid #CCCCCC;
clear: both;
-moz-border-radius:9px;
}

.ergebnis h3 {
margin: 0 -10px 0 -10px;
padding: 5px 10px 5px 10px;
border-bottom: 1px solid #CCCCCC;
color: #666666;
background-color: #F1EFE1 /* #f1efe1 */;
font: 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.alignleft {
float: left;
margin: 0 10px 10px 0;
padding: 3px;
border: 1px solid #CCCCCC;
}

.alignleftnb {
float: left;
margin: 0 10px 10px 0;
padding: 3px;
border: none;
}

.alignright {
float: right;
margin: 0 0 10px 10px;
padding: 3px;
border: 1px solid #CCCCCC;
}

.alignrightnb {
float: right;
margin: 0 0 10px 10px;
padding: 3px;
border: none;
}

table.erg {
width: 100%;
border: 1px solid #CCCCCC;
border-collapse: collapse;
-moz-border-radius: 9px;
}

table.erg th {
vertical-align: top;
padding: 5px;
background: #D7DEDE url(../images/bg_fieldset.gif) repeat-x bottom;
border: 1px solid #CCCCCC;
}

table.erg td {
border: 1px solid #CCCCCC;
vertical-align: top;
padding: 5px;
}

.farbe1 {
background: #F7F7F7;
}

.farbe1:hover {
background: #FFF6CF;
}

.farbe2 {
background: #F6F6EF;
}

.farbe2:hover {
background: #FFF6CF;
}

.notice {
background: none repeat scroll 0 0 #FFEB90;
border: 1px solid #FC7C37;
box-shadow: 3px 3px 2px #C8C8C8;
clear: both;
color: #3E3E3E;
margin-bottom: 5px;
padding: 5px 10px;
text-align: left;
}