﻿/*grundeinstellungen*/
/*die CSS für _LONG und _EXTRA_LONG ändern sich an den Stellen:*/
/*#bg_left, #bg_right, #footer, #copyright*/
body {
	padding: 0;
	margin:	0;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
}

#bg_left{
	position:absolute;
	top: 101px;
	left: 0px;
	height:1200px;
	width:160px;
	background-color:#A89E92;
	z-index:10;
}

#bg_right{
	position:absolute;
	top: 101px;
	left: 843px;
	height:1200px;
	width:160px;
	background-color:#A89E92;
	z-index:10;
}

#navi {
	font-size:12px;
	position: relative;
	top: 136px;
	left: 18px;
	width:142px;
	z-index:10;
}

/*main navigation*/
#navi_entry {
	height:30px;
	width:132px;
	line-height:30px;
}

#navi_entry.aktiv {
	color:#A50021;
}

#navi_entry a {
	color:#FFFFFF;
	text-decoration:none;
}

#navi_entry a:hover {
	color:#A50021;
}

/*subnavigation*/
#subnavi_entry {
	height:30px;
	width:112px;
	line-height:30px;
	padding-left:20px;
}

#subnavi_entry.aktiv {
	color:#A50021;
}

#subnavi_entry a {
	color:#FFFFFF;
	text-decoration:none;
}

#subnavi_entry a:hover {
	color:#A50021;
}

/*main navi sprachumschaltung*/
#navi_lang {
	padding-top:40px;
	height:25px;
	width:132px;
}

#navi_lang.aktiv {
	color:#000000;
}

#navi_lang a {
	color:#000000;
	text-decoration:none;
}

#navi_lang a:hover {
	color:#000000;
	text-decoration:underline;
}

/*spacer*/
#navi_spacer{
	padding-top:1px;
	background-color:#FFFFFF;
}

#footer{
	position:absolute;
	top:1275px;
	left:18px;
	width:132px;
	height:20px;
	z-index:20;
}

#footer a {
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.impressum{
	font-size:10px;
}

#copyright {
	position:absolute;
	top:1275px;
	left:854px;
	width:132px;
	height:20px;
	z-index:20;
	font-size:10px;
}

#logo{
	position: absolute;
	top: 0px;
	left: 0px;
	height:101px;
	width:485px;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	background-position: 80px 30px;
	z-index:5;
}

#header_image{
	position: absolute;
	top: 0px;
	left: 160px;
	height:200px;
	width:703px;
	z-index:0;
}

/* hintergrund bilder oben - weitere bilder können bei bedarf eingefügt werden */
.start {
	background-image: url('../images/header_image_start.jpg');
}
.unternehmen {
	background-image: url('../images/header_image_unternehmen.jpg');
}
.kompetenz {
	background-image: url('../images/header_image_kompetenz.jpg');
}
.kunden {
	background-image: url('../images/header_image_kunden.jpg');
}
.karriere {
	background-image: url('../images/header_image_karriere.jpg');
}
.kontakt {
	background-image: url('../images/header_image_kontakt.jpg');
}
.details {
	background-image: url('../images/header_image_details.jpg');
}

/* download bereich container */
#download_area{
	position:relative;
	top:147px;
	left:10px;
	width:145px;
}

/* download - zeigt automatisch das pdf icon */
#download{
	padding-top:25px;
	background-image: url('../images/pdf.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom:30px;
}
#download a {
	color:#000000;
	font-size:10px;
	text-decoration:none;
}
#download a:hover {
	text-decoration:underline;
}

/* textlink im download bereich - ohne pdf icon */
#textlink{
	margin-bottom:28px;
}
	
#textlink a {
	color:#000000;
	font-size:10px;
	text-decoration:none;
}

#textlink a:hover {
	text-decoration:underline;
}

/*inhalt*/
#content{
	position:absolute;
	top: 241px;
	left: 240px;
	width:525px;
}

#content h2 {
	color:#6B6F73;
	font-size:12px;
	line-height:28px;
}

.copy{
	font-size:11px;
	line-height:16px;
	margin-bottom:10px;
}

#content a:link {
	color:#000000;
	text-decoration:none;
}

#content a:hover {
	color:#000000;
	text-decoration:underline;
}

#content a:visited {
	color:#000000;
	text-decoration:none;
}

.numeration{
	font-size:11px;
	line-height:16px;
	margin: 0px;
	margin-top: -15px;
	padding: 0px;
}

.numeration_line{
	list-style-type: none;
	padding: 5px 10px 5px 10px;
}

.download_header{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin-bottom:28px;
}

#verweise{
	color:#000000;
	font-size:11px;
	line-height:24px;
	margin-bottom:10px;
}
	
#verweise a:link {
	color:#000000;
	text-decoration:underline;
}

#verweise a:visited {
	color:#000000;
	text-decoration:underline;
}

ul{
	list-style-type: none;
	padding: 0;
	margin-left: 1em;
	margin-top: 2em;
}

li{
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 1em;
	padding-left: 1em;
}
