/* 

########################################################################################################
########################################################################################################

Einteilung des CSS-Aufbaus

0. Import CSS
1. Standards
2. Layout
3. Navigation
4. Content
5. Links 

########################################################################################################
######################################################################################################*/

/* 0. Import CSS */

	@import url("lightbox.css");
 	@import url("kontaktstyle.css");
	
/* ########################################################################################################
######################################################################################################*/   

/* 1. Standards */

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, input, form, object, textarea {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	list-style-type: none;
}
body {
	background:#fff url(../images/bg_body.jpg) repeat-y 800px top;
}
html[xmlns^="http"] {
	overflow-y: scroll;
}
h1 {
	font-size: 28px;
	color: #fff;
	font-weight:lighter;
	margin: 20px 0 25px 0;
}
h2 {
	font-size: 16px;
	color: #333;
	font-weight:lighter;
	padding: 0 0 10px 0px;
}
h3 {
	font-size: 14px;
	padding: 0 0 0 0px;
}
p {
	margin: 0 0 20px 0px;
	line-height: 16px;
}
address {
	font-style:normal;
	margin: 10px 0 0 60px;
	padding: 10px 0 0 0;
	line-height: 16px;
	color: #7AB51D;
	border-top: solid 1px #eee;
	font-weight:lighter;
}

/*######################################################################################################
######################################################################################################*/

/* 2. Layout */

#clear, .clear {
	clear:both;
	float:none;
}

#wrapper {
	position:relative;
	padding: 60px 0 0 0;
	background: #fff;
}

/*--------------------- HEAD ------------------------*/

#head {
	height: 100px;
	width: 915px;
	padding: 0px 0px 0px 60px;
}

#newsbild {
	width:175px;
	height: 100px;
	background-color:#999;
	float:left;
}

#logo {
	float:left;
	width: 740px;
}

#noflash{}

/*--------------------- CONTENT ------------------------*/

#slidebar {
	background: #E5E5E5;
	width: 100%;
}

#sub {
	float: left;
	width: 230px;
	height:355px;
	background: #fff;
	color:#666;
}

#subnavibox {
	height: 169px;
	padding: 0px 0px 0px 60px;
	background: #E0F5D6;
	border-bottom: solid 1px #6C3;
	border-top: solid 1px #6C3;
	color: #666;
}

#subnavi {
	width:170px;
	height:169px;
	background: #6c3;
}

#content {
	background: #fff url(../images/bg_content.jpg) repeat-y right top;
	width: 975px;
	min-height: 355px;
}

#inhalt {
	width: 530px;
/*	width:529px;*/
	float:left;
	background: #E5E5E5;
/*	background-color: #fff;*/
	color: #333;
	padding: 10px 10px 10px 30px;	
	height: auto!important;
	min-height: 335px;
/*	border-left: solid 1px #E5E5E5;
	border-bottom: solid 1px #E5E5E5;*/
	_height: 335px;
	overflow:visible;
	position:relative;
}

#slideshow {
	position:absolute;
	top: 0;
	left: 0;
}

.pic-text{ padding: 185px 0 0 0;}

#newscontent {
	width:155px;
	height: 335px;
	background-color:#999;
	float:left;
	color: #fff;
	padding: 20px 10px 0 10px;
}

/*--------------------- FOOTER ------------------------*/

#footer {
	height:15px;
	float:none;
	clear:left;
	background: url(../images/bg_body.jpg) repeat-y 800px top;
	width: 975px;
}

#claim {
	background: url(../images/claim.gif) no-repeat 230px bottom;
	width: 800px;
	height: 15px;
}

div#noscript {
	background-color:#999;
	border-bottom:1px solid #F2F2F2;
	height:30px;
	left:0px;
	position:absolute;
	text-align:center;
	top:0px;
	width:100%;
}

div#noscript div.container {
	background:#999;
	height:30px;
	margin:auto;
	width:992px;
}

div#noscript div.container, div#noscript div.container a, div#noscript div.container a:hover {
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	line-height:30px;
}

/*######################################################################################################
######################################################################################################*/


/* 3. Navigation */

#navi {
	margin: 2px 0px 2px 60px;
	background: #333;
	position:relative;
	width:915px;
	height:20px;
	float:none;
	clear:both;
}

ul#navigation {
	list-style:none; 
	padding: 0 0 0 170px;
	z-index:10; 
	position:absolute; 
	z-index:100;
	width: 745px;
}

ul#navigation li {
	float:left;
}

#navi a {
	font-size: 12px;
	line-height: 20px;
	padding: 0px 11px 0px 10px;
	color:#fff;
	height: 20px;
	display:block;
	white-space:nowrap;
}

*html #navi a {
	width: 1%;
	padding: 1px 11px 1px 10px;
}

#navi a:hover {
	text-decoration:none;
	color: #ccc;
}

#wrapper #navi a.druck {
	border: none;
	padding: 2px 19px 0px 140px;
}

#wrapper #navi a.druck:hover {
	background:none;
}

#slide {position:absolute; height:20px; background:#666; z-index:10}

/*--------------------- SUBNAVI ------------------------*/

#subnavi {
	width:170px;
	height:169px;
	background: #6c3;
}

ul#navigation li ul.inactiv{
	display: none;
}

ul#navigation li ul.activ {
	display: block;
	position:absolute;
	left: 0px;
	top: 30px;
	width: 170px;
}

#navi ul#navigation li ul li {
	width: 150px;
	padding: 3px 0 3px 0px;
}

#navi ul#navigation li ul li a {
	padding: 0 0 0 30px;
	width: 140px;
	display:block;
	background: url(../images/icon.gif) no-repeat 10px center;
}

#navi ul#navigation li ul li a:hover {
	padding: 0 0 0 30px;
	display:block;
	color: #333;
	background: #E0F5D6 url(../images/icon_g.gif) no-repeat 10px center;
}

/*######################################################################################################
######################################################################################################*/

/* 4. Content */

#wrapper #content #sub p {
	font-size:10px;
	margin: 10px 5px 0 0;
	padding: 0 0 0 60px;
	color:#333;
}

#headline {
	position:absolute;
	left: 544px;
	top: 305px;
}

#headline2 {
	position:absolute;
	left: 638px;
	top: 491px;
}

*html #headline2 {
	top: 494px;
}

.strich {
	color: #FFF;
	font-size: 16px;
}

ul#linkspartner li {
	float:left;
	line-height: 16px;
	width: 260px;
	display:block;
}

.bildborder {
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 0px 4px 4px 0;
	float:left;
}

.bildbordernohover {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 4px 0 0;
}

.floatleft {
	float: left;
}

.marginright10px {
	margin: 0 5px 0 0;
}

ul#serviceleistungen {
	padding: 20px 0 0 0;
	margin: 0;
}

ul#serviceleistungen li {
	line-height: 18px;
	background:url(../images/icon_g.gif) no-repeat 0px center;
	padding: 0 0 0 10px;
	font-size: 10px;
	display:block;
}

ul.serviceleistungen li {
	line-height: 18px;
	background:url(../images/icon_g.gif) no-repeat 0px center;
	padding: 0 0 0 15px;
	font-size: 10px;
	display:block;
}

ul.startseite li strong {
	line-height: 18px;
	padding: 0 0 0 0px;
	font-size: 10px;
	display:block;
	font-weight:lighter;
}



ul.weiss li {
	background: url(../images/icon_w.gif) no-repeat 0px center;
}

ul#team li {
	float:left;
	width: 190px;
	height: 177px;
	display:block;
}

ul#team li a {
	width: 190px;
	height: 177px;
	display:block;
	text-indent: -9999px;
}

/*ul li:last-child{
	border: none !important;
	border-bottom: none !important;
}*/

ul#listekunden li, ul#listebranchen li, ul#listeprodukte li{
	width: 155px;
	float: left;
	margin: 0 10px 0 0;
	border-bottom: solid 1px #eee;
}

ul#listekunden li a, ul#listebranchen li a, ul#listeprodukte li a{
	display: block;
	padding: 5px 0 5px 5px;
}

ul#listekunden li:hover, ul#listebranchen li:hover, ul#listeprodukte li:hover{
	border-bottom: solid 1px #eee;
	background: #eee;
}

#branchen, #produkte, #kunden{
	min-height: 260px;
}

ul#links li{
	width: 250px;
	float: left;
	margin: 0 10px 0 0;
	border-bottom: solid 1px #eee;
}

ul#links li a{
	display:block;
	padding: 5px 0 5px 5px;
}

ul#links li:hover{
	border-bottom: solid 1px #eee;
	background: #eee;
}


/*--------------------- MOUSEOVER TEAM ------------------------*/

ul#team li a.team1 {
	background:url(../images/team_Geschaeftfuehrer-b.jpg) no-repeat;
}
ul#team li a.team2 {
	background: url(../images/team_Artdirektor-b.jpg) no-repeat;
}
ul#team li a.team3 {
	background: url(../images/team_redaktion-b.jpg) no-repeat;
}
ul#team li a.team4 {
	background: url(../images/team_Webdesign-b.jpg) no-repeat;
}
ul#team li a.team5 {
	background: url(../images/team_admin-b.jpg) no-repeat;
}
ul#team li a.team1:hover {
	background:url(../images/team_Geschaeftfuehrer.jpg) no-repeat;
}
ul#team li a.team2:hover {
	background: url(../images/team_Artdirektor.jpg) no-repeat;
}
ul#team li a.team3:hover {
	background: url(../images/team_redaktion.jpg) no-repeat;
}
ul#team li a.team4:hover {
	background: url(../images/team_Webdesign.jpg) no-repeat;
}
ul#team li a.team5:hover {
	background: url(../images/team_admin.jpg) no-repeat;
}
/*######################################################################################################
######################################################################################################*/


/* 5. Links */

a:link, a:visited, a:active, a:focus, .escape span {
/*	color: #666600;*/
	color: #7AB51D;
	outline: none;
}
a:hover, a:hover span {
	text-decoration:none;
	color: #333;
}
  
.skip, .hideme{/*Klassen für unsichtbare Elemente im Basislayout */
    position: absolute;
    top: -1000em;
    left: -1000em;
    height: 1px;
    width: 1px;
  }
  
.skip:focus, .skip:active {/* Skip-Links für Tab-Navigation sichtbar schalten */
    position: static;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
  }
  
#adr{display: none;}

.active {
	color:#A09382;
	text-decoration:underline;
}
/*--------------------- NAVI NEWS ------------------------*/

#newscontent a, #wrapper #slidebar #content #newscontent .escape span {
	color: #333;
}

#newscontent a:hover, #wrapper #slidebar #content #newscontent a:hover span {
	color: #ccc;
}

/*######################################################################################################
######################################################################################################*/
