body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #486E98;
	font-weight: bold;
}
/*Startfenster*/
#start {
	position: absolute;
	top: 30px;
	left: 40px;
	color: #F7EFAB;
	letter-spacing: 0.03em;
	line-height: 14px;
}
#start a, #start a:link, #start a:hover, #start a:visited {
	color: #F7EFAB;
	text-decoration: none;
}
#start h1, #start h2 {
	font-size: 11px;
}
/*Hauptnavigation*/
#home, #buecher, #grafikdesign, #neuemedien, #atelier, #kontakt {
	position: absolute;
	top: 304px;
	height: 112px;
	width: 14px;
}
#home {
	left: 140px;
}
#buecher {
	/*left: 196px;*/
	left: 252px;
}
#grafikdesign {
	/*left: 252px;*/
	left: 308px;
}
#neuemedien {
	/*left: 308px;*/
	left: 364px;
}
#atelier {
	/*left: 364px;*/
	left: 196px;
}
#kontakt {
	left: 420px;
}
/* Subnavigation */
#subnavigation {
	position: absolute;
	top: 27px;
	width: 130px;
	left: 15px;
	color: #CCC600;
	letter-spacing: 0.03em;
}
#subnavigation a {
	color: #6CA5DF;
	text-decoration: none;
}
#subnavigation a.aktiv{
	color: #CCC600;
}
#subnavigation a:active {
	color: #CCC600;
}
#subnavigation a:hover {
	color: #CCC600;
}
#subnavigation p {
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
}
#subnavigation p.sub {
	/*padding: 0px 0px 0px 20px;*/ /* Einzug links */
	font-weight: normal;
	text-indent: 20px; /* Padding kann nicht verwendet werden, da NS 4 Muehe hat*/
}
/* Seitentitel */
h1.seitentitel {
	position: absolute;
	width: 776px;
	top: 10px;
	left: 0px;
	text-align: right;
	color: #6CA5DF;
	font-size: 14px;
	letter-spacing: 0.02em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*Seiteninhalt*/
#seiteninhalt, #seiteninhalt02, #team  {
	position: absolute;
	top: 46px;
	width: 407px; /* rechtsbuendig mit Seitentitel 776 minus 369*/
	left: 369px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#team  {
	left: 468px;
	width: 325px;
}
#teambild  {
	position: absolute;
	top: 49px;
	width: 90px; 
	left: 363px;
}
#seiteninhalt h2, #seiteninhalt02 h2, #team h2{
	font-size: 11px;
	height: 17px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 17px;
}
#seiteninhalt h2.titel, #seiteninhalt02 h2.titel, #team h2.titel{
	height: 30px;
}
#seiteninhalt p, #seiteninhalt02 p, #team p {
	/*height: 17px;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 17px;
}
#seiteninhalt p.liste, #seiteninhalt02 p.liste{
	padding-left: 15px;
}
#seiteninhalt a, #seiteninhalt02 a, #nummern a, #team a {
	font-family: Arial, Helvetica, sans-serif; /*NS 4 verliert manchmal die Formatierung*/
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#seiteninhalt a:link, #seiteninhalt02 a:link, #team a:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#seiteninhalt a:hover, #seiteninhalt02 a:hover, #team a:hover{
	color: #FF6A01;
	text-decoration: none;
	font-weight: normal;
}
/*blaettern oder Nummerierung*/
#blaettern {
	position: absolute;
	top: 265px;
	width: 120px;
	left: 366px;
}
#nummern {
	position: absolute;
	top: 263px;
	width: 400px;
	left: 369px;
}
/*Linker Teil des Seiteninhalts (mit Stimmungsbild oder Buchbild)*/
#stimmung  { 
	position: absolute;
	top: 34px;
	width: 203px;
	height: 255px;
	left: 145px;
}
#lageplan  { 
	position: absolute;
	top: 34px;
	width: 467px;
	height: 255px;
	left: 348px;
}
#buch  {
	position: absolute;
	top: 49px;
	width: 200px;
	left: 160px;
}
#team p.mail { 
	margin: 17px 0px 0px 0px;
	}