body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0c0c0b;
	font-size: 12pt;
	margin-top: 10px;
}

* 
{
margin: 0;
padding: 0;
} 


#alles
{
	width: 80%;
	margin: auto;
	min-width: 800px;
	max-width: 1000px;
}

#bildlinks
{
	background-image: url(pics/moniLinks.jpg);
	width: 61px;
	float: left;
	height: 674px;
}

#bildmitte
{
	background-image: url(pics/monimitte1.jpg);
	height: 674px;
	float: left;
	width: 80%;
}

#bildrechts
{
	background-image: url(pics/moniRechts.jpg);
	width: 62px;
	float: left;
	height: 674px;
}

#fuss
{
	clear: left;
	background-image: url(pics/moniFuss.jpg);
	height: 158px;
	width: 513px;
	margin: auto;
}

#balken
{
	background-color: #0A246A;
	margin-top: 64px;
	width: 99,5%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 16pt;
	color: White;
	border: 3px solid #959595;
}

#navi
{
	width: 99%; 
	background-color: #d4d0c8;
	border: 2px solid #959595;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
	float: left;
}

#navi ul
{
	list-style-type: none;
	float: left;
	margin-right: 25px;
}

.navitest
{
	text-align: center;
	padding: 4px;
	color: black;
}

#navi ul li a
{
	text-decoration: none;
	color: black;
}


#navi h5:hover 
{
	color: white;
	background: blue;
}

#navi ul ul a
{
	text-decoration: none;
	display: block;
	padding: 4px;
	color: black;
	background: #d4d0c8;
}

#navi ul ul a:hover 
{
	color: white;
	background: blue;
	
}

#navi ul ul 
{
	position: absolute;
	z-index: 2;
	display: none;
	border: 1px solid black;
} 

#navi ul li:hover ul 
{
	display: block;
} 

#navi ul li a:hover ul
{
	display: block;
} 


#inhalt
{
	width: 99,5%;
	border: 2px solid #959595; 
	background-color: white;
	height: 425px;
	overflow: scroll;
}

* html #portrait
{
	height: 270px;
}


.aktuell 
{
	border: 1px dotted grey;
	
}

/* Index.html */

#inhalt h1
{
	margin-top: 20px;
	margin-left: 30px;
}

#inhalt h2
{
	margin-top: 10px;
	margin-left: 30px;
}

#gamelink
{
	margin-top: 10px;
	margin-left: 30px;
}

.ordner
{
	margin-left: 30px;
	margin-top: 15px;
}

.ordner a
{
	text-decoration: none;
	color: black;
}



.runter
{
	margin-left: 30px;
	margin-top: 15px;
}

.runter a
{
	color: black;
	font-size: 15pt;
	text-decoration: underline;
}

.runter a:hover
{
	border: 1px dotted Gray; 
}