* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0;
	padding: 0;
}
body {
	
}
div {
	text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}
html, body {
	height: 100%;
	background:#f1f1f1;
}
div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1034px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(img/hg.jpg) repeat-y;	
}
div#top {
	width: 100%;
	height: 9px;
	background-image: url(img/top.jpg); 
	background-repeat: no-repeat;
}
div#container {
	position: relative;
	margin: 0 auto;
	width: 961px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
div#header {
	width: 100%;
	height: 349px;
	background: #FFFFFF; 
}
div#head1 {
	position: absolute;
	top: 9px;
	left: 0px;
	width: 100%;
	height: 65px;
	background: #00357d; 
}
div#headImg {
	position: absolute;
	top: 81px;
	left: 0px;
	width: 100%;
	height: 189px;
	background: #FFFFFF; 
}
div#head3 {
	position: absolute;
	top: 276px;
	left: 0px;
	width: 961px;
	height: 31px;
	background: url(img/topNavHg.jpg) repeat-x;
}
div#leftCol {
	float:left;
	width: 186px;
	background: #FFFFFF;
}
div#leftContent {
	width: 186px;
	height: 409px;
	background: url(img/subNavHg.jpg) repeat-x;
}
div#centerCol {
	float: left;
	width: 523px;
	padding: 10px 33px 0px 33px;
	line-height:17px;
}
div#rightCol {
	float: left;
	width: 186px;
	background: #FFFFFF;
}
div#rightContent {
	width: 150px;
	height: 155px;
	background: url(img/subNavHg.jpg) repeat-x;
	padding: 14px 8px 0px 28px;
	line-height:14px;
}
div#leftCol, div#rightCol, div#centerCol {
	padding-bottom: 120px;
}
div#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	width: 980px;
	height: 25px;
}
/*RESET ALL: */
* {
	font-family:    Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #687072;
}
a {
	color: #00357d;
	text-decoration: underline;
}
a:link {
	color: #00357d;
	text-decoration: underline;
}
a:visited {
	color: #00357d;
	text-decoration: underline;
}
a:hover {
	color: #00357d;
	text-decoration: underline;
}
a:active {
	color: #00357d;
	text-decoration: underline;
}
/*im Firefox keine gepunktete Outline bei klick */
a:focus {outline:0;}
#centerCol a, #centerCol a:link, #centerCol a:visited, #centerCol a:hover{
	font-size: 13px;
	color: #687072;
	text-decoration: underline;
}


/*Liste passend  */
ul {
	margin-left:0.5em; 
	padding-left:0.5em;
}
h1 {
	font-size: 17px;
	line-height:20px;
	color: #00357d;
	font-weight:100;
	margin-bottom:17px;
}
h2 {
	font-size: 14px;
	line-height:18px;
	color: #687072;
	font-weight:100;
	margin-bottom:16px;
}
p.bodytext {
	font-family:    Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #687072;
}
p.bodytext b{
	font-family:    Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #687072;
	font-weight: bold;
}
/* ------------------------- LOGO ---------------------- */
#logo {
	position: absolute;
	top: 14px;
	left: 6px;
	width: 150px;
	height: 33px;
}
/* ------------------------- Topnavigation ---------------------- */
#topNav {
	position: absolute;
	top: 4px;
	left: 4px;
	width:100%;
}
.navNo a, .navNo a:link, .navNo a:visited{
	float: left;
	font-size : 11px;
	color : #626262;
	text-decoration: none;
	padding: 4px 15px 0px 15px;
}
.navNo a:hover{
	float: left;
	font-size : 11px;
	color : #00357d;
	text-decoration: none;
	padding: 4px 15px 0px 15px;
}
.navPressed a, .navPressed a:link, .navPressed a:visited, .navPressed a:hover{
	float: left;
	font-size : 11px;
	color : #00357d;
	text-decoration: none;
	padding: 4px 15px 0px 15px;
}
.pipe {
	float: left;
	width: 3px;
	height: 24px;
	background-image:url(img/pipe.jpg); 
	background-repeat:no-repeat;
}
/* ------------------------- Extra-Navigation oben ---------------------- */
#xtrNav {
	position: absolute;
	top: 10px;
	left: 649px;
	width: 312px;
}
.xtrNav a, .xtrNav a:link, .xtrNav a:visited{
	font-size : 9px;
	color : #FFFFFF;
	text-decoration: none;
	padding-right: 21px;
}
.xtrNav a:hover{
	font-size : 9px;
	color : #ac7d5b;
	text-decoration: none;
	padding-right: 21px;
}
.xtrAct a, .xtrAct a:link, .xtrAct a:visited, .xtrAct a:hover{
	font-size : 9px;
	color : #ac7d5b;
	text-decoration: none;
	padding-right: 21px;
}
/* ------------------------- Linke Navigation 1. Hierarchie ---------------------- */
#leftNav {
	position: relative;
	top: 3px;
	left: 0px;
}
.leftNo{
	padding: 11px 0px 6px 20px;
}
.leftNo a, .leftNo a:link, .leftNo a:visited{
	font-size : 11px;
	color : #6a6f70;
	text-decoration: none;
}
.leftNo a:hover{
	font-size : 11px;
	color : #ac7d5b;
	text-decoration: none;
}
.leftAct{
	padding: 11px 0px 6px 20px;
}
.leftAct a, .leftAct a:link, .leftAct a:visited, .leftAct a:hover {
	font-size : 11px;
	color : #ac7d5b;
	text-decoration: none;
}

/* ------------------------- Linke Navigation 2. Hierarchie ---------------------- */
.subWrap {
	padding: 5px 0px 6px 0px;
	background:#FFFFFF;
}
.subLeft {
	padding: 5px 0px 6px 40px;
	background:#FFFFFF;
}
.subLeft a, .subLeft a:link, .subLeft a:visited{
	font-size : 11px;
	color : #6a6f70;
	text-decoration: none;
}
.subLeft a:hover{
	font-size : 11px;
	color : #ac7d5b;
	text-decoration: none;
}
.actLeft {
	padding: 5px 0px 6px 40px;
	background:#FFFFFF;
}
.actLeft a, .actLeft a:link, .actLeft a:visited, .actLeft a:hover {
	font-size : 11px;
	color : #ac7d5b;
	text-decoration: none;
}
/* ------------------------- Inhalt rechte Spalte ---------------------- */
div#print {
	margin-bottom:1px;
}
#print a.navButt, #print a.navButt:link, #print a.navButt:visited, #print a.navButt:hover {
	font-size : 9px;
	color: #00349a;
	text-decoration: underline;
	margin-right: 43px;
}
#rCbottom #right h1 {
	font-size: 10px;
	line-height:14px;
	color: #00349a;
	margin-top: 15px;
	margin-bottom: 8px;
}
#rightCol p {
	font-size: 10px;
	color: #7d7d7d;
	line-height:15px;
}
#rightCol p.rghtHead {
	font-size: 10px;
	color: #00349a;
	margin-top: 15px;
	margin-bottom: 3px;
}
div#tipformular textarea {
	width:210px;
}
div#tipformular input {
	width:210px;
}
div#tipformular input.senden {
	width:110px;
	margin-top:5px;
}
#tip a, #tip a:link, #tip a:visited, #tip a:hover {
	font-size : 9px;
	color: #00349a;
	text-decoration: underline;
	margin-right: 33px;
}
#member-box {
	width: 150px;
	height: 148px;
	padding: 18px 8px 0px 28px;
}
div#rightCol p.member {
	float:left;
	width:100px;
	height: 13px;
	font-size: 10px;
	color: #00349a;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-right: 14px;
}
#coverflow-link a#cv{
	position: absolute;
	top: 535px;
	left: 840px;
	width:130px;
	height: 125px;
	background:#CC0000;
	opacity: .0;
   	filter: alpha(opacity=0);
	z-index:3;
}
#rCbottom {
	width: 150px;
	height: 218px;
	background: url(img/subNavRHg.jpg) repeat-x;
	padding: 14px 8px 0px 28px;
	line-height:14px;
}
#right {
	margin-top:6px;
}
a.mail, a.mail:link, a.mail:visited, a.mail:hover  {
	color:#7D7D7D;
	font-size:10px;
	line-height:15px;
	text-decoration: none;
}
/* ------------------------- Home-Seite ---------------------- */
div#homeAllWrap {
	position: relative;
	margin: 0 auto;
	width: 1034px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
div#homeWrapper {
	position: relative;
	margin: 0 auto;
	width: 1034px;
	height: 638px;
	background: url(img/hg.jpg) repeat-y;
}
div#homeHeader {
	width: 100%;
	height: 390px;
	background: #FFFFFF; 
}
div#homeHeadImg {
	position: absolute;
	top: 81px;
	left: 0px;
	width: 100%;
	height: 300px;
	background: #FFFFFF; 
}
div#homeFt {
	clear: both;
	position: absolute;
	bottom: 0;
	width: 1034px;
	height: 20px;
}
.homeCol {
	line-height:16px;
	float:left;
	width: 167px;
	height:204px;
	background: url(img/homeSpHg.jpg) repeat-x;
	margin-right:10px;
	padding: 0px 5px 0px 12px;
}
.homeColR {
	line-height:21px;
	float:left;
	width: 160px;
	height:204px;
	background: url(img/homeSpHg.jpg) repeat-x;
	padding: 0px 12px 0px 12px;
}
#homeAddress {
 	text-align:right;
}
.homeColHead {
	font-size: 21px;
	line-height:20px;
	color: #00357d;
	font-weight:100;
	text-align:right;
	margin-top:25px;
	margin-bottom:19px;
}
.homeCol h1 {
	font-size: 21px;
	line-height:20px;
	color: #00357d;
	font-weight:100;
	margin-top:25px;
	margin-bottom:19px;
}
.homeCol h1 a{
	font-size: 21px;
	color: #00357d;
	text-decoration: none;
}
.homeCol p {
	line-height:21px;
}
/*  Drucklayout---------------*/
#printAll {
	position: absolute;
	top:30px;
	left:50px;
	width: 589px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#printContent {
	float: left;
	width: 523px;
	padding: 40px 33px 0px 33px;
	line-height:17px;
}
/*--------- Sitemap ---------------*/
.treemenudiv a, .treemenudiv a:link, .treemenudiv a:visited, .treemenudiv a:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #687072;
}
.tx-rzgooglemaps-pi1 {
	margin: -9px 0px 20px 0px;
}
/*--------- pmkshadowbox ---------------*/
#shadowbox_body, #shadowbox_loading {
skin.css (Linie 78)
background-color:#FFFFFF;
}
#shadowbox_body {
skin.css (Linie 55)
border:0px solid #333333;
margin:0;
overflow:hidden;
padding:0;
position:relative;
}

/*--------- Popup aus rechter Spalte ---------------*/
div#popup_wrap {
	width: 100%;
	height: 100%;
	background:#FFFFFF;
}
div#popup_centerCol {
	width: 523px;
	padding: 30px 33px 0px 33px;
	line-height:17px;
}
#right a, #right a:link, #right a:visited, #right a:hover {
	font-family:    Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #7D7D7D;	
}
/*--------- Tooltip ---------------*/
.karrieremodell {
	height:263px;
	width:520px;
}
.karrieremodell_left{
	float:left;
	height:263px;
	width:25px;
}
.karrieremodell_right{
	float:left;
	height:263px;
	width:495px;
}
.karrieremodell_right a, .karrieremodell_right img{
	float:left;
	cursor:default;
}
.tooltip {
	width:520px;
	color:#3C3C3C;
}
.tooltip b{
	color:#3C3C3C;
}
span.cap img{
width: 125px;
height: 33px;
}