
#container {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 100%;
	margin-left:0px;
	margin-top:0px;
	z-index:1;
	background-color: #ffffff;
	visibility: visible;
}

#content {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	background-color: #ffffff;
	visibility: visible;
    justify-content: center;
    align-items: center;
    background: url(../images/background.jpg) no-repeat;
    background-size: 100% 100%;
}


#logo {
	position:absolute;
	z-index:1;
	visibility: visible;
	right:50px;
	bottom:50px;
	z-index:1;
}

.logo_image {
    width: 100%;
    height: auto;
}


#navi {
	position:absolute;
	right:54px;
	bottom:50px;
	z-index:1;
}

.text_navi { 
	color: #ffffff; 
	text-align: right;
	font-size: 14px; 
	font-family: Arial;
}

.text_imprint { 
	color: #ffffff; 
	text-align: right;
	font-size: 18px; 
	font-family: Arial;
}

.imprint_header { 
	color: #000000; 
    font-weight: bold;
	text-align: right;
	font-size: 24px; 
    text-align: center;
	font-family: Arial;
}

.imprint_title { 
	color: #000000; 
    font-weight: bold;
	text-align: right;
	font-size: 16px; 
    text-align: center;
	font-family: Arial;
}

.imprint_text{ 
	color: #000000; 
	text-align: right;
	font-size: 14px; 
	font-family: Arial;
}

.box {
    margin: 50px;
    background-color: #eee;
    border: 1px solid #666;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    padding: 50px;
    height: 75%;
    overflow-x: hidden;
    overflow-y: auto;    
  }
  
      
a:link, a:visited {
    text-decoration: none;
	color: #ffffff; 
    font-family: Arial;
}