body {
	margin: 0;
	padding: 0;
	background-color:#CAC3B3;

}

/* => Layout*/
img {border:0;}

#maintable {
	padding:0; 
	margin:0;
	
	position : relative;
	width : 780px;
	vertical-align : top;	
	align:center;
	}



#logo {
	height:68px;
	width:100%;
	padding:7px 0 0 20px;
}




/* Navigation Top */

td.topNav {height:68px;background-color:#FBF2CC;}

a.topNav:link{font-size:13px;color:#000000;text-decoration:none;}
a.topNav:visited{font-size:13px;color:#000000;text-decoration:none;}
a.topNav:hover{font-size:13px;color:#000000;text-decoration:underline;}
a.topNav:active{font-size:13px;color:#000000;text-decoration:underline;}



a.topNavAct:link{font-size:13px;color:#CB4600;text-decoration:none;font-weight:bold;}
a.topNavAct:visited{font-size:13px;color:#CB4600;text-decoration:none;font-weight:bold;}
a.topNavAct:hover{font-size:13px;color:#CB4600;text-decoration:underline;font-weight:bold;}
a.topNavAct:active{font-size:13px;color:#CB4600;text-decoration:none;font-weight:bold;}





#content {
	height:473px;
}







.arrow_left {margin-left:50px;margin-top:30px;position:absolute;}
.arrow_right {margin-left:100px;margin-top:30px;position:absolute;}





/* => Typo*/

body, table, td, th, tr, {	
	font-family:  Times;
	font-size:13px;
	color: #000000; 
	font-size: 13px; 
	line-height: 130%; 
	}

h1{font-size:18px;color:#CB4600;text-decoration:none;font-weight:bold;}	
h2{font-size:13px;color:#CB4600;font-weight:bold;margin:0px;}	
	
p{margin-top: 0px;margin-bottom: 0px;}	
hr{margin-top: 10px; margin-bottom: 10px; border-style : solid none none none; border-width: 1px; color: #CB4600;}




.Spalte1 {padding-left:10px;padding-right:10px;}
.Spalte2 {padding-left:10px;padding-right:10px;}
.Spalte3 {padding-left:10px;padding-right:10px;}

.produktbild {border:1px solid #B09185;}






a:link, a:visited {
	color: #CB4600;
	text-decoration:			underline;
	font-weight:				normal;
}
a:hover, a:CB4600 {
    color: #7B5727;
	text-decoration: 			none;
}
a.sitemap:link, a.sitemap:visited {
	color: #CB4600;
	text-decoration:			none;
	font-weight:				normal;
}
a.sitemap:hover, a.sitemap:active {
    color: #CB4600;
	text-decoration: 			none;
}






/* => Formular */
.form_label {text-align:right;vertical-align:top;}
.form_label_info {text-align:left;vertical-align:top;color:#D1000D;}
.textfeld, .textarea, .senden {
	background-color: #fff;
	border: 1px solid #B09185;
	padding-left: 2px;
	margin-bottom: 5px;
	width:217px;
}
.textarea { width:217px;height:200px;}
.senden{width:120px;}
.senden:hover {color:#D1000D;cursor:pointer}





/* => Sitemap */
div#sitemap LI {
   padding: 0 0 0 24px;
   margin: 0;
   list-style-type: none;
   }
div#sitemap LI {
   background: url(../img/extm.gif)
               no-repeat
               0% 0%;
   }
div#sitemap LI.last {
   background: url(../img/exlm.gif)
               no-repeat
               0% 0%;
   }
div#sitemap UL {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
   }
div#sitemap UL {
   background: url(../img/exim.gif)
               repeat-y
               0% 0%;
   }
div#sitemap UL.last {
   background-image: none;
   }
