#welcome {
	width:100%;
	height:353px;
	background-color:#09142c;
	margin-bottom:0px;
	color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; 
 /*	background-image:url(/2008/fileadmin/linuxtag/templates/main/images/lt2k8-welcome2.png);
	background-repeat: no-repeat;
	background-position: bottom center; 
  */	
}

#welcomelogo {
 /*	background-image:url(/2008/fileadmin/linuxtag/templates/main/images/lt2k8-logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
  */
  	text-align: left;
	width:900px;
	height:100%;
	margin-left:auto;
	margin-right:auto;	
}

#menu.welcome a.active {
	color:#32497b;
	background-color:#FFFFFF;
}

#menu.welcome a.active:hover {
	color:#32497b;
}


