body {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	margin-top: 100px;
	font-family: Calibri, Cambria, Arial, sans-serif;
  
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	//background-color: #FEFEFE;
	width: 980px;
	}

#header {
	width: 100%;
	height: 200px;
	background-color: #FEFEFE;
	margin-bottom: 10px;
	background-image: url(./Bilder/JHK.jpg); 
}

#language {
	width: 940px;
	height: 30px;
	background: #EFEFEF;
	margin-bottom: 10px;
	margin-top: 10px; 

}

#language ul {
	width: 100%;
	height: 30px;
	background-color: #EFEFEF;
	margin-bottom: 10px;
	margin-right: 10px; 
	text-align: center;
	padding-bottom: 5px;
	list-style-type: none; 
	text-decoration: none;
	color: #000000;
}
#language ul li a{
	width: 100px;
	height: 30px;
	display: block;
	float: right; 
	text-align: center; 
	font-size: 16px;
	padding-top: 5px;
	list-style-type: none; 
	text-decoration: none;
	color: #000000;

}
#footer {
	width: 980px;
	height: 30px;
	background-color: #EFEFEF; 
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
}
#top-menue-german {
	width: 100%;
	height: 30px;
	background-color: #EFEFEF;
	margin-bottom: 10px;
	margin-right: 10px; 
	text-align: center;
	padding-bottom: 5px;

}
#top-menue-german ul li {
	
	width: 170px;
	height: 30px;
	display: block;
	float: left; 
	text-align: center; 
	font-size: 20px;
	padding-top: 5px; 

}
		
#top-menue-german ul li a {
	list-style-type: none; 
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	 }
	 
#top-menue-english {
	width: 100%;
	height: 30px;
	background-color: #EFEFEF;
	margin-bottom: 10px;
	margin-right: 10px; 
	text-align: center;
	padding-bottom: 5px;
}
#top-menue-english ul li {
	width: 170px;
	height: 30px;
	display: block;
	float: left; 
	text-align: center; 
	font-size: 20px;
	padding-top: 5px; 
}
		
#top-menue-english ul li a {
	list-style-type: none; 
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	 }


#content {
	width: 920px;
	background-color: #FEFEFE;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-bottom: 10px; 
	text-align: justify;
	font-size: 20px; 
}

