/*@charset "iso-8859-2";
 CSS Document */
* {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    color:black;
}
a {
    text-decoration:none;
    color:#272727;
}
a:hover {
    color:#F59E03;
}

a img {
	border:none;
}

body {
	background:#F59E03 url('../images/background3.jpg') left top repeat-x;
	margin:0;
	padding:0;
	text-align:center;
}

hr {
	height: 2px;
	color: #F59E03;
	background-color: #F59E03;
	border: none;
}

h2 {
	font:18px normal Verdana, Arial, Helvetica, sans-serif;
    color:#F59E03;
}

#blatt {
	margin:0 auto; 
	width:1000px; 
	text-align:left;
}

#header {
	background:#fff url('../images/bg_header.jpg') left top no-repeat; 
	height:233px;
}

#header p {
	padding:80px 0 17px 770px;
	margin:0;
}

#headerlink {
	float:left; 
	margin:10px 0 0 30px;
}

#header object {
	margin:0 0 0 18px;	
}

#center{
	background:#fff url('../images/bg_blatt.jpg') left top repeat-y; 
}

#cholder {
	background:url('../images/bg_blatt_oben.jpg') left top no-repeat; 
	min-height:800px;
	height:auto !important;
	height:800px;
}

#content {
	padding:25px 50px 0 30px;
	position:relative;
}
#links {
	float:left; 
	width:200px;
	padding-top:20px;
	padding-bottom:280px;
}

#links a, #untere_ecke a {
	display:block;
	padding:8px 0 8px 18px;
	border-bottom:2px solid #F59E03;
	background: url('../images/dot.jpg') 2px 9px no-repeat;
}
#submenue1, #submenue2, #submenue3, #submenue4, #submenue5, #submenue6, #submenue7, #submenue8, #submenue9, #submenue10, #submenue11 {
	display:none;
	margin:0 0 5px 0;
}
#submenue1 a, #submenue2 a, #submenue3 a, #submenue4 a, #submenue5 a, #submenue6 a, #submenue7 a, #submenue8 a, #submenue9 a, #submenue10 a, #submenue11 a {
	padding:4px 0 4px 20px;
	border:none;
	background:none;
}


#mitte {
	float:right; 
	width:700px;
}
#mitte a {
    color:#F59E03;
}
#mitte li {
	margin: 0 0 0 -25px;
}

#spalte1 {
	/* */width:400px;
	float:left;
}
#spalte1 p {
	text-align:justify;
}

#spalte2 {
	width:280px; 
	float:right;
}
#spalte1 p, #spalte2 p {
	text-align:justify;
}

#footer {
	background:#fff url('../images/bg_footer.jpg') left top no-repeat;
	height:40px;
}

#untere_ecke {
	position:relative; 
	left:30px; 
	top:-290px; 
	z-index:99; 
	width:197px; 
	height:250px;
	padding:5px 3 0 0;
	background:#fff url('../images/bg_ecke.jpg') right top no-repeat;
}
#bookmark {
	margin:170px 0 0 30px;	
}
#bookmark a {
	border:none;	
	background:none;
	padding:0;
	display:inline;
}

iframe {
    border:0;
}
form {
    width:350px;
    line-height:20px;
}
label {
    display:inline-block;
    width:110px;
    text-align:right;
}
input,select {
    padding:1px;
}
label.error {
    color:#F59E03;
    font-weight:bold;
}
input.error {
    border:1px solid #F59E03;
}
label.normal {
    color:black;
}
input.normal,select,input {
    border:1px solid black;
}
.msgbox {
    border:2px solid #F59E03;
    color:#F59E03;
    margin-bottom:15px;
    padding:5px;
    width:350px;
    font-weight:bold;
}
input.button {
    font-weight:bold;
    background-color:#F59E03;
    color:white;
    border:1px solid black;
}

input.same_length {
    width:144px;
}
select.same_length {
    width:148px;
}
