html, body {
	background-color: #ccc;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.01%;
	height: 100%;

}

* {
	font-size: 1.0em;
	/*font-weight: normal;*/
	margin: 0;
	padding: 0;
	border-width: 0;
}

img {
	border-width: 0;
}

#abstand {
	height: 50%;
	width: 100px;
	margin-bottom: -246px;
	float: left;
}

#start {
	width: 800px;
	height: 492px;
	max-height: 492px;
	overflow: hidden;
	background-image:url(images/start_bg.jpg);
	background-repeat:no-repeat;
	color: #000;
	border: 1px outset silver;
	clear:left;
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	padding: 0;
}

#start a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: 1px;
	margin-left: 4px;
		
}

#start a:hover {
	font-weight: bold;
	color: #666;
	/*margin-left: 0;*/
}
#start h1 {
	margin: 200px 16px 0 16px;
	color: fff;
	width: 234px;
	border-bottom: 2px solid #333;
}

#start p.willkommen {
	margin: 10px 16px;
	color: fff;
	font-size: 1.2em;
}
#wrap {
	width: 800px;
	height: 492px;
	max-height: 492px;
	overflow: hidden;
	background: #95ade5;
	background-image:url(images/vd_bg.jpg);
	background-repeat:no-repeat;
	color: #000;
	border: 1px outset silver;
	clear: left;
	margin: auto auto;      /* standardkonforme horizontale Zentrierung */
	padding: 0;
}

html>body div#wrap {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
}

#titel {
	height: 81px;
	max-height: 81px;
	overflow: hidden;
}

h1 {
    font-size: 28px;
    min-height: 30px;
    margin: 22px 0 0 16px;
    padding: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.8px;
}

* html h1 {
	letter-spacing: 1px;
}

#wrap h1 span.motto {
	padding-left: 240px;
	font-weight: bold;
}  

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0 0 13px 18px;
	letter-spacing: 0.3px;
}

* html h2 {
	letter-spacing: 0.5pt;
	margin: 0 0 11px 18px;
	font-weight: bold;
}
 
#wrap h2 span.liste {
	padding-left: 23px;
	font-weight: bold;
}  

ul#navigation {
    font-size: 14px;
    list-style: none;
    /*float:left;*/
    width: 800px;
    height: 25px;
    min-height: 25px;
    max-height: 50px;
	overflow: hidden;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background-image:url(images/menu_bg.gif);
    background-repeat:repeat-y;
    /*border: 1px dashed silver;*/
}
  
ul#navigation li {
    float: left;
    padding: 0 1px;
    /*border: 1px dotted white;*/
}
 
ul#navigation a {
	display: block;
    color: #fff;
    width: auto;
    padding: 4px 21px 4px 21px;
    font-weight: bold;
    text-decoration: none;
	/*border: 1px solid white;*/
}

ul#navigation li a:hover {
	background-image:url(images/menu_aktiv_bg.gif);
	text-decoration: none;
}

ul#navigation li#current {
	background-image:url(images/menu_aktiv_bg.gif);
}

* html ul#navigation li a:hover{
	background-color:#4e608f;
	/*border: 1px solid #4e608f;*/
}

div#inhalt {
	width: 800px;
	height: 316px;
	max-height: 316px;
	overflow: hidden;
    margin: 0;
    padding: 0;
    background-image:url(images/content_text_bg.jpg);
    background-repeat: no-repeat;
    /*border: 1px dashed silver;*/
}
  
* html div#inhalt {
    height: 316px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}
  
div#ohne_text {
	width: 800px;
	height: 316px;
    margin: 0;
    padding: 0;
    background-image:url(images/content_bg.jpg);
    background-repeat: no-repeat;
    /*border: 1px dashed silver;*/
}
  
* html div#ohne_text {
    height: 316px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}

div#fotogalerie {
	width: 800px;
	height: 316px;
	max-height: 316px;
	overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #999;
}

* html div#fotogalerie {
    height: 316px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}

div#galeriebild-breit {
	float: left;
	padding: 10px 2px;
	width: 300px;
}

div#galeriebild {
	float: left;
	padding: 0 16px;
	width: 300px;
}

div#galerieauswahl {
	float: right;
	padding: 10px 0;
	text-align: center;
	width: 45%;
}

div#galerieauswahl a {
	text-decoration: none;
	color: #000;	
	font-size: 0.8em;
	font-weight: normal;

}

div#galerieauswahl a span.fs {
	border: 1px dotted #c60;
	margin: 3px 0 0 200px;
	padding: 0;
	display: block;
	width: 150px;
}
div#galerieauswahl a:hover span.fs{
	text-decoration: none;
	color: #c60;
}

div#fusszeile {
    clear: both;
    text-align: right;
    font-size: 17px;
    font-weight: bold;
    height: 96px;
    margin: 0; 
    padding: 0;
    /*background-color: #ef811d;*/
    background-image:url(images/fz_bg.gif);
    /*border: 1px solid silver;*/
  }

.logo {
	float: right;
	margin: 0;
	padding:15px 0 0 4px;
	/*border: 1px solid white;*/
}

.partei {
	/*float:left;*/
	color: #fff;
	letter-spacing: 1px;
	margin: 0;
	padding: 15px 0;
	/*border: 1px dotted white;*/
}

div#inhalt p.content {
	padding: 22px 0 10px 36px;
	font-size: 0.8em;
	font-weight: normal;
	line-height:1.8em;
}

div#inhalt p#content-links.content {
	float:left;
	width: 33%;
}

div#inhalt p#content-rechts.content {
	float:right;
	width: 57%;
}

div#inhalt p#content-rechts a {
	text-decoration: none;
	color: #000;
}

div#inhalt p#content-rechts a:hover {
	text-decoration: none;
	color: #c60;
}

div#inhalt p.content a {
	text-decoration: none;
	color: #000;
}

div#inhalt p.content a:hover {
	text-decoration: none;
	color: #c60;
}

div#inhalt div.prospekt{
	float: left;
	width: 20%;
	padding: 16px 36px;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}

div#inhalt div.prospekt p.bildtitel{
	padding: 16px 4px 10px 4px;
}

div#inhalt div.prospekt a {
	text-decoration: none;
	color: #000;
}

div#inhalt div.prospekt a:hover {
	text-decoration: none;
	color: #c60;
}


div#inhalt div#rechts-rechts{
	padding: 16px 0;
	font-size: 0.7em;
	margin: 0;
}

div#inhalt div#rechts-rechts a {
	text-decoration: none;
	color: #000;
}

div#inhalt div#rechts-rechts a:hover {
	text-decoration: none;
	color: #c60;
}

div#inhalt div#rechts-rechts p.bildtitel{
	padding: 50px 4px 14px 4px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.4em;
}

div#mitte {
	float:left;
	width: 16%;
}
div#mitte img#roth {
	display: block;
	padding: 16px 0 4px 0;
}

div#mitte img#corts {
	display: block;
	padding: 4px 0 4px 0;
}

div#mitte img#frank {
	display: block;
	padding: 4px 0 0 0;
}


div#rechts-rechts {
float:right;
width: 82%;
}

div#rechts {
float:right;
width: 70%;
}
