@charset "iso-8859-1";

@media screen, projection, print
{
	* {margin: 0; padding: 0; color: #404040; font-family:  Arial, Helvetica, Verdana, sans-serif;/*darkgray, anthrazit*/}
	
	html, body {font-size: 100.01%; height: 100%;}
	
	body {
		
		background: url("./images/body_bg.png") #ffffff repeat-x top left fixed;
		font-size: 75.00%;
		text-align: center;
	}
	div {text-align: left;}
	
	.clearfix { 
	    height: 0;
	    clear: both;
	}
	
	#page_margins {
		width: 1000px;
		margin: 0 auto;
		min-height: 100%; /* Mindesthöhe in modernen Browsern */
		height: auto !important; /* !important-Regel für moderne Browser */
		height: 100%; /* Mindesthöhe in IE (<7) */
	}
	#sunshine {
		width: 266px;
		height: 305px;
		position: absolute;
		z-index: 0;
		background: transparent url("./images/sunshine.png") no-repeat scroll top left;
		margin: 0;
	}
	
	#page {
		position: absolute;
		z-index: 1;
		padding: 26px 0 0 98px;
		width: 902px;
		height: 730px;
	}
	
	#header { height: 92px; background: url("./images/header_bg.png") no-repeat top left;}
	
	#navcontainer {
		height: 39px;
		background: url("./images/menu1pix.png") no-repeat top left;
		padding-left: 1px;
	}
	#nav {
		height: 23px;
		padding: 13px 0 3px 10px;
		background: #ffffff url("./images/menu_bg.png") repeat-x bottom left;
		vertical-align: bottom;
	}
	#nav a {
		position: relative;
		display: inline-block;
		top: -6px;
		width: 83px;
		height: 15px;
		padding: 5px 18px 3px 18px;
		text-decoration: none;
		background: url("./images/nav_inaktiv.png") no-repeat bottom left;
		text-align: center;
		font-weight: bold;
	}
	#nav a:active { background: url("./images/nav_aktiv.png") no-repeat bottom left; }
	#nav a:visited { background: url("./images/nav_inaktiv.png") no-repeat bottom left; }
	#nav a:hover { background: url("./images/nav_aktiv.png") no-repeat bottom left; }
	#nav a.aktiv { background: url("./images/nav_aktiv.png") no-repeat bottom left; }
	#nav a.navende { width: 2px; top: 0px; padding: 5px 0px 3px 0px; background: url("./images/nav_ende.png") no-repeat bottom left; }
	
	#main {min-height: 317px; padding: 0 0 0 0; background: #ffffff url("./images/main_bg.png") top left;}
	#content {min-height: 317px; padding: 30px 30px 30px 30px; background: transparent url("./images/content_bg.jpg") no-repeat top left; }
	
	#footer {height: 163px; margin-top: 3px; background: url("./images/footer_bg.png") no-repeat top left; border: 0px solid blue;}
	#copyright {font-size: 0.9em; margin: 10px 13px 0 auto; text-align: right}
	#footer #galerie { height: 115px; padding: 10px 0 10px 12px;}
	#footer #scroller1 {width: 578px; height: 115px; border: 0px solid red;
	}
	

	/*Contents*/
	#content h1 { font-size: 217.00%; color: #a72b04;}  /* ca. 26px */
	#content h2 { font-size: 200.00%; color: #a72b04; }  /* 24px */
	#content h3 { font-size: 150.00%; color: #a72b04;}  /* 18px */
	#content h4 { font-size: 133.33%; color: #a72b04; padding: 0 0 20px 0; } /* 16px */
	#content h5 { font-size: 100.00%; color: #a72b04; padding: 0 0 10px 0; }/* 14px */
	#content h6 { font-size: 75.00%; color: #a72b04;} /* 10px */
	
	#content a {color: #a72b04; text-decoration: underline;}
	#content a:active {color: #cc2b04; text-decoration: none;}
	#content a:visited {color: #a72b04; text-decoration: underline;}
	#content a:hover {color: #cc2b04; text-decoration: none;}

	#content .image { margin-bottom: 20px;}
	#content .image img { border: 1px solid #404040;}

	
	#content p { line-height: 140%; margin-bottom: 15px;}
	#content table { margin-bottom: 10px; padding: 5px;}
	#content th { text-align: left;}
	#content td { padding: 2px;}
	#content ul { padding-left: 10px; margin-bottom: 10px;}
	#content ul li { margin-left: 5px; }
	
	#content .error,.error * {color: red;}
	#content ul.error {border-bottom: 1px solid red; width:300px; padding: 0 20px 10px 20px; margin-bottom: 30px;}
	
	
	#footer h1 {
		font-size: 100.00%;  /* 14px */
		font-weight: bold;
		padding: 8px 0 0 30px;
		height: 22px;
		background: url("./images/h1_footer_bg.png") repeat-y top left;
	}
	
	.border { border: 2px solid #ffffff; }
	.no_border { border: 0; }

}

@media print
{
	html, body { font-size: 100.01%; }
	body { background: transparent; font-family: Arial, Helvetica, Verdana, sans-serif; color: #000000;}
	#page_margins, #page {width: 100%;}
	#main, #content, #header {}
	#page_margins, #page, #main, #content, #header { margin: 0; padding: 0;}
	#page_margins, #page, #main, #content {}
	#footer, #sunshine, #navcontainer {display: none; visibility: hidden;  height: 0;}
	#content {background: transparent; padding-top: 30px;}
	#header {}
	#copyright { position: absolute; right: 0; bottom: -10px; }
}