/**********************************************
**                                           **
** Weberglockenmarkt.com                     **
** Veranstaltungszentrum Neubrandenburg GmbH **
**                                           **
**********************************************/

/* Global */
body
{
	background: #006633;
	margin-top: 50px;
}


/* Design */
#design
{
	width: 950px;
	height: auto;
	background: #cca579;
	margin:0 auto;
	position:relative;
}


/* Header */
#header
{
	width: auto;
	height: auto;
}

#header #leiste
{
	width: auto;
	height: 24px;
	vertical-align: middle;
	background: #da203d;
}

#header #titel
{
	position: absolute;
	left: 375px;
	top: 35px;
	text-align: center;
}

#header #logo
{
	width: auto;
	height: 130px;
	background: url(../pics/logo.png) no-repeat center left;
	margin-left: 200px;
}


/* Inhalt */
#inhalt
{
	float: left;
	padding-bottom: 40px;
}

#inhalt #navi_links
{
	width: 250px;
	height: auto;
	float: left;
}

#inhalt #navi_links #div
{
	padding-bottom: 40px;
}

#inhalt #modul
{
	width: 535px;
	height: auto;
	float: left;
	margin-left: 15px;
	margin-top: 27px;
}

#inhalt #navi_rechts
{
	width: 150px;
	height: auto;
	float: left;
}

#footer
{
	width: auto;
	height: 24px;
	background: #009058;
}


/* spezifische HTML-Elemente */
ul.navi
{
	list-style: square;
	padding-left: 12px;
	padding-top: 1px;
	margin-left: 12px;
	margin-bottom: 24px;	
	line-height: 12px;
	width: 200px;
}

ul.navi li.unterpunkt
{
	list-style: square;
	padding-left: 0px;
	margin-left: 18px;
}

li.navi
{
	color: #da203d;
	margin-top: 12px;
}

li.unterpunkt
{
	color: #009058;
	line-height: 12px;
}


