/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:18px;
	font-size: 12px;
	color: #333333;
	background-image: url(../img/wood.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.input {
	background-color:#CCCCCC;
	border:1 px solid #000000;
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #CC9900;
}
a:active {
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 12px;
}

#BoxCenter{
	width:100%;
	text-align:center;
}

#BoxSite {
	width:697px;
	height:557px;
	margin:auto;
	text-align:left;
	background-image:url(../img/cont.gif);
	background-repeat:no-repeat;
}
#wrap {
	width:697px;
}
#navi {
	width:697px;
	padding-top:3px;
	
	}
#content {
	overflow:auto;
	width:480px;
	padding-left:40px;
	height:350px;
	padding-top:15px;
	}
#subnav {
	width:363px;
	height:59px;
	float:left;
}
#impressum {
	width:152px;
	height:53px; 
	float:left;
}
#foot {
	clear:both;
}
