@charset "utf-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(gifs/bg.gif);
	background-position: right bottom;
	font-size: 1em;
	background-color: #f49e00;
}
#container {
	width: 800px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

a:link {
	color: #FFFFFF;
		text-decoration: none;
}
a:visited {
	color: #FFFFFF;
		text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
		text-decoration: none;
}

#menu {
	position: absolute;
	left: -4px;
	top: 200px;
	z-index: 1;
	height: 300px;
	width: 220px;

}


#header{
	position: absolute;
	left: 220px;
	top: 0px;
	z-index: 15;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-position: 0px 0px;
	height: 300px;
	width: 565px;
	margin: 0px;
	padding: 0px;
}
#header img {
	margin: 0px;
	padding: 0px;
}

#right {
	margin-left: 795px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
	padding: 4px;
}

#inhalt {
	position: absolute;
	z-index: 6;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	top: 300px;
	left: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: normal;
	width: 567px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 500px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #9a9177;
	margin-bottom: 0px;
	padding-left: 20px;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
}
h3 {
	color: #c5005a;
	font-size: 1.4em;
	padding-left: 20px;
}
h4 {
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #FFFFFF;
	width: 300px;
	margin-left: 20px;
}
.klein {
	font-size: 0.9em;
	margin: 0px;
	font-style: italic;
	padding-left: 20px;
}
ul {
	padding-left: 40px;
}

pre {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 53px;
	line-height: normal;
}
.text {
	padding-left: 20px;
}
#inhalt form {
	width: 400px;
	padding: 10px;
}
#right h3 { 
	color: #c5005a;
	font-size: 1.4em;
}
