body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000;
	background-color: #eee;
}
img{border: none;}



/* ~~ Dieser Container mit fester Breite umschließt die anderen div-Tags. ~~ */
.container {
	width: 915px; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(img/container.png);
	background-repeat: repeat-y;
	background-position: 0px 10px;
	background-color: #eee;
}

/* ~~ Für die Kopfzeile wird keine Breite angegeben. Sie erstreckt sich über die gesamte Breite des Layouts. Sie enthält einen Bild-Platzhalter, der durch Ihr eigenes, mit Hyperlink versehenes Logo ersetzt werden sollte. ~~ */
.header {
	background-repeat: no-repeat;
	height: 155px;
	background-image: url(img/haeder.gif);
	margin-right: -1px;
	margin-left: -1px;

}

.banner {
	padding-left: 105px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	clear: left;
	width: auto;
	padding-top: 55px;
}

.navigation {
	float: left;
	width:180px;
	overflow: visible;
	visibility: visible;
	background-image: url(img/nav-hg.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	margin-top: -20px;
}
ul.nav {
	list-style:none;
	background-image: url(img/nav-hg.jpg);
	background-repeat: no-repeat;
	height: 300px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}
ul.nav li{
	margin:0;
	padding:0;
	list-style:none;
}
ul.nav a{
	display:block;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(img/nav.gif);
	background-position: 0px -40px;
	background-repeat: no-repeat;
	padding-left: 15px;
	width: 165px;
	height: 21px;
	margin:0;
	text-decoration: none;
	line-height: 21px;
	letter-spacing: -1px;
}
ul.nav a:hover {
	display:block;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 15px;
	width: 165px;
	height: 21px;
	text-decoration: none;
	background-position: 0px -80px;
	line-height: 21px;
}
ul.nav a.akt {
	display:block;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	width: 165px;
	height: 30px;
	text-decoration: none;
	background-position: 0px 0px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	letter-spacing: 1px;
}
ul.nav a.hov {
	display:block;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 15px;
	width: 165px;
	height: 21px;
	text-decoration: none;
	background-position: 0px -80px;
	line-height: 21px;
}
.content {
	float: left;
	background-color: #FFF;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -20px;
	background-image: url(img/top-left/left1.jpg);
	background-repeat: repeat-y;
	background-position: 0px 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	overflow: hidden;
	width: 645px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.cont-img-top {
	float: left;
	margin-left: -80px;
	margin-bottom: 30px;
}
.content-middle {
	float: left;
	background-color: #FFF;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 495px;
	background-image: url(img/top-left/left1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 150px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	overflow: hidden;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}
.navigation-right {
	float: left;
	width: 140px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	overflow: hidden;
	margin-left: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}


/* ~~ Fußzeile ~~ */
.footer {
	position: relative;/* Hiermit erhält IE6 die Eigenschaft hasLayout, damit die clear-Anweisung korrekt ausgeführt wird. */
	clear: both;
	background-image: url(img/linie-bottom.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	font-weight: bolder;
	height: 60px;
	margin-top: 0px;
	margin-right: -1px;
	margin-bottom: 0px;
	margin-left: -1px;
	top: 10px;
	padding-right: 0;
	padding-left: 0;
}


a:link {
	color: #1a4ea0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	text-decoration: none;
	color: #ccb566;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:active {
	text-decoration: none;
	color: #cbb566;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited {
	text-decoration: none;
	color: #1a4ea0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.stellen-container
{
	width: 640px;
	margin-left: -20px;

}
.stellen-content {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: thin solid #999;
	display: none;

}
.stellen-content-direkt {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: thin solid #999;
}

.stellen-bewerb {
	clear: both;
	width: 570px;
	background-repeat: no-repeat;
	background-image: url(img/info-gruen.gif);
	text-decoration: none;
	background-position: 0px 3px;
}
.stellen-left {
	width: 200px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.stellen-clear {
	clear: both;
	text-decoration: none;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


.stellen-right {
	margin-left: 200px;
	clear: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.stellen-h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	width:500px;
	line-height: 30px;
}

.stellen-title {
	height:20px;
	overflow:hidden;
	cursor:pointer;
	color: #1a4ea0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	top: auto;
}
.stellen-reddot  {
	color: #1a4ea0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 30px;
	background-image: url(img/info-rot.gif);
	text-decoration: none;
	background-position: 0px 3px;
}

.stellen-popup {
	position: absolute;
	display: none;
	font-size: 13px;
	height: 140px;
	width: 450px;
	z-index: 3;
	color: #333;
	background-color: #FFF;
	line-height: 22px;
	border: 5px solid #CCC;
	background-image: url(img/top-left/top400.jpg);
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
}
.stellen-mail {
	color: #1a4ea0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 30px;
	background-image: url(img/email.png);
	text-decoration: none;
	background-position: 0px 3px;
}
.klein-black {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	text-decoration: none;
	clear: both;
	background-color: #E5E5E5;
	padding-right: 15px;
	padding-left: 15px;
	border-top-width: thin;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
}
.left {
	width: 100px;
	float: left;
	padding: 10px;
}
.sozial {
	padding-top: 6px;
	padding-left: 1px;
	padding-right: 14px;
}



.left300 {
	width: 285px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.right120 {
	margin-left: 120px;
	clear: none;
	padding: 10px;
}
.right300 {
	margin-left: 310px;
	clear: none;
	width: 280px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.clear {
	clear: both;
	text-decoration: none;
}
.kontakt {
	position:absolute;
	padding-top: 20px;
	padding-bottom: 20px;
}

.textblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #1A4EA0;
	text-decoration: none;
	width:500px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #B79D35;
	text-decoration: none;
	width:500px;
	font-style: italic;
}

.textfat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #1A4EA0;
	text-decoration: none;
	font-style: italic;
}
.textfatkl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #1A4EA0;
	text-decoration: none;
	font-style: italic;
}


.top1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: italic;
	color: #1a4ea0;
	font-weight: bold;
	line-height: 40px;

}
.top2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
	font-weight: bold;
	color: #B79D35;
}

.top3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #B79D35;
}
.top4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #1a4ea0;
	font-weight: bold;
	line-height: 25px;

}
.top5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
}
.top6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
}
.top7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	width:500px;
}
.top8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#text {
	position:absolute;
	left:245px;
	top:130px;
	width:505px;
	height:530px;
	z-index:20;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 20px;
	background-color: #FFFFFF;
	overflow: auto;
	background-image: url(img/top-left/left1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border: thin solid #999999;
	line-height: 20px;
	visibility: hidden;
}
#links {
	position:absolute;
	left:245px;
	top:130px;
	width:505px;
	height:530px;
	z-index:20;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 20px;
	background-color: #FFFFFF;
	overflow: auto;
	background-image: url(img/top-left/left1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border: thin solid #999999;
	line-height: 20px;
	visibility: hidden;
}
.stellen-oben {
	color: #1a4ea0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	padding-left: 30px;
	text-decoration: none;
}
.impressum {
	padding-left: 640px;
	float: none;
	clear: left;
	margin: 0px;
}
.navigationindex {
	float: left;
	width:180px;
	overflow: visible;
	visibility: visible;
	padding-bottom: -20px;
	margin-bottom: -20px;
	padding-top: -20px;
}

