@charset "utf-8";

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FC0;
	margin-top: 50px;
}
	
#contentFrame{
	position:relative;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	border:solid 4px #999;
	background-color:#CCC;
	background-repeat:no-repeat;
}

#backgroundTop{
	position:absolute;
	background-repeat:no-repeat;
	height:300px;
	width:800px;
	top:0px;
}

#backgroundBottom{
	position:absolute;
	background-repeat:no-repeat;
	background-position:bottom;
	height:300px;
	width:800px;
	bottom:0px;
}

/* Menu links */
#contentMenu{
	position:absolute;
	width: 184px;
	height: 575px;
	left:10px;
	top:70px;
	border:solid 3px #999;
	background-color:#FFF;
	font-size:14px;
	text-align: center;
}

a {color:#00a; text-decoration: underline;}
#contentMenu a:link, #contentMenu a:active, #contentMenu a:visited {color:#000;}
#contentMenu a:hover, #contentMenu a:focus, #contentMenu a.current {color:#FC0;}


/* Text rechts */
#contentText{
	position:relative;
	left: 205px;
	margin-top:110px;
	margin-bottom:50px;
	width: 560px;
	min-height: 480px;
	padding: 0px 10px 11px;
	background-color:#FFF;
	border:solid 3px #999;
	text-align: justify;
}

/* Formatierungen bezüglich der Texte. */
.contentTitle {
	font-weight: bold;
	padding-top: 11px;
	font-size: 20px;
	color: #FC0;
}
