@charset "UTF-8";

body {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
    text-align: left;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 1200px;
    height: 1500px;
}
#header {
    width: 1000px;
    height: 281px;
    margin-left: 100px;
}
#content {
    width: 1000px;
    margin-top: 0px;
    margin-right: 100px;
    margin-bottom: 0px;
    margin-left: 100px;
    color: #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 10pt;
    height: 1100px;
}
#footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	color: #333;
	height: 20px;
	width: 1000px;
	margin-top: 10px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
	text-align: center;
	font-size: 14px;
}
#nav {
    width: 250px;
    height: 400px;
    color: #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-style: normal;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 14pt;
    text-align: left;
    float: left;
    margin-top: 30px;
}
#nav ul li {
    list-style-type: none;
    display: block;
    height: 50px;
    padding-top: 10px;
    color: #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-style: normal;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 16px;
    background-color: #C9CCD3;
    width: 180px;
    margin-bottom: 20px;
    padding-left: 20px;
}
#nav ul {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}
ul li a {
    font-size: 14pt;
}
#nav ul a:hover {
    color: #CC0000;
}
.h2   {
    color: #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 14pt;
}
#text {
    width: 720px;
    height: 750px;
    margin-top: 30px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    color: #000000;
    font-style: normal;
    font-variant: normal;
    font-size: 9pt;
    text-align: left;
    float: right;
}
.titel h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 36px;
    font-weight: bold;
    font-variant: small-caps;
    text-transform: capitalize;
    color: #c00;
    text-decoration: none;
}
.Stil3 {font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
}
.email {
    color: #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14pt;
}
.footertext {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:link {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
