html  ,body{
	width:auto;
	height:100%;
	background-image:url(/img/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f2fdf2;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	top: 0px;
}

#header{
	background-image: url(/img/headerpic.jpg);
	background-position: center;
	height: 200px;
	width: 800px;
	margin:0px auto;
	position: relative;
	left: auto;
	right: auto;
	padding-bottom: 5px;
}
#header h1{
	margin-left:20px;
	text-align: left;
	width: auto;
}
#header a{
	font-size:43px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #903;
	text-decoration:none;
	font-weight: bold;
}

#header a:hover{
	color: #FFF;
}

#horizlinks{
	text-align: right;
	margin-right:10px;
	padding: 0;
	position: absolute;
	top: 175px;
	height: auto;
	right: 0px;
}

#horizlinks ul{
	margin: 0px;
	padding: 0px;

}

#horizlinks li {
	display: inline;
	list-style-type:none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #f5fef5;
}

#horizlinks a{
	color:@ffffff;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #f5fef5;
	text-decoration: underline;
	padding-left: 2px;
}

#horizlinks a:hover {
	color:#fff;
	text-decoration:underline overline;
	font-weight:bold;
}

#search {
	background: #fff;
	width: 800px;
	height: auto;
}

#search h1{
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 35px;
	font-weight: bold;
	color: #040;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 3px;
}

#main {
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#menubox {
	padding: 3px;
	background-color: #f3f4ec;
	height: auto;
	width: 192px;
	float: left;
	margin-bottom: 20px;
	border-width: 0px 1px 1px 1px;
	border-color:#333;
}

#menu {
	background-color: #f3f4ec;
	text-align: left;
}

#menu h1{
	font-size: 24px;
	font-weight: bold;
	text-align:center;
	color: #040;
	text-decoration: underline;
	margin-top: 15px;
	margin-bottom: 25px;
}

#menu h2 {
	font-size: 16px;
	color: #050;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #050;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	margin:10px 0px 0px 0px;
	padding-top: 2px;
}


#menu h2 a{
	font-size: 16px;
	color: #050;
	text-decoration:none;	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	margin:0px;
	padding-top: 2px;
}


#menu ul{
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#menu li a{
	font-size:12px;
	color: #333;
	text-decoration: none;
	font-weight:700;
}


#menu a:hover{
	color: #111;
	background-color: #ddd;
	font-weight:bold;
}


#content {
	padding: 20px;
	background-color: #FFF;
	text-align: justify;
	float: right;
	height: auto;
	width: 558px;
	border-width: 0px 1px 5px 0px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

#content h1{
	margin-top: 5px;
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: normal;
	color: #040;
	text-align: left;
	font-family: "Arial Black", Gadget, sans-serif;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #050;
	padding-left: 25px;
}

#content h2{
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #040;
	letter-spacing: 2px;
}

#content h2 a{
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #040;
	letter-spacing: 2px;
	font-style:normal;
}

#content h2 a:hover{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #040;
	letter-spacing: 2px;
	font-style:normal;
}

#content h3{
	font-size: 14px;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 10px;
	
}

#content p{
	margin-top:0px;
	margin-bottom:20px;
	font-size: 12px;
	color: #000;
	line-height: 20px;
}

#content ul {
	margin-left:50px;
	margin-top:3px;
	margin-bottom: 5px;
}

#content li{
	font-size: 12px;
	color: #000;
	line-height: 20px;
	list-style-type: disc;	
}

#content a{
	font-style: italic;
	text-decoration: none;
	color: #030;
	font-weight: bold;
}

#content a:hover{
	font-style: italic;
	text-decoration: underline;
	color: #333;
	font-weight: bold;
}

#footer {
	font-size: 12px;
	color: #000;
	text-align: center;
	width: 800px;
	clear: both;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#footer p{
	word-spacing: 5px;
}

#footer a{
	font-weight:bold;
	margin-right:15px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	margin-left: 15px;
}

#footer a:hover{
	text-decoration:underline overline;
}

.imgleft {
	margin: 7px 15px 15px 0px;
	float:left;
	border: 0px;
}

.imgright {
	margin: 7px 0px 15px 15px;
	float:right;
	border: 0px;
}

.adright {
	float:right;
	margin-left: 5px;
}

.adleft {
	float:left;
	margin-right:5px;
}

.left{
	float:left;	
}

.right{
	float:right;	
}
.klein {
	font-size: 1px;
}
