@charset "utf-8";

/* Allgemine */

body {
	margin:0px;
	padding:0px;
	
	background-color:#FFFBF0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;	
	color:#000000;
	line-height:18px;
}

img {
	border:none 0px;	
}

p {
	margin:0px;
	padding:0px;
	padding-bottom:18px;	
}

a {
	color:#804040;
	text-decoration:none;		
}

a:hover {
	color:#000000;
	text-decoration:none;		
}


/* Rahmen */

#Frame {
	width:981px;
	margin:auto;
	
}

#Logo {
	margin-top: 40px;
	position:absolute;
	float:left;
}

/* Navigation mit Logo */

#Navigation {
	
	padding-top:40px;
	width:980px;
	clear:both;
	height:170px;

}



#Home {
	
	margin-top:44px;
	width: 278px;
	height: 18px;
	background-color: #E9E8CD;
	margin-right:2px;
	float:left;
}

#Navigation .Element {
	width:140px;
	height:62px;
	padding-top:34px;
	float:left;
	
} 

#Navigation .ElementSelected {
	width:139px;
	float:left;
	margin-top:14px;
	border-left:solid 1px #333333;
	line-height:0px;
}

/* Kategorie-Navigation  */

#CatNavigation {
	width:250px;
	float:left;
	min-height: 250px;
}

#CatNavigation ul {
	margin:0px;
	margin-left:5px;
	padding:0px;
}

#CatNavigation li {
	list-style:none;
}

#CatNavigation a {
	color:#666666;
	text-decoration:none;	
}

#CatNavigation a:hover {
	color:#000000;
	text-decoration:none;	
}

#CatNavigation .active {
	color:#804040;
	
}

#CatNavigation .active a {
	color:#804040;
	text-decoration:none;
}

#CatNavigation .active a:hover {
	color:#804040;
	text-decoration:none;
}

#CatNavigation select {
	width:215px;
	height:20px;
	color:#666666;	
}

/* Footer */

#Footer {
	width:980px;
	clear:both;
	height:5px;
	background-color:#E9E8CD;
	margin-bottom:30px;
}
