/*
	Hintergrundfarbe der Seite
*/
body {
background-color:#E9E9E9;
}

/*
	Link
*/
a:visited {
color: gray; text-decoration: none;
}
a:link {
color: gray; text-decoration: none;
}
a:hover {
color: green; text-decoration: none;
}

/*
	Textabschnitt
*/
p { font-family:Georgia,sans-serif;
    font-size:8pt;
    text-align:center;    
}

/*
	Menü
*/
#headermenue {
	font-family:Georgia,sans-serif;
	font-size:8pt;
	font-size: 80%;
	background-color:#FFFFFF;
	margin: 0 auto;
}
#headermenue ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#headermenue li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#headermenue li a, #headermenue li a:link {
	text-decoration: none;
	padding: 0 28px;
	color: gray;
}
#headermenue li a:visited {
	color: gray;
}

#headermenue li a:hover, #headermenue li a:focus, #headermenue li a:active {
	color: green;
}

/*
	Haupttitel
*/

#htitel {
	font-family:Georgia,sans-serif;
	font-size:30pt;
}

/*
	Untertitel
*/

#utitel {
	font-family:Georgia,sans-serif;
	font-size:10pt;
	font-color:gray;
	text-align:center;
}

/*
	Kontaktinformationen
*/
#kfont {
	font-family:Georgia,sans-serif;
	font-size:8pt;
}

/* Titel 1 */

#t1 { 
	font-family:Georgia,sans-serif;
	font-color:gray;
	font-size:15pt;
}

/* Scrollfeld mit farbiger Scrollbar */

#Layer1 {
	width:590px;
	height:207px;
	overflow:auto;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #D9D9D9;
	scrollbar-darkshadow-color: #D9D9D9;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
}

#hfront {
	font-family:Georgia,sans-serif;
	font-size:30pt;
	margin-top:40px;
}

#tcenter {
	font-family:Georgia,sans-serif;
	font-size:8pt;
	text-align:center;
}
