/* CSS Document */

body {
	background: #FFFFFF url('../images/layout/bg.gif') top;
}
html, body {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	color: #535353;
	margin: 0px;
	padding: 0px;
}
p{
	margin-bottom: 5px;
	margin-top: 0px;
}
#main {
	background-color: #f6f0e4;
	background-image:url('../images/layout/schatten_bg.jpg');
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 920px;
	border: 1px;
}

#header {
	background-color: #a6f0e4;
	background-image:url('../images/layout/header.jpg');
	background-repeat: no-repeat;
	width: 900px;
	margin-left: 10px;
	height: 150px;
}

  ul#Navigation {   	
    background-image:url('../images/layout/menu_text_bg.gif'); 
 		background-repeat: repeat-x;
 		height: 30px;
   	float: right;
    margin: 0px; padding: 0px;
    top: 120px;
    padding-top:7px;
    position:relative;   
    text-align: right;
    left: -2px
   }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0px; padding: 0px;
   	white-space: nowrap;
  	font-size: 12px;

  }

  ul#Navigation a {
    background-image: url('../images/layout/menu_text_bg.gif'); 
    padding: 0em 5px;
    text-decoration: none;
   	font-style: normal;
  	font-weight: normal;
  	font-size:0.8em
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: black; background-color: #ccc;
  }
  * html ul#Navigation a {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
  
.menu-sep{
  background-color: black;
  background-image: url('../images/layout/menu_seperator.gif'); 
	height: 30px;
	width: 2px;
	display: block;
	float: left;
	position: absolute;
	top: 0px;
}

.menu-sep-start{
  background-color: black;
  background-image: url('../images/layout/menu_seperator.gif'); 
	height: 30px;
	width: 2px;
	display: block;
	float: left;
	position: absolute;
	top: 0px;
	left: -2px;
}
.menu-sep-end{
  background-color: green;
  background-image: url('../images/layout/menu_seperator.gif'); 
	height: 30px;
	width: 2px;
	display: block;
	float: right;
	position: absolute;
	top: 0px;
	
}
#pfad {
	background-color: #f6f0e4;
/*	background-image: url('../images/lock.jpg'); */ 
  background-repeat:no-repeat;
  background-position:right;
	color: #a5a5a5;
	margin-left: 10px;
	margin-top: 0px;
	text-indent:10px;
	font-size:10px;
	width: 900px;
	height: 18px;
}

#contentall {
	background-color: #f6f0e4;
	border-bottom-style:solid; 
	border-bottom-color:#a5a5a5; 
  border-bottom:1px;
	border-top-style:solid; 
	border-top-color:#a5a5a5; 
  border-top:1px;  	
	margin-left: 10px;
	text-indent:10px;
	width: 900px;
/*  background-image: url('../images/trauben.jpg');
  background-repeat:no-repeat;
  background-position:0px bottom; */

}

#menu {
	float: left;
	background-color: #f6f0e4;
	width: 150px;

}
#menu ul {
	display: inline;
	list-style-type: none;
  margin: 0px;
	padding: 0px;
}
#menu li {
	list-style-type: none;
	padding-top: 10px;
  margin: 0px;
	padding: 5px;
	margin-bottom: 0px;
	border-bottom: 0px solid #D4D4D4;
}

#menu a:link { text-decoration:none; color:#3300FF; }
#menu a:visited { text-decoration:none; color:#535353; }
#menu a:hover { text-decoration:none; color:#e00000; }
#menu a:active { text-decoration:none;}
#menu a:focus { text-decoration:none;}




#menu li a:link  {
	text-decoration:none;
}


#content {
	background-color: #f6f0e4;
	border-left-style:solid; 
	border-left-color:#a5a5a5; 
  border-left:1px;  		
	margin-left:150px;
	padding-left: 5px;
}

#footer {
	background-color: #f6f0e4;
	background-image:url(../images/layout/schatten_footer.jpg);
  background-repeat: no-repeat;
	margin-left: 0px;
	text-indent:20px;
	width: 920px;
	height: 32px;
	color: #a5a5a5;
	font-size:10px;
	/*bottom: -32px;*/	
	line-height: 20px;
}
h1 {
	margin: 0 2 8 0;
	padding: 0px;
	font-size: 14px;	
	font-weight: bold;
	}
