@charset "utf-8";

h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #424242;
	line-height: 0.5;
}
h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: 0.5;
}
h4	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style:italic;
	color: #000000;
	line-height: 110%;
}
h5	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #424242;
	line-height: 130%;
}
h6	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #424242;
	line-height: 180%;
}
body	{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #424242;
	margin: 0;
	padding: 0;
}
body a:link, a:visited, a:active, a:hover{
	text-decoration: none;
}
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
#main	{
	Position: absolute;
	top: 4%;
	left: 10%;
	width: 870px;
	height: 600px;
	overflow: auto;
	z-index: 001;
}
	
#header {
	top: 0px;
	height: 100px;
	color: #3A727E;
	z-index: 9000;
}
#logo	{
	position: absolute;
	top: 5px;
	width: 800px;
	font-size: 60px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #A50303;
	z-index: 9001;
}
#logo a:link{
	color: #A50303;
	text-decoration: none;
}
#logo a:visited{
	color: #A50303;
	text-decoration: none;
}
#logo a:active{
	color: #A50303;
	text-decoration: none;
}
#logo a:hover{
	color: #A50303;
	text-decoration: none;
}
#kl-navigation {
	position: absolute;
	right: 0px;
	top: 32px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #424242;
	text-align: right;
	z-index: 8003;
}
#kl-navigation a:link{
	color: #424242;
	text-decoration: none;
}
#kl-navigation a:visited{
	color: #424242;
	text-decoration: none;
}
#kl-navigation a:active{
	color: #CA0505;
	text-decoration: none;
}
#kl-navigation a:hover{
	color: #CA0505;
	text-decoration: none;
}
#hauptnavi{
	position: absolute;
	top: 90px;
	width: 850px;
	padding-left: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient( 
  	startColorstr=#4Cffffff,endColorstr=#4Cffffff);
	background-position: x-100%;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.15em;
	font-family: Arial, Helvetica, sans-serif;
	color:  #424242;
	z-index: 8001;
}
#hauptnavi a:link{
	color: #424242;
	text-decoration: none;
}
#hauptnavi a:visited{
	color: #424242;
	text-decoration: none;
}
#hauptnavi a:active{
	color: #CA0505;
	text-decoration: none;
}
#hauptnavi a:hover{
	color: #CA0505;
	text-decoration: none;
}
#contentbg{
	position: absolute;
	top: 140px;
	width: 865px;
	height: auto;
	max-height: 460px; 
	overflow: auto;
	background-color: rgba(247,247,247,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient( 
  	startColorstr=#9CF7F7F7,endColorstr=#9CF7F7F7);
	z-index: 7001;
}
#content{
	width: 820px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: auto;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #424242;
	line-height: 150%;
	z-index: 7002;
}

#content a:link, a:visited{
	color: #424242;
	text-decoration: none;
}
#content a:active{
	color: #424242;
	text-decoration: none;
}
#content a:hover{
	color: #000000;
	text-decoration: none;
}
#contentbox-bilder{
	width: 830px;
	height: auto;
	padding-top: 30px;
	padding-left: 15px;
	float: left;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 130%;
	z-index: 7003;
}
#contentbox-bilder a:link{
	color: #424242;
	text-decoration: none;
}
#contentbox-bilder a:visited{
	color: #424242;
	text-decoration: none;
}
#contentbox-bilder a:active{
	color: #CA0505;
	text-decoration: none;
}
#contentbox-bilder a:hover{
	color: #CA0505;
	text-decoration: none;
}
::-webkit-scrollbar {
	width: 10px;
	height: 3px;
	border-color: #000000;
	background-color: #557777;
}
::-webkit-scrollbar-track{
	border-radius: 1px;
	border-color: #000000;
	background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
	border-radius: 1px;
	background-color: #CA0505;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.4);
}
	