* {
	margin: 0;
	padding: 0;
}
html {
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12pt;
}
html, body { height: 100%; }
body { background: #fff url(../img/background.jpg) no-repeat left top; height: 100%; margin:0; padding:0; overflow:hidden; }
.logo {
	position: absolute;	
	left: 610px;
	top: 49px;
	width: 168px;
	height: 155px;
	background: url(../img/logo.gif) no-repeat;
}
.imagebar {
	position: absolute;	
	left: 100px;
	top: 0px;
	width: 577x;
	height: 100px;
}

.imagebar2 {
	position: absolute;	
	left: 748px;
	top: 0px;
	width: 577x;
	height: 98px;
}
#nav {
	background: url(../img/nav_wrap.gif) repeat-x;
	height: 31px;
	width: 620px;
	margin: 98px 0 24px 0;
}
#nav ul, #sub_nav ul {
	float: left;
	background: #BD1A8D;
	margin: 9px 0 0 0;
	line-height: 0.8em;
}
#nav ul li, #sub_nav ul li {
	display: inline;
	font-size: 0.7em;
	font-weight: bold;
	background: #BD1A8D;
}
#nav ul li a, #sub_nav ul li a {
	text-decoration: none;
	color: white;
	padding: 0px 5px;
}
#nav ul li a:hover, #sub_nav ul li a:hover {
	text-decoration: underline;
}
#sub_nav {
	position: absolute;
	left: 780px;
	top: 0;
	background: url(../img/sub_nav_background.gif) no-repeat;
	height: 31px;
	width: 222px;
	margin: 98px 0 0 0;
	padding: 0 0 0 4px;
}
#signatur {
	width: 375px;
	height: 31px;
	background: url(../img/signatur.gif) no-repeat;
	margin: 15px 0 0 41px;	
}
#content {
	width: 800px;
	height: 500px;
	margin: 24px 0 0 120px;
	padding: 0 96px 0 0;
	overflow: auto;
}
#content h1 {
	color: black;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 30px;
}
#content h2 {
	color: #BD1A8D;
	font-size: 0.9em;
	margin: 24px 0 0 0;
}
#content p {
	font-size: 0.8em;
	margin: 0 0 10px 0;
	line-height: 1.4em;
}
#content b {
	color: #009384;
	font-weight: bold;
	font-size: 1.3em;
}
#content .image {
	float: right;
	margin: 0 0 20px 10px;
	font-size: 0.6em;
}
#content ul {
	list-style: bullet outside;
	margin: 0 0 10px 30px;
	line-height: 1.5em;
}
#content ul li {
	color: #009384;
	font-size: 0.8em;
	margin-top: -5px;
}
#content ul li b {
	color: black;
	font-weight: bold;
}
#content ul li i {
	color: black;
}

#content a {
	color: #009384;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #000000;
}

#content table td.fl {
	background-color:#FFFFFF;
	font-size:0.7em;
	font-weight:bold;
	color:#009384;
	width:130px;
	text-align:top;
	padding-left: 5px;
}

#content input {
	border:1px solid #BD1A8D;
	width:220px;
	background-color: #FFFFFF;
	font-size: 9pt;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 2px;
}
#content textarea {
	border:1px solid #BD1A8D;
	width:220px;
	font-size: 9pt;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 2px;
	font-family: Arial, Tahoma, Sans-Serif;
}

