* { 
	margin:0;
	padding:0;
	font-size:100%;
	font-family: Lucida Sans, Arial, Verdana, Helvetica, sans-serif;
	color:rgb(50,50,50);
}

body {
 	background:rgb(192,192,192);
}

h3 { 
	font-size:1.3em;
	font-weight:bold;
}

a { 
	cursor:pointer;
	text-decoration:none; 
}

div#universum {
	text-align: center; /*zentrierung für IE*/
}

div#gesamt { 
	width:950px;
	margin:0 auto; /*zentrierung für FireFox und Opera*/
	text-align: left;
	overflow:hidden;
}

div#map {
	margin: 0 0 0 0px;
	width:950px;
	height:846px;
}

div#kopf {
	width:950px;
	height:450px;
	margin:-846px 0 0 0px;
	text-decoration:none; 
	color:rgb(192,192,192); 
	font-size:13px;
}

div#platzhalterNav1 
{
	height:30px;
}

h1, h2, h3, h4, h5 
{ 
	font-weight:bold;
	color:rgb(50,50,150);
}

h1 { font-size:2em; }
h2 { font-size:1.6em; }
h3 { font-size:1.3em; }
h4 { font-size:1.2em; }
h5 { font-size:1.1em; }