﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #EEEEEE;
	background-image:url(../images/stripe.png);
	background-repeat: repeat;
}
img {
	border: none;
}
#container {
	padding: 0;
	overflow: auto;
	width: 1070px;
	border-width: 0 1px 0 1px;
	border-color: #FFFFFF;
	border-style: solid;
	margin: 0 auto;
	background-color: #000000;
}
#masthead {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: auto;
	text-align: right;
	width: 1070px;
	padding: 0;
	background-color: #000000;
}
#masthead img {
	float: left;
}
#navigation {
	width: auto;
	margin: 0;
	padding: 0;
	clear: both;
	border-width: 6px 0 1px 0;
	border-top-color: #FFFFFF;
	border-bottom-color: #000000;
	border-style: solid;
	background-color: #CCCCCC;
	overflow: hidden;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 13%;
	text-align: center;
	border-width: 0 1px 0 1px;
	border-right-color: #000000;
	border-left-color: #FFFFFF;
	border-style: solid;
}
#navigation a {
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
	margin: 0;
	padding: 5px;
	display: block;
	font-weight:bold;
}
#navigation a:hover {
	background-color: #00FF00;
	color: #000000;
}
#page_content {
	position: relative;
	width: 1070px;
	height: auto;
	background-color: #000000;
}
#links {
	z-index:2;
	position: relative;
	float: left;
	width: 215px;
	margin: 0 -215px 0 0;
	padding: 20px 0 0 0;
	text-align:center;
}
.prop {
  	height: 685px;
  	float: right;
  	width: 1px;
}
#inhalt {
	z-index:1;
	position: relative;
	float: left;
	background-color: #000000;
	width: 620px;
	margin: 0 0 0 0;
	padding: 20px 10px 0 10px;
	text-align: center;
	overflow: auto;
	border-width: 0 215px 0 215px;
	border-right-color: #333333;
	border-left-color: #333333;
	border-style: solid;
}
.clear {
  	clear:both;
  	height:1px;
  	overflow:hidden;
}
#rechts {
	z-index:2;
	position: relative;
	float: right;
	width: 215px;
	margin: 0 0 0 -215px;
	text-align:center;
	padding: 20px 0 0 0;
}
#footer {
	width: auto;
	clear: both;
	overflow: auto;
	text-align: center;
	background-color: #000000;
	overflow: hidden;
	border-width: 0 0 0 0;
	border-top-color: #CCCCCC;
	border-style: solid;
}

/* Styles for Content */
h1 {
	color: #965;
	font-size: 2.0em;
}
h2 {
	color: #965;
	font-size: 1.75em;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}

/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
