@charset "utf-8";

/* CSS Document */

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

   domain: husemeyer.de
   author: Nils Binder
    
	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	NavigationAdditional
		4.2	Branding
		
		
   5. ContentContainer
   	5.1 	contentMain
      5.2 	contentSidebar
		5.3	Navigation
		
	6. Footer
		6.1 Push // Sticky footer
    

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

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

html {
	background:#292929 url(../images/bg-html.jpg) center top no-repeat;
}

body {
	height:100%;
	min-height:600px;
	background:url(../images/bg-body.gif) center top repeat-x;
	color:#d0d0d0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	text-align:center;
}

a {
	color:#e56780;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}

#euroweb {
	margin:20px 0 0 0;
	}
#euroweb img {
	margin: 0 0 5px 0;
}

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


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

h1, h2, h3, h4 {
}

h2 {
	display:block;
	height:45px;
	margin:0 0 30px -45px;
	text-indent:-5000px;
	width:400px;
}

h3 {
	font-size:16px;
	font-weight:bold;
	margin:20px 0 5px 0;
	}
	
.no-space {
	margin-top:0px;
	}	
/*  h2 - navi  */
h2.h2-partyservice {
	background:url(../images/h2/partyservice.gif) left top no-repeat;
	}
h2.h2-menuevorschlaege {
	background:url(../images/h2/menuevorschlaege.gif) left top no-repeat;
	}
h2.h2-fingerfood {
	background:url(../images/h2/fingerfood.gif) left top no-repeat;
	}	
h2.h2-galerie {
	background:url(../images/h2/galerie.gif) left top no-repeat;
	}	
h2.h2-aktuelles {
	background:url(../images/h2/aktuelles.gif) left top no-repeat;
	}	

/*  h2 - navi-add  */
h2.h2-fleischerei-und-feinkost {
	background:url(../images/h2/fleischerei-und-feinkost.gif) left top no-repeat;
	}	
h2.h2-imbiss {
	background:url(../images/h2/imbiss.gif) left top no-repeat;
	}
h2.h2-referenzen {
	background:url(../images/h2/referenzen.gif) left top no-repeat;
	}		
h2.h2-gaestebuch {
	background:url(../images/h2/gaestebuch.gif) left top no-repeat;
	}
h2.h2-anfahrt {
	background:url(../images/h2/anfahrt.gif) left top no-repeat;
	}
h2.h2-kontakt {
	background:url(../images/h2/kontakt.gif) left top no-repeat;
	}
h2.h2-impressum {
	background:url(../images/h2/impressum.gif) left top no-repeat;
	}	
h2.h2-datenschutzhinweis {
	background:url(../images/h2/datenschutzhinweis.gif) left top no-repeat;
	}			

/*  h2 - sonstiges  */
h2.h2-fehler404 {
	background:url(../images/h2/fehler404.gif) left top no-repeat;
	}	
	
.float-left {
	float:left;
}
.float-right {
	float:right;
	}

.borderless {
	border:none!important;
	}
	
.text-indent {
	text-indent:-5000px;
	}
	
div.content-column {
	width:330px;
	float:left;
	display:inline;
	margin-right:20px;
	}
div.clear {
	clear:both;
	height:3px;
	}

.image {
	border:1px solid #a6a6a6;
	padding:3px;
	margin:0 0 10px 0;
	}
/*********************************************************/
/*******************   = container  **********************/
/*********************************************************/

div#container {
	width:750px;
	margin:0 auto;
	padding:20px 0 0 0;
	position:relative;
	text-align:left;
}

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

div#header {
	position:relative;
	margin:0 0 0 0;
	height:648px;
}

div#slideshow {
	position:absolute;
	top:118px;
	z-index:5;
	width:750px;
	height:498px;
	background:url(../images/slideshow/02.jpg);
	overflow:hidden;
	}
div#slideshow img {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
}	

blockquote.claim {
	position:absolute;
	width:545px;
	height:85px;
	right:1px;
	top:504px;
	display:block;
	z-index:200;
	}

/*********************************************************/
/********************   = navi  **************************/
/*********************************************************/        


ul#navi {
	list-style-type:none;
	position:absolute;
	top:118px;
	z-index:10;
}

ul#navi li {
	display:block;
	width:150px;
	height:96px;
	float:left;
	}


/*********************************************************/
/*************   = navi-add  *****************************/
/*********************************************************/        


ul#navi-add {
	position:absolute;
	top:616px;
	height:32px;
	background:url(../images/bg-navi-add.gif) top left repeat-x scroll;
	padding:0 0 0 25px;
}
ul#navi-add li {
	display:block;
	float:left;
	_display:inline;
	margin-right:24px;
	_margin-right:24px;
	
	}
.no-margin {
	margin:0!important;
	}



/*********************************************************/
/*******************   = branding  ***********************/
/*********************************************************/     			
			
			
h1.branding a {
	width:366px;
	height:118px;
	background:url(../images/husemeyer.gif) top left no-repeat scroll;
	display:block;
}

h1.branding-print {
	position:absolute;
	top:0;
	left:0;
	}


/*********************************************************/
/*******************   = content-main  *******************/
/*********************************************************/ 

div#content-main {
	background:#232323 url(../images/bg-content-main.gif) left bottom no-repeat scroll;
	padding:18px 0 110px 36px;
	}
 
div#content-main p {
	margin-bottom:10px;
	}  
div#content-main h3.small {
	font-size:12px;
	margin:0 0 3px 0;
	}


div.facebook{
	background:url(../images/facebook-button.png) no-repeat;
	padding:2px 0px 1px 30px;
	display:block;
	margin:-24px 12px 0 0;
	float:right;
	
}


/*********************************************************/
/****************   = footer  ****************************/
/*********************************************************/ 



div#footer {
	width:100%;
	height:150px;
	background:#141414;
	margin:20px 0 0 0;
}
div#footer-content {
	width:678px;
	margin:0 auto;
	color:#d0d0d0;
	padding:36px;
	_padding:18px;
	line-height:20px;
	position:relative;
	text-align:left;
	}
div#footer-content p {
	float:left;
	display:inline;
	}

div#footer-content div#sitemap {
	position:absolute;
	right:36px;
	}
div#footer-content ul {
	float:left;
	list-style-type:none;
	margin:0 0 0 40px;
	_margin:0 0 0 20px;
	}
/*********************************************************/
/************************ Euro-CMS ***********************/
/*********************************************************/


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


/********************** Embrace Your Past :-) ************************/

