*{
	margin: 0px;
	padding: 0px;	
}
/* STANDARD EINSTELLUNGEN */

body
{
 font-family:Verdana, Tahoma, Arial;	
 font-size: 14px;
}

/*LOGO IMAGE EINSTELLUNGEN */
img.logo
{
	border: 0px;
}

/* DIV EINSTELLUNGEN */

/* Wrapper */

#wrapper
{
	position: relative;
	height: auto;
	width: 839px;
	margin-left:-419px;
	left:50%;
}

/* Header */
#header
{
	position: relative;
	height:	100px;
	width:824px;
}

		/*  KLASSEN IN DER DIV HEADER */
		div.logo
		{
			position: absolute;
			height:100px;
			width:250px;
			position:absolute;
			top:0px;
			left:0px;
		}
			
		
		div.head-right
		{
			position:absolute;
			width: 574px;
			height: 99px;
			left:250px;
			top:0px;
			background-image:url(../images/header_right_bg_01.jpg);
			background-repeat:no-repeat;	
		}	

	
	/* NAVI-EINGENSCHAFTEN */	
			
	#navi_box
	{
		position: relative;
		height:49px;
		width:250px;
		z-index:10;
		background-image:url(../images/navi_top_bg.jpg);
		background-repeat: no-repeat;
	}	
	
			#navigation
			{
				position:absolute;
				color: #ffffff;
				height:30px;
				width:100px;
				top:126px;
				left:40px;
				z-index:100;
			}
			
				h1.navigation
				{
					color: #ffffff;
					font-size:13px;	
					margin-top:4px;
						
				}
			
				div.navi
				{
					width:203px;
					border-top: 1px solid #c5c7c8;
				}
		
		
					/* NAVI ICON EINSTELLUNGEN */
					img.navi_point
					{
						position: relative;
						margin-top: 7px;
						margin-left: 20px;	
					}
				
	#navi_bg
	{
		position: relative;
		height:auto;
		width:235px;
		top:10px;
		left:22px;
		float:left;
		background-image:url(../images/navi_bg_back.jpg);
		background-repeat:repeat-y;
	}
	
			div.bottom
			{
				height: 10px;
				width: 204px;	
				background-image: url(../images/navi_bg_bottom.jpg);
				background-repeat:no-repeat;
			}
	
		
	span.navi
	{	
		margin-left: 2px;
	}
	
	/* SUB NAVI EINSTELLUNGEN */
	div.sub-navi
	{
		margin-left: 35px;

	}
	
	/*  Box - Einstellungen */
	
	#box
	{
		position: absolute;
		width: 239px;
		height: 220px;
		top: auto;
		left: -12px;
		margin-top: 45px;
		background-color: #949495;
		z-index:1;

	}
		div.boxheader
		{
			position: absolute;
			height: 24px;
			width:239px;
			color: #ffffff;
			background-image: url(../images/box_header.jpg);
			background-repeat:no-repeat;
		}
				
	
		div.boxtxt
		{
			position: relative;
			height: 155px;
			width: 205px;
			top: 37px;
			margin-left: 25px;
			font-size:13px;
		}


			
			
				h1.box
				{
					color:#ffffff;	
					font-size:13px;	
					margin-left: 28px;
					margin-top:4px;
				}
				
					img.cinema
					{	
						margin-top: -57px;
						margin-left: 80px;
						border: 0px;
					}

/* CONTENT DIV EINSTELLUNGEN */

#content
{
	position:relative;
	height: auto;
	width: 592px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	color: #707172;
	top:-49px;
	float: left;
	left: 7px;

}	
	/* CONTENT KLASSE CONTENT-BOTTOM*/
	div.content-bottom
	{
		position:relative;
		height:16px;
		width:588px;
		background-image: url(../images/content_bottom.jpg);
		background-repeat:no-repeat;
		margin-left: 2px;
	}
	
/* CONTENT TEXT DIV EINSTELLUNGEN */

#content-txt
{
	margin-left: 60px;	
	margin-right:50px;
	margin-bottom:50px;
	margin-top:20px;
}


	div.content-innertxt
	{
		margin-top:15px;		
	}
/* FOOTER EINSTELLUNGEN */	
#footer
{
	position: relative;
	height: auto;
	width:572px;
	color: #c5c7c8;
}

/* LINK EINSTELLUNGEN FUER DIE NAVIGATION */
a.navi
{
	color: #666666;
	font-size:14px;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;
}

a:active.navi
{
	color: #666;
}

a:visited.navi
{
	color: #666;
}

a:hover.navi
{
	color: #c5c7c8;
}

a.navi-set
{
	color: #a50e15;	
	font-size:14px;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;
}

/* LINK EINSTELLUNGEN FUER DIE SUB-NAVIGATION */
a.sub-navi
{
	color: #666666;
	font-size:14px;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;
}

a:active.sub-navi
{
	color: #666;
}

a:visited.sub-navi
{
	color: #666;
}

a:hover.sub-navi
{
	color: #c5c7c8;
}

a.sub-navi-set
{
	color: #a50e15;	
	font-size:14px;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;
}
