@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #CCC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-image: url(images/style/background.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #000;
}
.header {
	background-image: url(images/style/header.jpg);
	text-align: left;
	padding-left: 5px;
}
.footer {
	background-image: url(images/style/footer.jpg);
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
.menu {
	background-color: #e8e8e8;
}
.rahmen {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.text {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
li {
	list-style-type: disc;
	line-height: 120%;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}


.img {
	padding: 10px;
}

p {
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
a {
	font-weight: bold;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	line-height: 180%;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-weight: bold;
	text-decoration: underline;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.copyright {
	font-size: 9px;
}
