body {
	background-color:#FFFFFF; 	/Hintergrundfarbe/
	color:#000000;				/Textfarbe/
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	margin: 0px;				/Abstand vom Rand zur Seite/
	padding: 0px;				/Abstand vom Container zum Inhalt
	font-size: 16px;
	
	display:inline;
	zoom:1;

}

/* Generelle Link Formatierungen */
body a {
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	color:#707070;

}

body p {
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	

}

body a:link{
	color:#707070;
	text-decoration: none;
}

body a:visited{
	color:#707070;
	text-decoration: none;

}

body a:hover{
	color:#0042A5;
	text-decoration: underline;
}

body a:active{
	color:#000000;
	text-decoration: underline;

}


/* Navigationsleiste */
#navigation {
	color:#000000;
	margin: 0px;
	font-size: 21px;
	text-align: center;

}

/* Hauptfenster zum darstellen vom Inhalt einer Seite */
#hauptfenster {

	font-family: Century Gothic, Verdana, Arial, sans-serif;
	color: #0042A5;

	margin: 0px;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
  
}

#hauptfenster p {


}


/*Fusszeile*/
#fusszeile {
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
}
