/* ************************************** */
/* 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:980px;
  margin: 0px auto;
	min-height:450px;
  text-align:left;

}

#Kopf {
	/* Header Seite */
	width:980px;
	height:70px;

  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:20px;
}
#Navigation {
	/* Menuesteuerung horizontal */
	width:100%;
}

#ContentAll {
	width:980px;
	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;
}
#Menue ul {
	list-style-type:none;
	margin:0px 0px 0px -40px;
	width:170px;
}
#Menue li {
	margin: 0px 0px 1px 0px;
	display: block;
}
#Menue a{
	display: block;
	padding: 5px 0px 5px 3px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	/*border: 1px solid #B6B9D6;*/
}
#Menue a:hover {
	text-decoration: none;
	color: #000000;
	/*background: #EEEEEE;*/
}
#Menue a.selected {
	text-decoration: none;
	color: #000000;
	background: #EEEEEE;
	/*border: 1px solid #153073;*/
}
#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;*/
}
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;
}
#FrmSearch {
	margin-top:20px;
	width:165px;
	margin-left:5px;
	border:1px solid #999999;
	background-color:#F7F6F4;
}
input.search {
	width:148px;
	border:0px;
	background-color:#F7F6F4;
}
input.searchFocus {
	width:148px;
	border:0px;
	background-color:#FFFFFF;
}

