@import url("../../CSS/basis.css");

#ContentWrapper {
	background: url(medien.jpg);
}

#SubNav {
	position:relative;
	
	top:100px;
	left: 405px;
	
	width:405px;
	
	text-align:center;
	font-weight:bold;
}

#ContentFrameLi {
	float:left;
	
	padding: 120px 0 0 410px;

	width:210px;
	height:415px;
	
	overflow:hidden;
	
	font-size:100%;
	font-weight:bold;
	color:#000066;
}

#ContentFrameLi ul {
	padding: 0 0 10px 15px;
}

#ContentFrameLi h1 {
	color:white;
	font-size:110%;
}

#ContentFrameLi a {
	color:#8796f1;
}

#ContentFrameLi a:hover {
	color:#000066;
}

#ContentFrameRe {
	float:right;
	
	margin: 110px 130px 0 0;
	
	width:165px;
	height:440px;
	
	overflow:auto;
}

#ContentFrameRe h1 {
	text-align:center;
	
	color:#660000;
	font-size:70%;
	font-weight:bold;
	text-transform:lowercase;
}
