* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}

body {
text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
background: #1e1e1e url(pics/site_bg.gif) repeat-y fixed center;
}

div {text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */}


html, body {height: 100%;
	        margin: 0px;}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}


#navigation {	
	margin: 0 auto;	
	width: 275px;
	height: 120px;	
	margin-left: 65px;
	margin-top: 150px;
    font-size: 10px;
}

#container {background: url(pics/bg7.jpg) top no-repeat;
            position: relative;
            width: 777px;
            min-height: 100%; /* Mindesthöhe in modernen Browsern */
            height: auto !important; /* !important-Regel für moderne Browser */
            height: 100%; /* Mindesthöhe in IE (<7) */
            margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}

#content {font-size: 11px;	
	margin: 0 auto;	
	width: 275px;
	height: auto;	
	margin-left: 65px;
	padding-top: 65px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:justify;
}

/* ############################################ index.php ############################################ */

#container_index {background: url(pics/bg.jpg) top no-repeat;
            position: relative;
            margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
            width: 777px;
            min-height: 100%; /* Mindesthöhe in modernen Browsern */
            height: auto !important; /* !important-Regel für moderne Browser */
            height: 100%; /* Mindesthöhe in IE (<7) */}

/* ############################################ bilder.php ############################################ */

#container_bilder {background: url(pics/bg6.jpg) top no-repeat;
            position: relative;
            margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
            width: 777px;
            min-height: 100%; /* Mindesthöhe in modernen Browsern */
            height: auto !important; /* !important-Regel für moderne Browser */
            height: 100%; /* Mindesthöhe in IE (<7) */}

#content_bilder {font-size: 11px;	
	margin: 0 auto;	
	width: 650px;
	height: auto;	
	margin-left: 65px;
	padding-top: 65px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:justify;}

/* ############################################ impressum.php ############################################ */

#content_impressum {font-size: 11px;	
	margin: 0 auto;	
	width: 650px;
	height: auto;	
	margin-left: 65px;
	padding-top: 65px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:justify;}

a {font-size: 10px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;}
	
a:hover {
	color:#f9f9f9;
    text-decoration:underline;
    }



.footer, .push {height: 20px; /* .push must be the same height as .footer */}

.footer {text-align: center;
         font-size: 9px;	
	     font-family:Verdana, Arial, Helvetica, sans-serif;
	     color:#373737;}

.tabelle { border-collapse:collapse;} 
.zelle  { border:1px #333 solid; vertical-align:top; text-align:center;} 

h1, h2  {font-size: 11px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	}

/* ############################################ NAVI ############################################ */


#navigation ul {
	list-style: none;
	}
	

	
#navigation a {font-size: 10px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;}
	
#navigation a:hover {
	color:#f9f9f9;
	}
	
#navigation #currentpage a {
	/*background: #999999;*/
	color: #333;
	}

.txt {
	font-size: 11px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ccc;
	text-align:justify;}

/* ############################################ FF3 BUG ############################################ */
html>/**/body, x:-moz-any-link, x:default {
position:relative;
left:-0.1px;
}

hr{
 border-bottom: 1px dotted #222222;  
}

