* {
	padding:0;
	margin:0;
	text-align:left;
}

BODY, HTML {
	background-color:#FFFFFF;
	color:#663300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container {
	margin:0px auto;
	width:772px;
	background-color:#FFFFFF;
}

#head {
	background-image:url(../Images/head.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:148px;
	width:772px;
	position:relative;
}

#head h2 {
	color:#FFFFFF;
	display:block;
	position:relative;
	top:83px;
	font-weight:normal;
	left:260px;
	font-size:22px;
}

#head span {
	color:#000000;
	font-weight:bold;
	display:block;
	position:relative;
	top:102px;
	left:267px;
}

#menu {
	float:left;
	width:148px;
}

.menu_impressum {
	font-size:10px;
	padding-left:10px;
}

#content {
	float:right;
	width:605px;
}

input, select, textarea, .text{
color:#003300;
border: 1px solid #336699;
}

fieldset {
	padding:10px;
	display:inline;
}

legend {
	font-size:10px;
}

h1 {
	margin:20px 0px 20px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
}
h2 
{
	
}

h4 {
	padding:20px 0px;
}

#navi {
	list-style-type:none;
	display: block;
	margin:20px 0px 0px 0px;
}

#navi li {
	display:block;
	min-height:20px;
	height:auto !important;  /* für moderne Browser */
	height:20px;  /*für den IE */
	border-top:1px solid #974807;
	line-height:20px;
	vertical-align:middle;
	padding-left:20px;
	background-image:url(../Images/menu-list.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#navi li a{
	font-weight:bold;
	font-size:13px;
}

.menulevel1, .menulevel1 * {
	padding-left:5px;	
	font-size:11px !important;
}
.menulevel2, .menulevel2 * {
	padding-left:10px;	
	font-size:10px !important;
}

p {
	margin-bottom: 10px;
	text-align:justify;
}

.bottom {
	padding:10px 0px 0px 0px;
}

.bottom, .bottom * {
	font-size:10px;
}

.bottom a:link, .bottom a:visited {
	text-decoration:none;
	font-weight: bold;
	color: #999;
}

.bottom a:hover, .bottom a:active {
	color: #666666;
}


/* CSS Document */

a:link, a:visited {
	color: #974807;
	text-decoration:none;
}

a:hover, a:active {
	color: #974807;
	text-decoration:underline;
}

/*** FÜr die Fehlermeldungen ***/

.errorwrap {
	width:90%;
	padding:0px;
	margin:10px;
	background: #F2DDDD;
	border: 1px solid #992A2A;
	border-top: 0;
	text-align: center;
}

.errorwrap h4 {
	background: #E3C0C0;
	border: 1px solid #992A2A;
	border-left: 0;
	border-right: 0;
	color: #992A2A; 
	font-size: 11px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
	text-align: center;
}


.errorwrap ul {
list-style-type:none;
margin-left:0px;
padding-left:0px;
margin-top:0px;
margin-bottom:10px;
}

.errorwrap li {
margin:0px;
padding:0px;
}

/*** Ende Fehlermeldungen ***/

/*** Für die Erfolgsmeldungenj ***/
.succeedwrap{
	width:90%;
	padding:0px;
	margin:10px;
	background: #DDF2DD;
	border: 1px solid #2A992A;
	border-top: 0;
	text-align: center;
	font-size: 10px;
	}

.succeedwrap h4{
	background: #C0E3C0;
	border: 1px solid #2A992A;
	border-left: 0;
	border-right: 0;
	color: #2A992A; 
	font-size: 11px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
	text-align: center;
}
.succeedwrap ul {
list-style-type:none;
margin-left:0px;
padding-left:0px;
margin-top:0px;
margin-bottom:10px;
}

.succeedwrap li {
margin:0px;
padding:0px;
font-weight:bold;
}


h1.kleiner{
	margin-top:0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff9900;
}

.dummy {display: none; }

