body {
	background-color: black;
}


#wrapper {
  position: relative;
  width: 600px;
  margin: auto;
  margin-top: -15px;
  background-color: transparent;
}

#header {
	width: 600px;
  height: 400px;
	background-color: transparent;
  background-image: url(pics/header.jpg);
}

#menu {
  width: 600px;
  height: 30px;
  background-color: transparent;
  background-image: url(pics/background.gif);
  background-repeat: repeat-y;
}

#inhalt {
  padding-left: 140px;
  width: 600px;
  background-color: transparent;
  background-image: url(pics/background.gif);
  background-repeat: repeat-y;
}

#footer {
  width: 600px;
  height: 11px;
  background-color: transparent;
  background-image: url(pics/footer.gif);
  background-repeat: no-repeat;
}

.title {
font-family: Lucida Sans, Arial;
color: #fea8b4;
font-size: 11px;
font-weight: bold;
text-align: left;
text-transform: uppercase;
padding-bottom: 3px;
padding-top: 20px;
width: 100%;
border-bottom: 1px dotted #de1d53;
margin-bottom: 10px;
}



body,td,th {
	font-family: Lucida Sans, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #fea8b4;
}

h1 {
	font-size: 12px;
	color: #fea8b4;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
	font-size: 14px;
	color: #fea8b4;
}

h3 {
	font-size: 16px;
	color: #fea8b4;
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	color: #fea8b4;
  margin-top: 0;
}

a:link {
   text-decoration: none;
   font-weight: bold;
   color: #de1d53;
}

a:active {
   text-decoration: none;
   font-weight: bold;
   color: #de1d53;
}

a:visited {
   text-decoration: none;
   font-weight: bold;
   color: #de1d53;
}

a:hover {
   text-decoration: none;
   font-weight: bold;
   color: #ffffff;
}

input, select, option {
  border: solid 1px #de1d53;
  background-color: #2c0611;
  color: #fea8b4;
}

textarea {
   border: solid 1px #de1d53;
  background-color: #2c0611;
  color: #fea8b4;
  width: 300px;
}


