@charset "UTF-8";
/* CSS Document */

  body {
    font: normal 100.01% Arial, sans-serif;
    color: black;
	background: url(pics/bg_verlauf.jpg) repeat-x;
	background-color: #b2cfe2;
	padding: 0px;
	margin: 0px;
}

	div#contentbox {
		width: 760px;
		margin-left: auto;
		margin-right: auto;
		/*border: 1px solid #000;*/
		padding: 0px;
		margin-top: 0px;
	}

	div#content_white {
		background-color: #FEFEFE;
		width: 680px;
		padding: 10px 40px 20px 40px;
	}
	
	div#bottom_box {
		text-align: right;
		padding: 15px;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
	}
	#bottom_box a {
		text-decoration: none;
		color: #fff;
	}
	#bottom_box a:hover {
		text-decoration: underline;
		color: #0f699d;
	}

  ul#Navigation {
    margin: 0; padding: 0em 0em 0.4em 2em;
    text-align: left;
    border: none;
	border-bottom: 5px #0f699d solid;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0em 2.3em 0em 0em; padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
  }

  ul#Navigation a {
    padding: 0.5em 0.2em 0.5em 0.8em;
    text-decoration: none;
    border: none;
    color: #0f699d;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
	text-decoration: underline;
  }
  
	ul#Navigation span {
		background-color: #0f699d;
		color: #ffffff;
		padding: 0.5em 0.8em 0.7em 0.8em;
	}


ul#Subnavigation {
    margin: 0; padding: 0.3em 2em 0.4em 2.3em;
    text-align: left;
    border: none;
	border-bottom: 4px #aacadf solid;
	background-color: #f8eca1;
	color: #0d3950;
  }
  ul#Subnavigation li {
    list-style: none;
    display: inline;
    margin: 0em 0.7em 0em 0em; padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
  }

  ul#Subnavigation a {
    padding: 0.5em 0.5em 0.5em 0.6em;
    text-decoration: none;
    border: none;
    color: #0d3950;
  }
  * html ul#Subnavigation a, * html ul#Subnavigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Subnavigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
	text-decoration: underline;
  }
  
	ul#Subnavigation span {
		padding: 0.5em 0.5em 0.5em 0.6em;
		text-decoration: underline;
	}
	
	img#logo_banner {
		margin: 0px 0px 25px 35px;
	}
	
	h1 {
		font-weight: bold;
		font-size: 16px;
		line-height: 20px;
		padding-top: 5px;
	}
	h2 {
		font-size: 14px;
		line-height: 16px;
		margin: 0px;
		padding: 10px 0px 0px 0px;
		text-decoration: underline;
	}
	
	p {
		font-size: 14px;
		line-height: 20px;
		margin: 0px;
		padding: 5px 0px;
	}

	img {
		border: 0px;
	}
	
	table {
		padding: 0px;
		margin: 0px;
		font-size: 14px;
		line-height: 20px;
	}
	
	td {
		padding: 0px 8px 0px 0px;
		margin: 0px;
	}
	
	a, a:active, a:visited {
		color: #0f669d;
		font-weight: bold;
	}
	a:hover {
		color: #0f669d;
		text-decoration: none;
	}
	
	ol, ul {
		font-size: 14px;
	}
	
	div.top_link {
		margin-bottom: 20px;
	}
	div.top_link a {
		font-size: 14px;
	}
	
	div {
		font-size: 14px;
	}
	
	
	div#kontaktformular {
		margin-top: 20px;
	}
	
	table.table_links {
		width: 100%;
		text-align: left;
		margin: 0px 0px 20px 0px;
	}
	table.table_links tr td {
		vertical-align: top;
		text-align: left;
		padding: 5px 10px 5px 7px;
		border-bottom: solid #CCC;
		margin: 0px;
	}
	
	p.news_autor {
		font-size: 11px;
		margin: 0px;
		padding: 0px;
	}
	p.news_more {
		font-size: 12px;
		margin: 0px 0px 15px 0px;
		padding: 0px;
	}
	p.news_text {
		margin: 0px;
		padding: 0px;
	}
	
	h3 {
		font-size: 14px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		color: #000;
		text-decoration: none;
	}
	
	h3 a:link {
		color: #000;
		text-decoration: none;
	}
	h3 a:visited {
		color: #000;
		text-decoration: none;
	}
	
	h3 a:hover {
		text-decoration: none;
		color: #000;
	}
