/* Gilt für den gesamten HTML-Bereich*/
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: White; /*text-align: center;*/
	margin: 0px 0px 0px 0px;
	
	color: #000000;
}

/* H1-H3 sind Überschriften*/
h1 {
	font-size: 18px;
	text-align: center;
}
h2 {
	font-size: 16px;
	text-align: center;
}
h3 {
	font-size: 12px;
	text-align: center;
}

/*  Definiert die Darstellung der Links*/
a:link, a:visited, a:active
{
	text-decoration: none;
	color: #000000;

}

a:hover
{
	text-decoration: none;
	color: Red;
}
/* Def für Links im MENU-Container*/
a.menu:link, a.menu:visited
{ 
 color:#000000;
 text-decoration:none;
}
a.menu:active, a.menu:hover
{
	color: Red;
	background-color: #FFA500;
}

   

#ftext {
	margin: 10px;
	line-height: 16px;
	text-align: justify;
}


.menucontainer {
	background-color: #FFA500;
	width: 23%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	top: 0%;
	position: fixed;
	background-color:;
	}

.menucontaineru {
	background-color: #FFA500;
	width: 13%;
	height: 13%;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 0px 0px;
	top: 98%;
	position: fixed;
	
}

/* margin:oben rechts unten links ; 
;;
*/

.content {
	background-color: #FFBD40;
	margin: 0px 0px 0px 0px;
	width: 66%;
	height: 100%;
	overflow: auto;
	top: 0%;
	left: 24%;
	position: absolute;
	padding: 0px 50px 0px 50px;
	elevation: below;
	text-align: justify;
}


.mini {
font-size: 10px;
}

.klein {
font-size: 11px;
}
.gross {
font-size: 24px;
line-height: 12px;
}
.mittel {
	font-size: 12px;
	font-weight: bold;
}

#mittig {
	font-size: 16px;
	text-align: center;
	
}
#mittigdick{
	font-size: 56px;
	text-align: center;
	
}
.runde box {

}