@charset "utf-8";

/* CSS Document */

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

   domain: brandhausbackstube.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


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

#player {
			border: 5px solid #F8D943;
			margin: 0px 0px 0px 0px;
			width:315px;
			height:182px;
			
 }

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

input {
	border:#CCCCCC 1px solid;
}

html {
	height:100%;
}


body {
	font-size: 12px;
	line-height:18px;
	background-image: url(../images/bg-body.jpg);
	background-repeat:repeat;
	background-position: top center;
	font-family: "Trebuchet MS", Verdana, Arial;
}

p {
	line-height:18px;
	margin-botton: 18px;
}

#euroweb {
	width: 500px !important;
}

#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;
}

.highlight {
	text-transform: uppercase;

}

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

.lighter {
	font-weight:lighter;
}

.floatleft {
	float:left;
}
/*********************************************************/
/*******************   = h2 Graphic  *********************/
/*********************************************************/
		
h2 {
	position:absolute;
	top: 313px;
	left: 266px;
	height: 68px;
	width: 574px;
	background-repeat:no-repeat;
	text-indent:-9999px;
}



h2.h2-home { background-image:url(../images/h2/bg-h2-home.png); }
h2.h2-geschichte { background-image:url(../images/h2/bg-h2-geschichte.png); }
h2.h2-philosophie { background-image:url(../images/h2/bg-h2-philosophie.png); }
h2.h2-verkaufsstellen { background-image:url(../images/h2/bg-h2-verkaufsstellen.png); }
h2.h2-produkte { background-image:url(../images/h2/bg-h2-produkte.png); }
h2.h2-team { background-image:url(../images/h2/bg-h2-team.png); }
h2.h2-besonderer-service { background-image:url(../images/h2/bg-h2-besonderer-service.png); }

h2.h2-jobs { background-image:url(../images/h2/bg-h2-jobs.png); }
h2.h2-kontakt { background-image:url(../images/h2/bg-h2-kontakt.png); }
h2.h2-anfahrt { background-image:url(../images/h2/bg-h2-anfahrt.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); }


/*********************************************************/
/*******************   = h3 Graphic  *********************/
/*********************************************************/
		
h3 {
	height: 50px;
	width: 307px;
	background-repeat:no-repeat;

}


h3.h3-fragen { background-image:url(../images/h3-fragen.png); 	text-indent:-9999px;}
h3.h3-finden { background-image:url(../images/h3-finden.png); 	text-indent:-9999px;}


/*********************************************************/
/********************   = 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;
}

.bordersBackground {
	padding: 5px;
	margin-bottom: 15px;
	display:block;
	background-image:url(../images/bg-img.jpg);
}

#panorama_formatierung {
	padding: 5px;
	margin-bottom: 15px;
	display:block;
	background-image:url(../images/bg-img.jpg);
	background-repeat: no-repeat;
}

.bordersBackground:hover {
	background-image:url(../images/bg-img-hover.jpg);
}

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

.separator {
	position:relative;
	width: 100%;
	height: 30px;
	margin-bottom:10px;
	display:block;
	clear:both;
}

.separatort {
	position:relative;
	width: 100%;
	height: 30px;
	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 : 950px;
	padding-top: 35px;
	margin-right: auto;
	margin-left: auto;
}

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


div#header {
	width : 950px;
	height: 398px;
	background: url(../images/bg-header.jpg) 0 0 no-repeat;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


			
			
a.speisekarte {
	display: block;
	width: 174px;
	height: 173px;
	position: absolute;
	top: 122px;
	left: 454px;
	background-image:url(../images/bg-branding.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

/*********************************************************/
/********************   = navigation  ********************/
/*********************************************************/        

div#navigationContainer {
	position:relative;
	width:254px;
	height: 311px;
	display:block;
}

div#navigation {
	position:absolute;
	top:0px;
	left:0px;
	width:254px;
	height: 311px;
	display:block;
}

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:254px;
}

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

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

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

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

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

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

div#navigation a.navigation_06 {
	height: 41px;
	background-position: 0 -226px;
}

div#navigation a.navigation_07 {
	height: 44px;
	background-position: 0 -270px;
}

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

div#navigation a.navigation_02:hover {
	height: 44px;
	background-position: -254px -47px;
}

div#navigation a.navigation_03:hover {
	height: 44px;
	background-position: -254px -91px;
}

div#navigation a.navigation_04:hover {
	height: 41px;
	background-position: -254px -138px;
}

div#navigation a.navigation_05:hover {
	height: 41px;
	background-position: -254px -182px;
}

div#navigation a.navigation_06:hover {
	height: 41px;
	background-position: -254px -226px;
}

div#navigation a.navigation_07:hover {
	height: 44px;
	background-position: -254px -270px;
}


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


div#navigationAdditional {
	position:absolute;
	top:6px;
	left:679px;
	height: 21px;
	width:261px;
	float:left;
}

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

div#navigationAdditional ul li {
	margin: 0;
	float: left;
	outline: none;
	color:#ffe9bf;
}

div#navigationAdditional ul li.line {
	width:30px;
	display: block;
	text-align:center;
}

div#navigationAdditional ul li a {
	height: 28px;
	display: block;
	float: left;
}

div#navigationAdditional a {
	background-image: url(../images/bg-navigationAdditional.jpg);
	background-repeat:no-repeat;
	text-align:center;
	color:#ffe9bf;
	text-decoration:none;
}

div#navigationAdditional a.navigationAdditional_01 {
	width: 70px;
}

div#navigationAdditional a.navigationAdditional_02 {
	width: 70px;
}

div#navigationAdditional a.navigationAdditional_03 {
	width: 60px;
}

div#navigationAdditional a.navigationAdditional_04 {
	width: 90px;
}


div#navigationAdditional a.navigationAdditional_01:hover {
	text-decoration:underline;
}

div#navigationAdditional a.navigationAdditional_02:hover {
	text-decoration:underline;
}

div#navigationAdditional a.navigationAdditional_03:hover {
	text-decoration:underline;
}


div#navigationAdditional a.navigationAdditional_04:hover {
	text-decoration:underline;
}

/*********************************************************/
/*******************   = branding  ***********************/
/*********************************************************/     			
			
			
h1.branding a {
	display: block;
	width: 217px;
	height: 209px;
	position: absolute;
	top: 32px;
	left: 18px;
	background-image:url(../images/bg-branding.jpg);
	background-repeat:no-repeat;
}

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


div#contentContainer {
	position:relative;
	width : 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-repeat:repeat-x;
	background-image:url(../images/bc-content.jpg);
	background-position: top center;
}

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

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


/*********************************************************/
/*******************   = contentMain  ********************/
/*********************************************************/ 
         
div#contentMain {
	width: 670px;
	float: left;
	margin-bottom: 30px;
	margin-top: 42px;
	margin-left: 20px;
}

div#contentMain p{
	margin-bottom: 18px;
	padding-bottom:0;
}

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 10px 15px;
	padding: 0 0 0 30px;
}


			
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 {
	width:320px;
	overflow:visible;
	float:left;
	margin-right: 15px;
}

div#contentMain .columnright {
	width:320px;
	overflow:visible;
	float:left;
}
/*********************************************************/
/*****************   = contentSidebar  *******************/
/*********************************************************/ 
         
div#contentSidebar {
	position:relative;
	float: left;
	width:254px;
}


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;
}




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


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


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

