/* MehrboxenLayout mit dynamischer Anpassung 
in dem nur die mittlere Box scrollt wenn es notwendig ist.
*/



.top /* die Topbox, was sonst ? */
{
	position: absolute;
    top: 0.8%;
    left: 0.8%;
    height: 12.5%; /* #@# war 14 */
    width: 98%;
    z-index: 3;
    padding: 0px;
    /*border-color: rgb(0,0,0);
    border-style: solid; 
    border-bottom-style: 14px solid black;*/
    background-color: transparent;
    overflow: hidden
    }

.main 
/* bezeichnet den Bereich in dem die drei eigentlichen Boxen stehen sollen*/
{
	position: absolute;
	top: 13%;
	/* #@# war 16 */
	left: 0.8%;
	height: 80%;
	/* #@# war 73 */
	width: 98%;
	z-index: 3;
	padding: 0px;
	/*border-width: 1px;
	border-color: rgb(0, 0, 0);
	border-top-style: solid;*/
	background-color: transparent;
	overflow: hidden;
}


.mleft /* Definiert den Bereich in dem das Navigationsmenu liegt */
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 97%;
	width: 15%;
	z-index: 3;
	padding: 3px;
	/* #@# war 3 */
	/*border-width: 1px;
	border-color: rgb(0, 0, 0);
	border-style: solid;*/
	background-color: transparent;
	overflow: hidden;
}

.mm /* Hier sollten die eigentlich Informationen zu finden sein */
{
	position: absolute;
	top: 0px;
	left: 17%;
	height: 97%;
	width: 82%;
	z-index: 3;
	/*border-width: 0px;
	border-color: rgb(0,0,0);
	border-style: solid;*/
	background-color: transparent;
	
	/* #@# war #990 */
	overflow: auto;

}


	
.mm_haupt    /* Hier sollten die eigentlich Informationen zu finden sein */
{
	position: relative;
	top: 0px;
	border-width: 0px;
	border-color: rgb(0,0,0);
	border-style: solid;
	padding-bottom: 2px;
	background-image: url(../images/sonne.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	/* #@# war #990 */
	overflow: auto;
	margin-right: 13%;
	margin-left: 9%;
}


	
.mm_2 /* Hier sollten die eigentlich Informationen zu finden sein */
{
	position: absolute;
	top: 0px;
	left: 15.7%;
	height: 97%;
	width: 84%;
	z-index: 3;
	border-width: 0px;
	border-color: rgb(0,0,0);
	border-style: solid;
	/*background-color: #FFFFFF;			/* #@# war #990 */
	overflow: auto;
}



.mfull /* Hier sollten die eigentlich Informationen zu finden sein */
{
	position: absolute;
	top: 0px;
	left: 15.7%;
	height: 100%;
	width: 85%;
	z-index: 3;
	border-width: 0px;
	border-color: rgb(0,0,0);
	border-style: solid;
	background-color: #FFFFFF;			/* #@# war #990 */
	overflow: auto;
}

.mright /* Platz fuer alles moegliche */
{
	position: absolute;
	top: 0px;
	right: 2px;
	height: 97%;
	width: 5%;
	z-index: 3;
	/*border-width: 0 px;
	border-color: rgb(0, 0, 0);
	border-style: solid;*/
	background-color: transparent;
	overflow: hidden;
}

.bottom  /* Der sogenannte Footer #@# rausgenommen, nimmt zuviel Platz */
{
	position: absolute;
    top: 94%;
    left: 1px;
    height: 4%;
    width: 99%;
    z-index: 3;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(0,0,0);
    border-style: solid;
    background-color: transparent;
    overflow: hidden
    
}

#siteInfo{
	clear: both;
	text-decoration:none;
	text-align: right;
/*border: 1px solid #cccccc;*/
	background-color: #FFF;
	font-size: 60%;
	color: #006600;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

.halbezeile	
{
	
	font-size:30%

}



.fuss	
{
	
	position: relative;
	bottom:1%;
	
	text-align:center; 
	
	font-size:8pt; 
	
	color:#a0a0a0;
	
	border-top:16px solid #d71414;

}

/*body {
	background-color: rgb(255,255,255);
}*/


