/* 
 * Theme Name:	cafe elel (Standard)
 * Theme URI: 	http://www.cafe-bistro-elel.de
 * Version: 	2.0  * Author: 	Maik Ritter // Lynx
 * Author URI:  http://www.free-mind.de
 * Copyright: 	Maik Ritter 2007
 */

html, body {
	margin: 0; 
	padding: 0;
	height: 100%; 
	min-height: 100%;
	background-color: #ffead7;
}

#container-page {
	position: relative;
	width: 785px; 
	min-height: 100%; 
	height: auto !important; 
	height: 100%;
	background: url('../design/repeat.jpg') 0px 0px;
	background-repeat: repeat-y;
	z-index: 88;
}

#header {
	width: 785px; 
	height: 198px;
	background: url('../design/header.jpg');
}

#container-foot {
	position: absolute;
  	width: 785px; 
  	height: 41px;
   	bottom: 0px !important; 
   	bottom: -1px;
	background: url('../design/footer.jpg');
   	z-index: 89;
}
#footer_content {
	padding-top: 20px;
	padding-left: 630px;
	z-index:88;
}

#inhalt {
padding-left: 30px;
width: 550px;
min-width: 550px;
max-width: 550px;
z-index: 97;
padding-bottom: 90px;
}

/* 
 *  Navigation
 */
 #navi_bg {
	position: absolute;
	top: 198px;
	left: 591px;
  	width: 194px; 
  	height: 150px;
   	bottom: 0px !important; 
   	bottom: -1px;
	background: url('../design/repeat_navi.jpg');
}
#navi_footer {
	position: absolute;
	top: 348px;
	left: 591px;
	width: 194px;
	height: 30px;
	background: url('../design/footer_navi.jpg');
	z-index:99;
}
#navi 		{position: absolute;top: 130px;left: 588px;}







