@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(bilder/logo_background.png);
	background-repeat:no-repeat;
	display: block;
	background-position: 40% 70%;
	background-color: #f7f7f7;
}

img {
	padding: 10px 10px 10px 10px;
	border: none;
}

p {
	margin-bottom: 1em;
}

h1 {
	color: #204cb1;
	font-size: 130%;
	margin-bottom: 1em;
}

h2 {
	color: #204cb1;
	font-size: 110%;
	margin-bottom: 0.6em;
}


h3 {
	color: #000000;
	font-size: 100%;
	margin-bottom: 0.6em;
}


td {
	padding: 5px 5px 5px 5px;
}

/* layout definitionen */

div#container {
	width: 900px;
	margin: 20px auto 20px auto; /* abstand reihenfolge: oben rechts unten links */
	border-bottom-style: solid;
	border-bottom-color: #204cb1;
	border-bottom-width: 3px;
}

/* header definitionen */

div#header p {
	text-align: right;
	color: #000000;
	font-size: 85%;
	margin: 45px 28px 0 0 ;
}

div#header p a:link, div#header p a:active, div#header p a:visited {
	text-decoration: none;
	color: #204cb1;
	font-weight: bold;
}

div#header p a:hover, div#header p a:focus {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

div#header{
	background-color:#f7f7f7;
}

div#headerbild {
	float:left;
	margin: 3px 3px 3px 3px;
}

div#headerbild img {
	padding: 10px 10px 10px 10px;
}

div#headertext {
	border-bottom-style: solid;
	border-bottom-color: #204cb1;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-top-color: #204cb1;
	border-top-width: 3px;
	height: 100px;
	padding: 0 0 0 75px;
}

div#headertextlinks {
	display: block;
	float:left;
}

div#headertextrechts {
	display: block;
	float: none;
}
		
/* content definitionen */
div#content {
	width: 850px;
	float: left;
	line-height: 120%;
	padding: 10px 20px 0 20px;
	color: #000000;
	/* Alle anderen Browser */
	min-height: 475px;
	height: auto !important;
	/** Internet Explorer **/
	height: 475px;
}

div#contentlinks {
	float: left;
	padding: 0 0 0 0;
}

div#contentrechts {
	padding: 0 0 0 0;
}

div#content p {
	font-size: 85%;
}

div#content ul {
	list-style-type: square;
	padding-bottom: 5px;
	padding-left: 40px;
}		

div#content ul li {
	padding-bottom: 3px;	
	font-size: 85%;
}

div#content p a:link, div#content p a:active, div#content p a:visited {
	text-decoration: none;
	color: #204cb1;
}

div#content p a:hover, div#content p a:focus {
	text-decoration: underline;
	color: #000000;
}

div#content img {
	padding: 10px 10px 10px 10px;
}

div#content th {
	font-size: 10px;
	color: #204cb1;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color: #204cb1;
	padding: 0 3px 3px 3px;
	text-align: left;
}

div#content td{
	font-size: 10px;
	text-align: left;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding: 3px 3px 3px 3px;
}

div#content th.thbreit{
	width: 90px;
	text-align: left;
}

div#content th.thbreit2{
	width: 110px;
	text-align:left;
}
div#content th.thbreit3{
	width: 220px;
	text-align:left;
}

div#content td.linkespalte {
	border: none;
	font-weight: bold;
	vertical-align: top;
}


div#content td.kontakt{
	border: none;
	font-size: 10px;
	text-align: left;
}

div#content td a:link, div#header td a:active, div#header td a:visited {
	text-decoration: none;
	color: #204cb1;
}

div#content td a:hover, div#header td a:focus {
	text-decoration: underline;
	color: #000000;
}

div#content img.startbild {
	width: 520px;
}