@charset "utf-8";
/* CSS Document */
.wrapper {
padding: 0;
margin: 0; 
}

body, html {
	background:url(../images/bg.png);
	background-color:#7C3E15;
	background-repeat:repeat-x;
	width: 900px;
  	margin: 0 auto;
}

input,select,textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#2b1400;
	font-size:12px;
	font-weight:bold;
	background:#fff7b2;
	border:none;
	border: 1px solid #2b1400;
	margin:3px;
	}

/* - Sonstiges - */
.error {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
    border: 1px #a00 dashed;
	background:url(../images/bg_diagonal.png);
    padding: 0.5em;
	color:#ff0000;
	margin-bottom:10px;
	}
	
.success {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
    border: 1px #35a000 dashed;
    background:url(../images/bg_diagonal_success.png);
    padding: 0.5em;
	color:#009933;
	}

.rot {
	color: #c00418;
	font-weight: bold;
	font-size: 12pt;
}

.img {
	padding:0px;
	margin:-3px;
	}
	


#menue1
{
	position:absolute;
	left:620px;
	top:200px;
}
#menue2
{
	position:absolute;
	left:600px;
	top:235px;
}
#menue3
{
	position:absolute;
	left:620px;
	top:270px;
}
#menue4
{
	position:absolute;
	left:600px;
	top:305px;
}
#menue5
{
	position:absolute;
	left:620px;
	top:340px;
}
#menue6
{
	position:absolute;
	left:600px;
	top:375px;
}
#menue7
{
	position:absolute;
	left:620px;
	top:410px;
}
#menue8
{
	position:absolute;
	left:600px;
	top:445px;
}
#menue9
{
	position:absolute;
	left:620px;
	top:480px;
}

#head 
{
	position:absolute;
	font-family: Verdana, Times New Roman, Times;
	font-size: 10pt;
	color: #000000;
	left:0px;
	top:0px;
	width:655px;
	height:447px;
	background:url(../images/content.png);
	background-repeat:no-repeat;
}

#content
{
	position:absolute;
	font-family: Verdana, Times New Roman, Times;
	font-size: 10pt;
	color: #000000;
	left:20px;
	top:200px;
	width:540px;
	height:auto;
	padding:10px;
	text-align:justify;
	background-color:#fff7b2;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;

}

li,ul {
padding-left:0px;
margin-left:10px;
}

/* - Hyperlink Deklarierung -  */
A:active {
font-family: Verdana, Times New Roman, Times;
font-size: 10pt;
color: #990000; 
TEXT-DECORATION: none;
cursor:pointer;
}

A:link {
font-family: Verdana, Times New Roman, Times;
font-size: 10pt;
color: #990000; 
TEXT-DECORATION: none;
cursor:pointer;
}

A:visited {
font-family: Verdana, Times New Roman, Times;
font-size: 10pt;
color: #990000;
TEXT-DECORATION: none;
cursor:pointer;
}

A {
font-family: Verdana, Times New Roman, Times;
font-size: 10pt;
color: #990000; 
TEXT-DECORATION: none;
cursor:pointer;
}

A:hover {
font-family: Verdana, Times New Roman, Times;
font-size: 10pt;
color: #000000;
TEXT-DECORATION: none;
cursor:pointer;
}
/* - Hyperlink Deklarierung ENDE -  */

/* - h1 bis h4 -  */
h1{
width:248px;
height:55px;
left:10px;
top:300px;

}

h2{
font-weight:bold;
font-size:14px;
color:#000000;
margin-top:0px;
margin-bottom:0px;
}

h3{
font-weight:bold;
font-size:14px;
color:#000000;
width:600px;
height:5px;
}

h4{
margin: 0px;
padding: 0px;
background-color: #18307a;
font-weight: bold;
font-variant:small-caps;
font-size: 16px;
color:#fff	;
}
/* - h1 bis h4 ENDE -  */

