/* CSS Document */

body, input, textarea, select, option {
	font-family : Verdana, Arial, sans-serif;
	font-size: 13px;
}

body {
	background-color: #DDDDDD;
	text-align: center;
	font-weight : normal;
}

#mitte a:link, #footer a:link  {
	color: #22ba29;
	text-decoration: none;
}

#mitte a:visited, #footer a:visited  {
	color: #1c8821;
	text-decoration: none;
}

#mitte a:hover, #footer a:hover {
	color: #22ba29;
	text-decoration: underline;
}

#mitte a:active, #footer a:active  {
	color: #22ba29;
	background-color: #FFFFBB;
}

#root {
	width: 780px;
	height: 100%;
	text-align: left;
	color: #656565;

	margin-left: auto; 
	margin-right: auto;

	padding: 0;

}

#banner {
    height: 263px;
	background-image:url(images/top.jpg);
}

#v_mitte {
    width: 100%;
    float:left;
	min-height: 350px;
	background-color: #FFFFFF;

}

#links {
    width: 170px;
    float: left;
	background-image:url(images/left.jpg);	
}

#mitte {
    width: 580px;
	float: left;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 12px;	
	
}


#footer {
    width: 780px;
	height: 30px;
    float:left;
	background-image:url(images/5_footer.gif);		
	font-size: 10px;
	line-height: 33px;

}


.menue{

	background-color: #f2f2f3;    
	
}

.empty{
    
	margin-top: 0px;
	margin-left: 1px;
	margin-bottom: 1px;
    width: 148px;
	min-height: 8px;
	line-height: 18px;
}

.menu01Style{
	background-image: url(images/menue_quad.gif);
    background-repeat: no-repeat;
    background-position: 8px 10px;
    background-color: #D9D9D9;
    padding-left: 23px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 1px;
    #width: 100%;
    width: 147px;
	min-height: 25px;
	line-height: 25px;
}

.menu01Style:hover{
    background-color: #CCCCCC;
}

.menu02Style:hover{
    background-color: #e5e5e5;
}

.menu02Style{
	background-image: url(images/menue_arrow.gif);
    background-repeat: no-repeat;
    background-position: 9px 10px;
    background-color: #f2f2f3;
    padding-left: 23px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 1px;
	#width: 100%;
    width: 147px;
	min-height: 25px;
	line-height: 25px;
}

.menu01{
	text-decoration : none;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-size: 13px;
	color : #000000;
}

.menu01Hi{
	text-decoration : none;
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
	font-size: 13px;
	color : #000000;
}

h1{
	color: #999999;

	font-weight: bold;
	font-size: 18px;

	margin-top: 2px;

}

h3, h3 font, h2, h2 font {
	font-size: 1.8em;
	font-weight: bold;
	color: #999999;
	font-style: normal;
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
}

.pageheadline {
	font-size: 1.6em;
	font-weight: bold;
	color: #999999;
	font-style: normal;
	height: 40px;
}
h4, h4 font, .subheadline {
	font-size: 1.3em;
	font-weight: bold;
	color: #003366;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 30px;
}
h5, h5 font {
	color: #003366;
	font-weight: bold;
	font-size: 1.1em;
}
h6, h6 font {
	color: #003366;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
	margin-bottom: 5px;
	margin-top: 5px;
}
ul li {
	margin-left: -15px;
	margin-bottom: 5px;
	margin-top: 5px;
}

ol {
	margin-bottom: 5px;
	margin-top: 5px;
}

ol li{
	margin-left: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
}

ol li ul li{
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

form td {
	vertical-align: top;
}
input.text, textarea, select {
	border: 1px solid #ccc;
	width: 300px;
}

.label {
	text-align: right;
}
.invalid label, p.invalid {
	color: red;
}
.invalid input, .invalid textarea {
	border: 1px solid red;
}