html, body {
	background:#000;
	margin:0px;
	padding:0px;
}

div, p, h2 {
	margin:0px;
	padding:0px;
	
	font-family:Tahoma,Verdana,sans-serif;
	font-size:12pt;
	font-weight:normal;
}

img {
	border:none;
}

div#div_container {
	width:1024px;
	height:768px;

	margin-left:auto;
	margin-right:auto;
}

div#div_header {
	width:1024px;
	height:339px;
	float:left;
	
	background-image:url(images/header.jpg);
}

div#div_menu {
	width:195px;
	height:427px;
	float:left;
	
	background-color:#000;
}

div.div_menu_button {
	width:164px;
	height:45px;
}

div#div_menu_home {
	margin-left:0px;
	margin-top:22px;
}

div#div_menu_info {
	margin-left:24px;
	margin-top:-1px;
}

div#div_menu_shop {
	margin-left:0px;
	margin-top:-8px;
}

div#div_menu_map {
	margin-left:12px;
	margin-top:0px;
}

div#div_menu_flyer {
	margin-left:0px;
	margin-top:-5px;
}

div#div_menu_imprint {
	margin-left:12px;
	margin-top:-4px;
}

div#div_menu_back {
	margin-left:0px;
	margin-top:38px;
}

div#div_content {
	width:829px;
	height:427px;
	float:left;
	
	background-color:#fff;
}

div#div_content_main {
	width:447px;
	height:387px;
	float:left;
	overflow:auto;
	
	padding:20px 30px 20px 30px;
}

div#div_content_image {
	width:322px;
	height:427px;
	float:left;
}

.border {
	border: 1px solid red;
}

h2.h2_headline {
	font-size:24pt;
	margin-bottom:4pt;
}

p.p_text {
	line-height:18pt;
}

div#div_content div#div_content_main img.div_content_img_gallery {
	margin-left:70px;
	margin-bottom:30px;
}
