/* css - stylesheet */

body
{
	font-family:		Helvetica, Verdana, Arial, sans-serif;
	padding: 		0;
	margin:			0;
	margin-top:	20px;
	background-color:	#FFFFFF;
	text-align:center;
}


table
{
		width: auto;
}

td
{
		text-align: center;
		padding: 20px;
		font-size:	14px;
		line-height: 120%;
		vertical-align: top;
}



td.tab, td.tab2, td.tab3
{
		text-align: center;
		padding: 30px 20px 10px 20px;
		font-size:		12px;
		line-height: 100%;
}

td.tab2
{
		padding: 0 20px 0 20px;

}

td.tab3
{
		padding: 10px 20px 0 20px;

}

a:link, a:visited, a:active, a:hover, a:focus
{
	color:		#FFFFFE;
	text-decoration: none;
}

h3, h2
{
	line-height: 140%;
	margin: 0;
	font-weight: normal;
	color: #3872BB;
}

h3 a:link, h3 a:visited, h3 a:active, h3 a:hover, h3 a:focus
{
	color: #3872BB;
	text-decoration: none;
}

#menue
{
	position: absolute;
	z-index: -1;
}
#menue ul
{
	list-style-type: none;
}