/* Allgemein */
body, html {
	background-color: #fafafa;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	}

a {
	text-decoration:none;
	color:black;
  }

p {
	font-weight: normal;
	font-size:12px;
	text-decoration:none;
	color:#333;
  }

/* Formulare */
form {
	font-size: 10px;
	font-weight: normal;
	color: #565656;
	line-height:18px;
  	}

.formzeile {
	height:26px;
	line-height:12px;
}

.inputfeld {
	position:absolute;
	left: 100px;
	width: 190px;
	height: 13px;
}
.textfeld {
	position:absolute;
	left: 100px;
	width: 190px;
	height: 53px;
}
label {
	font-size: 11px;
	color: #000000;
	}

input, textarea {
	position: absolute;
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	border:1px solid silver;
	padding: 3px;
	background-color:#eee;
	}
.checkbox {
	width:15px;
	border:0;
	background-color:transparent;
	}

select {
	position: absolute;
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	border:1px solid silver;
	padding: 3px;
	background-color:#eee;
	}
.selectfeld {
	position:absolute;
	left: 100px;
	width: 200px;
	height: 22px;
	padding: 0px;
}

.checkfeld {
	position:absolute;
	left: 330px;
	border:1px solid white;
	padding: 3px;
	background-color:#fff;
}
.okfeld {
	position:absolute;
	left: 230px;
	width: 70px;
	height: 25px;
	border:1px solid white;
}

#Master	{
	top:5%;
	width:960px;
	display: block;
	height: auto;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	border:1px silver solid;
	}

/* Kopfzeile */
#Header {
	width: 960px;
	display: block;
	height: 140px;
	float: left;
	margin-bottom: 0px;
	position: relative;
	}

#HeaderLogo {
	float: left;
	margin: 0;
	padding: 0;
	height: 140px;
	width: 960px;
	text-align: left;
	background-image: url('img/logo.jpg');
	display: block;
	position: relative;
	}

#HeaderLink {
	position: absolute;
	right: 0;
	top: 0;
	width: 310px;
	height: 50px;
	display: block;
	border:0px black solid;
	}

#HeadZeile {
	position: static;
	width: 320px;
	height: 10px;
	float: left;
	}

#HeaderMenu {
	line-height: 18px;
	float: left;
	position: relative;
	top: 5px;
	margin: 0px;
	width: 310px;
	left: 10px;
	}
.HeaderMenu {
	color:white;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	}
.HeaderMenuA {
	color:#ccc;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	}

#HeaderMenuB {
	line-height: 17px;
	float: left;
	position: relative;
	top: 9px;
	margin: 0px;
	width: 330px;
	left: 10px;
	}
.HeaderMenuB {
	color:white;
	position: relative;
	font-size: 15px;
	font-weight: normal;
	}
.HeaderMenuBA {
	color:#ccc;
	position: relative;
	font-size: 15px;
	font-weight: normal;
	}

#HeaderLang {
	float: left;
	position: relative;
	top: 60px;
	margin: 0px;
	width: 100px;
	left: 10px;
	}
.HeaderLang a {
	color:white;
	position: relative;
	font-size: 13px;
	font-weight: normal;
	text-decoration:none;
	}

/* Fusszeile */

div.Footer a {
	width: 310px;
	height:15px;
	display: block;
	vertical-align: middle;
	background-color: #333;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding:5px;
	color:#ccc;
	cursor:hand;
}

#Content {
	width: 100%;
	display: block;
	background-color: white;
	height: 465px;
	overflow: hidden;
	float: left;
}

/* Startseite */

.FrontMenu {
	position: static;
	width: 310px;
	height: 40px;
	float: left;
	cursor:hand;
	text-decoration:none;
	font-weight: bold;
	color:#666;
	padding:5px;
}

#FrontLeftBar {
	position:relative;
	margin:0;
	width: 320px;
	height: 415px;
	float: left;
	overflow: hidden;
	background-color:#fff;
}

#slidebild {
	text-align:center;
	position:relative;
	margin:0;
	width: 320px;
	float: left;
	overflow: hidden;
}

#FrontNewsBar {
	width: 320px;
	height: 415px;
	float: left;
	overflow: hidden;
	position: relative;
	background-color: #999;
}

#FrontRightBar {
	position: static;
	width: 320px;
	height: 465px;
	float: right;
	padding: 0px;	
	background-color:#fff;
}

.NewsBox {
	width: 310px;
	height: 42px;
	padding: 5px;
	text-align: justify;
	cursor:hand;
}
	
.NewsBox2 {
	width: 310px;
	height: 84px;
	padding: 5px;
	padding-top:15px;
	padding-bottom:4px;
	text-align: justify;
	cursor:hand;
}

#NewsBoxInfos {
	position:relative;
	top:50px;
	width: 300px;
	height: 84px;
	padding: 10px;
	text-align:right;
	cursor:hand;
	}

/* Inhalt allgemein */
#LeftBar {
	position: static;
	padding:0;
	width: 320px;
	height: 465px;
	float: left;
	background-color:#bbb;
	}

#RightBar {
	width: 640px;
	height: 465px;
	float: left;
	padding:0;
	overflow: hidden;
	position: relative;
	background-color: #fafafa;
	color:black;
	}

#OfficeBaseBar {
	display: block;
	position: absolute;
	top: 415px;
	left: 0px;
	padding: 10px;
	width: 300px;
	height: 95px;
	float: left;
	background-color: #bbb;
	font-size: 11pt;
	line-height: 16pt;
	font-weight: bold;
	}

#OfficeBaseImg {
	display: block;
	position: absolute;
	top: 455px;
	left: 0px;
	width: 320px;
	height: 95px;
	float: left;
	background-color: #bbb;
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	}


/* Adressen Liste */
#AdressenLeftHead {
	position: static;
	width: 310px;
	height: 65px;
	float: left;
	padding:5px;
	background-color:#bbb;
	color:#fff;
	}

#AdressenRightHead {
	width: 630px;
	height: 65px;
	padding:5px;
	overflow: hidden;
	vertical-align: top;
	background-color: #999;
	color:#fff;
	border: 0px silver yellow;
	}

#AdressenLeftBar {
	position: static;
	padding:5px;
	width: 310px;
	height: 380px;
	float: left;
	background-color: #999;
	}

#AdressenRightBar {
	width: 630px;
	height: 380px;
	float: left;
	padding:5px;
	overflow: auto;
	position: relative;
	}

.AdressenListe {
	font-size:12px;
	text-decoration:none;
	color:black;
	}
.AdressenListe a {
	font-size:12px;
	text-decoration:none;
	color:black;
	}
.AdressenListe hover {
	font-size:12px;
	text-decoration:none;
	color:black;
	background-color:#999;
	}
	
.AdressItemOrt {
	float: left;
	width:250px;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	padding:5px 0 2px 0;
	border-bottom:1px solid silver;	
	}
.AdressItemFirma {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	padding:5px 0 2px 0;
	border-bottom:1px solid silver;	
	}

/* Adressen Detail */
#AdressLeftBar {
	position: static;
	padding:0;
	width: 320px;
	height: 465px;
	float: left;
	background-color:#bbb;
	}

#AdressRightBar {
	width: 640px;
	height: 465px;
	float: left;
	padding:0;
	overflow: auto;
	position: relative;
	background-color: #333;
	color:black;
	}

/* Officebase *  */
#OfficeBar {
	position: static;
	padding:0;
	width: 960px;
	height: 465px;
	float: left;
	background-color:#bbb;
	overflow:hidden;
	}


/* News */
#NewsService {
	position: static;
	width: 310px;
	float: left;
	padding:5px;
	color:#000;
	}

.NewsFront {
	position:relative;
	width: 320px;
	height: 232px;
	float: left;
	padding:0;
	color: #666;
	font-weight:bold;
	cursor:hand;
	}
.NewsFrontBild {
	position: absolute;
	top:50px;
	left:30px;
	width: 290px;
	height: 182px;
	padding:0;
	}
.NewsFrontLink {
	position: absolute;
	width: 250px;
	height: 65px;
	padding:5px;
	background-color:#000;

	opacity: 0.8;
	filter: "alpha(opacity=80)"; /* funktioniert voraussichtlich in IE 8 */
	filter: alpha(opacity=80);   /* IE 4-7 */
	zoom: 1;
	}

.NewsFront2 {
	position:relative;
	width: 320px;
	height: 85px;
	float: left;
	padding:0;
	color: #666;
	font-weight:bold;
	cursor:hand;
	}
	
.NewsFront2 a {
	position:relative;
	width: 320px;
	height: 20px;
	float: left;
	padding:0;
	color: #666;
	font-weight:bold;
	cursor:hand;
}

.NewsFrontBild2 {
	position: absolute;
	top:20px;
	left:30px;
	width: 290px;
	height: 60px;
	padding:0;
	}
.NewsFrontLink2 {
	position: absolute;
	width: 220px;
	height: 30px;
	padding:5px;
	background-color:#000;

	opacity: 0.8;
	filter: "alpha(opacity=80)"; /* funktioniert voraussichtlich in IE 8 */
	filter: alpha(opacity=80);   /* IE 4-7 */
	zoom: 1;
	}


#NewsRightBar {
	width: 630px;
	height: 455px;
	float: left;
	padding:5px;
	overflow: auto;
	position: relative;
	font-size: 13px;
	}

.NewsItem {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	padding:5px 0 2px 0;
	border-bottom:1px solid silver;	
	}

.NewsRightBarS {
	width: 480px;
	}


#InternLink {
	position: absolute;
	top:50px;
	width: 300px;
	padding:5px;
	line-height:23px;
	}


#MgrMenuB {
	line-height: 19px;
	float: left;
	position: relative;
	top: 19px;
	margin: 0px;
	width: 330px;
	left: 10px;
	}
.MgrMenuB {
	color:black;
	position: relative;
	font-size: 13px;
	font-weight: normal;
	}


#ContentOneRow {
	width: 723px;
	height: auto;
	position: relative;
	display: block;
	float: left;
	padding:2px 0 2px 2px;
}
.ContentOneBox {
	background-color: white;
	width: 687px;
	height: auto;
	padding: 16px;
	margin-bottom: 2px;
	text-align: justify;
	border: solid 1px silver;
}

#ContentHeadbox {
	width: 723px;
	height: auto;
	position: relative;
	display: block;
	float: left;
	padding:2px 0 0 2px;
}
.ContentHeadbox {
	background-color: white;
	width: 687px;
	height: auto;
	padding: 16px 16px 16px 16px;
	text-align: justify;
	border: solid 1px silver;
}

#Subsite {
	width: 723px;
	height: 99%;
	position: relative;
	display: block;
	float: left;
	padding:2px 0 0 2px;
	overflow:hidden;
}
.Subsite {
	background-color: white;
	width: 727px;
	height: 100%;
	padding: 0;
	text-align: justify;
	border: solid 1px silver;
	overflow:hidden;
}


#quelle {
	width: 200px;
	height: auto;
	top: 16px;
	left:500px;
	position: absolute;
	display: block;
	float: left;
	padding:2px 0 0 2px;
}
.quelle {
	background-color: white;
	height: auto;
	text-align: right;
}

#ContentRowLeft {
	width: 361px;
	height: auto;
	position: relative;
	display: block;
	float: left;
	padding:2px 0 2px 2px;
}

#ContentRowRight {
	width: 361px;
	height: auto;
	position: relative;
	display: block;
	float: left;
	padding:2px 0 2px 0;
}

#startaktuell {
	height: auto;
	text-decoration:none;
	text-align: justify;
	margin-bottom: -12px;
}

#startaktuell a {
	font-weight: bold;
	text-decoration:none;
	color:#BA122B;
  }
.startaktuell_titel {
	font-weight: bold;
	text-decoration:none;
	color:#BA122B;
  }

#startaktuell_text {
	font-weight: normal;
	text-decoration:none;
	color:#333;
  }
.startaktuell_text {
	font-weight: normal;
	text-decoration:none;
	color:#333;
  }

#adresse_aktuell {
	height: auto;
	margin-bottom: 16px;
	text-align: justify;
}

#adresse_aktuell a {
	font-weight: bold;
	text-decoration:none;
	color:#BA122B;
  }

#adresse_aktuell p {
	font-size:12px;
	font-weight: normal;
	text-decoration:none;
	text-align:left;
	line-height:18px;
	margin-bottom: -12px;
  }

ul#adresse_aktuell {
	list-style-position:outside;
	margin-bottom:0px;
  }
ul#adresse_aktuell li {
	margin-left: -20px;
	list-style: circle;
	margin-bottom:0px;
  }



/* @group MenuStyles */

#HeaderMenu a:link, #HeaderMenu a:visited {
	color: #BA122B;
	font-weight:bold;
	text-decoration: none;
}

#HeaderMenu a:active, #HeaderMenu a:hover {
	text-decoration: underline;
	color: #BA122B;
	font-weight:bold;
}

#more {
	text-decoration: none;
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
}
#more a:link, #more a:hover, #more a:active, #more a:visited {
	text-decoration: none;
	color: #BA122B;
	font-weight:bold;
}

.linkAktuell {
	text-decoration: underline;
	color: #BA122B;
	background-color:#F8EDB6;
	background-color:white;
}

/* @end */

/* @group classes */

.cleaner {
	clear: both;
}

/* @end */

.rechts {
	float:right;
	margin-top: 4px;
	margin-left: 6px;
	margin-bottom: 4px;
}
.links {
	float:left;
	margin-right: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
}

table {
	border-collapse: collapse;
	border:0;
	font-size: 12px;
}

h1 {
	font-size:20px;
	font-weight:bold;
	color: #666;
	}

h2 {
	font-size:12px;
	font-weight:bold;
	color: #BA122B;
	line-height:15px;
}
.h2 {
	font-size:12px;
	font-weight:normal;
	color: #BA122B;
}

h3 {
	font-size:12px;
	font-weight:bold;
	color: #000;
	line-height:15px;
	margin-top: 2px;
	margin-bottom:-10px;
	text-align:left;
}

.navi1 {
	font-size:16px;
	}

ul#heute_item {
	list-style-position:outside;
	margin-bottom:0px;
  }

ul#heute_item li {
	margin-left: -20px;
	list-style: circle;
	margin-bottom:0px;
	text-align:left;
  }

ul#werbung {
	list-style-position:outside;
	margin-left:17px;
	margin-bottom:0px;
  }

ul#werbung li {
	list-style: circle;
	margin-bottom:0px;
	margin-left: -20px;
  }

ul#info {
	list-style-position:outside;
	margin-bottom:0px;
  }
ul#info li {
	margin-left: -20px;
	list-style: circle;
	margin-bottom:0px;
  }

#selektion {
	width: 155px;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: 2px;
	padding:5px;
	border:silver solid 1px;
	background-color: #D4D0C8;
	float: left;
	font-size: 12px;
	font-weight: normal;
}

#selektion a {
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color:#BA122B;
}

#selektion_a {
	width: 155px;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: 2px;
	padding:5px;
	border:silver solid 1px;
	background-color: #BA122B;
	float: left;
	font-size: 12px;
	font-weight: normal;
}

#selektion_a a {
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color:#ffffff;
}

.a_liste {
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
}

.tag_format {
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color:#000;
	padding:0 2px 0 2px;
	border: 1px solid white;
}
.tag_aktuell {
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color:#BA122B;
	padding:0 2px 0 2px;
	border: 1px solid black;
}

#jobform input, textarea {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	border:1px solid silver;
	padding: 2px;
	margin: -5px 0 0 0;
	background-color:#eee;
	width: 190px;
	}

#jobform td {
	vertical-align: top;
	margin: 0;
}


