a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12pt;
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: none;
}
a:active {
	color: #0000CC;
	text-decoration: none;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 12pt;
	font-weight:bold;
}

h4 {
	font-size: 10pt;
	font-weight:bold;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #ffff66;
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#content {
	position: relative;
	width: 1024px;
	left: 50%;
	top: 20px;
	height: 1400px;
	border: 1px solid #1f292f;
	margin-left: -512px;
}
#header {
	background-image: url(../images/header.png);
	position: relative;
	height: 231px;
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #c8c9cf;
}

#inhalt {
	position: relative;
	font-size: 10pt;
	width: 100%;
}
#menu {
	width: 224px;
	top: 233px;
	bottom: 0px;
	position: absolute;
	left: 791px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #615b5b;
	padding: 4px;
	font-size: 10pt;
	background-color: #615b5b;
	height: 1135px;
}

#menu a, #menu a:visited, #menu a:active {
	font-size: 10pt;
	text-transform: uppercase;
	color: #FBA402;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
}

#menu a:hover {
	font-size: 10pt;
	text-transform: uppercase;
	color: #1f292f;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
}

#navlist
{
	padding-left: 0;
	margin-left: 6px;
	margin-top: 2px;
	padding-right: 8px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #1f292f;
	padding-top: 0.3em;
	padding-right: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.25em;
}

#navlist > ul {
	margin-left: -20px;
}

#navlist > ul > ul {
	margin-left: -20px;	
}

#navlist > ul > li, #navlist > ul > ul > li {
	list-style-type: none;
	list-style-position: outside;
}

#text {
	position: relative;
	overflow: auto;
	font-size: 12pt;
	color: #1f292f;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-align: center;
	width: 789px;
	height: 1133px;
}

#text > h1 {
	background-color: #1F292F;
	color: #AEC31F;
	display: block;
	position: relative;
	top: -18px;
	left: 1px;
	right: 0px;
	text-align: center;
	z-index: 100;
	width: 789px;
}


#footer {
	position: relative;
	height: 14px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #1f292f;
	background-color: #c8c9cf;
	color: #7d910f;
	text-align: center;
	letter-spacing: 0.2em;
	word-spacing: 0.4em;
	font-size: 10px;
	text-transform: uppercase;
	padding: 4px;
	left: 0px;
	right: 0px;
}


