/* Global Styles */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1D3C72;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	background-color: #F6DC91;
	line-height: 1.6;
}
#footer a.blau {
	color: #1D3C72;
}

#container  {
	width: 990px;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
} 
#header  {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0;
	height: 125px;
} 
#content    {
	background-image: url(img/bgmain.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 50px;
	margin: 0;
	line-height: 1.4;
}
#sidebar1 img {
	margin: 0px;
	padding: 0px;
	border: 0;
}

#sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 17px 0 0px 40px;
}
#sidebar1 li {
	margin: 0px;
	padding: 0 0 2px 0;
}

#sidebar1 a:link, #sidebar1 a:visited {
	font-weight: bold;
	color: #368ACC;
	text-decoration: none;
}

#sidebar1 a:hover, #sidebar1 a:active {
	color: #ee1c25;
}
.act {
	color: #ee1c25;
	font-weight: bold;
}

#mainContent  {
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 40px 160px 10px 20px;
	background-image: url(img/stempel16_180.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 
#mainContent  h1 {
	font-size: 16px;
}
#mainContent ul {
	padding: 0 0 0 30px;
	margin: 11px 0 0 0;
}


#mainContent ul li {
	padding: 0 0 7px 0;
	list-style-type: circle;
	margin: 0;
}
#mainContent ol {
	padding: 0 0 0 30px;
	list-style-type: decimal;
	margin: 11px 0 0 0;
}
#mainContent ol li {
	padding: 0 0 7px 0;
}

#mainContent .left {
	width: 90px;
	float: left;
}
#mainContent .right {
	margin-left: 110px;
	padding-bottom: 30px;
}
h1 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding: 10px 0 15px 0;
}

.formular {


	12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffefbf;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #1D3C72;
}
.formulartext {





	12px Verdana, Arial, Helvetica, sans-serif;
	width: 425px;
	background-color: #ffefbf;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #1D3C72;
}

.klein {
	font-size: 10px;
}
.logo   {
	width: 140px;
	padding-top: 20px;
	padding-bottom: 20px;
}
a:link,a:visited {
	color: #ee1c25;
	text-decoration: none;
}
a:hover,a:active {
	color: #1D3C72;
	background-color: #9ab8da;
}

.oben {
	text-align: right;
	font-size: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer  {
	padding: 20px 20px 30px 320px;
} 
#footer   h3  {
	font-size: 10px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-weight: normal;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.underline {
	font-weight: bold;
}
#mainContent .ebene {


}
.label {
 float:left;
 padding:3px 0 0 0;
 width:10em
}

.feld{
 float:left;
 width:30em
} 

.submit{
 clear: both;
 margin:1em 0 0 10em
}

.feldbreite{
 background:#eee;
 border:1px solid #ccc;
 font:1em "trebuchet ms", arial, sans-serif;
 overflow:auto;
 width:30em
}
.referenz {
	background-color: #FFFFFF;
	margin: 0 0 15px 0;
	padding: 5px 15px;
	color: #333333;
	font-style: italic;
}
