/* CSS Document */

/************************************************
*			Fixes, Workarounds, etc.			*
************************************************/
* {
	margin: 0;
	padding: 0;
	}

/* Clearfix fuer das Float-clearing */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
.clearfix {display: inline-block;}  /* IE 7 */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/************************************************
*				Grundlayout						*
************************************************/
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	}
body {
	text-align: center;
	font-size: 0.75em;
	line-height: 1.5em;
	height: 100%;
	background: #c0b6a6 url(../images/bg_body.gif) repeat-x 0 0 scroll; 
	}
#out {
	background-image: url(../images/bg_out.jpg);
	background-position: center top;
	background-repeat: no-repeat;  
	}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 912px;
	height: auto;  
	}
#header {
	width: 912px; 
	height:176px; 
	position: relative;
	overflow:hidden;
	}
#main {
	width: 912px;
	background: #fff url(../images/bg_main.gif) repeat-y 0 0 scroll;
	padding-bottom: 30px;   
	}
#left {
	float: left;
	width: 164px; 
	padding: 0 6px 0 16px; 
	}
#content {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	float: left;
	width: 480px;
	margin: 0px 41px 0px 18px !important;
	}

#content_start {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	float: left;
	width: 252px;
	margin: 0 0 0 18px;
	}

#right {
	float: left;
	width: 160px;
	padding: 0 10px 0 17px; 
	color: #fff; 
	}
	 	
#footer {
	width: 480px;
	margin: 20px 0 0 204px;
	border-top: solid 1px #c2c2c2;
	padding-top: 5px;  
	font-size: 0.93em;     
	}
/************************************************
*				Style-Elemente					*
************************************************/
img {border: none;}
hr {
	clear: both;
	color: #9aae77;
	height: 1px;
	margin: 5px 0;
	background: #9aae77;
	}
#content a, 
#content a:link, 
#content a:visited,
#content_start a, 
#content_start a:link, 
#content_start a:visited,
#agenda a, 
#agenda a:link, 
#agenda a:visited {
	text-decoration: underline; 
	color: #cc0000; 
	}
#content a:focus,
#content a:hover,
#content_start a:focus,
#content_start a:hover,
#agenda a:focus,
#agenda a:hover {	
	color: #000; 
	}


/************************************************
*					Navigation					*
************************************************/
/* Stufe 1 */
#left ul {
	width: 160px; 
	}
#left ul li {
	}
#left ul li a, 
#left ul li a:link, 
#left ul li a:visited {
	color: #000;
	font-weight: bold; 
	display: block; 
	padding: 2px 0 3px 6px; 
	border-bottom: solid 1px #bbbbbb;
	text-decoration: none;  
	}
#left ul li a:hover, 
#left ul li a:active, 
#left ul li a:focus {
	background-image: url(../images/bg_navA.gif);
	background-repeat: repeat-x;  
	color: #fff;  
	}
#left ul li.active,
#left ul li.active a,
#left ul li.active a:link {
	background-image: url(../images/bg_navA.gif);
	background-repeat: repeat-x;  
	color: #fff;  
	}

	
/* Stufe 2 */

#left ul ul li a, 
#left ul ul li a:link, 
#left ul ul li a:visited {
	padding: 2px 0 3px 22px;
	background-image: none !important;
	color: #000 !important;
	font-weight: normal;    
	}
	
#left ul ul li a:hover {
	
	font-weight: bold;    
	}

	
#left ul ul li.active,
#left ul ul li.active a,
#left ul ul li.active a:link,
#left ul ul li.active a:visited {
	font-weight: bold;
	background-image:none; 
	}



/************************************************
*			Content-Absatzformate				*
************************************************/
/* Ueberschriften */
h1 { 
	font-family: "Arial Narrow", Arial; 
	font-size: 1.6em;
	padding: 0;  
	margin: 0 0 20px 0; 
	}
h2 {
	font-size: 1em;
	font-weight: bold; 
	}
h3 {
	font-size: 1em;
	font-weight: bold; }
	
/* Paragraph */
p {
	line-height: 1.5em;
	padding: 0px 0;
	}
#content div img,
#content_start div img {
	padding-top: 8px;
	}	
	
/* Listen */
#content ul {
	list-style-type: none;
	margin: 5px 0 5px 0;
	}
#content ul li {
	padding: 0 0 2px 10px;


	background: url('../images/list_item.gif') 0px 5px no-repeat;
	}
#content ol {
	list-style-type: decimal;
	margin: 5px 0 5px 10px;
	}
#content ol li {
	padding: 2px 0 2px 0;
	margin-left: 10px;
	}
	
/* Tabellen 
table {
	border-collapse: collapse; 
	border: solid 1px #c2c2c2; 
	}
table td,
table th {
	text-align: left;
	padding: 0 5px;
	border-bottom: solid 1px #c2c2c2; 
	border-right: solid 1px #c2c2c2; 
	}
table th {
	font-weight: bold;
	}
table td {
	}
	
#content table.contenttable td {
	border-bottom: solid 1px #c2c2c2 !important;
	}	
*/
	
/* Rechte Spalte */
#right h1 {
	}
#right h2 {	
	}
#right p {
	padding: 0; 
	}
#right a, 
#right a:link, 
#right a:visited {
	color: #fff; 
	text-decoration: underline; 
	}
#right a:hover, 
#right a:focus {
	color: #ccc; 
	}


/************************************************
*					Footer						*
************************************************/
#footer ul li.print {
	display: inline;
	float: right;
	background: url(../images/icon_print.gif) no-repeat 0 3px scroll;
	padding-left: 20px;    
	}
#footer ul li.top {
	display: inline;
	float: left;  
	}
	
#footer ul li a,
#footer ul li a:link,
#footer ul li a:visited {
	color: #999999;
	text-decoration: none;   
	}
	
#footer ul li a:hover,
#footer ul li a:focus {
	color: #000;  
	}

/************************************************
*					Agenda						*
************************************************/
#agenda {
	float: left;
	width: 190px;
	padding: 15px;
	margin: 0 20px 0 29px; 
	background-color: #cee89f;  
	}
#agenda p {
	padding: 0; 
	}
#agenda h2 {
	margin-bottom: 10px;
	 
	}

* html #agenda {
	width: 220px;
	}



/************************************************
*	Bildergalerie				*
************************************************/

td.gfpb_landscape {
	width: 105px;
	}
	
ul.liste-galerie li {
	background: none;
	padding: 0; 
	}	
	