/* CSS Document */
html {height:100%;}
body {
	height:99.5%;
	padding:0;
	margin:0;
	text-align:left;
	background:url(img/bg.gif) repeat-x #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 12pt;	
}
#container {
	height:97%;
	margin:0px auto;
  	padding:0 10px 10px 10px;
	width:875px;
	background:url(img/bg2.gif) repeat-y #FFFFFF;
}
#menu {
	float:left;
	width:201px;
	background-color:#EEEEEE;
}
#content {
	float:left;
	padding:10px;
	width: 654px;
}
ul.menu-0 {margin:0; padding:0; list-style-type:none;}
ul.menu-1 {margin:0; padding:0 0 0 30px; list-style-type:disc;}
ul.menu-2 {margin:0; padding:0 0 0 20px; list-style-type:disc;}

li.menu-0 {
	background-color: #EEEEEE;
	width:201px;
	color: #000000;
	border-top:1.0px solid #FFFFFF;
	border-bottom:1.0px solid #AAAAAA;
	line-height:30px;
}
li.menu-0 a, li.menu-0 a:visited {
	width: 201px;
	text-decoration:none;
	display:block;
	font-size: 11px;
	color:#000000;
	padding-left:20px;
	font-weight:normal;
}
li.menu-0 a:hover {
	background-color: #DDDDDD;
	width: 181px;
	border-left:10px solid #ffc100;
	padding-left:10px;
	font-weight:bold;
}
li.menu-current, li.menu-parent {
	background-color: #DDDDDD;
	border-left:10px solid #ffc100;
	width: 191px;	
}
li.menu-current a, li.menu-parent a {
	margin: 0 0 0 -10px;
    font-weight:bold;
}

li.menu-1 {
	width:171px;
	color: #000000;
	line-height:20px; 
}
li.menu-1 a, li.menu-1 a:visited {
	width: 171px;
	padding-left:10px;
	font-weight:normal;
}
li.menu-1 a:hover {
	width:161px;
	border:none;
	font-weight:bold;
}



ul ul li.menu-current {border:none; width:151px;}
ul ul li.menu-current a, ul ul li.menu-parent a {font-weight:bold;}
ul ul li.menu-parent {border:none; width:161px;}
ul ul li.menu-first {margin-top:-5px;}

li.menu-2 {
	width:151px;
	color: #000000;
	line-height:20px;
}
li.menu-2 a {
	width: 151px;
	padding-left:10px;
	font-weight:normal;
}
li.menu-2 a:hover {
	width:141px;
	border:none;
	font-weight:bold;
}
ul ul ul li.menu-current {border:none; width:141px;}
ul ul ul li.menu-current a, ul ul ul li.menu-parent a {font-weight:bold;}
ul ul ul li.menu-parent {border:none; width:151px;}
ul ul ul li.menu-first {margin-top:0px;}


img a, img {border: 0 none;}
h1, h2, h3, h4, h5, h6 {margin: 0;}
h1, .h1 {
	font-size:18px;
	font-weight:bold;
	color:#183C75;
	margin-bottom:5px;
	line-height: 16pt;	
}

#content.h1{
	font-size:18px;
	font-weight:bold;
	color:#183C75;
	margin-bottom:5px;
	line-height: 16pt;	
}
h2, h3, h4 {
	color: #183c75;
	font-weight:bold;
	font-size:16px;
}
h5, h6 {
	color: #183c75;
	font-weight:bold;
	font-size: 12px;
}
.clear {clear:both; padding-bottom:2px;}
a:link, a:visited { 
	color: #183c75;
	font-weight:bold;
	text-decoration:underline;
} 
a:hover { 
	color: #183c75;
	font-weight:bold;
	text-decoration:none}
a:active, a:focus { 
	color: #183c75;
	font-weight:bold;
} 

hr { border: 0.5px solid #DDDDDD; color: #DDDDDD;}



/* Standardformatierung WB Formular */
.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield, textfield {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.textarea  {
	width: 90%;
	height: 100px;
}

TEXTAREA, TEXT, TEXTFIELD, INPUT, input#submit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.field_heading {
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 11px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
address {
	font-style:normal;
	font-weight:normal;
	padding: 10px 0 0 3px;
	font-size:0.8em;
	text-transform:none;
}

.mail { font-size:10px;}
.pagenumbers {
	text-align: center;
	margin: 0px 1em 0px 1em;
}

.pagenumbers a:link, .pagenumbers a:visited, .pagenumbers a:hover {

}
.pictures {
	text-align: center;
}
.pictures img {
	border: none;
}
.pictures a:link, .pictures a:visited, .pictures a:hover {
	color: #183C75;
	text-decoration: none;
}
.picturelink {
	margin: 1em;        
	float: left;
}
.picturelink img {
	border: none;
}
.clear {
	clear:left;
}
.filename {
	text-align: center;
}
.filename a:link, .filename a:visited, .filename a:hover {
	color: #000000;
	text-decoration: underline;
}
