@charset "iso-8859-2";
/* CSS Document */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000;
}
body {
	background-color: #FFF;
	background-image: url(images/Bodybackground.jpg);
	background-repeat:repeat-y;
	margin: 0px 0px 0px 0px;
}
h1 {
	font-size: 24px;
	color: #060;
}
h2 {
	font-size: 22px;
	color: #900;
}
h3 {
	font-size: 20px;
	color: #060;
}
h4 {
	font-size: 20px;
	color: #060;
}
h5 {
	font-size: 20px;
	color: #333;
}
h6 {
	font-size: 24px;
	color: red;
}
img {
	border: hidden;
}
a img {
	border: hidden;
}
#container {
	min-width: 1024px;
	height: auto;
}
#container2 {
	background-color: #060;
	min-width: 1024px;
	height: 27px;
}
#nav2 {
	background-color: #060;
	width: 1024px;
	height: 27px;
	margin: 0 auto;
}
/*Anfang NAV mit Dropdown*/

a {
	text-decoration: none;
	color: #fff;
	font-size: 18px
}
nav ul {
	padding: 0px;
	margin: 0px;
}
nav ul:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/*Hintergrundfarbe der Menübuttons im normalen Menü*/
nav ul, nav ul li {
	background-color: #060;
}
nav ul li {
	list-style: none;
	float: left;
}
/*Farbe, u. Ansicht im normalen Menü*/
nav ul li a {
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 2px 15px 2px 15px;
	transition: background 0.3s ease-out; /* explorer 10 */
	-webkit-transition: background 0.3s ease-out; /* chrome & safari */
	-moz-transition: background 0.3 ease-out; /* firefox */
	-o-transition: background 0.3 ease-out; /* opera */
}
/*Farbe, bei hover im normalen Menü und Dropdown*/
nav ul li:hover a, nav ul li:hover > ul li a {
	background-color: #900;
	border-bottom: 1px solid #fff;
}
/*Farbe, Schrift bei hover im normalen Menü*/
nav ul li:hover > a {
	color: #fff;
}
nav ul li:hover > ul {
	visibility: visible;
}
nav ul li ul {
	display: inline;
	visibility: hidden;
	position: absolute;
	padding: 0px;
}
nav ul li ul li {
	float: none;
}
/*Farbe, Schrift im Dropdown*/
nav ul li ul li a {
	color: #fff;
}
/*Farbe, Schrift und Hintergrund bei Hover im Dropdown*/
nav ul li ul li a:hover {
	color: #fff;
	background-color: #060;
	border-bottom: 1px solid #fff;/*Ende NAV mit Dropdown*/
}

#container3 {
	width: 1024px;
	height: auto;
	margin: 0 auto;
}
#content {
	float: left;
	width: 692px;
	margin-bottom: 15px;
	min-height: 400px;
	padding: 0px 15px 20px 15px;
}
#kontakt {
	width: 285px;
	min-height: 400px;
	margin-left: 724px;
	padding: 0px 0px 0px 15px;
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #060;
	text-decoration: underline;
}
#content a:hover {
	color: #000;
	text-decoration: none;
}
#kontakt a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #060;
	text-decoration: underline;
}
#kontakt a:hover {
	color: #000;
	text-decoration: none;
}

#abstandshalter {
	clear: both;
	margin: auto;
	min-width: 1024px;
	height: 5px;
}
#footerContainer {
	background-color: #060;
	min-width: 1024px;
	height: 29px;
}
#footer {
	background-color: #060;
	color: #FFF;
	margin: auto;
	font-size: 16px;
	padding-top: 3px;
	text-align: center;
	width: 1024px;
	height: 22px;
}
