/*
Version 1.0

Hier Kommen die Anpassungen für die Seite rein.

*/
body 
{
	background: #06728E url(/grafiken/hintergrund.jpg) no-repeat fixed;
}

table 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
/*div.suche 
{
	background-image: url(/grafiken/hintergrund-suche.jpg);
}*/

/*#footer 
{
 	background-image: url(/grafiken/fuss.gif);
}*/

input.suchfeld
{
	background: #E1F1FB url(/grafiken/hintergrund-suche.jpg) no-repeat;
	border: 1px solid #1C82C5;
	width: 145px;
	/*left: 30px;*/
	/*bottom: 3px;*/
	/*position: absolute;*/
}

span.headinfo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

div.Inhalt 
{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*Spalte rechts*/

div.news-head
{
	background: url(/grafiken/hintergrund-kasten-head.jpg) no-repeat;
	width: 194px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}


div.news
{
	background: url(/grafiken/hintergrund-kasten.jpg) repeat-y;
	width: 194px;
	padding: 3px;
	font-size: 11px;
}




div.logos-left
{
	float: left;
	font-size: 12px;
	padding-left: 0px;
	/*position: relative;*/
	/*top: 20px;*/
	width: 170px;
	/*margin-top: -118px*/
}




h1 {
	font-weight: bold;
	color: #1C82C5;
	font-size: 13px;
}

h2 {
	font-weight: bold;
	color: #666666;
	font-size: 13px;
}


h3 {
	font-weight: bold;
	color: #CC0000;
	font-size: 12px;
}

h4 {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}


/*hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;

}*/

hr {
background-color: #999999;
border: none;
color: #999999;
height: 1px;
} 



div.backround {
	background-color: #E8E8E8;
	padding: 0.1em 5px;
	font-size: 11px;
	
}


/*LINKS*/


a:link {
	color: #1C82C5;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #1C82C5;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

a:activ {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}



a.nav:link {
	color: #1E5275;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
	DISPLAY: block;
}

a.nav:visited {
	color: #1E5275;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
	DISPLAY: block;
}
a.nav:hover {
	font-weight: bold;
	color: #D8231D;
	text-decoration: none;
	padding-left: 20px;
	DISPLAY: block;
}

a.nav:activ {
	font-weight: bold;
	color: #D8231D;
	text-decoration: none;
	padding-left: 20px;
	DISPLAY: block;
}

#active_menu {
	color: #D8231D;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D8231D;
	DISPLAY: block;
}

/*Unternav*/
a.nav-unter:link {
	color: #1E5275;
	text-decoration: none;
	font-weight: normal;
	padding-left: 30px;
	DISPLAY: block;
	font-size: 11px;
}

a.nav-unter:visited {
	color: #1E5275;
	text-decoration: none;
	font-weight: normal;
	padding-left: 30px;
	DISPLAY: block;
	font-size: 11px;
}
a.nav-unter:hover {
	font-weight: normal;
	color: #1E5275;
	text-decoration: none;
	padding-left: 30px;
		DISPLAY: block;
			font-size: 11px;
}

a.nav-unter:activ {
	font-weight: normal;
	color: #1E5275;
	text-decoration: none;
	padding-left: 30px;
		DISPLAY: block;
			font-size: 11px;

}

#active_menu2 {
	color: #D8231D;
	text-decoration: none;
	font-weight: bold;
	DISPLAY: block;
}

/*Kästen rechts*/

a.rechts:link {
	color: #1E5275;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

a.rechts:visited {
	color: #1E5275;
	text-decoration: none;
	font-size: 11px;
		font-weight: normal;
}
a.rechts:hover {
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
		font-weight: normal;
}

a.rechts:activ {
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
		font-weight: normal;
}


/* Eingabefelder*/

input.formular:focus
{
	background: #F2F9FD;
	/*width: 343px;*/
	padding: 3px;
	height: 20px;
	margin-bottom: 5px;
	border: 1px solid #ff0000;
}

input.formular
{
	background: #E1F1FB url(/grafiken/hintergrund-forumlareingabe.jpg) repeat-y;
	border: 1px solid #1C82C5;
	/*width: 343px;*/
	padding: 3px;
	height: 20px;
	margin-bottom: 5px;
}

textarea.formular:focus
{
	background: #F2F9FD;
	border: 1px solid #ff0000;
	/*width: 343px;*/
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;

}
textarea.formular
{
	background: #E1F1FB url(/grafiken/hintergrund-forumlareingabe.jpg) repeat-y;
	border: 1px solid #1C82C5;
	width: 343px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;

}

select.formular:focus
{
	background: #F2F9FD;
	border: 1px solid #ff0000;
	margin-bottom: 5px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1C82C5;

}

select.formular
{
	background: #E1F1FB url(/grafiken/hintergrund-forumlareingabe.jpg) repeat-y;
	border: 1px solid #1C82C5;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1C82C5;
}


input.captcha:focus
{
	background: #F2F9FD;
	border: 1px solid #ff0000;
	padding: 3px;
	height: 20px;
	margin-bottom: 5px;
}

input.captcha
{
	background: #E1F1FB url(/grafiken/hintergrund-forumlareingabe.jpg) repeat-y;
	border: 1px solid #1C82C5;
	padding: 3px;
	height: 20px;
	margin-bottom: 5px;

}


input.button
{
	background: #E1F1FB ;
	border: 0px;
	padding: 3px;
	height: 20px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1E5275;
	text-decoration: none;
}


input.button:hover 
{
	background: #CC0000;
	color: #ffffff;

}

li {
	list-style-image: url(/grafiken/punkt.gif);
}


