
body {
	background-color: #FFFFFF;
	color: #000080;
	font-family: Arial, sans-serif;
	text-align: center;
}

/* alle Absaetze der Seite */
p {
	font: 0.8em Arial;
}	

/*  Formatierung URLs  */
a:link {
	text-decoration: none;
	color: #000080;
}
a:visited {
	text-decoration: none;
	color: #000080;
}
a:hover {background-color: #F4F4F4;}
/* Formatierung URLs */

.boxtitel {
	background-color: #F4F4F4;
	color: #000080;
	font-weight: bold;
	text-align: center;
}

/* Formatierung Deckblatt */
p.autor {font-size: 1em; font-weight: bold;}
p.titel {font-size: 1.2em; font-weight: bold;}
p.untertitel {font-size: 1em; font-weight: bold;}
/* Formatierung Deckblatt */

#container {
	width: 704px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* Formatierung Navigation */
#navi {
	width: 702px;
	height: 25px;
	background-color: #C0C0C0;
	color: #000080;
	padding: 0px;
	padding-top: 5px;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 2px;
}	
#navi ul {
	list-style-type: none;
	display: inline;
	padding-left: 0;
	margin-left: 0;
}
#navi li {
	display: inline;
	padding:  0px 20px;
}
/* Formatierung Navigation */

#boxobenlinks  {
	width: 350px;
	height: 300px;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 1em;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 1px;	 
	padding: 20px;
	margin-right: 2px;
	margin-bottom: 2px;
  }

#deckblatt {
	background-color: #F4F4F4;
	color: #000080;
	font-weight: bold;
	text-align: center;
}  
  
#boxobenrechts  {
	width: 350px;
	height: 300px;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 1em;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 1px;	 
	padding: 20px;
	margin-bottom: 2px;
  }

#boxuntenlinks  {
	width: 350px;
	height: 200px;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 1em;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 1px;	 
	padding: 20px;
	margin-right: 2px;
	margin-bottom: 2px;
}
  
#boxuntenrechts  {
	width: 350px;
	height: 200px;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 1em;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 1px;	 
	padding: 20px;
	margin-bottom: 2px;
}

  #footer  {
	width: 702px;
	float: left;
	background-color: #F4F4F4;
	color: #000080;
	font-size: 0.7em;
	text-align: center;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 1px;
	padding: 2px;	 
}


