
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FECE00;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

img {
	border: none;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Seiten-Layout */

#container {
	width: 906px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
	text-align: left;
	background: url(pix/layout_content_bg.gif) repeat-y right;
}

#contentLinks {
	width: 195px;
	float: left;
}
	
#contentMitte {
	width: 528px;
	float: left;
}
	
#contentRechts {
	width: 183px;
	float: left;
}

#contentUnten {
	clear: both;
	width: 906px;
	text-align: right;
	background: #FECE00 url(pix/layout_content_bottom.gif) no-repeat top right;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* linke Spalte */

#logo {
	position:relative;
	left:48px;
	top:-5px;
	margin-top: 8px;
	height: 86px;
}

#menue {
	background: #FFF8D9 url(pix/layout_menu_topLeft.gif) no-repeat top left;
}

#navigation {
	background: url(pix/layout_menu_bottomLeft.gif) no-repeat bottom left;
}

#navigation dl {
	text-align: right;
	padding: 6px 0 6px 0;
}

#navigation dt {
	display: block;
}

#navigation dd {
	display: block;
	background: #FFF;
	font-size: .7em;
	line-height: .7em;
}

/* holt Subnavigation näher ran */
/* schließt IE aus */
html>body #navigation dd {
	margin-top: -4px;
	padding-bottom: 4px;
}

#navigation a:link,
#navigation a:visited {
	display: block;
	padding: 6px 16px 7px 0;
	color: #000;
	text-decoration: none;	
}

#navigation a:hover,
#navigation a:active,
#navigation a:focus {
	display: block;
	padding: 6px 16px 7px 0;	
	/* background-color: #FFF;
	color: #AE0000; */
}

/* Extrawurst für IE */
* html #navigation dt a:link,
* html #navigation dt a:visited,
* html #navigation dt a:hover,
* html #navigation dt a:active,
* html #navigation dt a:focus {
	padding: 10px 16px 10px 0;	
}

#navigation dt.aktiv  {
	background-color: #FFF;
}

#navigation dd.aktiv a:link,
#navigation dd.aktiv a:visited,
#navigation dd.aktiv a:hover,
#navigation dd.aktiv a:active,
#navigation dd.aktiv a:focus {
	color: #AE0000;
	font-weight: bold;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* mittlere Spalte */

/* Bild Seitenanfang */
#visual {
	padding-top: 8px;
	height: 86px;
	background: #FECE00;
}

#content {
	padding: 0 20px 0 19px;
	min-height: 475px;
}
/* Grafik-Headlines, links ohne Rand ausgeschnitten */

#content h1 {
margin: 15px 0 10px 1px;
padding-left:6px;
font-size: .8em;
line-height: 1.9em;
text-transform: uppercase;
font-weight: bold;
}

p.address{
	float:left;
	width:199px;
	margin:0 4px 0 0;
}


p.address1{
	float:left;
	width:200px;
	margin:0 10px 0 0;
}
p.address2{
	float:right;
	text-align:right;
	width:250px;
}
div.addr adr{
	font-size:10px;
}
div#map{
	float:right;
	margin:0 0 10px 6px;
	border:solid 2px #f0f0f0;
}
a.markerLink{
	font-size:11px;
}
div.clear{
	clear:both;
}
/* für IE */
* html #content {
	height: 475px;
}
* html #content h1 {
	margin: 27px 0 14px 1px;
	padding-left:6px;
	font-size: .8em;
	line-height: 1.9em;
	text-transform: uppercase;
	font-weight: bold;
}

/*#content h1,*/
#content h2,
#content p {
	padding-left: 6px;
}

/* Grafik-Headlines, links ohne Rand ausgeschnitten */
#content h1 {
	margin: 15px 0 10px 1px;
}

/* IE */
* html #content h1 {
	margin: 27px 0 14px 1px;
}

#content h2 {
	margin-top: 1em;
	font-size: .7em;
	line-height: 1.9em;
	text-transform: uppercase;
	font-weight: bold;
}

#content p {
	margin-bottom: 1em;
	font-size: .7em;
	line-height: 1.9em;
}

#content p.rechts {
	text-align: right;
	margin-bottom: 0;
}

#content .bildSpalte {
	margin-top: 1em;
}

#content .bildSpalte .bild {
	float: left;
	width: 140px;
	text-align: center;
}

#content .bildSpalte .bild img {
	margin-top: .2em;
}

/* IE */
* html #content .bildSpalte .bild img {
	margin-top: .5em;
}

#content .bildSpalte .text {
	margin-left: 150px;
}

#content .bildSpalte .text h2 {
	margin-top: 0;
}

/* The IE Three Pixel Text-Jog */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content .bildSpalte .bild {
  margin-right: 10px;
}
* html #content .bildSpalte .text {
  height: 1%;
  margin-left: 0;
}
/* End hide from IE5/mac */


#content a:link {
	text-decoration: underline;
	color: #000;
}

#content a:visited {
	color: #555;
}

#content a:hover,
#content a:active,
#content a:focus {
	color: #AE0000;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* mittlere Spalte */
/* Stellenangebote */

/* Rand oben */
#content .job {
	width: 489px;
	padding-top: 3px;
	background: url(pix/layout_job_bgTop.gif) no-repeat top;
}

/* Schatten re/li */
#content .schatten {
	background: url(pix/layout_job_bg.gif) repeat-y;
}

/* Wölbung re unten */
#content .woelbung {
	background: url(pix/layout_job_bgBottom.gif) no-repeat bottom right;
}

/* Pin */
#content .stellenanzeige {
	background: url(pix/layout_job_bgPin.jpg) no-repeat top left;
	padding: 7px 70px 7px 50px;
	margin-left: 2px;
	min-height: 75px;	
	font-family: Courier, monospace;
}

/* IE */
* html #content .stellenanzeige {
	height: 75px;	
}

#content .stellenanzeige h1 {
	margin: 0;	
	font-size: .75em;
	font-weight: bold;
}

#content .stellenanzeige p {
	margin-top: 0;
	font-size: .75em;
	line-height: 1.4em;
}

#content .stellenanzeige a:link {
	text-decoration: none;
	color: #000;
}

#content .stellenanzeige a:visited {
	text-decoration: none;
	color: #000;
}

#content .stellenanzeige a:hover,
#content .stellenanzeige a:active,
#content .stellenanzeige a:focus {
	text-decoration: none;
	color: #AE0000;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* rechte Spalte */

#related {
	padding: 17px 0 0 16px;
	background: url(pix/layout_related_topRight.gif) no-repeat top right;
}

#related #box {
	width: 149px;
	padding-top: 2px;
	background: #FFF url(pix/layout_related_boxTop.gif) no-repeat top;
	border-left: 1px solid #F0E9CC;
	border-right: 1px solid #F0E9CC;
}

#related #box h2 {
	padding: 9px 0 2px 4px;
	background: #FECE00 url(pix/layout_related_boxHL.gif) no-repeat top;
}

/* IE */
* html #related #box h2 {
	padding-bottom: 8px;
}

#related #box ul {
	list-style-type: none;
	list-style-image: none;
	padding: 4px 0 14px 8px;
	background: #FFF url(pix/layout_related_boxBottom.gif) no-repeat bottom;
}

/* IE */
* html #related #box ul {
	padding-bottom: 13px;
}

#related #box li {
	padding-top: 9px;
}

#objectright {
	margin: 20px;	
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: .7em;	
}

#stamp {
	margin-top: 50px;
	text-align: center;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Footer */

#footer {
	padding: 16px 12px 32px 0;
	font-size: .6em;
	font-color: #000;
}

#footer a:link {
	text-decoration: none;
	color: #000;
}

#footer a:visited {
	text-decoration: none;
	color: #000;
}

#footer a:hover,
#footer a:active,
#footer a:focus {
	text-decoration: none;
	color: #AE0000;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* PostIt */

#postIt {
	position: absolute;
	top: 367px;
	z-index: 10;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* allgemeine Specs */

.clear {
	clear: both;
	line-height: .1em;
}