body{
	background:				url('bg.jpg') repeat-y;
	color:					#845B5B;
	background-color:		#FFF8DC;
}

#rahmen{
	width:					980px;
}

*html #rahmen{
	width:					1280px;
}

#content{
	width:					700px;
	float:					left;
}

*html #content{
	width:					1000px;
	float:					left;
}

#nav{
	width:					280px;;
	float:					left;
	color:					#FFF8DC;
	font-weight:			bold;
}

#nav ul{
	list-style-type:		none;
}

.head{
	margin-top:				20px;
}

#nav a:link, #nav a:visited, #nav a:active{
	color:					#FFF8DC;
	text-decoration:		none;
}
	
#nav a:hover{
	color:					#white;
	text-decoration:		none;
	background-color:		red;
}
	
#content a:link, #content a:visited, #content a:active{
	color:					#845B5B;
	text-decoration:		none;
}
	
#content a:hover{
	color:					#black;
	text-decoration:		none;
	background-color:		red;
}

#tab1 p{
	margin:				0px;
}
