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

body {
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	text-align:justify;
	overflow: scroll;
	margin:0 auto;
	background: #fff;
}
a {
	color:#2656AF;
	text-decoration : none;
	margin:0;
	font-weight:bold;
}
a:hover {
	color:#2656AF;
	text-decoration:underline;
}
h1 {
	clear:both;
	font-size:15px;
	padding:0;
	width:900px;
	float:right;
	color:#2656AF;
	text-align:left;
	border-top:1px dotted #2656AF;
	margin-bottom:30px;
}
span{
	font-size:11px;
	color:#999;
	font-weight:normal;
	}
p {
	padding:35px 25px 0 70px;
	line-height: 1.5em;
}
ul {
	margin:10px 0 0 20px;
}
#header-link{
	width:300px;
	height:20px;
	font-size:17px;
	float:right;
	text-align:center;
	margin:20px 0 20px 0;
}
#header-link a{
}
#header-link a:hover{
	text-decoration:none;
}
#box-menu{
	float:left;
	width:290px;
	height:200px;
	margin-right:10px;
	}
#box-menu ul li {
	padding: 0px;
	margin:0;
}
#box-menu ul li a {
	font-weight:bold;
	display:block;
	line-height: 25px;
	text-decoration: none;
	font-size:11px ;
	color:#666;
	border-bottom:1px dotted #999;
}
#box-menu ul li a:hover {
	color:#FB5513;
	text-decoration:none;
}
#impressum{
	float:right;
	width:317px;
	height:419px;
	background:url(../images/impressum-site.JPG) no-repeat;
	margin-top:20px;
	}
#box{
	width:1200px;
	height:auto;
	border-bottom:1px dotted #999;
	position:relative;
	padding-bottom:20px;
	margin:0 auto 50px auto;
	}
#box-main{
	width:inherit;
	height:200px;
	clear:both;
	}
#box-image{
	float:right;
	width:900px;
	height:200px;
	background:url(../images/image.png)
	}
#logo{
	float:left;
	width:200px;
	height:100px;
	background:url(../images/logo.png) no-repeat;
	position:absolute;
	left: 64px;
	top: 0px;
	z-index:999;
	}