@charset "utf-8";

/*Allgemeine Formatierungen*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
}

h1 {
	font-size: 20px;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #8092CE;
}

h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}

p {
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	color: #000;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #B7C0E3;
	text-decoration: none;
	font-weight: normal;
	}

.ul li{
	color: #000000;
	list-style-image: none;
	list-style-type: square;
	margin-bottom: 5px;
	margin-left: 10px;
}

/*Ältere IE-Versionen Logo ohne blauen Rahmen*/	
a img {
	border:none
}

/*Textformatierungen in den Navigationen*/
.topnavitext {
	float: left;
	font-size: 34px;
	padding-top: 21px;
	padding-left: 40px;
	text-decoration: none;
	text-align: left;
	color: #000;
		}

.subnavitextoben {
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	color: #000;
	float: left;
	height: 40px;
	width: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
		}

.subnavitextmitte {
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	color: #000;
	float: left;
	height: 40px;
	width: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
		}
		
/*Formatierungen Kontaktformular*/
.formspacer {
	display: block;
	float: left;
	width: 120px;
	font-size: 14px;
	font-weight: bold;
}
.formdesign {
	display: block;
	width: 200px;
}
.formdesigntextarea {
	display: block;
	width: 400px;
}
.submitbutton {
	width: 200px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	background-color: #A8A9AD;
	height: 20px;
}
.submitbutton:hover {
	width: 200px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	background-color: #CCCCCC;
	height: 20px;#container #content #inhalt p img {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
