body, td {
 font-family: garamond, georgia, serif;
 font-size: 0.72em;
 line-height: 1.8em;
 margin: 0px;
 margin-bottom: 30px;
 background: #fff;
	color: #7b685a;
/*  background: url(background_all_red.png); */
}
h1 {
 font-size: 3.2em;
 padding: 20;
 margin: 0;
text-align: left;
}

/* NAVIGATION */
.nav a {
	color: #b8b4b1;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	font-weight: bold;
}
.nav a:hover {
	color: #7b685a;
}
.layer-logo-home {
    position: absolute; 
    left: 490px; 
    top: 10px; 
    height: 361px; 
    width: 98px; 
    display:block; 
    cursor: pointer;
    border: 0px solid red;
	background: url(handmadeberlin_logo.jpg);
	background-repeat: no-repeat;
}
.layer-deutsch-active, .layer-english-active {
    position: absolute; 
    left: 250px; 
    top: 395px; 
    width: 580px; 
    display:block; 
    border-top: 1px solid #b8b4b1;
    display:none; 
    z-index: 2;
padding-top: 6px;
}
/* language select */
.layer-deutsch-bg, .layer-english-bg {
	font-size: 0.9em;
 	font-family: arial, helvetica, sans-serif;
	color: #999;
    	position: absolute; 
    	top: 5px; 
}
.layer-deutsch-bg {
   	 left: 730px; 
    	z-index: 1;
}
.layer-english-bg {
    	left: 780px; 
    	z-index: 1;
}
/* TEXTBOX */
.textbox {
    position: absolute; 
    left: 250px; 
    top: 430px; 
    width: 580px; 
    overflow: auto;
    padding: 0px;	
    border: 0px solid green;
    background: white;
text-align: center;
}
#padding {
	padding: 10px;
}