
body {
	color: #F2F1E9;
}
a:link, a:active, a:visited, a:hover{
	color: #F2F1E9;
}
a:hover{
	color: #684D50;
	text-decoration: none;
}

.wrapper{
	margin:0px;
	padding:0px;
}

#main{
	background-color: #4D393B;
	text-align: left;
	border: 1px solid white;
}
#nav{
	position: absolute;
	height: 17px;
	width: 695px;
	text-align: right;
	padding-top: 40px;
	z-index: 1002;
}
#navdeck{
	background-color: #4D393B;
	right: 0px;
}
#content{
	top: 146px;
}
#home{
	position: absolute;
	top: 346px;
	left: 869px;
	height: 204px;
	width: 64px;
	z-index: 30;
}
#footer{
	letter-spacing: 2px;
	top: 539px;
}
#bild1, #bild2{
	background-color: #664c4e;
	height: 381px;
}

#nav a:link, #nav a:active, #nav a:visited, #nav a:hover,
#subnav a:link, #subnav a:active, #subnav a:visited, #subnav a:hover{
	color: #F2F1E9;
	text-decoration: none;
	display: inline;
}
#nav a:hover, #subnav a:hover{
	color: #fff;
	text-decoration: underline;
}


	#dhtmlgoodies_menu .currentDepth1, #dhtmlgoodies_menu .currentDepth1over {
		background-image: url(../images/nav_trenn_start.gif);
	}
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		background-color:#4D393B;
		padding:3px;
		padding-left:7px;
		padding-right:7px;
		border-bottom:1px dashed black;
		border-top: none;
		width: 100px;
		text-align: left;	
		filter: alpha(opacity=90); -moz-opacity:0.9; opacity: 0.9; -khtml-opacity:0.9;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		background-color:#664c4e;
		padding:3px;
		padding-left:7px;
		padding-right:7px;
		border-bottom:1px dashed black;
		border-top: none;
		text-align: left;	
		width: 100px;
		filter: alpha(opacity=90); -moz-opacity:0.9; opacity: 0.9; -khtml-opacity:0.9;
	}	