/* CSS fuer 'Ich rette das Multiversum'-Site
	Autor: Ulf Groote
	Stand: 2006-04-01
*/


/* _______________________________________________________________________________________________
	--------------------------------------- GENERAL ----------------------------------------------- */
* {
	margin:0;
	padding:0;
	}

td { 	vertical-align:top;	}
/* _______________________________________________________________________________________________
	-------------------------------- FARBEN UND SCHRIFTARTEN -------------------------------------- */

* {
	font-family:Verdana,Arial,Sans-serif;
	text-decoration:none; 
	font-weight:bold;
	}
a				{	text-transform:uppercase; 	}
a:link		{	color:rgb(90,184,255);		}
a:visited	{	color:rgb(90,184,220);	}
a:hover		{	text-decoration:underline;	}


body {
	background-color:rgb(173,220,248);
	color:rgb(52,106,142);	
	font-size: 90.01%;
	}

h1, h2, h3, h4 {
	text-transform:uppercase;
	text-align:left;
	}
h1 {
	font-family:"Humanst531 UBlk BT",Verdana,Arial,Sans-serif;
	font-size:1em;
	}
h4	{
	font-size:1.15em;
	}

strong	{	color:rgb(230,240,255);	}

#haupt, #addon, #navi	{
	background-color:rgb(52,106,142);
	color:rgb(173,220,248); 
	padding:1em;
	}
	
#navi	{
	font-size:0.85em;
	}
#navi ul {
	padding-top:0.5em;
	padding-bottom:1.5em;
	}
#navi li {
	padding:0.2em 0 0.2em 0;
	}
#navi a:link, #navi a:hover, #navi a:active	{
	color:rgb(173,220,248); 
	}
#navi a:visited	{	color:rgb(90,184,240);	}


#addon	{
	font-size:0.9em;
	}

#header	{
	padding-left:1em;
	}
	
li	{
	margin-left:1.5em;
	}
	
.bib {
	margin-bottom:1em;
	}
	
p, ul, ol, h2, h3, h4	{
	padding:1em 0 0.25em 0;
	}
	
.tiny	{
	font-weight:normal;
	padding-top:3em;
	font-size:0.85em;;
	}
/* _______________________________________________________________________________________________
	-------------------------------------- LAYOUT ------------------------------------------------- */
html, body {
	height:98%;
	width:100%;
	}

#ueberwrapper {
	vertical-align:top;
	margin:2em 5em 2em 5em;	/* Uhrzeigersinn: oben, rechts, unten, links */
	height:95%;
	}

#header, #headpic {
	height:100px;
	}
#headpic {
	background:url(multi_img/dish.gif) no-repeat center bottom;
	}

#haupt	{
	width:70%;
	height:90%;
	text-align:justify;
	}
	
#addon, #navi	{	width:13em;	}
#addon	{	padding-right:2em;	}
#navi		{	padding-left:2em;	}

#footer	{
	clear:both;
	text-align:center;
	padding:0;
	}

.external	{
	background:url(multi_img/exteernal.gif) center right no-repeat;
	padding:0 13px 0 0;
	margin:0;
	}