@charset "utf-8";
/* CSS Document */

body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
		
}
H1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #666666;
margin-bottom:2px; 
}
H2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 color: #666666;
margin-bottom:2px; 
}
#box_main {
	background-color : white;
	text-align:left;
	width: 820px;
	vertical-align:middle;
	margin:auto;
	padding : 20px;
	overflow:auto;
	border-left: 2px solid;
	border-right: 2px solid;
	border-color: #B8B8B8;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-bottom-color: #B8B8B8;
	border-top-color: #B8B8B8;
	padding-top: 0px;
	margin-bottom:2px; 
}
#box_navi {
	background-color : white;
	text-align:right;
	width: 170px;
	vertical-align:top;
	padding : 0px;
	overflow:auto;
	margin-top: 5px;
	margin-right:0px;
	position: relative;
	float: right;
	border-left-color: #B8B8B8;
	border-left-width: 1px;
	border-left: 1px solid;
	border-color: #B8B8B8;
}

#box_center {
		background-color : white;
	text-align:left;
	width: 820px;
	vertical-align:middle;
	margin:auto;
	padding : 20px;
	overflow:auto;
	border-left: 2px solid;
	border-right: 2px solid;
	border-color: #B8B8B8;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-bottom-color: #B8B8B8;
	border-top-color: #B8B8B8;
	padding-top: 0px;
	margin-bottom:2px; 
}

#box_titel {
	background-color : white;
	text-align:left;
	width: 300px;
	vertical-align:top;
	padding : 0px;
	overflow:auto;
	position: relative;
	margin-top: 20px;
}
#box_text {
	background-color : white;
	text-align:left;
	width: 640px;
	vertical-align:top;
	padding : 0px;
	overflow:auto;
	position: relative;
	margin-bottom: 0;
	margin-top: 0;
	margin-bottom:2px;
}
#box_img1 {
	background-color : white;
	text-align:right;
	width: 250px;
	vertical-align:top;
	padding : 0px;
	overflow:auto;
	margin-top: 10px;
	position: relative;
}
#box_language {
	background-color : white;
	text-align:left;
	width: 130px;
	vertical-align:top;
	padding : 0px;
	overflow:auto;
	position: relative;
}
A:link {
color: #000099;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
A:visited {
color: #000099;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
img{
border-width:0;
}
.style1 {font-size: x-small}
.required {color: #FF0000}
.info {color: #0000FF}