/* Textlinks formatieren */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #333366;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}



/* Überschriften formatieren */
h1 { 
	font-family: 	"Times New Roman", Times, serif;
	font-size:		12px;
	font-weight: 	bold;
	font-style: 	normal;
	color:			#FFFFFF;
	margin: 0px;
}

h2 { 
	font-family: 	"Times New Roman", Times, serif;
	font-size:		12px;
	font-weight: 	bold;
	font-style: 	oblique;
	color:			#FFFFFF;
	margin: 0px;
}

h3 { 
	font-family: 	"Times New Roman", Times, serif;
	font-size:		14px;
	font-weight: 	bold;
	font-style: 	normal;
	color:			#FFFFFF;
	margin: 0px;
}

h4 { 
	font-family: 	"Times New Roman", Times, serif;
	font-size:		14px;
	font-weight: 	bold;
	font-style: 	oblique;
	color:			#FFFFFF;
	margin: 0px;
}

h5 { 
	font-family: 	"Times New Roman", Times, serif;
	font-size:		16px;
	font-weight: 	bold;
	font-style: 	normal;
	color:			#FFFFFF;
	margin: 0px;
}


body {
	background-color: #FFFF99;
}


/* --------------------------------------------------------------*/

#container {
	position:relative;
	width:915px;
	height:auto;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
}
#top_backgnd {
	position:relative;
	width:870px;
	height:280px;
	margin: 0px;
	z-index:2;
}
#site_content {
	position:relative;
	width:850px;
	height:auto;
	z-index:2;
	background-image: url(images/content_bckgnd.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-right: 50px;
	margin: 0px;
	color: #FFFFFF;
}

#footer {
	position:relative;
	width:865px;
	height:23px;
	z-index:2;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-align:right;
	color:#CC0000;
	padding-right: 50px;
	margin: 0px;
}

#menu {
	position:absolute;
	left:10px;
	top:7px;
	width:850px;
	height:150px;
	z-index:3;
	overflow: hidden;
}

#menu_right {
	position:absolute;
	left:870px;
	top:0px;
	width:33px;
	height:230px;
	z-index:3;
	background-image: url(images/menu_right.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 3px;
	padding-right: 10px;
}

