/************************************************************************/
/* Startseite													  		*/	
/************************************************************************/
#startseite{
	border: 0px #AAAAAA solid;
	width:1000px;
	height:450px;
	margin:0 auto;
	padding:0px;
	background-position: 150px;
	background-repeat:no-repeat;
	background-image: url(/gfx/startseite.jpg);
	background-color: #FFFFFF;
	background-attachment: scroll;
	overflow: hidden;
}

#startseite_bottom{
	border: 0px #000000 solid;
	width: 1000px;
	height: 150px;
	margin:0 auto;
	padding: 0px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(/gfx/startseite_bottom.jpg);
	background-color: #FFFFFF;
	background-attachment: scroll;
	overflow: hidden;
}


td{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
}

.willkommen {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #2A57A5;
}



a:link 		{	color:#FF6600;text-decoration: none;}
a:visited	{	color:#FF6600;text-decoration: none;}
a:active	{	color:#5F8BCD;text-decoration: underline;}
a:hover 	{	color:#5F8BCD;text-decoration: underline;}