body {
	margin: 0 0 0 0;
	font-family: arial;
	background: #ffffff;
	color: #000000;
	font-size: 82.5%;
	background-position: center;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-y;
	}
	
a.menue_top:link, a.menue_top:visited {
	color: #ffffff;
	font-size: 13px;
	background: #0066a8;
	font-weight: bold;
	text-decoration: none;
	padding: 6px;
	margin: -1px;
	border: 1px;
	border-style: solid;
	border-width: thin;
	border-color: #d4d4d8;
	border: 1px solid #d4d4d8;
	border-bottom-color: #f4f4f8;
	}
	
a.menue_top:hover {
	color: #ffffff;
	font-size: 13px;
	background: #0086c8;
	}
	
a.menue_topactive:link, a.menue_topactive:visited {
	color: #ff6600;
	font-size: 13px;
	background: #f4f4f8;
	background-image: url("../images/navi_active_bg.jpg");
	font-weight: bold;
	text-decoration: none;
	padding: 6px;
	margin: -1px;
	border: 1px;
	border-style: solid;
	border-width: thin;
	border-color: #d4d4d8;
	border: 1px solid #d4d4d8;
	border-bottom-color: #f4f4f8;
	}

a.menue_right:link, a.menue_right:visited {
	padding-left: 16px;
	background-image: url("../images/arrow.jpg");
	background-position: 0px 4px;
	background-repeat: no-repeat;
	}
	
a.newslink:link, a.newslink:visited {
	padding-left: 16px;
	background-image: url("../images/arrow.jpg");
	background-position: 0px 4px;
	background-repeat: no-repeat;
	}

a.menue_bottom:link, a.menue_bottom:visited {
	padding-left: 6px;
	padding-right:6px;
	color: white;
	text-decoration: none;
	}
	
a.menue_bottom:hover, a.menue_bottom:active {
	text-decoration: underline;
	}

a:link, a:visited {
	color: #0066a8;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #0086c8;
	}
	
#navi {
	padding-top: 6px;
	padding-bottom: 6px;
	background: #0066a8;
	background-image: url("../images/navi_bgv.jpg");
	}
	
#head {
	margin-top: 25px;
	width: 910px;
	height: 95px;
	background-image: url("../images/header_bg.jpg");
	background-repeat: repeat-x;
	}
	
#content {
	margin-top: 15px;
	width: 908px;
	background: #f4f4f8;
	border: 1px solid #d4d4d8;
	text-align: justify;
	}
	
#incontent {
	float: left;
	width: 650px;
	padding: 15px;
	text-align: justify;
	}

#news {
	float: right;
	margin-top: 10px;
	width: 200px;
	padding: 10px;
	border-left: 1px solid #d4d4d8;
	}
	
#placebo {
	clear: left;
	}
	
#footer {
	clear: right;
	text-align: center;
	width: 897px;
	padding: 5px;
	color: #ffffff;
	font-size: 75%;
	background: #0066a8;
	border: 1px solid #0066a8;
	}
	
p {
	margin: 0px;
	padding: 0px;
	}
	
hr {
	/*noshade: #d4d4d8;*/
	color: #d4d4d8;
	height:0px;
	border:1px solid #d4d4d8;
	}

