/* Standard-Links */
A:link {
	font-weight: normal;
	color: Black;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
A:Visited {
	font-weight: normal;
	color: #555555;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
A:Active {
	font-weight: normal;
	color: Red;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
A:Hover {
	font-weight: normal;
	color: Blue;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/* Links fuer menuebuttons */

A.menue:link {
	font-weight: bold;
	color: Black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
A.menue:Visited {
	font-weight: bold;
	color: Black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
A.menue:Active {
	color: Black;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
A.menue:Hover {
	font-weight: bold;
	color: #A52A2A;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}


a.webdesign { 
	font-family: Arial, Helvetica, sans-serif;
	font-size :  10px;
	font-weight: normal;
	text-decoration:none;
	color: #646464;
}

a.webdesign:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size :  10px;
	font-weight: normal;
	text-decoration:none;
	color: #646464;
}

a.webdesign:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size :  10px;
	font-weight: normal;
	text-decoration:none;
	color: #646464;
}

a.webdesign:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size :  10px;
	font-weight: normal;
	text-decoration:none;
	color: Blue;
}

a.webdesign:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size :  10px;
	font-weight: normal;
	text-decoration:none;
	color: #E2E2E2;
}

	
.adresse-oben-links {
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-left: 15px;
/*	letter-spacing: 1px;*/
	color: Black;
	height: 160px;
	}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #838383;
	text-align: center;
/*	border-bottom: 1px dotted Black;*/
}

.counter {
	font-family: Arial, Helvetica, sans-serif;
	color: #D2D2D2;
	font-size : 8pt;
	font-style: normal;
	text-align: center;
	}

.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: Black;
	border-bottom: 1px solid Black;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px;
	background-color: #DCDCDC;
	}
	
.normaltext {
	font-size: 10pt;	
}

.normaltext-fett {
	font-size: 10pt;
	font-weight: bold;
}

.bildunterschrift {
	font-size: 9pt;	
}

.tabellen-hintergrund {
	background-image: url(img/hintergrundbild-farbverlauf-mit-logo-2.jpg);
	background-repeat: no-repeat;
}

.button-hintergrund {
	background-image: url(img/button-hintergrund.gif);
	background-repeat: repeat-y;
	width: 124px;
	height: 42px;
	border-left: 1px solid Black;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
}

/*die 5 Punkte auf der linken Seite*/

.beschreibung-links {
	font: normal normal bold 9pt Arial, Helvetica, sans-serif;
	margin-left: 18px;
}

.abstand-inhaltsbereich {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 9px;
	padding-bottom: 5px;
	background: url(img/bg_inhalt.jpg) no-repeat center left;
	}
	
.box {
	background-color: #C0C0C0;
	width: 400px;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #660033;
	border-top: 1px solid #660033;
	border-right: 3px solid #660033;
	border-bottom: 3px solid #660033;
}

.leistungsbox {
	color: Black;
	text-align: center;
}

.scrollen {
	overflow: auto;
	height: 430px;
}

