@charset "utf-8";
/* CSS Document */

body				{
						background-color: #aed8f3;
						background-image: url(../images/background.jpg);
						background-repeat:repeat-x;
						color:#000;
						margin: 0px;
						padding: 0px;
						font-family:Verdana, Helvetica, sans-serif;
						font-size:11px;
					}

/* */

a:link				{}
a:visited			{}
a:active			{}
a:hover				{}


/*	*/

#header				{
						background-image: url(../images/header.jpg);
						background-repeat:no-repeat;
						width: 684px;
						height: 120px;						
						font-size: 0px;
						position: absolute;
						left: 50%;
						margin-left: -342px;
					}
#header h1		{ display: none;} 					
					
#teaser				{
						width: 750px;
						position: absolute;
						left: 50%;
						margin-left:-375px;
						margin-top: 120px;
					}					

#teaser_list		{
						padding: 0px;
						margin: 0 0 0 33px;
					}

#teaser_list li		{
						list-style-type: none;
						float:left;
						position: relative;
						margin: 0px;
						padding: 0px;
						font-size: 0px;
					}

#teaser_list span {display:none;}
					

#teaser_far_left	{
						background-image: url(../images/teaser_left_1.jpg);
						background-repeat:no-repeat;
						width: 117px;
						height: 270px;
					}
#teaser_far_left a	{display: block; width: 117px; height: 270px; }					



#teaser_left		{
						background-image: url(../images/teaser_left_2.jpg);
						background-repeat:no-repeat;
						width: 119px;
						height: 270px;
					}
#teaser_left a		{display: block; width: 119px; height: 270px; }					


#teaser_center		{
						background-image: url(../images/teaser_center.jpg);
						background-repeat:no-repeat;
						width: 213px;
						height: 270px;

					}
#teaser_center a	{display: block; width: 213px; height: 270px; }					
					
#teaser_right		{
						background-image: url(../images/teaser_right_1.jpg);
						background-repeat:no-repeat;
						width: 118px;
						height: 270px;
					}
#teaser_right a		{display: block; width: 118px; height: 270px;}					

#teaser_far_right	{
						background-image: url(../images/teaser_right_2.jpg);
						background-repeat:no-repeat;
						width: 116px;
						height: 270px;
					}
#teaser_far_right a	{display: block; width: 116px; height: 270px;}					


/* Test-teaser */

#text_teaser		{
						position: absolute;
						width: 750px;
						left: 50%;
						margin-left: -375px;
						margin-top: 390px;
						text-align:center;
					}

#text_c		{
						position: absolute;
						width: 750px;
						left: 50%;
						margin-left: -375px;
						margin-top: 550px;
						text-align:center;
					}


/* ENTER  / EINTRETEN*/


#entry				{
						position: absolute;
						left: 50%;
						margin-left: -342px;
						margin-top: 430px;
						width: 684px;
					}
#entry_list		{
						padding: 0px;
						margin: 0px;

					}
					
#entry_list span {display:none;}					
					
#entry_list li 		{
						list-style-type:none;
						font-size: 0px;
						float:left;
						position:relative;
						margin: 0px;
						padding: 0px;
					}

#entry_enter		{
						background-image: url(../images/entry_enter_out.jpg);
						background-repeat:no-repeat;
						width: 176px;
						height: 74px;
					}
#entry_enter:hover	{
						background-image: url(../images/entry_enter_ovr.jpg);
					}

#entry_enter a		{display: block; width: 176px; height: 74px;  }					



#entry_leave		{
						background-image: url(../images/entry_leave_out.jpg);
						background-repeat:no-repeat;
						width: 166px;
						height: 74px;
					}
#entry_leave:hover	{
						background-image: url(../images/entry_leave_ovr.jpg);
					}

#entry_leave a		{display: block; width: 166px; height: 74px; }					




#entry_eintreten	{
						background-image: url(../images/entry_eintreten_out.jpg);
						background-repeat:no-repeat;
						width: 166px;
						height: 74px;
					}
#entry_eintreten:hover	{
						background-image: url(../images/entry_eintreten_ovr.jpg);
					}

#entry_eintreten a		{display: block; width: 166px; height: 74px; }					



#entry_verlassen	{
						background-image: url(../images/entry_verlassen_out.jpg);
						background-repeat:no-repeat;
						width: 175px;
						height: 74px;
					}
#entry_verlassen:hover	{
						background-image: url(../images/entry_verlassen_ovr.jpg);
					}

#entry_verlassen a		{display: block; width: 175px; height: 74px; }					
