@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-image: url(img/back.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #D42023;
}
img {
	border: 0px;
}
#con {
	text-align: center;
	margin: auto;
	width: 998px;
	border: 1px solid #000;
	position: relative;
	top: 0px;
	background-color: #FFF;
	background-image: url(img/back_box.gif);
	background-repeat: repeat-y;
}
#logo {
	background-image:url(img/logo.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 96px;
	width: 998px;	
}
#menu {
	background-image: url(img/menu_back.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 42px;
	width: auto;
	text-align: left;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	display: block;
	position: relative;
	padding: 0px;
}
#menu ul li {
	display: inline-block;
	position: relative;
	margin: 0px;
	float:left;
}
.navi_act a, .navi_no a {
	display: inline-block;
	font-size: 20px;
	position: relative;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 10px;
}
.navi_act a {
	color: #FFF;
	font-weight: bold;
}
.navi_no a {
	color: #FFF;
}
.navi_act a:hover, .navi_no a:hover {
	color: #FF0;
}
#box {
	float: left;
	width: 206px;
	position: relative;
	padding-top: 20px;
	text-align: left;
}
#boxcover {
	position: relative;
	top: 20px;
	text-align: center;
	margin: auto;
}
#content {
	padding: 5px;
	float: left;
	width: 755px;
	position: relative;
	text-align: justify;
	margin-left: 15px;	
}
#footer {
	clear: both;
}
#box_main {
	background-image: url(img/rbox_back.png);
	background-repeat: repeat-y;
	padding: 3px;
	width: 201px;
	margin-left: 1px;
	color: #FFF;
	text-align: left;
}
.newscontainer {	
}
.newsitem {
	margin-top: 10px;
}
.newsdate {
	font-size:10px;
	color:#666;
	margin-bottom: 10px;
}
.newstitel {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.newstitel a {
	color: #000;
	text-decoration: none;
}
#box ul {
	list-style-type: none;
	margin: 0px;
	display: block;
	position: relative;
	padding: 0px;
}
#box ul li {
	display: block;
}
.sub_navi_no a, .sub_navi_act a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	text-decoration: none;
}
.sub_navi_no a:hover, .sub_navi_no_l2 a:hover {
	color: #F00;
}
.sub_navi_act a:hover, .sub_navi_act_l2 a:hover {
	color: #F00;
}
.sub_navi_act a {
	color: #000;
	background-color: #FFF;
	font-weight: bold;
}
.sub_navi_no_l2 a, .sub_navi_act_l2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	text-decoration: none;
}
.sub_navi_act_l2 a {
	font-weight: bold;
	padding-left: 30px;
	font-style: italic;
}
#footer {
	text-align: center;
	margin: auto;
	width: 998px;
	position: relative;
	font-size: 10px;
	color: #666;
}
.footer_left {
	text-align: left;
	float: left;
	width: 45%;
	position: relative;
}
#footer a {
	text-decoration: none;	
	color: #666;
}
.footer_right {
	text-align: right;
	float: right;
	width: 45%;
	position: relative;
}
#snlinks {
	position: absolute;
	height: 20px;
	width: 148px;
	top: 5px;
	right: 0px;
	text-align: center;
}
.guestbook-header {
	background-color:#333;
	color:#FFF;
	padding: 10px;
}
.guestbook-left {
	font-size: 10px;
	color: #000;
	margin-top: -17px;
	
}