body {
	margin: 0 auto;
	padding: 0;
	line-height: 150%;
	color:#333333;
	background-color: #CBCBCB;
	background-image: url(../Bilder/hintergrund.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 90%;
}

#container {
	color: #333333;
	margin: 0 auto;
	width: 900px;
}

#header {
	clear: both;
	margin: 0;
	padding:0;
	height: 200px;
	background-image: url(../Bilder/seitenkopf-3.jpg);
}

#header01 {/*header01 für die Unternehmen.php, da anderes Hintergrundbild drin ist*/
	clear: both;
	margin: 0;
	padding:0;
	height: 200px;
	background-image: url(../Bilder/seitenkopf-4.jpg);
}

#header02 {/*header02 für die aktuelles.php, da anderes Hintergrundbild drin ist*/
	clear: both;
	margin: 0;
	padding:0;
	height: 200px;
	background-image: url(../Bilder/seitenkopf-13.jpg);
}


#header03 {/*header03 für die stellenagebote.php, da anderes Hintergrundbild drin ist*/
	clear: both;
	margin: 0;
	padding:0;
	height: 200px;
	background-image: url(../Bilder/seitenkopf-12.jpg);
}

#header04 {/*header04 für die kompetenzen.php, da anderes Hintergrundbild drin ist*/
	clear: both;
	margin: 0;
	padding:0;
	height: 200px;
	background-image: url(../Bilder/seitenkopf-11.jpg);
}

#header05 {/*header05 für die privatkunden.php, da anderes Hintergrundbild drin ist*/
	clear: both;
	margin: 0;
	padding:0;
	height: 200px;
	background-image: url(../Bilder/seitenkopf-10.jpg);
}

#header06 {/*header06 für die firmenkunden.php, da anderes Hintergrundbild drin ist*/
	clear: both;
	margin: 0;
	padding:0;
	height: 200px;
	background-image: url(../Bilder/seitenkopf-9.jpg);
}


#header07 {/*header07 für die shop.php, da anderes Hintergrundbild drin ist*/
	clear: both;
	margin: 0;
	padding:0;
	height: 200px;
	background-image: url(../Bilder/seitenkopf-8.jpg);
}

#header08 {/*header08 für die referenzen.php, da anderes Hintergrundbild drin ist*/
	clear: both;
	margin: 0;
	padding:0;
	height: 200px;
	background-image: url(../Bilder/seitenkopf-7.jpg);
}

#header09 {/*header09 für die kontakt.php, da anderes Hintergrundbild drin ist*/
	clear: both;
	margin: 0;
	padding:0;
	height: 200px;
	background-image: url(../Bilder/seitenkopf-6.jpg);
}

#header10 {/*header10 für die links.php, da anderes Hintergrundbild drin ist*/
	clear: both;
	margin: 0;
	padding:0;
	height: 200px;
	background-image: url(../Bilder/seitenkopf-5.jpg);
}
#inhalt {
	width: 900px;
	clear: both;
	margin-top: 10px;
	padding-top: 15px;
}

#linkpos_oben1 {
	width: 450px;
	clear: both;
	position: relative;
	height: 25px;
	left: 450px;
	top: -102px;
	color: #000066;
	font-weight: bold;
	text-align: center;
	z-index: 200;
	/*background-image: url(../Bilder/Button-o.gif);*/
	background-repeat: no-repeat;
}

#linkposition_oben2 {
	width: 196px;
	clear: both;
	position: relative;
	height: 25px;
	left: 703px;
	top: 26px;
	color: #000066;
	font-weight: bold;
	text-align: center;
	z-index: 60;
	/*background-image: url(../Bilder/Button-o2.gif);*/
	background-repeat: no-repeat;
}

 
#links {
	width: 165px;
	float: left;
	top: 80px;
	padding-top: 100px;
}

#mitte {
	width: 500px;
	float: left;
	padding-right: 32px;
	padding-left: 20px;
	border-left: 1px solid #506b77;
	background-color: #fff;
	padding-top: 32px;
}

#mitte2{/*für die shop php*/
	width: 500px;
	float: left;
	padding-right: 32px;
	padding-left: 20px;
	border-left: 1px solid #506b77;
	background-color: #fff;
	padding-top: 32px;
}
#rechts {
	width: 162px;
	float: right;
	padding-right: 20px;
	background-color: #fff;
}

#footer {
	width: 715px;
	clear: both;
	border-top: 1px solid #506b77;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 165px;
	font-size: 85%;
	text-decoration: none;
}

/* ----- Schriften ----- */

h1 {
	font-size: 22px;
	color: #000066;
	font-weight: bold;
	border-bottom: 1px solid #000066;
	padding-bottom: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
}

h2 {
	font-size: 15px;
	margin: 6px 0 8px;
	color: #009900;
	font-weight: bold;
}

p {
	margin: 0;
	padding-bottom: 8px;
}

.datum {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}

.hinweis {
	color: #800000;
	font: bolder 10px Verdana, Arial, Helvetica, sans-serif;
	height: 5px;
	padding: 5px;
	background: #ffcc66;
	border: 1px solid #ff0000;
	margin-bottom: 5px;
}

a {
	text-decoration: underline;
	color: #000066;
}

a:hover {
	text-decoration: underline;
	color: #000011;
}
a.news {
	text-decoration: none;
	color: #000066;
}

a:hover.news {
	text-decoration: none;
	color: #000011;
}

a.footer {
	text-decoration: none;
	color: #666666;
}
a:hover.footer {
	text-decoration: none;
	color: #000000;
}

a.link_oben {
	text-decoration: none;
	color: #000066;
	font-style: normal;
	font-weight: normal;
	font-size: 90%;
}

a:hover.link_oben {
	text-decoration: underline;
	color: #333333;
}

a.text {
	text-decoration: underline;
	color: #333333;
}

a:hover.text {
	text-decoration: underline;
	color: #000066;
}


.pgp {
	color: #000;
	font: 11px/18px "Courier New", Courier, mono;
	text-align: justify;
}

/* ----- Hinweise ----- */

#news {
	width: 138px;
	font-size: 90%;
	padding: 45px 12px 12px;
	line-height: 120%;
	margin-bottom: 15px;
	text-decoration: none;
	background-color: #EEEEEE;
	background-image: url(../Bilder/news.jpg);
	background-repeat: no-repeat;
}
#newsrot {
	width: 138px;
	font-size: 90%;
	padding: 45px 12px 12px;
	line-height: 120%;
	margin-bottom: 15px;
	text-decoration: none;
	background-color: #EEEEEE;
	background-image: url(../Bilder/news.jpg);
	background-repeat: no-repeat;
	color: #FF0000;
}
#angebot {
	width: 138px;
	font-size: 90%;
	padding: 45px 12px 12px;
	line-height: 140%;
	margin-bottom: 15px;
	background-color: #EEF5F5;
	background-image: url(../Bilder/angebot.jpg);
	background-repeat: no-repeat;
}
#kontakt {
	width: 138px;
	font-size: 90%;
	padding: 45px 12px 12px;
	line-height: 140%;
	margin-bottom: 15px;
	background-color: #EEF5F5;
	background-image: url(../Bilder/kontakt.jpg);
	background-repeat: no-repeat;
}


/* ----- Navigation ----- */

#avmenu{
	width: 151px;
	padding: 0;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 8px;
	margin-bottom: 10px;
}

#avmenu ul {
	list-style: none;
	padding: 0;
	font-size: 1.1em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	clip: rect(auto,auto,auto,auto);
}	

#avmenu li {
	margin-bottom: 4px;
}

#avmenu li a { /* Layout Hauptmenuepunkte*/
	font-weight: bold;
	height: 20px;
	line-height: 16px;
	text-decoration: none;
	color: #666666;
	display: block;
	padding: 6px 0 0 12px;
	background: #f4f4f4 url(../Bilder/hinweis_grau.gif) no-repeat;
}

#avmenu li a.auswahl {
	background: #f4f4f4 url(../Bilder/hinweis_h-blau.gif) no-repeat;
}	
	
#avmenu li a:hover{
	background: #eaeaea url(../Bilder/hinweis_blau.gif) no-repeat;
	color: #000066;
}

#avmenu ul ul li { /*Untermenuepunkte 2.Ebene*/
	margin-top: 1;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

#avmenu ul ul a {
	display: block;
	width: 139px;
	color: #505050;
	background-color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	padding: 6px 0 0 12px;
}

#avmenu ul ul a:hover {
	color: #000066;
	background-color: #f4f4f4;
	text-decoration: none;
}

#avmenu ul ul ul li li{ /*Untermenuepunkte 3.Ebene*/
	margin-top: 2;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 5px;
}

#avmenu ul ul ul a {
	display: block;
	width: 120px;
	color: #505050;
	background-color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	padding: 6px 0 0 30px;
}

#avmenu ul ul ul a:hover {
	color: #000066;
	background-color: #f4f4f4;
	text-decoration: none;
}


/* ----- Strich ----- */

.trennstrich {
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

/* ----- Suche ----- */

#suche {
	width: 137px;
	height: 54px;
	background-color: #f4f4f4;
	border-left: 4px solid #ccc;
	padding: 6px 0 0 10px;
	margin-bottom: 4px;
	margin-left: 8px;
}

.suchfeld {
	width: 122px;
	height: 20px;
	margin-bottom: 5px;
}

/* ----- Bilder ----- */

.bild_klein {
	margin-right: 10px;
	float: left;
	padding: 5px;
	border: 1px solid #c5c5c5;
}

.bild {
	float: none;
	padding: 5px;
	border: 1px solid #c5c5c5;
	margin-bottom: 15px;
}

.bild_links {
	float: left;
	padding: 5px;
	border: 1px solid #c5c5c5;
	margin-right: 15px;
}

.bild_rechts {
	float: right;
	padding: 5px;
	border: 1px solid #c5c5c5;
	margin-left: 15px;
}




.angebot {
	padding: 5px;
	border: 1px solid #c5c5c5;
}
/* Formular */

.legend {
	font-weight: bold;
	font-size: 13px;
	color: #000066;
}

#person label {
	display: block;
	font-size: 12px;
	font-weight: bold;
}

.fieldset {
	border: 1px solid #ccc;
	padding: 8px;
	margin-bottom: 8px;
}

.textarea {
	width: 400px;
	height: 125px;
}

/* -- Hacks -- */

.container:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .container {
	height: 1%;
}
.Pos-logo {
	position: relative;
	z-index: 200;
	left: 16px;
	top: 215px;
}
.Stil3 {
	font-size: 18px;
	font-style: italic;
}
.Stil4 {color: #000066}

.Stil5 /*Farbauszeichnung bei betterPC*/
	{
	color: #FF0000;
	font-weight: bold;
}
.Stil6 /*Farbauszeichnung bei betterPC groß*/
	{
	color: #FF0000;
	font-weight: bold;
	font-size: 1.7em;
}
.newslinkrot {
color: #FF0000;

}