body 	{	
	background-image: url(Background.jpg);
}

p 	{	font: 500 12pt Georgia;
		text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
	}
code  	{ 	color: #00008b; font: bold 10pt "Courier New", Courier, Monaco, monospace }
b 	{	font: 800;}
.center 	{	text-align: center;}
.justify 	{	text-align: justify;}
.right 	{	text-align: right;}
h3  	{ 
	color: #7d775c; 
	font: italic 600 12pt/12pt georgia; 
	letter-spacing: 1px; 
	vertical-align: bottom }
h4  	{ 
	color: white; 
	font-size: 10pt; 
	font-family: Georgia; 
	font-variant: normal; 
	font-weight: 700; 
	line-height: normal; 
	background-color: navy; 
	text-align: center 
}

h5 	{
	font: 700 12pt verdana;
	color: white; 
	line-height: 20pt;
	text-align: center;
	background-color: #808080;
}


/* specific divs */

#Haupt {
	width: 375pt;
	padding: 0 0 0 0;  
	margin: 0; 
	position: relative;
	text-align: right;
	background-image: url(Background.jpg);
	font: Normal 500 10pt/20px Georgia;
	}
#Logo {
	background-color: #8fac8b;
	text-align: center;
/* 	position: absolute;     ohne rücken die Container hoch*/
		}
#vorwort {
	clear: both;
	margin: 5pt 5pt 5pt 5pt;/* Abstand zum oberen Seitenrand (width:logo)*/
	font: 10pt/12pt Georgia; 
	color: black;
	text-align: justify; 
	text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
/*	position: absolute;      ohne rücken die Container hoch*/
		}
#Head {
	background-color: #8fac8b;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
	letter-spacing: 1pt;
	font: italic 700 16pt/35px Georgia;
	color: #FEFF86;
}
#Titel {
	clear: both;
	border: medium outset #FEFF86;
	margin: 0pt 0pt 5pt 5pt;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
	letter-spacing: 1pt;
	font: italic 700 16pt/40px Georgia;
	color: #B19D46;
}
#Inhalt{
	clear: both;
	margin: 5pt 5pt 5pt 5pt;
	font: 12pt/15pt Georgia; 
	color: green;
	text-align: justify; 
	text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
	}
#Spalte   { 
	padding-right: 0%; 
	padding-left: 2%;
	width: 46%;
}
#Mitte   { 
	padding-right: 0%; 
	padding-left: 2%;
	width: 30%;
	text-align: center; 
	float: left;
}

#fuss	{
	clear: both;
	}
	

a:link {
	font: normal 9pt/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: Olive;
}
a:visited {
	font: normal 9pt/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: Olive;
}
a:hover {
	font: normal 700 9pt/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: Red;
} 
a:active {
	font: normal 9pt/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: Red;
}
