/*Positionierungen der Elemente innerhalb der Site*/

.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 220px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.wrap {
	background-color: white;
	width: 899px;
	height: auto;
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
}

.footer {
	background-color: white;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	width: 899px;
	height: auto;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: green;
	font-weight: bold;
}

.navi {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	margin-right: 20px;
	width: auto;
	vertical-align: top;
	text-align: left;
}

.content {
	width: auto;
	padding-left: 18px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin: 0px;
	text-align: justify;
	text-indent: 20px;
	white-space: normal;
	line-height: 20px;
	border-left: 1px solid gray;
}

.publish {
	margin: 20 10 0 0;
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

.centering {
	width: auto;
	height: auto;
}

.kontakt {
	margin-top: 2px;
	font-size: 10px;
	color: gray;
}

/* Styles über die ganze Site */

body#main {
	background-image: url(../images/bg_pattern.gif);
	background-repeat: repeat;
}

.iframe {
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: white;
	width: auto;
}

a {
	font-size: 12px;
	text-decoration: none;
	color: green;
}

a:active {
	color: red;
}
a:hover {
	text-decoration: underline;	
}

a:visited {
	color: gray;
}

h1 {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 0px;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: green;
	text-align: center;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	text-indent: 5px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: green;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-indent: 0px;
}

p {
	font-family: arial, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	text-align: justify;
	padding-right: 20px;
	line-height: 18px;
}

.footer p {
	line-height: 20px;
	text-align: center;
	font-size: 14px;
}

/*Menu Styles*/

ul#menu {
	width: 175px;
	list-style-type: none;
	margin: 0 0 0 0;
	padding-left: 25px;
}

ul#menu ol {
	display: none;
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding-left: 5px;
}

ul#menu li, 
ul#menu a {
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: green;
}

ul#menu li {
	line-height: 20px;
}

ul#menu ol li {
	border-bottom: none;
	line-height: 15px;
}

ul#menu ol a {
	font-size: 10px;
}

ul#menu ol li:before {
	content: "- ";
}

ul#menu a {
	text-decoration: none;
	outline: none;
}

ul#menu a:hover {
	width: auto;
	color: black;
	text-decoration: underline;
}

ul#menu a.active {
	color: black;
}

li#home {
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}