body{
  	margin: 0px 0px 0px 0px;
  	font-family:Arial,Helvetica,Verdana,sans-serif;
  	background-image: url(__hintergrund.gif);
  	background-attachment:fixed;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0em; padding: 0em; border: 0em;
}


/* Links */ 
a			{	text-decoration: none; color:#336699;	}
a:hover 	{	color:#ffffff; background-color:#336699;	}
a:hover img	{	background-color: #336699 ;	}

/************************************************************** Kopf */

div#Ueberschrift {
	position: fixed;
	margin: 0.5em 2%;
	width: 96%;
	border: 1px solid #004477;
	background: #336699; border-radius: 40px; padding: 0px;
	background: linear-gradient(top, #ffffff 0%, #336699 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #336699 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#336699 100%);
	box-shadow: 20px 10px 20px rgba(0,0,0,0.3);
}

h1#Ueberschrift {
	margin-top: 0.7em;
	margin-left: 1em;
	color:#ffffff;
	text-shadow: 5px 5px 7px #dddddd;
}

img#Ueberschrift {
	float: left;
	width: 150px;
	hight: auto;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 2.9em;
	margin-right: 2em;
}

/************************************************************** Navigateion */

img#Menue {
	width: auto;
	height: 15px;
	margin-top: 0em;
	margin-left: 0em;
}

nav {
	margin: 5.5em 5%;
	width: 90%;
	position: fixed;
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}

nav ul {
	background: #dddddd; 
	background: linear-gradient(top, #ffffff 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #ffffff 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #ffffff 0%,#bbbbbb 100%); 
	box-shadow: 20px 10px 20px rgba(0,0,0,0.6);
	padding: 0 20px;
	border-radius: 20px;  
	list-style: none;
	
	position: relative;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left;
		
		
	}
		nav ul li:hover {
			background: linear-gradient(top, #bbbbbb 0%, #336699 100%);
			background: -moz-linear-gradient(top, #bbbbbb 0%, #336699 100%);
			background: -webkit-linear-gradient(top, #bbbbbb 0%,#336699 100%);
			
		}
			nav ul li:hover a {
				color: #fff;
			}
		
		nav ul li a {
			white-space: pre;
			display: block; padding: 3px 10px;
			color: #757575; text-decoration: none;
		}
			
		
	nav ul ul {
		background: #5f6975; border-radius: 0px; padding: 0px;
		background: linear-gradient(top, #bbbbbb 0%, #4f5965 100%);
		background: -moz-linear-gradient(top, #bbbbbb 0%, #4f5965 100%);
		background: -webkit-linear-gradient(top, #bbbbbb 0%,#4f5965 100%);
		position: absolute;
	}
		nav ul ul li {
			float: none; 
			border-top: 1px solid #ffffff;
			border-left: 1px solid #ffffff;
			border-bottom: 1px solid #000000;
			border-right: 1px solid #000000;
			position: relative;
		}
			nav ul ul li a {
				padding: 5px 10px;
				color: #fff;
			}	
				nav ul ul li a:hover {
					background: #336699;
				}
		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}
	
/************************************************************** Inhalt */
div#Inhalt {
	margin-left: 2%;
	margin-top: 1em;
	width: 96%;
	border: 1px solid #004477;
	background: #eeeeee; border-radius: 40px; padding-top:2em; padding-bottom:2em;
	box-shadow: 20px 10px 20px rgba(0,0,0,0.3);
}

h1#Inhalt{
	color:#336699;
	border: 0px solid #dddddd;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	text-shadow: 5px 5px 10px #777777;
	text-align: center;
}

h2#Inhalt{
	color:#336699;
	border: 0px solid #dddddd;
	margin-left: 5%;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-top: 1em;
	text-shadow: 5px 5px 10px #777777;
	text-align: left;
}

p#Inhalt {
	border: 0px solid #dddddd;
	width: 90%;
	margin-top: 0.6em;
	margin-left: 5%;
	margin-right: 2em;
	margin-bottom: 1em;
	line-height: 1.5;
	text-align: left;
}

ul#Inhalt {
	border: 0px solid #dddddd;
	width: 88%;
	padding-left: 1em;
	margin-top: 0.6em;
	margin-left: 5%;
	margin-right: 3em;
	margin-bottom: 1em;
	text-align: left;
	line-height: 1.5;
}

img#Inhalt {
	box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
	width: 50%;
	display: block;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
    margin-left: auto;
    margin-right: auto;
}

p#InhaltEintrag {
	border: 0px solid #dddddd;
	width: 90%;
	margin-top: 0.2em;
	margin-left: 5%;
	margin-right: 2em;
	margin-bottom: 0.2em;
	text-align: left;
	color: #aaaaaa;
}

img#InhaltEintrag {
	box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
	border: 4px solid #004477;
	width: 250px;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 10%;
	margin-bottom: 1em;
	background: #dddddd; border-radius: 40px; padding: 1em; padding-bottom:1em;
	background: linear-gradient(bottom, #dddddd 0%, #ffffff 100%);
	background: -moz-linear-gradient(bottom, #dddddd 0%, #ffffff 100%);
	background: -webkit-linear-gradient(bottom, #dddddd 0%,#ffffff 100%);
	float: right;
	animation-name: stretch;
	animation-duration: 1s; 
	animation-timing-function: ease-out; 
	animation-delay: 0s;
	animation-direction: alternate;
	animation-fill-mode: none;
	animation-play-state: running; 
}

@keyframes stretch {
  0% { transform: scale(0.7); }
  100% {  transform: scale(1); }
}

/************************************************************** Eintrag */
div#Eintrag {
	margin-left: 4%;
	width: 92%;
	border: 1px solid #dddddd;
	background: #ffffff; border-radius: 40px; padding: 0px;
	background: linear-gradient(bottom, #eeeeee 0%, #ffffff 20%);
	background: -moz-linear-gradient(bottom, #eeeeee 0%, #ffffff 20%);
	background: -webkit-linear-gradient(bottom, #eeeeee 0%,#ffffff 20%);
	box-shadow: 20px 10px 20px rgba(0,0,0,0.1);
}

b#Eintrag {
	border-left: 18px solid #ff0000;
	border-bottom: 3px solid #ff0000;
	padding-left: 0.5em;
	padding-right: 0.3em;
	//white-space: pre;
}

p#Eintrag {
	border: 0px solid #dddddd;
	margin-top: 0.6em;
	margin-left: 6em;
	margin-right: 1em;
	margin-bottom: 0.6em;	
	line-height: 1.5;
}

img#Eintrag {
	float: left;
	width: 50px;
	height: auto;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	margin-left: 1.5em;	
}
	
	
		