@charset "utf-8";


/******************************************************************
 *Author: Emanuel Rinne
 *Created: 2009					
 *Copyright: Euroweb Internet GmbH 
/******************************************************************


/* --------------------------------------------------------------------------- */
/* ############################# GLOBAL ###################################### */
/* --------------------------------------------------------------------------- */


* { margin: 0;	
	padding: 0; 
	list-style-type: none; 
	text-decoration: none;
	border: none;
	outline: none;
}

body {
	background: #F8F7BE url(../images/bg-body.jpg) repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #343232;
	font-size: 12px;
}

html[xmlns^="http"] { overflow-y: scroll;}


/*
KLASSEN + ANDERE STANDARDS
==================================================*/

.clear { clear: both;}

.floatLeft { float: left; padding-right:10px;}

.floatRight { float: right;}

hr { 
	height: 1px; 
	border-top: solid 1px #dedede;
	clear: both;
	margin-bottom: 20px;
}

.highlight {
	font-weight:bold;
}

.image {
	border:none;
}

.padding {
	padding: 0 0 20px 0; 
}
 
 ul.list {
	margin:0 0 20px 0;
	/*position:relative;*/
}

ul.list li {
	background:url(../images/li-arrow.gif) top left no-repeat;
	background-position: 0 4px;
	margin:0 0 10px 0;
	padding:0 0 0 16px;
	/*position:relative;*/
}

/* --------------------------------------------------------------------------- */
/* ############################# LAYOUT ###################################### */
/* --------------------------------------------------------------------------- */


/*
CONTAINER
==================================================*/

div#container {
	width: 958px;
	margin: 0 auto;
}


/*
HEADER
==================================================*/

div#header {
	width: 958px;
	height:200px;
	background: #fff url(../images/bg-header.jpg) left top center;
	position:relative;
}


/*
BRANDING
==================================================*/

h1.branding-grupp {
	left:20px;
	top:21px;
	position:absolute;
	width:247px;
	height:112px;

}

h1.branding-meyer {
	left:700px;
	top:90px;
	position:absolute;
	width:78px;
	height:79px;

}

h1.branding-ease {
	left:860px;
	top:90px;
	position:absolute;
	width:78px;
	height:79px;

}

div.branding-select {
	background:url(../images/bg-branding-select.jpg) top left no-repeat;
	width:166px;
	height:23px;
	position:absolute;
	top:60px;
	left:730px;
	text-indent:-9999px;
}

div.branding-select-en {
	background:url(../images/bg-branding-selection.png) top left no-repeat;
	width:166px;
	height:23px;
	position:absolute;
	top:60px;
	left:730px;
	text-indent:-9999px;
}


/*
SLIDESHOW
==================================================*/

div#no-slide {
	position: absolute;
	width: 100px;
	height: ;
	background: ;
	color: #fff;
	padding: 5px;
	top: 0;
	left: 0;
	line-height: 16px;
	font-size: 12px;
}

div#slideshow {
	width:400px;
	height:300px;
	position:relative;
 }


/*
CONTENT
==================================================*/


div#content-container { 
	float: left;
	width: 958px;
}

div#content-sidebar { 
	width:246px;
	background:#fff url(../images/bg-sidebar-hg.gif) top left no-repeat;
	float:left;
	min-height: 322px;
	border:1px solid #dcdca7;
	padding:10px;
	margin-left:8px;
}


div#content-main-container {
	width:956px;
	float:left;
	padding:12px 0 0 0;
}

div#content-main { 
	float: left;
	width: 634px;
	min-height: 300px;
	padding:22px;
	background:#fff url(../images/bg-content-main-hg.gif) top left no-repeat;
	border:1px solid #dcdca7;s
}



/*
FOOTER
==================================================*/


div#footer {
	background:url(../images/bg-footer.jpg) top left no-repeat;
	float:left;
	width:956px;
	height:66px;
	font-size:11px;
	color:#000;
	margin:10px 0 0 0;
}

div#footer-content1 {
	float:left;
	width:280px;
	padding: 15px 0 0 25px;
}

div#footer-content2 {
	float:left;
	width:170px;
	padding: 15px 0 0 50px;
}

div#footer-content3 {
	float:left;
	width:151px;
	padding: 15px 0 0 0px;
}

div#footer-content4 {
	float:left;
	width:140px;
	padding: 15px 0 0 26px;
}


/* --------------------------------------------------------------------------- */
/* ########################### NAVIGATION #################################### */
/* --------------------------------------------------------------------------- */

/*-------- GERMAN ---------*/

ul#navi.naviactive,
ul#navi {
	background:url(../images/navi-main.jpg) top left no-repeat;
	position:relative;
	width:956px;
	height:54px;
	display: block;
}

ul#navi li {
	position: relative;
	float:left;
}

ul#navi a {
	display:block;
	height:47px;
/*	width: 100px	*/
}


/*-------- ENGLISH ---------*/

ul#navi-en.naviactive,
ul#navi-en {
	background:url(../images/navi-main-en.jpg) top left no-repeat;
	position:relative;
	width:956px;
	height:54px;
	display: block;
}

ul#navi-en li {
	position: relative;
	float:left;
}

ul#navi-en a {
	display:block;
	height:47px;
/*	width: 100px	*/
}

/*-------------------------*/

a.n01 {
	width:95px;
	text-indent:-9999px;
}

a.n02 {
	width:230px;
	text-indent:-9999px;
}

a.n03 {
	width:190px;
	text-indent:-9999px;
}

a.n04 {
	width:150px;
	text-indent:-9999px;
}

/*
ACTIVES MENUE 
==================================================*/


ul#navi.naviactive01 li a.n01,
ul#navi li a.n01:hover {
	background: url(../images/navi-main.jpg) no-repeat 0px -54px;
}

ul#navi.naviactive02 li a.n02,
ul#navi li a.n02:hover {
	background: url(../images/navi-main.jpg) no-repeat -95px -54px;
}

ul#navi.naviactive03 li a.n03,
ul#navi li a.n03:hover {
	background: url(../images/navi-main.jpg) no-repeat -325px -54px;
}

ul#navi.naviactive04 li a.n04,
ul#navi li a.n04:hover {
	background: url(../images/navi-main.jpg) no-repeat -515px -54px;
}


/*-------- ENGLISH ---------*/


ul#navi-en.naviactive01 li a.n01,
ul#navi-en li a.n01:hover {
	background: url(../images/navi-main-en.jpg) no-repeat 0px -54px;
}

ul#navi-en.naviactive02 li a.n02,
ul#navi-en li a.n02:hover {
	background: url(../images/navi-main-en.jpg) no-repeat -95px -54px;
}

ul#navi-en.naviactive03 li a.n03,
ul#navi-en li a.n03:hover {
	background: url(../images/navi-main-en.jpg) no-repeat -325px -54px;
}

ul#navi-en.naviactive04 li a.n04,
ul#navi-en li a.n04:hover {
	background: url(../images/navi-main-en.jpg) no-repeat -515px -54px;
}


/* --------------------------------------------------------------------------- */
/* ########################## FLY-OUT-MENU ################################### */
/* --------------------------------------------------------------------------- */

ul#navi li#produktsparten ul {
	list-style: none;
	display: none;
	left: 2px!important;
	top: 37px;
	position: absolute;
}

ul#navi li#produktsparten ul li {
	background: none;
}

ul#navi li#produktsparten ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	height: 32px;
	line-height: 32px;
	display: block;
	padding:0 0 0 10px;
	width:160px;
	background:url(../images/bg-navi.png) repeat;
	margin:1px 0 0 1px;
}

ul#navi li#produktsparten ul a:hover {
	color: #000!important;
	text-decoration: underline;
	margin:1px 0 0 1px;
}

ul#navi li#produktsparten ul {
	left: 30px;
	top:-130px;
	width:200px;
	position: absolute;
}


ul#navi li#produktsparten:hover ul {
	display: block!important;
}

/*-------- ENGLISH ---------*/

ul#navi-en li#produktsparten ul {
	list-style: none;
	display: none;
	left: 2px!important;
	top: 37px;
	position: absolute;
}

ul#navi-en li#produktsparten ul li {
	background: none;
}

ul#navi-en li#produktsparten ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	height: 32px;
	line-height: 32px;
	display: block;
	padding:0 0 0 10px;
	width:160px;
	background:url(../images/bg-navi.png) repeat;
	margin:1px 0 0 1px;
}

ul#navi-en li#produktsparten ul a:hover {
	color: #000!important;
	text-decoration: underline;
	margin:1px 0 0 1px;
}

ul#navi-en li#produktsparten ul {
	left: 30px;
	top:-130px;
	width:200px;
	position: absolute;
}


ul#navi-en li#produktsparten:hover ul {
	display: block!important;
}


/* --------------------------------------------------------------------------- */
/* ######################## ADDITIONIAL NAVI ################################# */
/* --------------------------------------------------------------------------- */


ul#navi-add.naviactive,
ul#navi-add {
	position:absolute;
	width:180px;
	height:20px;
	display: block;
	top:20px;
	left:780px;
}

ul#navi-add li {
	position: relative;
	float:left;
}

ul#navi-add a {
	display:block;
	height:20px;
	color:#000;
	text-decoration:none;
	font-size:11px;
	float:left;
	padding:0 6px 0 6px;
}

a.na01 { width:37px; }
a.na02 { width:37px; }
a.na02-en { width:49px; }
a.na03 { width:40px; }


ul#navi-add.naviactive01 li a.na01,
ul#navi-add li a.na01:hover { text-decoration:underline; }

ul#navi-add.naviactive02 li a.na02,
ul#navi-add li a.na02:hover { text-decoration:underline; }

ul#navi-add.naviactive02 li a.na02-en,
ul#navi-add li a.na02-en:hover { text-decoration:underline; }

ul#navi-add.naviactive03 li a.na03,
ul#navi-add li a.na03:hover { text-decoration:underline; }


/* --------------------------------------------------------------------------- */
/* ######################### LANGUAGE SELECT ################################# */
/* --------------------------------------------------------------------------- */


ul#navi-lang.naviactive,
ul#navi-lang {
	position:absolute;
	width:200px;
	height:20px;
	display: block;
	top:22px;
	left:730px;
}

ul#navi-lang li {
	position: relative;
	float:left;
}

ul#navi-lang a {
	width:16px;
	height:11px;
	display:block;
	text-decoration:none;
	float:left;
	padding:0 6px 0 6px;
	text-indent:-9999px;
}

a.nal01 { background:url(../images/bg-ger.jpg) top left no-repeat; }
a.nal02 { background:url(../images/bg-eng.jpg) top left no-repeat; }

/* --------------------------------------------------------------------------- */
/* ############################# LINKS ####################################### */
/* --------------------------------------------------------------------------- */



div#content-main a,
.escape span {
	text-decoration: underline;
	color: #343232;
	outline: none;
	font-size:12px;
}

div#content-main a:hover,
.escape:hover span {
	text-decoration: none;
	color: #343232;
}
div#footer div#footer-content4 p a.escape,
div#footer div#footer-content4 p a.escape span{
	color: #343232;
	text-decoration:underline;
}

div#footer div#footer-content4 p a.escape:hover,
div#footer div#footer-content4 p a.escape:hover span {
	color: #343232;
	text-decoration:none;

}

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


div.content-column1 {
	width:310px;
	float:left;
	padding:0 0 25px 0;
}

div.content-column2 {
	width:300px;
	float:left;
	padding:0 0 25px 20px;
}

div.content-column3 {
	width:310px;
	float:left;
	padding:0 0 25px 0;
}

/*-------- Geschichte -------*/


div.content-sub-column1 {
	float:left;
	width:290px;
	padding:4px 4px 4px 6px;
color:#fff;
	background:#333;
	border-bottom:1px solid #333 ;	
}

div.content-sub-column2 {
	float:left;
	width:290px;
	padding:0 0 0 5px;
	margin-bottom:10px;
}

/* --------------------------------------------------------------------------- */
/* ######################## GLOBAL HEADLINES ################################# */
/* --------------------------------------------------------------------------- */


h1 {
	font-size: 25px;
	color: #ccc;
	font-weight:lighter;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 20px;
	color: #333;
	font-weight:lighter;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/bg-h2.jpg) top left no-repeat;
	width:550px;
	height:50px;
	margin: 0 0 10px 0;
	text-indent:-9999px;
}

h3 {
	font-size: 15px;
	color: #333;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 20px 0;
}

h4 {
	font-size: 12px;
	color: #555;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}



/*
H2 - HEADLINES - GERMAN
==================================================*/

h2.startseite 		{ background:url(../images/h2-de/h2-willkommen.gif) top left no-repeat; }
h2.geschichte 		{ background:url(../images/h2-de/h2-geschichte.gif) top left no-repeat; }	
h2.fertigung 		{ background:url(../images/h2-de/h2-fertigungsspektrum.gif) top left no-repeat; }	
h2.werbemittel		{ background:url(../images/h2-de/h2-werbemittel-neu.gif) top left no-repeat; }	
h2.objektmoebel	{ background:url(../images/h2-de/h2-objektmoebel.gif) top left no-repeat; }	
h2.lackiergehaenge{ background:url(../images/h2-de/h2-lackiergehaenge-neu.gif) top left no-repeat; }	
h2.produkte 		{ background:url(../images/h2-de/h2-technischeprodukte.gif) top left no-repeat; }	
h2.kontakt	 		{ background:url(../images/h2-de/h2-kontakt.gif) top left no-repeat; }	
h2.anfahrt  		{ background:url(../images/h2-de/h2-anfahrt.gif) top left no-repeat; }	
h2.impressum 		{ background:url(../images/h2-de/h2-impressum.gif) top left no-repeat; }	
h2.danke		 		{ background:url(../images/h2-de/h2-danke.gif) top left no-repeat; }	
h2.fehler    		{ background:url(../images/h2-de/h2-fehler.gif) top left no-repeat; }	


/*
H2 - HEADLINES - ENGLISH
==================================================*/

h2.home		 		{ background:url(../images/h2-en/h2-home.gif) top left no-repeat; }
h2.history	 		{ background:url(../images/h2-en/h2-history.gif) top left no-repeat; }	
h2.production 		{ background:url(../images/h2-en/h2-production.gif) top left no-repeat; }	
h2.product-section{ background:url(../images/h2-en/h2-product-section.gif) top left no-repeat; }	
h2.advertising		{ background:url(../images/h2-en/h2-advertising-new.gif) top left no-repeat; }	
h2.contract			{ background:url(../images/h2-en/h2-contract-new.gif) top left no-repeat; }	
h2.varnished 		{ background:url(../images/h2-en/h2-varnished.gif) top left no-repeat; }	
h2.technical 		{ background:url(../images/h2-en/h2-technical.gif) top left no-repeat; }	
h2.approach			{ background:url(../images/h2-en/h2-approach.gif) top left no-repeat; }	
h2.contact			{ background:url(../images/h2-en/h2-contact.gif) top left no-repeat; }	
h2.imprint	 		{ background:url(../images/h2-en/h2-imprint.gif) top left no-repeat; }	
h2.thanks	 		{ background:url(../images/h2-en/h2-thanks.gif) top left no-repeat; }	
h2.error    		{ background:url(../images/h2-en/h2-error.gif) top left no-repeat; }	


/*
H3 - HEADLINES
==================================================*/
	
div#content-sidebar h3 {
	font-size: 16px;
	color: #26A2F2;
	font-weight:lighter;
	font-family: Arial, Helvetica, sans-serif;
	padding: 43px 0 10px 0;
	font-variant:small-caps;
}

h3.smallcaps {
	font-size: 16px;
	color: #26A2F2;
	font-weight:lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-variant:small-caps;
}

/* --------------------------------------------------------------------------- */
/* ########################### *** P *** ##################################### */
/* --------------------------------------------------------------------------- */


div#content-main p { margin: 0 0 20px 0; line-height: 18px;}

div#datenschutzhinweis p { font-size: 12px;}

div#content-sidebar p { margin: 0 0 20px 0; line-height: 18px;}

div#content-sidebar p.highlight { margin: 0 0 0 0; line-height: 18px; font-size:13px;}
	
/*
IMAGEBORDER
==================================================*/

.imgborder {
	border: 1px solid #c9c9c9;
	padding: 2px;
	margin: 4px 8px 4px 0;
	cursor: pointer;
   outline: none;
}

.imgborder:hover{
	border: 1px solid #26A2F2;
	padding: 2px;
}

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


/* --------------------------------------------------------------------------- */
/* #################### KONTAKT | ANFAHRT | IMPRESSUM ######################## */
/* --------------------------------------------------------------------------- */


/*
KONTAKT
==================================================*/

div#personalien { float: left; width: 315px!important;}
div#nachrichtenfeld { float: left; width: 310px;}


/*
ANFAHRT
==================================================*/

.imgbordernohover {
	border: 1px solid #666;
	padding: 2px;
	width:310px;
}


/*
IMPRESSUM
==================================================*/

div#adressdaten { float: left; width: 300px;}
div#geschaeftsdaten { float: left; width: 300px;}

