table#doSomethingButton1
	{
	position:			absolute;
	z-index:			6;
	left:				300px;
	top:				250px;
	border:				0px none #FFFFFF;
	}

table#doSomethingButton1:hover
	{
	cursor:				pointer;
	}	


body
	{
	margin:				0px;
	}

h1
	{
	font:				500 normal 22px/170% Arial, Helvetica, sans-serif;
	color:				#a7a370;
	text-decoration:	none;
	white-space:		nowrap;
	display:			block;
	overflow:			visible;
	z-index:			auto;
	letter-spacing:		0.03em;
	text-align:			left;
	text-indent:		0pt;
	}

div#normalerText
	{
	font:				100 normal 14px/130% Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#002237;
	letter-spacing:		0.05em;
	text-align:			left;
	word-spacing:		normal;
	display:			block;
	overflow:			hidden;
/*	clip:   			rect(50px auto 100px auto);
	*/
	}
	
#allElements
	{
	position:			absolute;
	margin-left:		0px;
	font-family:		Arial, Helvetica, sans-serif;
	}

#container
	{
	position:			absolute;
	top:				-1px;
	left:				125px;
	width:				407px;
	height:				338px;
	margin:				0px;
	border:				1px solid #A0A0A0;
	background-color: 	#ffffff;
	padding-top:		12px;
	padding-right:		20px;
	padding-bottom:		20px;
	padding-left:		20px;
	clip:  				rect(auto, auto, 337px, auto);
	z-index:			0;
	}

#mainpic
	{
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				983px;
	height:				335px;
	padding:			0px;
	margin:				0px;
/*
	border-top: 		0px solid a0a0a0;
	border-right: 		0px solid a0a0a0;
	border-bottom: 		1px solid a0a0a0;
	border-left: 		0px solid a0a0a0;

	border:				1px solid #002237;
*/	}

div.transp100 
	{
	width: 				100%;
	background-color: 	#ffffff;
	}

div.transpMed 
	{
	width: 				100%; 
	background-color: 	#ffffff;
	opacity:			.75;
/*	filter:				alpha(opacity=75); 	*/
	-moz-opacity:		0.75; 
	}
	
div.transp10 
	{
	width:				100%; 
	background-color:	#ffffff;
	opacity:			.1;
/*	filter:				alpha(opacity=10); */
	-moz-opacity:		0.10; 
	}
	
td
	{
	bottom: 			200px;
	}



	
