* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	margin: 0 auto;
	padding: 0;
	width: 808px;
	background-image: url(img/bg2.jpg);
	background-repeat: repeat;
	background-position: center top;
	color: #FFFFFF;
	}

#container {
	width: 808px;
	height: 100%;
	margin: 0 auto;
}	
	
/* header */	
	
#header {
	border-left: 4px solid black;
	border-right: 4px solid black;
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background-image: url(img/ht.jpg);
	background-repeat: no-repeat;
	}
	
#navicontainer {
	width: 808px;
	height: 25px;
	position: relative; 
	padding-top: 172px;
	}
	
#navitable {
	width: 600px;
	height: auto;
	position: absolute;
	margin: 0px 0px 0px 100px;
	font-family: sans-serif, Helvetica, "Trebuchet MS", Arial, "Arial black", verdana;
	font-size: 11px;
	}

.navi	{
	width: 150px;
	height: auto;
	position: absolute;
	text-align: center;
	}

#home {	
	}
	
#info {
	margin-left: 150px;	
	}
	
#galerie {
	margin-left: 300px;	
	}
	
#kontakt {
	margin-left: 450px;	
	}	

#navitable a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	}
	
#navitable a:hover {
	color: #FF0000;
	}
	

/* page */
#page {
	border-right: 4px solid black;
	border-left: 4px solid black;
	width: 800px;
	min-height: 60%;
	height: auto;
	margin: 0 auto;
	padding: 100px 0px;
	background-color: #333;
	background-repeat: repeat;
	background-position: center top;
	font-family: sans-serif, Verdana, Helvetica, Arial;
	font-size: 12px;
	text-align: justify;
	}
	
#contentcontainer {
	width: 650px;
	height: auto;
	position: relative;
	margin: 0px 0px 0px 75px;
	}	

img {
behavior: url(http://www.divine-creature.de/iepngfix.htc); /* F�r die Transparenz der PNG-Grafiken im IE6 */
}

/* footer */

#footer {
	border-left: 4px solid black;
	border-right: 4px solid black;
	width: 800px;
	height: 100px;
	margin: 0 auto;
	background-image: url(img/fb.jpg);
	background-repeat: no-repeat;
	}
	
#linkcontainer {
	width: 808px;
	height: 25px;
	position: relative; 
	padding-top: 20px;
	}
		
.link	{
	width: 200px;
	height: auto;
	position: absolute;
	text-align: center;
	}

#da {		
	}
	
#fc {
	margin-left: 200px;	
	}
	
#mk {
	margin-left: 400px;	
	}