* { margin: 0; padding: 0; }
#main { padding: 1em; }
li { list-style-type: none; }

.basic{
	margin: 15px 0px;
	width: 620px;
	border: 1px solid #FBEEDD;
}
.basic div {
	background-color: #8E4A27;
}

.basic a {
	cursor:pointer;
	display:block;
	padding: 3px;
	_padding:1px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #8E4A00;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: 			#F3D7AD url('../mm/arrowProdukte.png') no-repeat 560px -16px;
	_background-image:none;
	
}
.basic a:hover {
	color:			#8E4A00;
	background: 			#FFFDEE url('../mm/arrowProdukte.png') no-repeat 560px 3px;
	border-bottom: 1px solid #F3D7AD;
	border-top: 1px solid #F3D7AD;
	_background-image:none;
}
.basic a.selected {
	color:			#8E4A00;
	background: 			#FFDD84 url('../mm/arrowProdukte.png') no-repeat 560px 3px;	
	_background-image:none;
}


/* CLEARFIX */

.clearfix:after {
	content: 				".";
	display: 				block;
	clear: 					both;
	visibility: 			hidden;
	line-height: 			0;
	height: 				0;
}
 
.clearfix {
	display: 				inline-block;
}
 
html[xmlns] .clearfix {
	display: 				block;
}
 
* html .clearfix {
	height: 				1%;
}

h1{
	text-align:justify
	color: 					#8D4B00;
	font-size:				18px;
	padding:				2px 0px;
}

h2{
	color:					#DB9518;
	font-size:				14px;
	padding-bottom:			5px;
}

@media print {

	*{
		display:			none;	
	}
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}
