	.loginbox_neu {
		position: relative;
		padding:0;
		margin:0;
		left: -3px;
		width: 230px;
		background-color: white;
	}

	#top-menu {
		background-color: white;
	}
	
	#top-menu .button {
		height: 30px;
		width: 250px;
		margin-right: 5px;
		float: left;
		padding-left: 4px;
		padding-bottom: 2px;
		color: white;
	}
	
	#top-menu .button_mymed_magazin {
		background-color: green;
		background: url('/images/portal.top.button.magazin.png');
	}
	
	#top-menu .button_mymed_experts {
		background-color: orange;
		background: url('/images/portal.top.button.experts.png');
	}
	
	#top-menu .button_mymed_network {
		background-color: blue;
		background: url('/images/portal.top.button.network.png');
	}	

	#world_splash_description {
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 0px;
		padding-right: 0px;
		width: 785px;
	}

	#world_splash_description .box {
		border: 1px solid #eee;
		background-color: #eee;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 10px;
	}

	#close_introduction {
		position: relative;
		float: right;
		right: -10px;
		top: 5px;
	}
	
	#world_splash_description .box h2 {
		color: #444;
	}

	#world_splash_description .text {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 10px;
	}
	
	#world_splash_description .text .block2 {
		float: left;
		width: 49%;
		padding-right: 2px;
	}
	
	#world_splash_description .text .block3 {
		float: left;
		width: 235px;
		margin-left: 0px;
		padding: 5px;
	}


	/* 20090925 ------------------------------------------------------------------ */

	#top-menu {
		width: 785px;
		height: 34px;
		background-color: white;
	}

	#top-menu .button {
		float: left;
		height: 34px;
		margin-right: 0px;
		padding: 0px;
		color: white;
	}

	#top-menu .button_mymed_magazin {
		width: 255px;
		margin-right: 10px;
		background-color: green;
		background: url('/images/portal.top.button.magazin.png');
	}

	#top-menu .button_mymed_experts {
		width: 255px;
		margin-right: 10px;
		background-color: orange;
		background: url('/images/portal.top.button.experts.png');
	}

	#top-menu .button_mymed_network {
		width: 255px;
		margin-right: 0px;
		background-color: blue;
		background: url('/images/portal.top.button.network.png');
	}
