body {
  color: black; 
	background-color: white;
  font-size: 100.01%;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0; 
	padding: 0;
 	text-align: center;
}


div.all {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	position:relative;
	width:955px;
height:auto;
}

div.layer-logo {
	width:955px;
	height:114px;
}

div.layer-menu {
	top:114px;
	width:955px;
	height:29px;
	background:#000000 url(images/layer_menu.gif) no-repeat scroll 0 0;
}

div.layer-menu2 {
	top:114px;
	width:250px;
	height:400px;
	background:#DDD;
}

div.layer-jump {
	width:955px;
}

div.layer-content {
margin-left:250px;
	width:600px;
line-height: 18px;
font-size:13px;
margin-top:20px;
padding-left:20px;
padding-bottom:20px;
border-left:1px dotted #aaa;
}

h1 {
color:#36a;
line-height: 25px;
font-size:20px;
}

ul#Navigation {
margin:0 0 0 425px;
padding:4px;
    text-align: center;
    font-weight:bold;
  }
  
ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 3px; padding: 0;
    font-size:14px;
  }

ul#Navigation a {
    padding: 0 7px 0 7px;
    text-decoration: none;
    color:#ddd;
  }

ul#Navigation a:hover, ul#Navigation span {
    color: white;
  }

ul#Navigation2 {
float:left;
margin:0;
padding:20px 31px 0 48px;
font-size:14px;
width:150px;
font-weight:bold;
  }
  
ul#Navigation2 li {
    list-style: none;
	background:#DDD url(images/greybutton.gif) repeat-x 0 0;
    margin:0 0 5px;
border-bottom:2px solid #3366AA;
border-left:3px solid #3366AA;
  }
  
ul#Navigation2 a {
  display: block;
		padding:8px;
    text-decoration: none;
    color:#36a;
  }
  
ul#Navigation2 span {
    color:#000;
    }

ul#Navigation2 a:hover {
    color:#000;
    background: #EEE;    
  }  
  
div.footer {
border-top:1px dotted #aaa;
padding-top:10px;
color:#888;
text-align:left;
font-size:10px;
margin-top:20px;
}

.footer a {color:#444;text-decoration:none;}

.footer a:hover {color:#444;text-decoration:underline;}

.prod_table {
	background-color:#f8f8f8;
	border:1px solid #DDDDDD;
	font-family:arial;
	font-size:11px;
	padding:2px;
	width:580px;
	color: #369;
}
.prod_pic {width:67px;height:93px}

.prod_table tr {height:60px;border-bottom:1px solid #fff;}

.prod_table tbody {background-color:e4e4e4;}

.prod_title {
	background-color:#EEE;
	font-weight:bold;
	color:#069;
	padding-left:10px;
	}
	
.prod_text {
	background-color:#EEE;
	color:#444;
	padding-left:10px;
	padding-right:5px;
	}