body {
color: #000;
background:#fffaf0; 
padding: 0;
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
}
/*Kopfbild*/
#head {
	color: #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0;
	margin: 0;
	height: 140px;
	width: 800px;
	background-image: url(../img/fhsdummy2.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
/*Kaschterl oben*/
#head h1 {
	margin: 5px;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
	float: left;
	font-family: "verdana";
	color: #000000;
	background-color:#fffaf0;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	cursor: help;
		}

#head h1 a, #head h1 a:visited {
text-decoration: underline;
color: #000000;
}
#head h1 a:hover {
text-decoration: none;
color: #000;
}
/*horizontales Menue oben */
#menuoben {
height: 25px;
width: 790px;
background-color:#6495ed;
border-bottom: 1px solid #00008b;
border-right: 1px solid #00008b;
padding: 10px 10px 0 0;
text-align: right;
font-size: small;
}
#menuoben a {
color: white;
text-decoration: none;
}
#menuoben a:hover {
	color: white;
	text-decoration: underline;
	font-size: small;
}
#menuoben a:visited {
	color: #000000;
	text-decoration: none;
	font-size: small;
}
#menuoben a:active{
	color: white;
	text-decoration: underline;
	font-size: small;
	}
/* Contentbox */
#contentbox {
	margin: 0;
	padding: 0;
	width: 800px;
	border-right: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #ebf3e9;
	background-image: url(../img/wappen_farbig.gif);
	background-attachment: fixed;
	background-position: right top;
	background-repeat: no-repeat;
	font-size: small;
}
/* Menuebox links */
#boxlinks {
float:left;
width:180px;
margin: 0 0 50px 0;
padding: 30px 0 0 0;
}
#boxlinks ul{
margin: 0 0 50px 20px;
padding:0;
list-style:none;
width: 170px;
font-size: small;
}
#boxlinks li{
padding:0 0 2px 0;
margin:0;}

#boxlinks a, #boxlinks a:visited {
width:160px;
display: block;
color:#000000 ;
background:#6495ed;
border:1px solid #00008b;
padding:4px 0 4px 2px;
font-weight:normal;
text-decoration:none;
}
#boxlinks a:hover{
color: #fffaf0;
background: #00008b;
border:1px solid #6495ed;
text-align: center;
}
#boxlinks .aktiv {
color: #f15b40;
background: #bb2024;
border: 1px solid #8abed4;
text-align: right;
display: block;
width: 160px;
padding: 4px 0 4px 2px;
font-weight: bold;
margin: 0 0 2px 0;
}
/* Hauptcontent */
#content {
margin: 0 100px 0 210px;
padding: 35px 0 15px 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}
#content h2 {
margin: 0 0 10px 0;
padding: 2px 0 2px 5px;
font: bold small verdana, sans-serif;
border-left: 10px solid #6495ed;
border-bottom: 1px solid #6495ed;
}
#content h3 {
margin: 0 0 10px 0;
padding: 0 0 5px 5px;
font-weight: bold;
font-size: 14px;
border-left: 6px solid #6495ed;
border-bottom: 1px dotted #6495ed;
}

a, a:link, a:visited {
text-decoration: underline;
color: #000;
}
a:hover {
text-decoration: none;
color: #6495ed;
}

#footer {
color: #000;
height: 25px;
width: 800px;
background: #6495ed;
padding: 10px 0 0 0;
margin: 0;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
text-align: center;
font-size: small;
}