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

body {
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	text-align:justify;
	overflow: scroll;
	margin:0;
	background: url(../images/fot_02.png) repeat-x #001735;
}
a {
	color:#F90;
	text-decoration : none;
	margin:0;
	font-weight:bold;
}
a:hover {
	color:#F90;
	text-decoration:underline;
}
h1 {
	clear:both;
	font-size:15px;
	padding:0;
	width:780px;
	float:right;
	color:#39C;
	text-align:left;
	border-top:1px dotted #004378;
	margin-bottom:30px;
}
ul {
	margin:10px 0 0 20px;
}
span{
	font-size:12px;}
#header-link{
	width:350px;
	height:50px;
	font-size:20px;
	float:left;
	text-align:center;
	margin:20px 0 20px 0;
}
#header-link a{
	color:#FFF;
	text-decoration:none;
}
#header-link a:hover{
	color:#FFF;
	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;
	background:url(../images/fot_01.png) no-repeat left top;
	margin:0 0 30px 0;
	padding-top:50px;
	}
#box-main{
	clear:both;
	width:1150px;
	height:auto;
	font-size:12px;
	line-height:1.5em;
	padding:0 0 0 50px;
	}
#little-content{
	float:right;
	width:780px;
	height:110px;
	font-size:14px;
	margin-bottom:305px;
	}
#menu{
	clear:both;
	width:1150px;
	height:36px;
	margin:0px 0px 27px 0px;
	padding-left:50px;
	text-align:center;
	}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}
#menu ul li {
	padding: 0px;
	min-width:50px;
	float:left;
}
#menu ul li a {
	font-weight:bold;
	display:block;
	padding: 4px 10px;
	line-height: 28px;
	text-decoration: none;
	font-size:11px;
	color:#fff;
	width:auto;
	border-right: 1px dotted #666;
}
#menu ul li a:hover {
	color:#FB5513;
	text-decoration:none;
}
#copy{
	text-align:right;
	font-size:10px;
	color:#004378;
	margin-bottom:-10px;}
