body {
	font-family: Georgia, Times, serif;
	font-size: 11pt;
}

h2 {
	font-family: Verdana, Helvetica, Arial;
	font-size: 16pt;
	color: #662D91;
}

h3 {
	font-family: Verdana, Helvetica, Arial;
	font-size: 12pt;
	color: #662D91;
}

a:link {
	color: #662D91;
	text-decoration: none;
}

a:visited {
	color: #662D91;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 220px;
	background: url(./bilder/logo_web3.gif) no-repeat;
	z-index: 1;
}

#navigation {
	z-index: 3;
	position: absolute;
	top: 68px;
	/* top: 28px; */
	left: 200px;
	width: 600px;
	color: #662D91;
	background-color: transparent;
	/* font-weight: bold; */
	padding: 3px 10px 3px 10px;
	line-height: 40px;
	text-align: center;
}

#navigation a {
	background-color: #FFFBBF;
	margin: 0px;
	padding: 2px 4px 2px 4px;
	margin: 0px 2px 0px 2px;
	border: solid #662D91 2px;
}

#navigation a:hover {
	background-color: #FFF87F;
	margin: 0px;
	padding: 2px 4px 2px 4px;
	margin: 0px 2px 0px 2px;
	border: solid #662D91 2px;
	text-decoration: none;
}

#menu {
	z-index: 3;
	position: absolute;
	top: 250px;
	left: 10px;
	width: 150px;
	text-align: center;
	font-size: 11pt;
}

#menu .mainmenu {
	background-color: #FFFBBF;
	border: solid #662D91 2px;
}

#menu .mainmenu p {
	padding: 5px;
	margin: 0px;
}

#menu .submenu {
	font-size: 9pt;
}

#menu .submenu p {
	border-top: solid #662D91 1px;
}

#menu a {
	text-decoration: none;
	font-weight: normal;
}

#menu p:hover {
	background-color: #FFF87F;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

#content {
	position: absolute;
	z-index: 2;
	left: 180px;
	top: 200px;
	width: 600px;
}

#content .linebefore {
	border-top: #662D91 1px solid;
	padding-top: 20px;
}

#background {
	left: 0px;
	top: 0px;
	background: url(./bilder/background3.gif) repeat-y transparent;
	background-color: #FFF87F;
}

.bildRechts {
	float: right;
	background-color: #D9C584;
	padding: 5px;
	margin: 10px 3px 10px 15px;
}

.button {
	float: right;
	border: 1px solid #662D91;
	margin: 10px 3px 20px 15px;
}

.bild {
	background-color: #D9C584;
	padding: 5px;
}

.bildLinks {
	float: left;
	background-color: #D9C584;
	padding: 5px;
	margin: 10px 15px 10px 3px;
}

.nofloat {
	clear: both;
}

.transparentViolet td {
	background-color: #D9C584;
}

.transparentViolet .nobackground {
	background-color: transparent !important;
}

.violet {
	background-color: #D9C584 !important;
}

.small {
	font-size: 9pt;
	font-style: italic;
}

#footer {
	color: #666666;
	margin-top: 100px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}