/* - HTML + BODY STYLE - */


* {

	margin: 0px;
	padding: 0px;

}
 
html {

	width: 100%;
	height: 100%;
	background: #dfdfdf; 
	text-align: center;

}

body {

	width: 100%;
	height: 100%;
	font-size: 11px;
	line-height: 18px;
	color: #333; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	margin: 0px auto;
	text-align: center;	

}


/* - TABELLEN EINGENSCHAFTEN - */


td {

	font-size: 11px;
	line-height: 18px;
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";

}


/* - MISC STYLE - */


ul {

	margin: 0px;
	padding: 0px;

}

li {

	list-style: none;

}

form {

	margin: 0px;
	padding: 0px;

}

img {

	border: none;

}


/* - FLOAT CLEANER - */


#cleaner {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;

}


/* - STANDARD LINK FORMATIERUNG - */


a {

	color: #333;
	text-decoration: none;

}

a:hover {

	color: #333;
	text-decoration: underline;

}


/* - LAYER + CONTAINER - */


#layer {

	width: 800px;
	border: 1px solid #c9c9c9;
	padding: 10px 10px 0px 10px;
	background: #fff;
	position: relative;
	margin: 0px auto;
	text-align: left;

}


/* - HEADER - */


#header {
	
	width: 800px;
	height: 130px;
	background: #fff;
	border-bottom: 10px solid #fff;
	position: relative;
	
}

#header table {
	
	border: none;
	width: 100%;
	height: 100%;
	
}

#header table td {
	
	padding: 0px 0px 0px 3px;
	
}

#header ul {
	
	position: absolute;
	top: 34px;
	right: 210px;
	
}

#header ul li {
	
	float: left;
	padding: 0px 3px;
	margin: 0px;
	color: #afafaf;
	
}

#header ul li a {
	
	text-decoration: none;
	color: #afafaf;
	
}

#header ul li a:hover {
	
	text-decoration: underline;
	color: #afafaf;
	
}


/* - INPUT FELDER VORBEREITET FÜR SUCHE - */


#header form input.formular {
	
	width: 140px;
	height: 18px;
	padding: 4px 0px 0px 5px;
	margin: 2px 0px 2px 0px;
	background: #fff;
	border: 1px solid #dfdfdf;
	font-size: 11px;
	color: #dfdfdf;
	font-family: "Verdana";
	position: absolute;
	right: 35px;
	top: 30px;	
	
}

#header form input.button {
	
	width: 10px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 0px;
	background: url('../images/suche_button.gif') no-repeat;
	cursor: pointer;
	font-family: "Verdana";
	position: absolute;
	right: 20px;
	top: 34px;	
	
}


/* - MENU - */


#menu {
	
	width: 800px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	background: none repeat scroll 0 0 #678295;
	border-top: 9px solid #8eb0bf;
	border-bottom: 1px solid #fff;
	color: #fff;
	position: relative;
	z-index: 999;

}

#menu ul {
	
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	padding: 0px;
	margin: 0px;
	z-index: 999;
	
}

#menu ul li	{
	
	float: left;
	list-style: none;
	margin: 0px;
	border-right: 1px solid #354856;
	position: relative;
	z-index: 999;
	
}

#menu li a {
    background: none repeat scroll 0 0 #526C7F;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    line-height: 23px;
    margin: 0;
    padding: 0 12px 1px;
    text-decoration: none;
    z-index: 999;
}

#menu li a:hover {
	
	background: #678295;

}

#menu li a.aktiv, #menu li a.aktiv:hover {
	
	background: #639dc4 url('../images/menu_hover.gif') right no-repeat;

}


/* - MENU : DROPDOWN SETTINGS - */


#menu ul li ul {
	
	visibility: hidden;
	position: absolute;
	top: 24px;
	left: 0px;
	width: 184px;
	text-align: left;
	border: 1px solid #d2d2d2;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	z-index: 999;
	
}

#menu ul li ul li {
	
	height: 26px;
	border: none;
	border-bottom: 1px solid #d2d2d2;
	margin: 0px;
	padding: 0px;
	z-index: 999;
	
}

#menu ul li:hover ul, #menu ul a:hover ul {
	
	visibility: visible;
	z-index: 999;
	
}

#menu ul li ul li a {
	
	width: 158px;
	border: 1px solid #fff;
	display: block;
	padding: 0px 12px 2px 12px;
	text-decoration: none;
	line-height: 22px;
	font-size: 11px;
	color: #333029;
	background: #fff;
	margin: 0px;
	z-index: 999;
	
}

#menu ul li ul li a:hover {
	
	color: #fff;
	background: #A9C83C;

}

#menu ul li ul li a.aktiv, #menu ul li ul li a.aktiv:hover {
	
	color: #fff;
	background: #9DBB36 url('../images/menu_hover.gif') right no-repeat;

}



/* - SEITEN ANZEIGE - WO MAN SICH GERADE BEFINDET - */


#seite {
	
	
	height: 38px;
	background: none repeat scroll 0 0 #5F5F5F;
	color: #fff;
	font-size: 11px;
	line-height: 36px;
	padding: 0px 10px;
	margin: 0px;
	overflow: hidden;
	border-bottom: 30px solid #fff;
	position: relative;
	
}

#seite span {
	
	position: absolute;
	top: 0px;
	right: 10px;
	line-height: 36px;
	text-align: right;
	display:none;
}

#seite a {
	
	color: #fff;
	text-decoration: underline;
	
}

#seite a:hover {
	
	color: #fff;
	text-decoration: none;
	
}


/* - CONTENT LAYER - */


#content {

	background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 3px solid #526C7F;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 30px;
    position: relative;
    text-align: left;
    width: 800px;

}


/* - TEXT - */


#content #text {
	
	width: 720px;
	padding: 0px 20px 0px 20px;
	line-height: 22px;
	
}


/* - TEXT : TAG STYLES - */


#content #text h1 { 

	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #5F7B8F;
	font-family: "Arial";
	text-transform: uppercase;
	letter-spacing: 0px;

}

#content #text h2 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #9DBB36;
	font-family: "Verdana";
	text-transform: none;
	letter-spacing: 0px;

}

#content #text h3 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #333;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#content #text h4 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #9DBB36;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#content #text h5 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #333;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#content #text h6 { 

	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	color: #AFAFAF;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#content #text p {

	margin: 0px 0px 15px 0px;

}

#content #text table tr td {

	line-height: 22px;

}

#content #text hr {
         
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px 0px 15px 0px;
	height: 2px;

}

#content #text a {

	color: #333;
	text-decoration: none;

}

#content #text a:hover {

	color: #333;
	text-decoration: underline;

}

#content #text ul {

	margin: 0px 0px 0px 15px;

}

#content #text ul li {

	list-style: square;
	line-height: 22px;

}

#content #text ul li ul li {

	list-style: square;
	line-height: 22px;
	margin: 0px 0px 0px 5px;

}


/* - FOOTER - */


#footer {
	
	background: url("../images/footer.gif") no-repeat scroll right center #FFFFFF;
    border-top: 9px solid #8eb0bf;
    height: 53px;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 7px 0 0;
    position: relative;
    width: 800px;
	
}

#footer p {
	
	color: #A6ABAF;
	line-height: 25px;
	
}

#footer ul {
	
	width: 960px;
	padding: 0px;
	margin: 0px;
	
}

#footer ul li {
	
	float: left;
	padding: 0px 2px;
	margin: 0px;
	background: #fff url('../images/footer_li.gif') right no-repeat;
	color: #A6ABAF;
	
}

#footer a.cms2day_link, #footer a.cms2day_link:hover {
	
	text-decoration: none;
	font-weight: bold;
	color: #A6ABAF;
	
}

#footer a {
	
	text-decoration: none;
	color: #A6ABAF;
	
}

#footer a:hover {
	
	text-decoration: underline;
	color: #A6ABAF;
	
}    


#form_info_norm
{
	font-size: 12px;
	color: black; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
}


#form_info_high
{
	font-size: 12px;
	color: red; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
}              

#form_field_norm
{
	font-size: 12px;
	color: black; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
}              

#form_field_high
{
	font-size: 12px;
	color: red; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
}              

