/*CSS fuer Monitorausgabe*/

/*Allgemein*/
body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #555;
	background-image: url(images/nav_bg_shadow.gif);
	background-repeat: repeat-y;
}

#head {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 823px;
	height: 145px;
	background-color: #EEE;
}

#claim {
	position: absolute;
	top: 5px;
	right: 20px;
	font: 14px Arial, Helvetica, sans-serif;
}

#bo_logo {
	 position: absolute;
	 top: 0px;
	 left: 15px;
	 width: 109px;
	 height: 60px;
	 background-image: url(images/logo.gif);
}

#page_title_area {
	position: absolute;
	left: 0px;
	top: 145px;
	width: 823px;
	height: 25px;
	background-color: #C6C6C6;
	background-image: url(images/nav_deco.gif);
	background-repeat: no-repeat;
}

#page_title {
	position: absolute;
	top: 0px;
	left: 140px;
	width: 300px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
	z-index:  1;
}

#page_info {
	position: absolute;
	top: 5px;
	right: 20px;
	color: #333;
	font-size: 12px;
	z-index: 3;
}

/* Job-Info auf Startseite */
#home_jobs {
	position: absolute;
	top: 400px;
	left: 8px;
	width: 110px;
	font-size: 10px;
	line-height: 14px;
	border: 1px solid white;
	padding: 5px;
}

#home_jobs a {
	color: white;
	text-decoration: none;
}

#home_jobs a:hover {
	background-color: #838383;
	
}

#home_jobs h3 {
	line-height: normal;
	margin: 0px;
	color: white;
}

#title_banner {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 823px;
	height: 85px;
	background-image: url(images/title_banner.jpg);
	background-repeat: no-repeat;
}

#content {
	position: absolute;
	top: 200px;
	left: 166px;
	width: 657px;
}

#print_content {
	visibility: hidden;
	display: none;
	position: absolute;
	top: 200px;
	left: 166px;
	width: 657px;
}

#footer {
	display: block;
}

#f_txt {
	position: absolute;
	left: 166px;
	bottom: 0px;
	font-size: 10px;
	font-style: normal;
	color: #555;
	background-color: #EEE;
}

address {
		font-style: normal;
}

.spacer_left {
	width: 160px;
	height: 1px;
	border: none;
}

p {
	font: 12px Arial, Helvetica, sans-serif;
	margin-top: 0pt;
}

h1 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #A70000;
	margin-bottom: 0pt;
}

.a_txt {
	color: #555555;
	text-decoration: underline;
/*	border-width: 0 0 1px 0;
	border-style: dotted; */
}

.a_txt:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #555555;
}

td {
	font: 12px Arial, Helvetica, sans-serif;
}

.caption {
	font: 10px Aral, Helvetica, sans-serif;
}

.bigger {
	font-size: 14px;
}


ul {
	line-height: 15px;
	margin-bottom: 30px;
}

/*Styles fuer Bildermenue*/
.img_menu {
	position: absolute;
	top: 6px;
	left: 46px;
	width: 600px;
	
}

.txt-bg-dark {
	color: #EEE;
}

/*Fussnote - Adresszeile*/
a.addr {
	color: #555;
}

/*Styles fuer PopUp*/
.pop {
	background-color: #EEE;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

.pop a {
	padding: 0px 6px 0px 6px;
	color: #555;
	text-decoration: underline;
}

.pop a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #555;
}

.pop_info {
	width: 100%;
	border: 0px;
	text-align: center;
	border-spacing: 0px;
}

.current a {
	color: #FFF;
	text-decoration: none;
	background-color: #AAA;
}


/*Navigation*/
#nav_container {
	position: absolute;
	left: 0px;
	top: 190px;
	width: 139px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}


.first_ul {
	padding: 0px;
	margin: 0px 0px 0px 13px;
}

.sec_ul {
	display: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.trd_ul {
	display: none;
	padding: 0px;
	margin: 0px 0px 6px 26px;
}

.first_li {
	list-style-type: none;
	line-height: 12pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: white;
}

.sec_li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: white
}

.trd_li {
	list-style-type: none;
	line-height: 15px;
	color: white;
}

.nav_link {
	color: white;
	text-decoration: none;
	font-size: 12px;
	line-height: 17px;
	font-weight: 100;	
	font-family: Arial, Helvetica, sans-serif;
}

a.nav_link:hover {
	background-color: #838383;
	color: #FFF;
}