@charset "UTF-8";
/* CSS Document */
* {
  padding:0;
  margin:0;
}

img {
    border:none;
}

body {
  background-color:#dddddd;
  font:11px/1.8em Verdana, Arial, sans-serif;
  /* IE Workaround zum zentieren */
  text-align: center;
}

ul {
  list-style:none;
}

div#container {
   width:900px;
   /* background:url(bilder/background.gif) repeat-y; */
   background-color:#ffffff;
   border: 1px solid #999999;
   margin-left:auto;
   margin-right:auto;
   margin-top: 10px;
   /* Text wieder linksbuendig fuer alle Browser */
   text-align: left;
}

div#header {
  width:900px;
  height:150px;
  margin:0px;
  padding: 0px;
  background:url(bilder/header.jpg) no-repeat;
}

div#nav_bar {
  width:880px;
  height:20px;  
  padding:0 10px;
  background-color: #e3001b;
  color:#FFF;
  text-align:left;
}

div#nav_bar a {
  color: #FFF;
}

div#sidebar {
  width:190px;
  margin-left:0px;
  padding-left:10px;
  
  float:left;
}

div#sidebar ul li{
  font-weight:bold;
  width:180px;
  margin:1px 0;
}

div#sidebar ul li a{
  display:block;
  color:#fff;
  text-decoration:none;
  font-size:100%;
  line-height:20px;
  height:20px;
  background-color:#f29400;
  padding-left:10px;
  font-weight:normal;
}

div#sidebar ul li a:hover, div#sidebar a.one_act{
  display:block;
  color:#fff;
  text-decoration:none;
  font-size:100%;
  line-height:20px;
  height:20px;
  /*background:url(bilder/button.jpg) no-repeat bottom left #9CF;*/
  background-color:#e3001b;
  padding-left:10px;
  font-weight:bold;
}

div#sidebar ul li ul li{
  background:none;
}

div#sidebar ul li ul li a{
  background:none;
  color:#000;
  font-size:normal;
  border:none;
  padding-left:13px;
  height:20px;
  line-height:20px;
}


div#sidebar ul li ul li ul li{
  background:none;
}

div#sidebar ul li ul li ul li a{
  background:none;
  color:#000;
  font-size:11px;
  border:none;
  font-weight:normal;
  padding-left:16px;
  height:20px;
  line-height:20px;
}

div#sidebar ul li ul li ul li a:hover, div#sidebar a.three_act, div#sidebar a.three_act:hover{
  background:none;
  color:#666;
  font-size:11px;
  border:none;
  font-weight:normal;
  padding-left:16px;
  /*margin-left:10px;*/
  height:20px;
  line-height:20px;
}

div#sidebar ul li ul li ul li ul li a{
  background:none;
  color:#000;
  font-size:11px;
  border:none;
  font-weight:normal;
  padding-left:16px;
  height:20px;
  line-height:20px;
}

div#sidebar ul li ul li ul li ul li a:hover, div#sidebar a.four_act, div#sidebar a.four_act:hover{
  background:none;
  color:#666;
  font-size:11px;
  border:none;
  font-weight:normal;
  padding-left:15px;
  /*margin-left:15px;*/
  height:20px;
  line-height:20px;
}



div#sidebar ul li ul li a:hover, div#sidebar a.two_act, div#sidebar a:hover.two_act{
  background:none;
  color:#036;
  font-size:normal;
  border:none;
  padding-left:13px;
  height:20px;
  line-height:20px;
}

div#content {
  /* background:url(bilder/head02.jpg) no-repeat; */
  width:670px;
  padding:10px;
  padding-top: 20px;
  float:left;
}

div#content p{
  margin: 0.8em 0;
  line-height:1.8em;
}

div#info {
  width:183px;
  padding:10px 5px 10px 7px;
  float:left;
}

div#info_box {
  width:179px;
  height:60px;
  padding:5px 2px 5px 2px;
  background:url(bilder/button_rechts.gif) no-repeat #fff381;
  
  
}

div#footer {
  width:890px;
  height:35px;
  padding:5px 10px 30px 0px;
  /*background:url(bilder/footer.gif) no-repeat;*/
  clear:both;
  text-align:right;
  font-size:smaller;
}


h1, h2, h3, h4, h5, h6 {
  color:#f29400;
  font-family: Verdana, Arial, sans-serif;
  /* letter-spacing:0.1em; */
}

h1 {
  font-size:2em;
  margin-bottom:0.5em;
}

h2 {
  font-size:1.8em;
  margin-bottom:0.5em;
}

h3 {
  font-size:1.6em;
  margin-bottom:0.5em;
}

h4 {
  font-size:1.4em;
  margin-bottom:0.5em;
}

h5 {
  font-size:1.2em;
  margin-bottom:0.5em;
}

h6 {
  font-size:1em;
  margin-bottom:0.5em;
}

div#links {
  width:940px;
  text-align:center;
  margin-top:30px;
  margin-left:auto;
  margin-right:auto;
}

div#links a {
  color:#000;
}

fieldset.csc-mailform {
  border:none;
}

fieldset.csc-mailform label {
  display:block;
}

fieldset.csc-mailform input, fieldset.csc-mailform textarea {
  margin-bottom:10px;
}

.tabelle_start {
	width: 480px;
	border: 1px solid #999999;
}
.tabelle_start tr{
	height:26px;
}
.tabelle_start td{
	padding:0px;
	text-align:center;
}
.tabelle_start .tr-0 {
    background-color: #d23e1b;
}
.tabelle_start .tr-1 {
    background-color: #043882;
}
.tabelle_start .tr-2 {
    background-color: #45a12a;
}
.tabelle_start .tr-3 {
    background-color: #eeeeee;
}
.tabelle_start .tr-last {
    background-color: #eeeeee;
}

input, textarea, select {
	border: 1px solid #999999;
	background-color:#eeeeee;
}
.csc-bulletlist {
	margin-left:50px;
	list-style:circle;
}
.tx-thmailformplus-pi1 fieldset {
	padding: 10px;
}
.mwh_tab_toll {
	border-spacing: 0px;
	border-collapse: collapse;
}
.mwh_tab_toll td {
	vertical-align:top;
	border: 1px solid #999999;
	padding: 3px;
}
div#footer h2 {
  margin: 0px;
  padding:1px;
  text-align:right;
  font-size:smaller;
}
.headtitel {
  margin: 5px 0px 0px 0px;
  padding:1px;
  text-align: center;
  color: #666;
  font:10px Verdana, Arial, sans-serif;
}
.contenttable-1 td {
	padding: 4px;
	border-bottom: 1px solid #999999;
}
.contenttable-1 h4 {
	font:11px/1.8em Verdana, Arial, sans-serif;
	font-weight:bold;
}
.td-0 {
	width:270px;
	font-weight:bold;
}

