/* ************************************** */
/* CSS KAPP-Gruppe    index-Dateien       */
/* Firefox, Netscape, Opera               */
/* ************************************** */
body {
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
  text-align:center;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
}
/* ************************* */
/* CONTAINER                 */
/* ************************* */
#All {
	/* gesamte Seite 
	width:100%;*/
        width:981px;
        margin: 0px auto;
	min-height:450px;
  text-align:left;
}
#Kopf {
	/* Header Seite */
	width:981px;
	height:143px;
        border-bottom:15px solid #CCCCCC;
        margin: 0px auto;
}
#Slogan {
	/* Slogan-Text Kopfbereich */
	float:right;
	margin-top:30px;
	/*margin-left:20px;*/
	font-size: 20px;
	font-weight:bold;
	color: #000000;
}
#Logo {
	/* Logo Kopfbereich */
	float:left;
	margin-top:19px;
}
#Bildleiste {
        width:981px;
	height:81px;
        padding-top:15px;
}
.bild_move {
        float:left;
	width:109px;
        height:68px;
        overflow:hidden;
}
#Navigation {
	/* Menuesteuerung horizontal */
	width:100%;
}
#ContentAll {
	width:981px;
	margin: 10px auto 0px;
	background-image:  url(../grafik/bg/contentall.gif);
	background-repeat: repeat-y;
	border-bottom:1px solid #CCCCCC;
}
#Menue {
	float:left;
	width:180px;
	margin-left:0px;
	padding-top:5px;
}
#ContentHead {
	float:right;
	width:700px;
	margin-right:45px;
	height:45px;
}
#ContentHead h1 {
	margin-top:0px;
	font-size:18px;
}
#Content {
	float:right;
	width:700px;
	margin:0px 45px 45px 0px;
	/*height:380px;
	background-color: #0000FF;*/
}
#FooterContent {
	width:630px;
	float:right;
	margin-top:10px;
	padding-top:3px;
	border-top:1px dashed #CCCCCC;
}
/* ************************* */
/* CLASSES                   */
/* ************************* */
.SpacerWeiss {
	width:100%;
	height: 5px;
	background-color: #FFFFFF;
}
.SpacerDunkelgrau {
	width:100%;
	background-color: #CCCCCC;
}
.clear {
	clear:both;
}
.NavigationZelle {
	background-color:#CCCCCC;
}
.Fliesstext {
	font-size: 12px;
	text-align:left;
}
.BildContainerBL {
	width:110px;
	/*padding:4px;
	border:1px solid #CCCCCC;*/
	margin-bottom:5px;
}
/* ************************* */
/* TAGS                      */
/* ************************* */
a {
	color:#000000;
	text-decoration:none;
}
a.Navigation {
	font-size: 12px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
a.Navigation:hover {
	font-size: 12px;
	color:#B51818;
	font-weight:bold;
	text-decoration:none;
}
a.NavigationAktiv {
	font-size: 12px;
	color:#B51818;
	font-weight:bold;
	text-decoration:none;
}
a.MP {
	display:block;
	color:#000000;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
        margin-bottom:2px;
	padding:5px;
        /*border: 1px solid #EEEEEE;*/
}
a.MP:hover {
	background-color:#EEEEEE;
       /* border: 1px solid #EEEEEE;*/
}
a.MPa {
	display:block;
	color:#000000;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
        margin-bottom:2px;
	padding:5px;
	background-color:#EEEEEE;
        /*border: 1px solid #EEEEEE;*/
}
li {
	list-style-type: none;
}
h1 {
	margin-top:0px;
	margin-bottom:8px;
	font-size:18px;
}


h2 {
	margin-top:0px;
	margin-bottom:8px;
	font-size:14px;
}

td {
	font-size: 12px;
}
/* ************************* */
/* FORMS                     */
/* ************************* */
form {
        margin:0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

