/* CSS Document */

html, body 
						{
						background-image:	 url(../img/album_bg.gif);
						background-repeat:	repeat;
						margin-left:		0;
						margin-top:			0;
						font-family:		Arial, Helvetica, sans-serif;
						font-size:			12px;
						line-height:		104%;
						}
#content				
						{
						position:			relative;
						height:				610px;
						width:				990px;
						margin:				0px auto;
						display:			block;
						border: 			0px dotted yellow;
						}
#image
						{
						position:			absolute;
						left:				0px;
						top:				0px;
						width:				990px;
						height:				610px;
						}
						
#menu
						{
						position:			absolute;
						width:				110px;
						height:				180px;
						display:			block;
						color:				#550000;
						text-decoration:	none;
						line-height:		140%;
						/*border: 			1px dotted red;*/
						}
#menu a:link
						{
						text-decoration:	none;
						color:				#550000;
						}				
#menu a:visited 
						{
						text-decoration:	none;
						color:				#49695A;
						}
#menu a:hover
						{
						text-decoration:	none;
						color:				#C5028A;
						}
.menu_o
						{
						left:				780px;
						top:				100px;
						}
.menu_u
						{
						left:				780px;
						top:				300px;
						}
.menu_highlight				
						{
						color:				#C5028A;
						}
#kontakt a:link,
#kontakt a:visited,
#kontakt a:hover
						{
						text-decoration:	none;
						color:				#550000;
						}
.kontakt_l_u			
						{
						position:			absolute;
						width:				145px;
						height:				16px;						
						left:				240px;
						top:				460px;
						border-bottom:		1px solid #C5028A;
						}
.kontakt_r_u			
						{
						position:			absolute;
						width:				145px;
						height:				16px;						
						left:				510px;
						top:				472px;
						border-bottom:		1px solid #C5028A;
						}
.kontakt_r_o			
						{
						position:			absolute;
						width:				145px;
						height:				16px;						
						left:				608px;
						top:				90px;
						border-bottom:		1px solid #C5028A;
						}
.kontakt_l_m			
						{
						position:			absolute;
						width:				83px;
						height:				16px;						
						left:				273px;
						top:				185px;
						border-bottom:		1px solid #C5028A;
						}
.kontakt_partner1			
						{
						position:			absolute;
						width:				130px;
						height:				16px;						
						left:				0px;
						top:				87px;
						border-bottom:		1px solid #C5028A;
						}
.kontakt_partner2			
						{
						position:			absolute;
						width:				115px;
						height:				16px;						
						left:				0px;
						top:				115px;
						border-bottom:		1px solid #C5028A;
						}
.text
						{
						position:			absolute;
						width:				250px;
						}
.text_l					{
						height:				330px;
						left:				215px;
						top:				135px;
						}
.text_r					{
						height:				330px;
						left:				505px;
						top:				135px;
						}
.text_start_1			{
						position:			absolute;
						width:				200px;
						height:				10px;
						left:				70px;
						top:				250px;
						}	
.text_start_2			{
						position:			absolute;
						width:				200px;
						height:				10px;
						left:				90px;
						top:				400px;
						}	
						
.tooltip 				{
						position: 			absolute;
						display: 			none;
						background-color:	#fece25;
	
						color:				#550000;
						border:				0px solid blue;
						filter:				alpha(opacity=90); 
						-moz-opacity: 		0.90; 
						opacity: 			0.90;
						
						font-size:			11px;
						line-height:		130%;
						
						padding-top:		10px;
						padding-bottom:		10px;
						padding-left:	 	20px;
						padding-right:	 	10px;
						width:				110px;
						-moz-border-radius:	5px;
						}				
