.font {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000066
}

.fontklein {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #666666
}

.ueberschrift {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #907254
}

.untertitel {
		 font-family: Arial, Helvetica, sans-serif;
	     font-size: 12px;
    	 font-weight: bold;
		 color: #666666
}

.fontfunktion {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #666666
}

.fontfunktionweiss {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF
}

.fontaktiv {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFEECA
}

.fontkleinaktiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight: bold
}
.fontkleinaktivSpecial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}


a {
	text-decoration: none
}

a.nav:link  {
        color : #000066;
		font-weight:bold;
}

a.nav:activ {
        color : #FF3300;
        text-decoration :none;
}

a.nav:visited {
        color : #000066;
		font-weight:bold;
}

a.nav:hover {
        color : #ffeeca;
        font-style:italic;
		font-weight:bold;
        background-color: #000066;
}

.fontklein1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; color: #333333;
}
#font_unplugged {
	font-family: "Comic Sans MS", cursive;
	font-size: x-small;
	font-style: italic;
	color: #006;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	vertical-align: bottom;
}
#font_unplugged_centered {
	font-family: "Comic Sans MS", cursive;
	font-size: x-small;
	font-style: italic;
	color: #006;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -5px;
	left: 75px;
}

#Content
{
	width: 760px ;
	margin-left: auto ;
	margin-right: auto ;
}

