@charset "utf-8";
a:link {
	color: #003300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: none;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #003300;
}
.kopf {
	height: 100px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(im_stor/kopf.png);
	background-repeat: no-repeat;
	background-position: center;
}
.news {
	margin-top: 15px;
	margin-bottom: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-right: 20%;
	margin-left: 20%;
}
.home {
	width: 350px;
	margin-left: 230px;
	position:inherit;
}


.nav {
	float: right;
	width: 250px;
	margin-right: 3%;
	text-align: right;
	border: 2px solid #006600;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.content {
	margin-right: 7%;
	margin-left: 7%;
	padding: 5px;
	float:none
}
.content:link {
	color: #003300;
	text-decoration: underline;
}
.pic {
	float: left;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 9px;
}
.nav_big {
	font-size: 20px;
}
.nav_def {
	font-size: 16px;
}
.nav_big_bold {
	font-size: 20px;
	font-weight: bold;
}
