/* CSS Document Webduett 2006*/

/* Allgemeine Angaben*/
html, body {
	color: #111214;
	background-color: #EEEEEE;
	text-align: center;
	margin: 5px 0px 10px;
	padding: 20px 0px 0px;
	font-size: 101%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Hauptcontainer*/
#container {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #77818F;
	border-right: 1px solid #77818F;
	border-bottom: 1px solid #77818F;
	border-left: 1px solid #77818F;
	width: 698px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 96%;
	background-color: #000042;
	/*background-image: url(../bilder/content.gif);*/
	background-repeat:repeat;
	color: #ffffff;/*Ändert die Schriftfarbe überall, wo sie nicht speziell ausgezeichnet ist*/
	
}



* html #container{ 
/* fuer IE 6 , IE 5 sonst Fehldarstellung \*/
   	width: 702px;	
	font-size: 96%;
	margin-left: auto;
	margin-right: auto;
/* IE-Hack Ende*/

}

/*Der Container für alle Testseiten - andere Higrufarbe*/
#containertest {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #77818F;
	border-right: 1px solid #77818F;
	border-bottom: 1px solid #77818F;
	border-left: 1px solid #77818F;
	width: 698px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 96%;
	background-color: #000042;
	/*background-image: url(../bilder/content.gif);*/
	background-repeat:repeat;
	color: #333333;/*Ändert die Schriftfarbe überall, wo sie nicht speziell ausgezeichnet ist*/
	
}



* html #containertest{ 
/* fuer IE 6 , IE 5 sonst Fehldarstellung \*/
   	width: 702px;	
	font-size: 96%;
	margin-left: auto;
	margin-right: auto;
/* IE-Hack Ende*/

}
#containersitemap {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #77818F;
	border-right: 1px solid #77818F;
	border-bottom: 1px solid #77818F;
	border-left: 1px solid #77818F;
	width: 698px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 96%;
	background-color: #ffffff;
	/*background-image: url(../bilder/content.gif);*/
	background-repeat:repeat;
	color: #333333;
	
}
* html #containersitemap{ 
/* fuer IE 6 , IE 5 sonst Fehldarstellung \*/
   	width: 702px;	
	font-size: 96%;
	margin-left: auto;
	margin-right: auto;
/* IE-Hack Ende*/

}

/*  Webduett Headerbild */
	#headerbanner{
	clear: both;
	border-right: 1px none #77818F;
	border-left: 1px none #77818F;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-image: url(../bilder/header_kontrast.gif);
	background-repeat: no-repeat;
}
* html #headerbanner { 
/* fuer IE 6, IE 5 sonst Fehldarstellung \*/
    height: 120px;
/* IE-Hack Ende*/
}

	
#headerbannermitte {
	margin: 0px 10px;
	padding: 0px;
	text-align: left;

}
#headerbannerright {
	float: right;

}
#headerbannerrightcontent {
	width: 10px;
	margin: 0px;
	padding: 0px;

}
#headerbannerleft {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.headerlogo {
	margin: 20px 0px 0px 24px;
	padding: 0px;
	}
	
	
	
	
/* Metamenu: Wird bei diesem Layout nicht benutzt*/

#metamenu {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #333333;
	border-right: 1px none #77818F;
	border-left: 1px none #77818F;
	background-image: url(../bilder/menu.gif);
	background-repeat: no-repeat;
}
#metamenumitte {
	padding: 0px;
	margin-left: 200px;
	margin-right: 170px;
	margin-top: auto;
	margin-bottom: auto;
	height: 30px;

}
#metamenucontentright{
	height: 20px;
	width: 30px;

	}

#metamenuright {
	float: right;
}
#metamenuleft{
	float: left;

}
/*Bestimmt das grundsätzliche Aussehen der Metalinks*/
#metamenucontentleft{
	height:20px;
	width: 600px;
	margin-top: 8px;  /*zentriert das Menu*/
	margin-left:-32px;/*Ausrichtung des Metamenus*/
	font-size:11px;
	font-weight:normal; /*Bestimmt das  Aussehen der Metalinks*/
	
	}
	
	* html #metamenucontentleft { 
/* fuer IE 6 , IE 5 sonst Fehldarstellung \*/
   width: 450px;
   height: 15px;
   margin-top: 8px; /*zentriert das Menu*/
/* IE-Hack Ende*/
}

#metamenucontentleft ul {
	margin: auto;
	border: none;
}
#metamenucontentleft ul li {
	list-style-type: square;
	display: inline;

	
	}
	
	/*Wenn die Menufarben einzeln angesteuert werden sollen, dann muss das so sein: #metamenucontentleft  a:link (ohne ul li).
	Ansonsten gilt immer die allgemeinen Links!*/
	#metamenucontentleft  a:link
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: normal;	

	}
	
	#metamenucontentleft  a:visited 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: normal;	

	}
	
	#metamenucontentleft  a:hover 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E70008;
	text-decoration: none;
	font-weight: normal;		
	
	
	
	}
	
	/* Beginn für Typo Pfaddarstellung - auf dieser Site NICHT AKTIV!!! */
	#typo {
	
	background-color: #FFFFFF;
	color: #333333;
	margin: 0px;
	border-top: 1px solid #77818F;
	border-right: 1px none #77818F;
	border-bottom: 0px solid #77818F;
	border-left: 1px none #77818F;

}
#typomitte {
	padding: 0px;
	margin-top: auto;
	margin-bottom: auto;
	height: 15px;

}
#typocontentleft{
	height: 15px;
	width: 30px;

	}

#typoleft {
	float: left;
}
#typoright {
	float: right;

}
#typocontentright{
	height: 15px;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: right;
}
	
	

#typocontentright ul {
	margin: auto;
	border: none;
}
#typocontentright ul li {
	list-style-type: square;
	display: inline;
	}
	
	#typocontentright ul li a:link 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-size: 86%;
	}
	
	#typocontentright ul li a:visited 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: normal;	
	font-size: 86%;
	
	}
	
	#typocontentright ul li a:hover 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;	
	font-weight: normal;	
	font-size: 86%;
	}
	


	
/* Beginn linke Spalte mit Menü und Text */
	
#main{
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-top: 0em;
}

#floatleft{
	float: left;	
}
/*MenuAlternative ist momentan NICHT eingesetzt -  - zum Verändern der Größen muss auch news 
und die Abstände geändert werden */
 #navcontainer {
	background-color: #FFFFFF; 
	border-right: 1px solid #77818F;
	position: relative;
	margin: 0;
	padding: 0 0 0 0;

}

#navcontainer ul
{
	margin: 0;
	padding: 0;

}

#navcontainer li {
	margin:0;
	padding: 0;
	list-style-type: none;
}
/*Navcontainer+Zubhör nicht aktiv - SIDEBAR AKTIV!!!*/
#navcontainer a
{
	display: block;
	padding-right: 10px;
	padding-left: 35px;
	width: 135px;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight:normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #77818F;
	border-right-color: #77818F;
	border-bottom-color: #77818F;
	border-left-color: #77818F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;

}
* html #navcontainer a { 
/*fuer IE 6 , IE 5 sonst Fehldarstellung \*/
   width: 115px;
  
/* IE-Hack Ende*/
}

#navcontainer a:hover
{
	color: #333333;
	background-color: #EEEEEE;
	text-decoration: none;
}
#navcontainer a:active
{
color: #333333;
background-color: #FFFFFF;
text-decoration: none;
}	
#navcontainer ul ul li { margin: 0 0 0 0; }

#navcontainer ul ul a
{
	display: block;
	padding: 5px 10px;
	width: 173px;
	color: #5e667d;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	background-color: #FFFFFF;
	font-weight: normal;
	border-top: 1px none #D5DBE1;
	border-right: 1px none #D5DBE1;
	border-bottom: 1px solid #D5DBE1;
	border-left: 1px none #D5DBE1;

}
* html #navcontainer ul ul a { 
/* nur fuer IE 6 Win, IE 5 produziert sonst Fehldarstellung \*/
   width: 193px;
/* IE-Hack Ende*/
}
#navcontainer ul ul a:hover
{
	color: #111214;
	background-color: #EEF0F2;
	text-decoration: none;
	font-weight: normal;


}
#navcontainer ul ul a:active
{
	color: #FF0000;
	background-color: #EEF0F2;
	text-decoration: none;
	font-weight: normal;


}




/*MenuAlternative ist momentan eingesetzt -  - zum Verändern der Größen muss auch News 
und die Abstände geändert werden */
#sidebar {
	margin: 0;
	padding-top: 0em;/*Menuabstand von oben*/
	margin:auto;
	}

#sidebar ul {
	margin: 0;
	padding: 0px;
	}

#sidebar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#sidebar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	display: block;
	padding: 5px 10px;
	margin: 0 0px 0 0px;
	width: 115px;
	text-decoration: none;
	/*background-color: #ffffff;*/
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #77818F;
	border-right-color: #77818F;
	border-bottom-color: #77818F;
	border-left-color: #77818F;
	border-right-style: solid;	
}


* html #sidebar a { 
/* nur fuer IE 6 Win, IE 5 produziert sonst Fehldarstellung \*/
   width:135px;
/* IE-Hack Ende*/
}

#sidebar a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	display: block;
	padding: 5px 10px;
	margin: 0;
	text-decoration: none;
	/*background-color: #ffffff;Rahmen Hintergrung*/
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #77818F;
	border-right-color: #77818F;
	border-bottom-color: #77818F;
	border-left-color: #77818F;
	
}

#sidebar a:hover {
color: #111214;
background-color: #F3F3F3;
text-decoration: none;
}

#sidebar a:active {
color: #FF0000;
background-color: #eeeeee;
text-decoration: none;
}		

#sidebar ul ul li { margin: 0 0 0 0; }

#sidebar ul ul a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	display: block;
	padding: 2px 10px 2px 10px;
	margin: 0 0px 0 0px;
	width: 115px;
	text-decoration: none;
	background-color: #0066FF;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #77818F;
	border-right-color: #77818F;
	border-bottom-color: #77818F;
	border-left-color: #77818F;
	border-right-style: solid;	
}


* html #sidebar ul ul a { 
/* nur fuer IE 6 Win, IE 5 produziert sonst Fehldarstellung \*/
   width:135px;
/* IE-Hack Ende*/
}
#sidebar ul ul a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	display: block;
	padding: 2px 10px 2px 10px;
	margin: 0;
	text-decoration: none;
	background-color: #0066FF;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #77818F;
	border-right-color: #77818F;
	border-bottom-color: #77818F;
	border-left-color: #77818F;
	
}

#sidebar ul ul a:hover {
color: #111214;
background-color: #cccccc;
text-decoration: none;
}

#sidebar ul ul a:active {
color: #FF0000;
background-color: #eeeeee;
text-decoration: none;
}		


#floatright{
	float: right;	
}
/*BEI WEBDUETT KONTAKTFELD*/
#news {
	text-align: left;
	margin: 0px;
	padding: 10px;
	position: relative;
	width: 115px;
	border-top: 1px solid #77818F;
	border-right:1px solid #77818F;
	border-bottom: 1px solid #77818F;
	border-left: 1px none #77818F;
	background-color: #000042;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
* html #news { 
/*fuer IE 6, IE 5sonst Fehldarstellung \*/
   width:135px;
/* IE-Hack Ende*/
}

#news a:link {
	color: #ffffff;
	text-decoration:underline;
	font-weight: normal;	
}
#news a:visited {
	color: #ffffff;
	text-decoration:underline;
	font-weight: normal;	
	
}
#news a:hover {
	color: #CC0000;
	text-decoration:underline;
	font-weight: normal;	
	
}

/*KONTAKTFELD nur beim Newsbeispiel - news.htm*/
#bspnews {
	text-align: left;
	margin: 0px;
	padding: 10px;
	position: relative;
	width: 115px;
	border-top: 1px solid #77818F;
	border-right:1px solid #77818F;
	border-bottom: 1px solid #77818F;
	border-left: 1px none #77818F;
	background-color:#000042;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
* html #bspnews { 
/*fuer IE 6, IE 5sonst Fehldarstellung \*/
   width:135px;
/* IE-Hack Ende*/
}

#bspnews a:link {
	color: #F98A07;
	text-decoration:underline;
	font-weight: normal;	
}
#bspnews a:visited {
	color:#F98A07;
	text-decoration:underline;
	font-weight: normal;	
	
}
#bspnews a:hover {
	color: #ffffff;
	text-decoration:underline;
	font-weight: normal;	
	
}

/*Abstand zwischen Menu + Kontakt bzw. News*/
#abstandmenustartseite {
	text-align: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 135px;
	border-top: 1px none #77818F;
	border-right: 1px solid #77818F;
	border-bottom: 1px none #77818F;
	border-left: 1px none #77818F;
	background-image: url(../bilder/abstand_kontrast.gif);
	height: 40px;

}

* html #abstandmenustartseite { 
/*fuer IE 6, IE 5 sonst Fehldarstellung \*/
   width: 135px;
/* IE-Hack Ende*/

}
#abstandmenustartseite2 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 115px;
	height: 40px;

}

* html #abstandmenustartseite2 { 
/*fuer IE 6, IE 5 sonst Fehldarstellung \*/
   width: 135px;
/* IE-Hack Ende*/

}


/*Rechte Spalte AUSKOMMENTIERT - bei NEWS AKTIV */
#bedienung {
	text-align: left;
	margin-top: 50px;
	padding: 0px 12px 0px 0px;/*steuert den Abstand der Bedienbilder*/
	border-top: 1px solid #77818F;
	border-right: 0px none #eeeeee;
	border-bottom: 1px solid #77818F;
	border-left: 1px solid #77818F;
	position: relative;
	width: 135px;
	color: #5e667d;
	background-color: #000042;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color: #ffffff;
	text-decoration: none;
	}
* html #bedienung { 
/*fuer IE 6, IE 5sonst Fehldarstellung \*/
   width: 100px;
   padding: 0px 0px 0px 0px;/*steuert den Abstand der Bedienbilder*/
/* IE-Hack Ende*/
}

#bedienung a:link
{
color: #F98A07;
font-weight:normal;
text-decoration: underline;
}

#bedienung a:visited
{
color: #F98A07;
font-weight: normal;
text-decoration: underline;
}

#bedienung a:hover
{
color: #ffffff;
font-weight: normal;
text-decoration: underline;
}




.bedienungslinks {
	text-align: left;
	padding-top: 5px;
}

/* BeginnContent*/
#main{
	clear: both;
	margin: auto;
	padding: 5px 0px 0px;
}
/*Inhaltscontainer Allgemein*/
#contentcontainer{
	padding: 0px 20px 5px;
	margin-left: 165px;
	margin-right: 45px;
	margin-top: auto;
	margin-bottom: auto;
	/*background-color: #FFFFFF;*/
	font-size: 72%;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	
}

#contentcontainer a:link
{
color:#F98A07;
font-weight:normal;
text-decoration: underline;
}

#contentcontainer a:visited
{
color: #F98A07;
font-weight: normal;
text-decoration: underline;
}

#contentcontainer a:hover
{
color: #ffffff;
font-weight: normal;
text-decoration: underline;
}
/*Inhaltscontainer Kontakt*/
#contentkontaktcontainer{
	padding: 0px 20px 5px;
	margin-left: 70px;
	margin-right: 45px;
	margin-top: auto;
	margin-bottom: auto;
	/*background-color: #FFFFFF;*/
	font-size: 72%;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	
}

/*Links für Inhaltscontainer Kontakt*/
#contentkontaktcontainer a:link
{
color: #F98A07;
font-weight:normal;
text-decoration: underline;
}

#contentkontaktcontainer a:visited
{
color: #F98A07;
font-weight: normal;
text-decoration: underline;
}

#contentkontaktcontainer a:hover
{
color: #ffffff;
font-weight: normal;
text-decoration: underline;
}
/*Dieser Container ist ein Beispiel, wie man via Typo einzelne 'Kästen' mit Inhalt bestücken kann*/
#contentcontainer2{
	padding: 0px 20px 5px;
	/*margin-left: 30px;*/
	margin-right: 15px;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #FFFF99;
	font-size:100%;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
/*###CONTENT### im Typo3 - Eingesetzt z.B. bei Kontakt*/ 
#contentlinks {
	float: left;
	width: 35%;
	text-align: left;
	padding-bottom:20px;
	padding-top:20px;
	
}

/*###CONTENT1### im Typo3*/
#contentrechts {
	float:right;
	width:25%;
	text-align:left;
	padding-bottom:20px;
	padding-top:20px;
	padding-left:20px;
	}
	* html #contentrechts { 
/*fuer IE 6, IE 5sonst Fehldarstellung \*/
   width: 20%;
	 padding-left:10px;
/* IE-Hack Ende*/
}

/*Content NEWS*/
#contentnewscontainer{
	padding: 0px 20px 5px;
	margin-left: 140px;
	margin-right: 55px;
	margin-top: auto;
	margin-bottom: auto;
	/*background-color: #FFFFFF;*/
	font-size: 72%;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	color: #ffffff;
}

#contentnewscontainer a:link
{
color: #F98A07;
font-weight:normal;
text-decoration: underline;
}

#contentnewscontainer a:visited
{
color:#F98A07;
font-weight: normal;
text-decoration: underline;
}

#contentnewscontainer a:hover
{
color: #ffffff;
font-weight: normal;
text-decoration: underline;
}


/* HIER Login + Suchen - Bereich*/
#topcontent {
 	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width:0px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-top-color: #B8BDC5;
	border-right-color: #B8BDC5;
	border-bottom-color: #B8BDC5;
	border-left-color: #B8BDC5;
	font-size: 9px;
	padding-left:580px;
	padding-top:15px;
}
#topcontent a:link
{

text-decoration: underline;
font-size:100%;
color: #ffffff;
font-weight: bold;	
	
}

#topcontent a:visited
{
text-decoration: underline;
font-size:100%;
color: #ffffff;
font-weight: bold;	
}

#topcontent a:hover
{
color:#cc0000;
text-decoration:underline;
font-size: 100%;
font-weight: bold;	
}

#topcontentlogin {
 	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width:0px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-top-color: #B8BDC5;
	border-right-color: #B8BDC5;
	border-bottom-color: #B8BDC5;
	border-left-color: #B8BDC5;
	font-size: 9px;
	padding-left:505px;
	padding-top:15px;
}
#topcontentlogin a:link
{

text-decoration: underline;
font-size:100%;
color: #666666;
font-weight: bold;	
	
}

#topcontentlogin a:visited
{
text-decoration: underline;
font-size:100%;
color: #666666;
font-weight: bold;	
}

#topcontentlogin a:hover
{
color:#cc0000;
text-decoration:underline;
font-size: 100%;
font-weight: bold;	
}

/*HIER Pfad*/
#submenulinks {
padding-top:15px;
}

#submenulinks a:link {
	color: #F98A07;
	text-decoration:none;
	font-weight:bold;	
}
#submenulinks a:visited {
	color: #F98A07;
	text-decoration:none;
	font-weight:bold;	
	
}
#submenulinks a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
	
}



/* BeginnFooter*/
#footer{
	clear: both;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #B8BDC5;
	border-right-color: #B8BDC5;
	border-bottom-color: #B8BDC5;
	border-left-color: #B8BDC5;
	background-color: #FFFFFF;
	height: 30px;
}
#footerrechts {
	float: right;
}

#footerlinks {
	float: left;

}

#footermitte {
	margin-left: 220px;
	margin-right: 10px;
	text-align: right;
}


#footercontentmitte /*hier liegt das Footermenu*/
{
	margin: 0px;
	margin-top:5px;
	padding: 5px 0px 5px 5px;
	font-size: 11px;
	}
	* html #footercontentmitte { 
/*fuer IE 6, IE 5sonst Fehldarstellung \*/
   margin-top:3px;
/* IE-Hack Ende*/

}

#footercontentlinks /*Hier liegen die Barrieresymbole*/
{
	width: 309px;
	margin: 0px;
	padding: 5px 0px 0px  8px;

	}
	
	* html #footercontentlinks { 
/*fuer IE 6, IE 5sonst Fehldarstellung \*/
   width: 320px;
   padding: 5px 0px 0px 8px;
/* IE-Hack Ende*/

}
#footermitte a:link {
	color: #000000;
	text-decoration:none;
	font-weight: normal;	
}
#footermitte a:visited {
	color: #000000;
	text-decoration:none;
	font-weight: normal;	
	
}
#footermitte a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;	
	
}

/* Klassen, Überschriften und Abstandshalter*/

#clearfix {
	clear: both;

}

#abstandallgemein {
	margin: 0px;
	padding: 0px;
	position: relative;
	border-top: 1px solid #77818F;
	width: 698px;
	height: 20px;
	background-image:  url(../bilder/abstand_kontrast.jpg);
	background-repeat: no-repeat;
	font-weight: bold;	
	
}

* html #abstandallgemein { 
/*fuer IE 6, IE 5 sonst Fehldarstellung \*/
   width:700px;

/* IE-Hack Ende*/

}
.invisibletext {
	display: none;		
}

.invisibleweiss {
	color: #FFFFFF;
	font-size: 10px;
			
}
.bilddarstellung {
	text-decoration: none;
	font-weight: bold;
	border: none;

}

.fett
{
font-weight:bold;
}

.linkrot
{
color: #E70008;
font-weight:bold;
} 

.hcontent
{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.abkuerzung {
	cursor: help;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

/*Links Allgemein*/
a:link {
	color: #666666;
	font-weight: bold;	
	text-decoration:none;
}
a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration:none;
	
	
}
a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration:none;
	
	
}













