html { 
   padding:0px;
   margin:0px;
	width:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2A186A;
	text-decoration: none;
	background-color: #8493CA;
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height:18px;
	width:100%;	
}

div, font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2A186A;
	text-align: left;
	line-height:18px;	

}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height:18px;	
}

form, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;	
	line-height:18px;
}

a {
	color: #2A186A;
	text-decoration: none;
}

a:hover {
   color: #E6DFF9;
	text-decoration: underline;
}

img, table {
	border: 0px;
}

#box_top {
	width: 100%;
	margin-bottom: 50px; 
	background-color: #8493CA;
}

#box_top_left {
	background-image: url(screen/background_1.jpg);
	background-repeat: no-repeat;
	height:159px;
	
}

#box_top_right {
	background: url(screen/background_2.jpg) transparent no-repeat top right;
	height:159px;
	vertical-align: top;
}

#box_top_right img {
	margin-left:10px;
	float: right;	
}

#box_top_right span {
	display:block;
	height: 16px;
	float: right;
}

#box_top_right a,  #box_top_right a:hover {
   color: #E5E4E2;
}

#box_top_left p, #box_top_right p {
	width:235px;
	padding: 15px 35px 0px 0px;
	text-align: right;	
}

#box_top_center {
   width:100%;
	height:159px;
	text-align: center;
	vertical-align: middle;
}

#box_hnavi {
	background-color: #FFFFFF;
	height:26px;
	padding:0px 35px 0px 35px;
	
}

#box_hnavi td {
	text-align: center;
	white-space: nowrap;
	font-size: 13px;
}

#box_hnavi td a {
	font-weight:bold;
	padding: 0px 4px 0px 4px;
}

#box_hnavi td a.activ {
	text-decoration: underline;
}

#box_hnavi td a:hover {
	color:#2A186A;
}

#box_content_1 {
	margin: 0px;
}

#box_content_2 {
	width:670px;
	margin: 0px 50px 0px 100px;
	min-height:300px;
} 

*html #box_content_2 {
	height:300px;
}

#box_bottom {
	width:670px;
   padding: 25px 0px 15px 0px;
	margin: 0px 50px 0px 100px;	
}

#box_bottom div {
	border-top: 1px solid #2A186A;
	font-size: 12px;
	line-height:16px;
	padding: 5px 0px 15px 0px;	
}

#box_bottom p {
	padding-bottom: 3px;
	text-align: right;	
}

#print {
	/*display:block;*/
	padding-left:16px;
	background-image: url(screen/print.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;	
	width:85px;
}

.bild {
	border: 5px solid #FFFFFF;
	border-bottom: 0px;
}

.bild_text {
	text-align: left;
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
}

