﻿body {
	background-color: white;
	background-image: url('images/sitebg.jpg');
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
}

/* ----------container zentriert das layout-------------- */
#container {
	
	width: 945px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	background-image:url('images/sheet_bg.jpg');
	background-repeat: repeat-y;
	
} 

/* ----------banner for logo-------------- */
#banner {
padding: 0px;
margin: 0px; }

#banner img {padding:0px 0px;} 


/* ----------breadcrumb-------------- */
#breadcrumb {
	padding: 5px 20px 5px 20px;
	margin: 0px;
}

/* ----------outer und inner----------------- */

#outer{ 
border-left: solid 200px transparent; /* linke Menue Spalten Farbe  */ 
border-right: solid 180px transparent; /* rechte Menue Spalten Farbe  */ 
background-color: none; /* Farbe fuer Inhalt Spalten  */
padding-top:20px;
} 

#inner{margin:0; width:100%; }

/* --------------left und right navigavtion------------- */
#left {
	
	width: 180px;
	float: left;
	position: relative;
	margin-left: -180px;
	margin-right: 1px;
}

 #right {
 width:180px; 
 float:right; 
 position:relative; 
 margin-right:-180px; 
 margin-left:1px;
 }
 
 /* --------------left navigavtion menu ------------- */

 
#left ul.menu {
	list-style:none;
	margin:10px 0 10px 0px;
	padding:0;		
}
#left ul.menu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
	list-style: none;
}
#left ul.menu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 5px;
	background: #E6E6E6;
	border-left:4px solid #EFB347;	
	
	min-height:18px;
	

}

#left ul.menu a:hover {
	display: block;
	font-weight: bold;
	color: #4A291C;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	background: #EFB347;
	border-left: 4px solid #4A291C;
	min-height: 18px;
}





/* -----------------Inhalt--------------------- */ 
#content{
	padding: 0px 20px 10px 20px;
	position: relative;
	margin: 0px;
}


/*  ----------------footer---------------------- */ 
#sheetfooter {
	clear: left;
	padding: 0px;
	margin: 0px;
	text-align: right;
	background-image: url('images/footerbg.jpg');
	height:51px;
} 


.footer{
	margin: 25px 25px 0px 25px;
	text-align: center;
	background-color: #EFB347;
	padding: 4px;
	color: gray;
}	

