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:925px;
	height:675px;

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

div#div_header {
	width:925px;
	height:156px;
	margin-top:100px;
}

div#div_header_logo {
	width:418px;
	height:156px;
	float:left;
	
	background-image:url(images/logo.jpg);
}

div#div_header_slideshow {
	width:507px;
	height:156px;
	float:left;
	
	background-image:url(images/slideshow.jpg);
}

div#div_menu {
	width:177px;
	height:419px;
	float:left;
	
	background-color:#000;
	
	background-image:url(images/menu.jpg);
}

div#div_content {
	width:703px;
	height:379px;
	float:left;
	
	background-color:#fff;
	
	padding:20px;
	
	background-image:url(images/content.jpg);
}

div#div_content_party {
	width:703px;
	height:379px;
	float:left;

	background-color:#000;
	color:#fff;

	padding:20px;

	background-image:url(images/back_party.jpg);
}

div#div_content_start {
	width:703px;
	height:379px;
	float:left;

	background-color:#000;
	color:#fff;

	padding:20px;

	background-image:url(images/back_start.jpg);
}

div#div_content_content {
	width:703px;
	height:379px;

	overflow:auto;
}

div#div_content_content_info {
	width:603px;
	height:379px;

	padding-top:40px;
	padding-left:100px;

	overflow:auto;
}

div#div_content_content_party {
	width:603px;
	height:379px;

	padding-left:100px;

	overflow:auto;
}

.border {
	border: 1px solid red;
}

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

h2.h2_teaser {
	text-align:center;
	text-transform:uppercase;
	font-size:20pt;
	font-weight:bold;
	padding-top:330px;
	padding-bottom:50px;
}

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

/* GALLERY */

div#gal_main
{
	top:269px;
	margin-left:-273px;

	position:absolute;
	left:50%;
	width:725px;
	height:396px;
	background:#fff url(images/gallery/loader.gif) no-repeat;
	background-position:330px 160px;
	z-index:90;
}

#gal_main div#gal_conatiner, #gal_main img#gal_mask
{
	position:absolute;
	display:block;
	width:725px;
	height:396px;
	z-index:91;
}

#gal_conatiner
{
	text-align:center;
}