#Layer1MainMenu {
	position:absolute; 
	width:400px;
	left:30px;
	top:30px;
}
#Layer2SubMenu {
	position:absolute;
	width:180px;
	left:30px;
	top:130px;
}
#Layer3Content {
	position:absolute;
	width:480px;
	left:250px;
	top:130px;
}
#Layer4Katrin {	
	position:absolute;
	width:230px;
	left:500px;
	top:34px;
	
	text-align:right;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 13px;
	line-height: 17px;
}


.title {
	font-size: 16px;
	line-height: 21px;
}
.titleSelected {
	font-size: 16px;
	line-height: 21px;
	border-bottom: 1px solid #000;
}
.selected {
	border-bottom: 1px solid #000;
}


p {
	margin: 0px;
	padding: 0px;
}


a {
	color: #000;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #000;
}
a:active {
	color: #fff;
}