@charset "UTF-8";
/* Allegmeines - gilt für alle Seiten */

body,p,h1,h2,h3,form,ul,li {
	margin: 0px;
	padding: 0x;
	font-weight: normal;
	text-decoration: none;
  }

img {
  border-width: 0;
}
input {
  font: normal 90% Arial, Helvetica, sans-serif;
}

a {text-decoration: none;}
a:hover {text-decoration: none;}

.scrollbar {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* Hauptseite */

#rahmen {
	magrin: 0 auto;
}

.rahmen {
	padding: 15px;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	border: 4px dashed #09F;
	width: 803px;
	height: 540px;
}

.rahmen_2 {
	border: 1px solid #09F;
	width: 801px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 1px;
	position: absolute;
}

.text_hauptseite {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	text-decoration: none;
	color: #333;
	padding: 0px;
	margin: 0px;
	}

.text_hauptseite A {
	color: #000000;
	text-decoration: none;
	}
	
.text_hauptseite A:hover {
	text-decoration: underline;
	}

.wrapper {
	width: 100%;
	height:800px;
	background-image: url(../Bilder/hintergrund2.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: transparent;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	}

/* Impressum */

.bericht_bild_rahmen {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
}

.text_impressum {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	text-decoration: none;
	color: #333;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	}

.text_impressum A {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	}
	
.text_impressum A:hover {
	text-decoration: underline;
	}

.ueberschrift_impressum {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	text-decoration: none;
	color: #333;
	padding: 0px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	}

.ueberschrift_impressum A {
	color: #000000;
	text-decoration: none;
	}
	
.ueberschrift_impressum A:hover {
	text-decoration: underline;
	}
