a:link {
  text-decoration: underline;
  color: #8000FF;
}
a:hover {
  text-decoration: none;
  color: #480091;
}
a:active {
  text-decoration: none;
  color: #8000FF;
}
a:visited {
  text-decoration: underline;
  color: #8000FF;
}

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

a img {
	border: none;
}
/* ----------------- BOXEN ---------------- */

#hintergrund {
	width: 100%;
	background-image: url(gfx/background.jpg);
	background-repeat: repeat-x;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#banner {
	width: 900px;
	height: 99px;
	background-image: url(gfx/banner.jpg);
	background-repeat: no-repeat;
}
#navigation {
	width: 900px;
	height: 42px;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
		#navigation ul li {
			float: left;
		}
#ueberschrift {
	width: 900px;
	height: 117px;
	background-image: url(gfx/ueberschrift.jpg);
	background-repeat: no-repeat;
}
#ueberschrift_2 {
	width: 900px;
	height: 117px;
	background-image: url(gfx/ueberschrift2.jpg);
	background-repeat: no-repeat;
}
#ueberschrift_3 {
	width: 900px;
	height: 117px;
	background-image: url(gfx/ueberschrift3.jpg);
	background-repeat: no-repeat;
}
#ueberschrift_4 {
	width: 900px;
	height: 117px;
	background-image: url(gfx/ueberschrift4.jpg);
	background-repeat: no-repeat;
}
#ueberschrift_5 {
	width: 900px;
	height: 117px;
	background-image: url(gfx/ueberschrift5.jpg);
	background-repeat: no-repeat;
}
#ueberschrift_6 {
	width: 900px;
	height: 117px;
	background-image: url(gfx/ueberschrift6.jpg);
	background-repeat: no-repeat;
}
#content {
	background-image: url(gfx/content.jpg);
	background-repeat: repeat-y;
	widht: 900px;
}
#header {
	background-image: url(gfx/header.jpg);
	widht: 900px;
	height: 56px;
}
#header_2 {
	background-image: url(gfx/header2.jpg);
	widht: 900px;
	height: 56px;
}
#header_3 {
	background-image: url(gfx/header3.jpg);
	widht: 900px;
	height: 56px;
}
#header_4 {
	background-image: url(gfx/header4.jpg);
	widht: 900px;
	height: 56px;
}
#header_5 {
	background-image: url(gfx/header5.jpg);
	widht: 900px;
	height: 56px;
}
#header_6 {
	background-image: url(gfx/header6.jpg);
	widht: 900px;
	height: 56px;
}
#footer {
	background-image: url(gfx/footer.jpg);
	height: 47px;
	widht: 900px;
}
#impressum {
	color: #b5b5b5;
	font-family: Verdana;
	font-size: 12px;
	width: 820px;
	height: 30px;
	text-align: right;
}

#schrift {
	margin-left: auto;
	margin-right: auto;
	width: 715px;
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 1px;
	padding-right: 10px;
}

/* ---------- TEXTE ----------- */

.headliner {
  font-weight: bold;
  font-family: Verdana;
  font-size: 10px;
  color: #50528b;
  letter-spacing: 1px;
}

/* -------- KONTAKT ---------- */

input {
    border:1px solid #6B6B6B;
    width: 230px;
    font-family: Verdana;
    font-size:11px;
    letter-spacing:1px;
    padding-left:2px;
}

  input#submit {
    width: auto;
  }

textarea {
    border:1px solid #6B6B6B;
    width: 270px;
    height: 100px;
    font-family: Verdana;
    font-size:11px;
    letter-spacing:1px;
    padding-left:2px;
}
