*,html {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  border: 0px;
}

body {
  color: #222;
  font-family: Calibri, "Trebuchet MS", Lucida, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #FFF url(../designpics/bg_body.png) repeat-x top left;
}

#header {
  position: relative;
  left: 0px;
  height: 70px;
  min-width: 800px;
  max-width: 1000px;
  margin-right: 50px;
  background: none;
}

#header ul {
  display: none;
}

.logo {
  margin: 10px 0 0 2px;
}

.logobildli {
  display: none;
}

.logobildre {
  display: none;
}

#header h2 {
  display: block;
  float: right;
  margin-right: 20px;
  margin-top: 40px;
  font-size: 14px;
}

#header h1 {
  display: none;
}

#header h3 {
  display: none;
}

#sidebarleft {
  display: none;
}
#maincontent {
  position: relative;
  margin-left: 240px;
  margin-right: 50px;
  min-width: 560px;
  max-width: 760px;
  background: none;
}

#content {
  position: relative;
  min-width: 380px;
  max-width: 580px;
  min-height: 500px;
  padding-top: 10px;
  margin-right: 170px;
  padding-bottom: 30px;
}

#sidebarright {
  display: none;
}

#footer {
  display: none;
}

/* Allgemeine Formatierungen */
#content h1 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  padding-left: 25px;
  margin-bottom: 15px;
  background: url(../designpics/h1.gif) no-repeat center left;
}

#content h2 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding-left: 25px;
  margin-bottom: 15px;
  background: url(../designpics/h2.gif) no-repeat center left;
}

#content h3 {
  margin-left: 20px;
  margin-bottom: 5px;
}

h4 	{
	 color: #00A99D;
	 font-style: normal;
	 font-weight: bold;
	 font-size: 16px;
	 font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	 margin-bottom: 10px;
	 }

#content p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  margin-left: 20px;
}

#content ul {
  list-style-type: square;
  margin-left: 50px;
  margin-bottom: 15px;
}

#content ul li {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
}

#content ol {
  margin-left: 50px;
  margin-bottom: 15px;
}

#content ol li {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
}

#content hr {
  border-top: 1px solid #F26522;
  margin: 0 50px 10px 50px;
}

.orange {
  color: #F26522;
}

.gruen {
  color: #00A99D;
}

#maincontent a:link, #maincontent a:visited {
  color: #F26522;
}

#maincontent a:hover, #maincontent a:focus {
  color: #00A99D;
}

#nodruck {
    display: none; 
}
