* {
	margin: 0px;
}
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
#page {
	width: 980px;
	margin:auto;
	background: url(../images/bg.gif) repeat-y #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
}
#logo {
	width: 250px;
	height: 150px;
	position: absolute;
	background: url(../images/logo.jpg) no-repeat;
	cursor: pointer;
}
#navi {
	width: 650px;
	height: 40px;
	margin-top: 90px;
	margin-left: 315px;
	position: absolute;
	text-align: right;
}
#navi ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}
#navi li {
	display: inline;
	padding: 0 10px;
	padding: 5px;
}
#navi li a {
	text-decoration: none;
	color: #333333;
	padding: 1px 5px 1px 5px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Nobile', Tahoma, serif;
	font-weight: lighter;
}
#navi li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #E52166;
	padding: 1px 5px 1px 5px;
}
#navi .active {
	color: #E52166;
}

#inhalt {
	width: 100%;
	clear: both;
}

.titel {
  position: absolute; 
  margin: 0px;
  z-index: 99;
}

.magentatitel{
  margin-left: 0px;
	color: #E52166;
	padding: 20px 0 0px 15px;
  font-size: 20px;
  font-family: 'Nobile', Tahoma, serif;
  font-weight: bold;

}

.whitetitel{
  margin: 0px; 
  color:#FFF; 
  padding-top: 2px;
  font-size: 17px;
  font-family: 'Nobile', Tahoma, serif;
  font-weight: normal;
  text-transform: uppercase;
}

.hidden {
  display: none;
}

.infobox{
  font-weight: normal;
	font-size: 0.8em;
	color: #000000;
	padding: 0px 10px 10px 10px;
}

div.infobox { 
  clear: both; 
  height: 500px; 
  padding: 10px; 
  background: #bfbfbf; 
}


#footer {
	width: 960px;
	height: 40px;
	clear:both;
	background: url(../images/footer.gif) no-repeat #FFFFFF;
	padding-top: 40px;
	text-align: right;
	padding-right: 20px;
	font-size: 0.75em;
}

.clear {
  clear: both;
}

span.bold {
  font-weight: bold;
}

input, select, textarea
{
  color: #878787;
  background: #FFFFFF;
  border: 1px solid #000000;
  font-weight: normal;
	font-size: 0.8em;
	font-family: Tahoma;
	margin-top: 5px;
	width: 180px;
}

.submit input
{
  color: #FFFFFF;
  font-size: 12px;
  font-family: Verdana, Tahoma;
  font-weight: bold;
  text-transform: uppercase;
  background: #E52166;
  border: 1px solid #E52166;
  width: 100px;
  margin-left: 15px;
} 
