/*MRE
*/

/*body hat nur eine zuf?llige Farbe als Wert. Hier kann nach belieben ein Hintergrundbild gesetzt werden. 
Alle Border sind nur zur Veranschaulichung gedacht und k?nnen daher auskommentiert oder gel?scht werden. 
margin-left: auto und margin-right: auto sollen eigentlich zu einer Zentierung f?hren...nicht jedoch f?r den IE. Hier kann etwas herumexperimentiert werden (weis ja nicht ob ihr das ?berhaupt braucht). Falls alles nix n?tzt k?nnt ihr auch in der index.php ein <center> </center> verwenden. Das funktioniert auf jedenfall, kann jedoch nur ?ber die index wieder herausgenommen werden und ist deshalb quasi statisch.*/
body 	{
	background: #b5d0e0;
	}

#header {
	width: 100%;
	height: 1px;

	}


body,td,th {
width: 100%;
	color: #606161;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

h1 {

	font-family:Helvetica ,Arial,sans-serif;
	font-size: 24px;
color: #606161;
line-height: 3pt;
	
}

h2 {

	font-family:Helvetica ,Arial,sans-serif;
	font-size: 14px;
color: #606161;
line-height: 3pt;
	
}
h4 {

	font-family:Helvetica ,Arial,sans-serif;
	font-size: 24px;
color: #606161;

	
}
h5 {

	font-family:Helvetica ,Arial,sans-serif;
	font-size: 14px;
color: #606161;
	
}

a {
	
	color: #606161;
font-style: normal;
}
a:link {
	text-decoration: none;
font-style: normal;
color: #606161;
}
a:visited {
	text-decoration: none;
font-style: normal;
	color: #606161;
}
a:hover {
	text-decoration: none;
	color: #606161;
}
a:active {
	text-decoration: none;
font-style: normal;
	color: #606161;
}

#headercontent{
	width: 100%;
	height: 5px;

	margin-left: auto;
	margin-right: auto;

	}

#mainbody{
	width: 100%;
	margin-left: auto;
	margin-right: auto;



	}

#left	{
	float: left;

	height: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 24px;
	font-color: #606161
border: 1px solid black;
	
	
	}

#pathway  {
background:#93246F;

padding-top:0;
text-align:right;
font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
color:#fff;
text-decoration: none;
}

#content	{
	float: left;
width: 100%;
	height: auto;
	font: Arial, Helvetica, sans-serif;
	font-color: #606161



	}

#right	{
	float: left;

	height: auto;

	
	}

#footer {
	clear:both;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
text-align:right;
font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
color:#fff;
text-decoration: none;

	}
