@import "reset.css";

html
{
  background-color:transparent;
}

body
{
  padding:10px;
  background-color:white;
  background-image:url(/fileadmin/templates/images/hinten.jpg);
  width:950px;
  margin:0px auto;
}

td
{
  vertical-align:top;
}

h1
{
  font-size:120%;
  font-weight:bold;
}

#hauptmenue
{
  width:110px;
  padding-right:50px;
}

#hauptmenue li,
#hauptmenue li a
{
  color:black;
  text-decoration:none;
}

#hauptmenue li a:hover
{
  text-decoration:underline;
}

#hauptmenue ul.level1
{
  padding-top:15px;
}

#hauptmenue ul ul
{
  xlist-style-type:circle;
  margin-left:20px;
}

#hauptmenue li
{
  padding-top:5px;
}

#inhalt
{
  width:800px;
  padding-top:20px;
}

#footer
{
  padding-top:10px;
  text-align:center;
  width:970px;
}

.csc-mailform {
  margin: 0px;
  padding: 0px;
  border-style: none;
}

#mailformzip	{
	width: 50px;
}

.csc-mailform-field label{
  width: 120px;
  display: block;
  float: left;

}

.csc-mailform-field input, .csc-mailform-field select {
  margin-bottom: 10px;
}

b
{
  font-weight:bold;
}

i
{
  font-style:italic;
}

u
{
  text-decoration:underline;
}

#inhalt ul li
{
  list-style-type:disc;
  list-style-position:outside;
  padding-left:5px;
  margin-left:25px;
}

