/*
Theme Name: WordPress Default
Theme URI: http://dbwa.de/
Description: Theme B&auml;ckerei Overmeyer
Version: 1.6
Author: Lars Peters
Author URI: http://dbwa.de/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: DBWA

	Overmeyer v1.5
	 http://dbwa.de

	This theme was designed and built by Lars Peters,
	whose blog you will find at http://lape-online.de/

	

*/
@import url(css/text.css);
@import url(css/content.css);
@import url(css/menue.css);


/*-------------------------- main -----------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
img {
	border: none;
}
.clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}

body {
	background: url(images/bg-body.jpg) 0px 0px repeat-x #FEDBB5;
		
}
div#containerMain {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 961px;
	margin: 0px auto -131px auto;
	line-height: 22px;
	background-color:#FFFFFF;	
}
	
	#push {
		height: 131px;
		
	}
/*-------------------------- main -----------------------------------------*/



.clear  {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	}

/*-------------------------- header row1 -----------------------------------------*/
div#header1 {
	width: 961px;
	height: 85px;
	background: url(images/bg-header1.gif) 0 0 no-repeat;
	}
div#header1 a.index {
display: block;
text-indent: -5000px;
width: 350px;
height: 85px;
float: left;
}
/*-------------------------- header row2 -----------------------------------------*/
	div#header2 {
	width: 961px;
	height: 295px;
	background: url(images/bg-header2.jpg) 0 0 no-repeat;
	}
		div#header2 div.spacer{
	padding-left: 780px;
	padding-top: 130px;
	}
	
	div#header2 div.spacer a{ 
	width:170px;
	height: 160px;
	display: block;
	text-indent: -5000px;
	}
	
/*-------------------------- header row2 -----------------------------------------*/
div#navi {
	width: 961px;
	height: 49px;
	background: url(images/bg-header3.jpg) 0 0 no-repeat;
	}



div#contentContainer {
	width: 961px;
	background: url(images/bg-content.jpg) 0 0 no-repeat;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #646464;
	font-size: 12px;
	}
	
	
div#content {
	padding-bottom: 40px;
	
	}	
	
div#content table.teilung td {
	vertical-align: top;
	text-align: left;
	}

div#content td.left {
	width: 650px;
	}
div#content td.left div.inner{
	padding-left: 46px;
	padding-top: 33px;
	padding-right: 50px;
	}	

div#content td.right {

}

div#content td.right div.inner{
	padding-top: 20px;
	}	

div#content td.right div.inner div.oeffnungszeiten{
	
	background: url(images/oeffnungszeiten.gif) 0px 0px no-repeat #FFF8E6;
	width: 306px;
	}	
div#content td.right div.inner div.oeffnungszeiten div.oeffnung-inner{
	padding-top: 20px;
	}	
* html div#content td.right div.inner div.oeffnungszeiten div.oeffnung-inner{
	padding-top: 37px;
	}
	
	div#content td.right div.inner div.angebote{
	
	background: url(images/angebot.jpg) 0px 0px no-repeat #FFF8E6;
	width: 306px;
	height: 248px;
	line-height: 17px;
	}
	div#content td.right div.inner div.oeffnungszeiten div.angebote-inner{
	padding-top: 70px;
	padding-left: 30px;
	padding-right: 30px;
	}	
	
	div#content td.right div.inner div.oeffnungszeiten div.angebote-inner h3{
	width: 200px;
	text-transform: uppercase;
	}
	
	div.angebote-inner a img {
	border: 1px solid #878b7d;
	padding: 4px;
	background: #fff;
	}	
	
			
	
/*-------------------------- Bottom -----------------------------------------*/
div#footer {
	height: 133px;
	font-size: 12px;
	color: #E0BA9B;
	line-height: 17px;
	font-family:Arial, Helvetica, sans-serif;
}
div#footer a{
	color: #E0BA9B;
	text-decoration:none;
}
div#footer a:hover{
	color: #fff;
}

div#footer div#footerInner{
	width: 961px;
	height: 133px;
		margin: 0px auto;
		background: url(images/bg-footer.gif) 0px 0px no-repeat;
}

div#footer div#footerInner div{
		float: left;
		padding-top: 54px;
	}

div#footer div#address {
	padding-left: 342px;
	padding-right: 54px;
	}


