body,td,th {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: white;
  background-color: #d1d1d1;
}

#wrapper {
  position: relative;
  width: 380px;
  margin: auto;
  background-color: transparent;
  background-image: url(pics/back.gif);
}

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

#menu {
  width: 380px;
  height: 46px;
  background-color: #d1d1d1;
}

#inhalt {
  text-align: justify;
  width: 320px;
  background-color: transparent;
  background-image: url(pics/content_back.gif);
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
}

#footer {
  width: 320px;
  height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: transparent;
  background-image: url(pics/footer_back.gif);
  background-position: bottom;
  background-repeat: no-repeat;
}

.title {
font-family: "Lucida Sans", Arial;
color: #a2daec;
font-size: 13px;
font-weight: bold;
text-align: right;
text-transform: uppercase;
padding-top: 15px;
width: 70%;
margin-top: 15px;
margin-bottom: -5px;
margin-left: 20px;
background-image: url(pics/title_back.gif);
background-repeat: no-repeat;
}

.center {
margin: 0 auto;
text-align: center;
}

.line {
  border-bottom: 1px #a2daec dotted;
  margin-bottom: 10px;
  width 100%;
  
}

a img {
  border: none;
}

img {
  border: none;
}

a {
   text-decoration: none;
   font-weight: bold;
   color: #9de2db;
   border-bottom: 1px #9de2db dotted;
}



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

input, select, option {
  border: solid 1px #a2daec;
  background-color: #9b96d9;
  color: white;
}

textarea {
   border: solid 1px #a2daec;
  background-color: #9b96d9;
  color: white;
  width: 300px;
}


