body {
	background-color:#003333;
	margin:0;
	padding: 25px;
	font-family: courier-new, courier, serif;
	font-size:0.8em;
	text-align: center;
	}
	

#main_container {
	background-color:#CCCCCC;
	background-image: url(icons/header.gif);
	background-repeat: repeat-x;
	background-position: right top;
	width: 825px;
	padding: 115px 0 2px 0;
	margin: 0px auto;
	text-align:left;
	border: 2px solid white;
	-moz-border-radius-topleft:30px;
 -moz-border-radius-topright:30px;
	}

	
#hauptfenster {
	width: 615px;
	float: right;
	padding: 0 25px 0 0;
	}

#navigation {
	background-color:#CCCCCC;
	width: 155px;
	padding: 40px 0px 0px 25px;
	height:450px;
	}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	}
	
#navigation ul ul {
	display: none;
	margin: 0px;
	padding: 0px;
	}
	
#navigation li {
	font-size: 1em;
	height:1%;
	}
	
#navigation li li{
	margin: 0 0 0 15px;
	font-size:  1em;
	height:1%;
	}
	
.tippspiel #tippspiel ul, .bilder #bilder ul , .rarsection #rarsection ul {
	display: block;
	}
	
#footer_container {
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	background-image: url(icons/footer.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	width: 825px;
	margin: 0px auto;
	height: 50px;
	min-height: 50px;
	 -moz-border-radius-bottomleft:30px;
 -moz-border-radius-bottomright:30px;
	}


p.footer {
	margin-top: 0px;
	padding: 15px 0 0 0;
	}	
	
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	text-align:right;
	}

hr {
	margin: 0 0 10px 0;
	}
.justify {
	text-align:justify;
	}

.clear {
	clear: both;
	}

img.floatleft {
	float: left;
	margin: 0 20px 20px 0;
	}

img.floatright {
	float: right;
	margin: 0 0 20px 20px;
	}

#hauptfenster a:link, #hauptfenster a:visited
	{
    text-decoration: underline;
    color: black;
	}

#hauptfenster a:active, #hauptfenster a:hover
	{
    text-decoration: underline;
    color: white;
	}	

#navigation a:link, #navigation a:visited
	{
    text-decoration: none;
    color: black;
	}

#navigation a:active, #navigation a:hover
	{
    text-decoration: underline;
    color: white;
	}