@charset "utf-8";

/* CSS Document */

/*********************    Index    ************************

	domain: pgdd.de
   author: Samuele Prati
    
	1. Global Tags
	
   2. Global Classes
		2.1 h2 Graphic
		2.2 h3 Graphic
		2.3 a Graphic
		2.4 IMG Class
		2.5 Tables 
	
   3. Container
	
	4. Header
		4.1	Navigation
		4.2	NavigationAdditional
		4.3	Branding
		
   5. ContentContainer
   	5.1 contentMain
      5.2 contentSidebar
		
	6. Footer
		6.1 Push // Sticky footer
    

/*********************************************************/
/******************   = global-tags  *********************/
/*********************************************************/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html {
	background-color: #fff;
	height:100%;
	background-image:url(../images/bg-html.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	color:#55724f;
}


body {
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	background: url(../images/bg-header.jpg) top center no-repeat;

}

p {
	line-height:18px;
	padding-bottom: 24px;
}

#euroweb {
	width: 500px !important;
	padding-left:8px;
	
}

#euroweb img {
	float: left;
	margin: 0 15px 0 0;
}


/*********************************************************/
/****************   = global-classes  ********************/
/*********************************************************/


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

h1, h2, h3, h4 {
	font-weight:lighter;
}


h4 {
	line-height:18px;
	font-weight:bold;
	font-size: 12px;
}

h1 {
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1px;
}

h4 {
	line-height:18px;
	padding-bottom: 24px;
}

.highlight {
	text-transform: uppercase;

}

.bigtext {
	font-size:22px;
	line-height:33px;
	color:#c1c1c1;
}

.lighter {
	font-weight:lighter;
}

.smaller {
	font-size: 10px;
	line-height:25px;
	vertical-align:top;
}
/*********************************************************/
/*******************   = h2 Graphic  *********************/
/*********************************************************/
		
h2 {
	height: 100px;
	width: 521px;
	text-indent:-9999px;
	display:block;
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-9999px;
}

h2.h2-home { background-image:url(../images/h2/bg-h2-home.png); }
h2.h2-anfahrt { background-image:url(../images/h2/bg-h2-anfahrt.png); }
h2.h2-kontakt { background-image:url(../images/h2/bg-h2-kontakt.png); }
h2.h2-impressum { background-image:url(../images/h2/bg-h2-impressum.png); }
h2.h2-danke { background-image:url(../images/h2/bg-h2-danke.png); }
h2.h2fehler404 { background-image:url(../images/h2/bg-h2-404.png); }

h2.h2-produkte { background-image:url(../images/h2/bg-h2-produkte.png); }
h2.h2-innenausbau { background-image:url(../images/h2/bg-h2-innenausbau.png); }
h2.h2-ladenbau { background-image:url(../images/h2/bg-h2-ladenbau.png); }
h2.h2-ausstattung { background-image:url(../images/h2/bg-h2-ausstattung.png); }
h2.h2-tischlerei { background-image:url(../images/h2/bg-h2-tischlerei.png); }
h2.h2-gallerie { background-image:url(../images/h3/h3-gallerie.jpg ); height:100px; margin-left:8px;}


/*********************************************************/
/*******************   = h3 Graphic  *********************/
/*********************************************************/
		
h3 {
	height: 20px;
	width: 200px;
	background-repeat:no-repeat;

	}

h3.kontakt {
	text-indent:-9999px;
	background-image:url(../images/h3-kontaktdaten.jpg);
}

h3.oeffnungszeiten {
	text-indent:-9999px;
	background-image:url(../images/h3-oeffnungszeiten.jpg);
}

h3.h3-fragen {
	text-indent:-9999px;
	background-image:url(../images/h3/h3-fragen.jpg);
	height: 56px;
	margin-top:44px;
}


/*********************************************************/
/********************   = a Graphic  *********************/
/*********************************************************/

.aWeitereProjekte {
	background-image:url(../images/a-weitere-projekte.jpg);
	width: 317px;
	height:19px;
	display:block;
	text-indent:-9999px;
}


/*********************************************************/
/*******************   = IMG Class   *********************/
/*********************************************************/

.pdf {
	text-align:right;
}

img.bordersBackground {
	padding: 5px;
	border:#c2c2c2 1px solid;
	background-color:#d5d5d5;
	margin-bottom: 20px;
}

img.bordersBackground:hover {
	border:#5c5c5c 1px solid;
}

img.borders {
	margin-right: 11px;
	margin-left: 0px;
	margin-bottom: 10px;
	border:#6c2640 1px solid;
	float:left;
}

.separator {
	position:relative;
	width: 100%;
	height: 30px;
	background: url(../images/bg-separator.jpg) center repeat-x;
	display:block;
	clear:both;
}


/*********************************************************/
/**********************   = Tables   *********************/
/*********************************************************/


td {
	vertical-align:top;
	padding-bottom:10px;
	padding-left:5px;
	padding-right: 5px;
	height:10px;
	font-size:11px;
}

td.gesamtbaukosten {
	text-align:right;
}

td.rightborder {
	border-right: #cecece 1px solid;
}

/*********************************************************/
/*******************   = container  **********************/
/*********************************************************/

div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width : 988px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

/*********************************************************/
/*********************   = header  ***********************/
/*********************************************************/


div#header {
	width:100%;
	height: 518px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#telefon {
	width:263px;
	height: 136px;
	position: absolute;
	background-image:url(../images/telefon.png);
	left: 748px;
	top: 405px;
}
/*********************************************************/
/********************   = navigation  ********************/
/*********************************************************/        


div#navigation {
	position:absolute;
	top:249px;
	left:0px;
	width:268px;
	height: 57px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#navigation ul {
	list-style: none;
	display:block;
}

div#navigation ul li {
	margin: 0;
	float: left;
	text-indent: -9999px;
	outline: none;
}

div#navigation ul li.last {
	margin: 0;
}

div#navigation ul li a {
	display: block;
	width:268px;
}

div#navigation a {
	background-image: url(../images/bg-navigation.jpg);
	background-repeat:no-repeat;
}

div#navigation a.navigation_01 {
	height: 42px;
	background-position: 0 0;
}

div#navigation a.navigation_02 {
	height: 47px;
	background-position: 0 -42px;
}

div#navigation a.navigation_03 {
	height: 47px;
	background-position: 0 -89px;
}

div#navigation a.navigation_04 {
	height: 47px;
	background-position: 0 -136px;
}

div#navigation a.navigation_05 {
	height: 46px;
	background-position: 0 -183px;
}

div#navigation a.navigation_01:hover {
	background-position: -268px 0px;
}

div#navigation a.navigation_02:hover {
	background-position: -268px -42px;
}

div#navigation a.navigation_03:hover {
	background-position: -268px -89px;
}

div#navigation a.navigation_04:hover {
	background-position: -268px -136px;
}

div#navigation a.navigation_05:hover {
	background-position: -268px -183px;
}


/*********************************************************/
/*************   = navigationAdditional  *****************/
/*********************************************************/        


div#navigationAdditional {
	position:absolute;
	top:7px;
	left:737px;
	height: 32px;
	width:253px;
	float:left;

}

div#navigationAdditional ul {
	list-style: none;
}

div#navigationAdditional ul li {
	margin: 0;
	float: left;
	outline: none;
	text-indent: -9999px;
}

div#navigationAdditional ul li.last {
	margin: 0;
}

div#navigationAdditional ul li a {
	height: 32px;
	display: block;
}

div#navigationAdditional a {
	background-image: url(../images/bg-navigationAdditional.jpg);
	background-repeat:no-repeat;
}

div#navigationAdditional a.navigationAdditional_01 {
	width:83px;
	background-position: 0 0;
}

div#navigationAdditional a.navigationAdditional_02 {
	width:74px;
	background-position: -83px 0;
}

div#navigationAdditional a.navigationAdditional_03 {
	width:96px;
	background-position: -157px 0;
}

div#navigationAdditional a.navigationAdditional_01:hover {
	background-position:  0 -32px;
}

div#navigationAdditional a.navigationAdditional_02:hover {
	background-position: -83px -32px;
}

div#navigationAdditional a.navigationAdditional_03:hover {
	background-position: -157px -32px;
}

/*********************************************************/
/*******************   = branding  ***********************/
/*********************************************************/     			
			
			
h1.branding a {
	display: block;
	width: 291px;
	height: 129px;
	position: absolute;
	top: 44px;
	left: 0px;

}

/*********************************************************/
/****************   = contentContainer  ******************/
/*********************************************************/ 


div#contentContainer {
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url(../images/bg-contentContainerx.jpg);
	background-repeat:repeat-x;
	padding-top:50px;
	padding-bottom: 50px;
}

div#contentContainer a {
	color: #c2332f;
	text-decoration: underline;
}

div#contentContainer a:hover {
	text-decoration: none;
}

/*********************************************************/
/*******************   = contentMain  ********************/
/*********************************************************/ 
         
div#contentMain {
	width: 680px;
	float: right;
	margin-bottom: 30px;
	margin-top: 20px;
}

div#contentMain ul {
	list-style: none;
	margin: 0 0 15px 0;
	float:left;
	
}

div#contentMain ul li {
	background: url(../images/bg-li.gif) 0 0 no-repeat;
	margin: 0 0 0.6em 15px;
	padding: 0 0 0 20px;
}


div#contentMain h3 {
	background-image:url(../images/bg-h3.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
						
div#contentMain dl {
	margin: 0;
	width:460px;
	overflow:visible;
	padding-bottom:20px;
	clear:both;
}

div#contentMain dt {
	float:left;
	width:150px;
	font-weight:bold;

}

div#contentMain dd {
	float:left;
	width:280px;
}

div#contentMain dl dd {
	margin-bottom: 15px;
}


div#contentMain .columnleft {
	float:left;
	width:300px;
	padding-right:20px;
	padding-left:8px;

}

div#contentMain .columnright {
	float:left;
	width:300px;
}

.pad {
	padding-left:8px;
}

/*********************************************************/
/*****************   = contentSidebar  *******************/
/*********************************************************/ 
         
div#contentSidebar {
	position:relative;
	float: left;
	width: 250px;
	margin-top: 20px;
}

div#contentSidebar ul li {
	background: url(../images/bg-li.gif) 0 0 no-repeat;
	margin: 0 0 0.6em 15px;
	padding: 0 0 0 20px;
}

div#contentSidebar ul {
	list-style: none;
	margin: 0 0 15px 0;
	float:left;
	
}

div#contentSidebar img {
	float:left;
	margin-right: 7px;
	margin-bottom: 10px;
}

div#contentSidebar dl {
	width:317px;
	padding-bottom:20px;
	height:75px;
}

div#contentSidebar dt {
	float:left;
	width:180px;
}

div#contentSidebar dd {
	float:left;
	width:137px;
}

div#contentSidebar dl dd {
	margin-bottom: 0px;
}

/*********************************************************/
/****************   = contentContainer  ******************/
/*********************************************************/ 

div#footer {
	background-position:top center;
	background-repeat:no-repeat;
	height: 41px;
	background-image:url(../images/bg-footer.jpg);
	background-repeat:repeat-x;
	background-position: top center;
}

div#push {
	height: 41px;
}


/*********************************************************/
/*******************   = slideShow  **********************/
/*********************************************************/ 


#slideshow {
	position:absolute;
	width:706px;
	height:304px;
	background:url(../images/bg-slideshow.jpg) 0 0 no-repeat;
	float:left;
	left: 282px;
	top: 205px;

}


/*********************************************************/
/************************ Euro-CMS ***********************/
/*********************************************************/


#ewcms_edit_controller {
	position:absolute;
	padding: 10px;
	top:15px;
	left: 15px;
	background-color:#FF0000;
	z-index: 100;
	width: 150px;
	height: 30px;
}


/********************** Finito :-) ************************/

