html			{	
					height:100%;
					overflow: scroll; 
				}
body			{	
					background-color: #ffffff;  
					padding:0px; margin:0px; 
					height:100%;
					font-family: helvetica, arial; 
					font-size: 12px;
					color: #85827b;
				}
#container		{ 	
					background-color: #ffffff;	
					background-image: url("../budapest2go_teaser.jpg");   
					background-repeat:no-repeat; 
					background-position: top center; 
					height:100%; 
					width: 100%;
					text-align: center;
					text-align: -moz-center;
					display: table;
				}

#teaser			{

					padding: 0px;
					margin: 0px;
					line-height: 20px;
					width:58.2%;
					
					position:relative;
					top:200px;
					
					text-align:right;
					
				}
#teaser p 		{		
					padding: 0px;
					margin: 0px;
					
					font-size: 10pt;
					letter-spacing: -0.015em;
					line-height: 15px;
				}
				

td				{color: #000000; font-family: tahoma; font-size: 12px;}
.highlight		{font-size: 12px; color: #FF9900; font-weight:bold;}
.lowlight		{font-size: 12px; color: #474747;}
.black			{color: #000000;}


a				{color : #d7037b; text-decoration: none; line-height: 18px; margin:0px; padding:0px; display:compact; vertical-align:top;}
a:visited		{color : #d7037b; text-decoration: none;}
a:hover			{color : #d7037b; text-decoration: underline;}
a:active		{color : #d7037b; text-decoration: underline;}

a.menulink 			{color : #d3d3d3; font-weight: bold; text-decoration: underline;}
a.menulink:visited 	{color : #d3d3d3; font-weight: bold; text-decoration: underline;}
a.menulink:hover	{color : #d3d3d3; font-weight: bold; text-decoration: none;}
a.menulink:active	{color : #555555; font-weight: bold; text-decoration: none;}



