@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	background-image: url(bilder/background.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
	padding-bottom: 30px;
	color: #2e2e2e;
	font-size: 80%;
}

img {
	border: none;
}


/* Definitionen fuer Layout */

div#container {
	width: 870px;
	background-image: url(bilder/shadow.png);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
}

div#header {
	height: 20px;
	background-repeat: no-repeat;
	margin: 0 11px 0 11px;
	padding: 130px 10px 0 0;
}

div#bottom {
	background-image: url(bilder/shadow_bottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	clear: both;
	border: 1px solid transparent; /* IE bugfix */
}

div#navigation {
	float: none;
	margin: 0 11px 0 11px;
	padding: 10px 0 5px 20px;
}

div#main {
	min-height: 300px;
	/* background-image: url(bilder/background_main.jpg); */
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0 11px 0 11px;
	padding: 10px 0 0 20px;
}

div.content {
	width: 550px;
	float: left;
	line-height: 150%;
}


/* Definitionen fuer Impressum */

#impressum {
	text-align: right;
	font-size: 85%;
	margin: 0 0 0 0;
}

#impressum a:link, #impressum a:visited, #impressum a:active {
	color: #dfdddd;
	text-decoration: none;
}

#impressum a:hover, #impressum a:focus {
	text-decoration: underline;
}


/* Definitionen fuer Footer */

#footer {
	color: #a4a2a2;
	text-align: center;
	font-size: 85%;
	padding: 5em 0 1.3em 0;
}


/* Definitionen fuer Navigation */

#navigation {
	list-style-type: none;
	font-size: 115%;
	color: #6188b5;
}

#navigation p {
	margin-bottom: 1.8em;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	color: #6188b5;
	font-variant: small-caps;
	padding: 0 4px 0 4px;
	letter-spacing: 0.05em;
	text-decoration: none;
}

#navigation a:hover, #navigation a:focus, #navigation a.aktiv {
	color: #fdd316;
	font-variant: small-caps;
	padding: 0 4px 0 4px;
	letter-spacing: 0.05em;
	text-decoration: none;
}


/* Definitionen fuer Inhaltsbereich */

h1 {
	color: #fdd316;
	font-size: 120%;
	margin-bottom: 1.5em;
}

h2 {
	color: #6188b5;
	font-size: 110%;
	margin: 1.5em 0 0.2em 0;
}

p {
	margin-bottom: 1em;
	text-align: justify;
}

table {
	border-collapse: collapse;
}

th {
	width: 150px;
	padding-bottom: 0.7em;
	vertical-align: top;
	color: #a4a2a2;
	text-align: left;
	font-weight: normal;
}

td {
	padding-bottom: 0.7em;
	vertical-align: top;
}

a:link, a:visited, a:active { 
      color: #6188b5; 
      text-decoration: none; 
 }
 
 a:hover, a:focus {
      text-decoration: underline;
 }
 
.abstand {
 	margin-bottom: 2em;
}

.abstand_klein {
	margin-bottom: 1em;
}

.float_right {
	float: right;
	padding: 5.3em 1.5em 0 0;
}

.float_right_oben {
	float: right;
	padding: 0 1.5em 0 0;
}

.float_left {
	float: left;
	margin-right: 1.5em;
}

.bilder {
	margin: 0.5em 0.5em 0 0;
}