/*************************************
Allgemeine Klassen und Einstellungen 
***************************************/


div, p, h1, h2, h3, h4, ul, ol, 
span, a, table, td, form, img, li {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #black;
}

body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 83%;
	line-height: 1.6em;
	
}

.img, 
.img-left,
.img-right {
	margin-top:6px;
	margin-right: 20px;
	/*padding: 8px;
	border: 2px solid #003356;*/
}	
.img-left{
	float: left;
}
.img-right{
	float: right;
}
.partner-logos{
	margin-left: -5px;
}
.clear{clear: both}

.top{
	margin-top: 35px;
}
.bottom{
	margin-bottom: 35px;
}

.text-link{
	text-decoration: underline;
	font-size: 1em;
}
.text-link:hover{color: #0082c8;}

.button-link:hover{color: #000;}


.text-list{
	margin-left: 20px;
	list-style-type: square;
}

.zitat{
	font-size: 1.02em;
	letter-spacing: 0.015em;
	font-style: italic;
	font-weight: bold;
	color: #003f5e;
	margin: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}




/*************************************
Kopf und Buehne
***************************************/

#bg-balken{
display: none;
}

#buehne-home,
#buehne-ueber-uns,
#buehne-dienstleistungen,
#buehne-euh,
#buehne-produkte,
#buehne-kontakt {
	position: relative;
	width: 780px;
	text-align: left;
	margin: auto;
}

/*********************************
Das Hauptmenue
********************************/

#menu {
display: none;
}

/******************************************
Das Logo
*******************************************/

#logo{
	position: absolute;
	top: 0px;
	left: 520px;
	width: 260px;
	height: 110px;
	background: white url(bilder/abz-log.png) left top no-repeat;
}

/******************************************
Shop und Sprache
*******************************************/
#shop{ display: none;

}

/*++++++++++++++++++*/


#sprachwahl {display: none;
}


#left-nav-1, #left-nav-2, #left-nav-3, #left-nav-start{
display: none;
}




#inhalt {
	position: relative;
	left: 0px;
	top: 91px;
	padding-left: 20px;
	padding-top: 10px;
	background: #FFF url(bilder/bg-inhalt.jpg) left top repeat-y;
	width: 500px;
}

#wechsel-bilder{
	width: 500px;
	height: 250px;
	background: #fff url(bilder/platzhalter-movie.jpg) left top no-repeat;
}

#prod, #euh2, #dl {
	position: absolute;
	top: 295px;
	left: 280px;
	width: 150px;
	margin-bottom: 50px;
	z-index: 3;
}
#euh2 {left: 455px;}
#dl{left: 630px;}

#dl a.bild-link, #euh2 a.bild-link, #prod a.bild-link{
	height: 142px;
	text-indent: -6789px;
	display: block; 
	width: 150px; 
	margin-bottom: 10px;
}

#prod a.bild-link {background: white url(bilder/bilder-start.jpg) -300px top no-repeat;}
#euh2 a.bild-link {background: white url(bilder/bilder-start.jpg) -150px top no-repeat;}
#dl a.bild-link {background: white url(bilder/bilder-start.jpg) left top no-repeat;}

#prod a.bild-link:hover {background: white url(bilder/bilder-start.jpg) -300px -142px no-repeat;}
#euh2 a.bild-link:hover {background: white url(bilder/bilder-start.jpg) -150px -142px no-repeat;}
#dl a.bild-link:hover {background: white url(bilder/bilder-start.jpg) left -142px no-repeat;}




h1{
	font-weight: bold;
	font-size: 1.35em;
	margin-bottom: 10px;
	clear: both;
}

h2{
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 13px;
	margin-bottom: 10px;
	clear: both;
}

h3{
	font-weight: bold;
	font-size: 1em;
	margin-bottom: -10px;
	clear: both;
}	


p{
	margin-top: 10px;
	margin-bottom: 10px;
}

a:hover{color: #0082c8;}	





table{
	width:450px;
	text-align: left; 
}
.col1{width: 170px; }
.col2{width: 110px;}


/******************************************
produkte
*******************************************/
#produkt-links{
display: none;
}
/******************************************
Lageplan
*******************************************/

#adresse{
position: absolute;
top: 52px;

}
/******************************************
Footer
*******************************************/
	
#footer{
	clear: both;
	width: 500px;
	height: 100px;
	margin-top: 22px;
	padding-top: 80px;
	padding-left: 280px;
	font-size: 0.9em;
	background:transparent url(bilder/abz-fuss-sw.png) left top no-repeat;
	text-align: center;
	color: #464646;
	z-index: 5;
}

#footer a{
	text-decoration: underline;
	font-size: 1em;
}
#footer a:hover{color: #0082c8;}

#footer a.nach-oben{float: right;}
#footer{display: none;}

