body {
	font-family:verdana, arial, helvetica, geneva, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:0.75em;
	color:#000000;
	margin:0px;
	margin:0px;
	padding:0px;
	background-repeat:repeat-x;
}

div,form,input,h1,h2,h3 {
	margin:0px;
	padding:0px;
}	

#frame {
    margin:0px;
    padding:0px;
    width:990px;
    text-align:left;
}

#top_info {
	width:80px;
	height:220px;
	float:left;
}

#top_image {
	width:540px;
	height:220px;
	float:left;
}

#top_image_shadow {
    width:20px;
    height:220px;
    float:left;
}

#top_map {
	width:370px;
	height:220px;
	float:left;
}

#pdw_home {
	border-bottom:0px;
	clear:both;
}

#pdw_teaser {
	width:599px;
	padding:20px 0px 0px 20px;
	float:left;
}
#pdw_links {
	width:339px;
	padding:30px 0px 0px 0px;
	float:left;
}

#content_frame_home {
	width:990px;
}

#content_home_left {
  width:600px;
	padding:20px 0px 0px 20px;
	float:left;
}

#content_home_right {
	width:350px;
	padding:20px 0px 0px 20px;
}

#content_frame {
	width:990px;
}
	
#content_left {
	width:640px;
  float:left;
	padding:20px 0px 0px 20px;
}

#content_right {
	width:350px;
	padding:20px 0px 0px 20px;
}

#content{
	width:580px;
    padding:30px 30px 20px 10px;
    clear:both;
}

#navsublist {
	font-size:0.9em;
	color:#1E4B75;
	margin:15px 0px 15px 0px;
}

#footer {
	width:990px;
	clear:both;
}

#footer_linkbox {
}	

ul.service {
	float:right;
}	

ul.service li {
    list-style-type:none;
    float:left;
}

#sitemap ul li {
    list-style-type:none;
    line-height: 1.7;
}

.sitemap_top {
	font-size:1.1em;
  font-weight: bold;
	color:#1E4B75;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.sitemap_sub {
	font-size:1.1em;
	color:#1E4B75;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

/* Haupt-Navigation */

#nav,#nav ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    z-index: 3;
}

#nav a {
    display: block;
}

#nav li { /* all list items */
    float: left;
}

#nav li ul { /* second-level lists */
    position: absolute;
    margin-top: 0px;
    width: 200px;
    left: -999em;
    /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul,#nav li.sfhover ul {
    /* lists nested under hovered list items */
    left: auto;
}


/* Fuss-Navigation */
#navbottom ul {
	margin:0px;
	padding:0px;
}

#navbottom li {
	width:110px;
	float:left;
	list-style: none;
	font-weight:bold;
}

#navbottom li a {
	text-decoration:none;
	font-size:0.8em;
	color:#CBCBCB;
	padding-bottom:3px;
	display:block;
}

#navbottom li a.bottomnav {
	text-decoration:none;
	color:#CBCBCB;
	font-weight:bold;
}

#navbottom li a.bottomnavsub {
    text-decoration:none;
    color:#CBCBCB;
    font-weight:normal;
    padding-top:7px;
}

#navbottom li a:hover {
	text-decoration:underline;
}

.content {
	padding:0px;
	margin:0px;
	line-height:150%;
	font-size:0.9em;
}
	
.archiv_datum {
	font-size:0.8em; 
    color:#666666;
    font-weight:normal;
		padding-bottom:5px;
}
	
.content_dachzeile {
	font-size:1.0em; 
    color:#666666;
    font-weight:bold;
}

.content_ueberschrift {
	font-size:1.3em; 
    color:#1E4B73;
    font-weight:bold;
    padding-bottom:20px;
}

.liste_dachzeile {
    font-size:0.8em; 
    color:#666666;
    font-weight:bold;
}

.liste_ueberschrift {
    font-size:1.1em; 
    color:#1E4B73;
    font-weight:bold;
    padding-bottom:5px;
}

/* Startseite */

.pdw_titel {
	font-size:1.0em; 
	color:#666666;
	font-weight:bold;
}
.pdw_ueberschrift {
	font-size:1.3em; 
	color:#1E4B73;
	font-weight:bold;
    padding-bottom:10px;
}
.pdw_text {
    font-size:0.9em;
    line-height:150%;
}

div.news {
	padding-bottom:25px;
	clear:both;
}

.news_thumb {
	width:100px;
	padding:0px 15px 10px 0px;
	display:block;
	float:left;
}
h3.news_ueberschrift {
	padding-bottom:10px;
	font-size:1.2em;
	color:#1E4B73;
}	
.news_anreisser {
    width:485px;
    font-size:0.9em;
    line-height:150%;	
    float:left;
}



/* Links */

a.service {
	color:#000000;
  font-size:0.8em;
	border-right:1px solid #000000;
  padding:0px 7px 0px 7px;
  text-decoration:none;
}

a.fontsize {
	padding:0px 0px 0px 10px;
  color:#000000;
	font-weight:bold;
  text-decoration:none;
}

a.standard {
    color:#1E4B73;
    text-decoration:underline;	
}

a:hover{
  text-decoration:underline;
}

a.liste {
	padding-left:15px;
	color:#1E4B73;
  font-weight:bold;
	text-decoration:none;
	line-height:150%;
	display:block;
	background-image: url(gfx/bg_mehr.gif);
	background-repeat:no-repeat;
}
a.listlink {
    padding-left:15px;
    color:#1E4B73;
    font-weight:normal;
    text-decoration:none;
    line-height:150%;
    display:block;
    background-image: url(gfx/bg_mehr.gif);
    background-repeat:no-repeat;
}
a.listlink:hover {
text-decoration:underline;
}

a.mehr {
	padding-left:10px;
    color:#1E4B73;
    font-size:0.9em;
    font-weight:bold;
    text-decoration:none;
    background-image: url(gfx/bg_mehr.gif);
    background-repeat:no-repeat;
}

a.container {
    color:#1E4B73;
    font-weight:bold;
    text-decoration:underline;
}

a.content {
  color:#1E4B73;
  text-decoration:underline;
}

/* DIVs */

#pdw_links ul {
    margin:0px;
    padding:0px;
}

#pdw_links li {
    list-style:none;
}

#navsublist div {
    font-weight:bold;
    padding-bottom:20px;
}

#navsublist ul {
	margin:0px;
    padding:0px;
}

#navsublist ul li.navsublist {
	padding-left:15px;
	list-style:none;
}

#navsublist ul li.image {
    list-style:none;
}

#navbottomlist {
	margin-top:40px;
	clear:both;
}

#navbottomlist div {
	padding-bottom:20px;
    font-weight:bold;
    color:#1E4B73;
}

#navbottomlist ul {
    padding:0px;
    margin:0px;
}

#navbottomlist ul li.navbottomlist {
    list-style:none;
}

#navbottomlist ul li.image {
    list-style:none;
}


.stopfloating {
	clear:both;
}

div.search {
    float:right;
}



/* FORMs */

div #form table {
/*	background-color:#F1F4F7;   */
}

div #form input.standard {
	width:240px;
	height:16px;
	margin-top:2px;
	margin-bottom:2px;
	border:1px solid #1E4B73;
}

div #form textarea.standard {
	width:240px;
	height:140px;
	margin:0px;
	border:1px solid #1E4B73;
}

div #form select.standard {
	width:242px;
	margin:0px;
	border:1px solid #1E4B73;
}

div #form input.checkbox {
  position:relative;
  top:2px;
	margin-top:0px;
	margin-bottom:0px;
	border:1px solid #1E4B73;
}

div #form input.sicherheitscode {
	width:60px;
	height:16px;
	margin-top:5px;
	border:1px solid #1E4B73;
}

div #form input.submit {
  float:left;
	height:20px;
	margin-top:1px;
	border:0px solid #1E4B73;
  background-image:url('gfx/bg_submit.gif');
  background-repeat:repeat-x;
	font-family:verdana, arial, helvetica, geneva, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:0.85em;
	color:#1E4B73;
}

div.search input.search {
	width:160px;
	height:14px;
	margin-top:10px;
	border:1px solid #1E4B73;
	float:left;
	background-image: url(./gfx/bg_suche.gif);
	padding:2px 0px 2px 30px;
	
}

div.search input.go {
    margin:10px 0px 0px 5px;
    float:left;
}

div.container {
	width:320px;
	padding:0px 9px 0px 9px;
	border:1px solid #CBCBCB;
	border-top:0px;
	border-bottom:0px;
	font-family:verdana, arial, helvetica, geneva, sans-serif;
	font-style:normal;
	font-weight:normal;
  font-size:0.95em;
  line-height:130%;
}

div input.newsletter {
    width:227px;
    height:16px;
    margin-top:2px;
    border:1px solid #1E4B73;
    float:left;
    padding:1px 0px 1px 1px;
}

div #inputfield input {
    margin:0;
    padding:0;
    border:1px solid #1E4B73;
    width:218px;
    height:18px;
    font-family:verdana, arial, helvetica, geneva, sans-serif;
  	font-style:normal;
	font-weight:normal;
  	font-size:0.8em;
    vertical-align:middle;
    color:#B2B2B2;
}

#content strong {
	color:#1E4B73;
}	

strong.headline {
    color:#1E4B73;
}

.true {
    color:#008800;
}

.false {
    color:#E10400;
}

.suche_bereich {
	font-size:1.1em;
    font-weight:bold;
    color:#1E4B73;
}
.trefferdatei {
    font-size:0.9em;
    font-weight:bold;
    color:#1E4B73;
}
.treffer {
	color:#FF0000;
}
a.suche {
	color:#000000;
	line-height:150%;
    font-size:0.9em;
	text-decoration:none;
}
a.suche:hover {
	text-decoration:underline;
}

a.termin {
		display:block; 
		text-decoration:none;
		color:#000000;
		padding:0px 0px 0px 15px;
}

.termin_ueberschrift {
	 color:#1E4B73;
	 font-weight:bold;
	 text-decoration:none;
	 margin:0px;
	 padding:0px;
}

.container_termin {
		border:0px solid black; 
		padding:10px 0px 10px 10px;
		margin-left:-10px;
}

.container_termin:hover {
	background-color:#E8EDF1;
}



