/** allgemeine Bodyformatierung **/
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: Arial, Verdana, Geneva, Helvetica;
  font-size: 13px; /*früher 11px*/
  background: #2B8400; /* alte Farbe #339900*/
  text-align: center;
}

/** allgemeine Linkformatierung **/
a:link { }
a:visited { }
a:hover { color: #060; }
a:active { }
a { color: #333333; /*font-weight: bold;*/ }

/* alter a link: #666 */

/** Hauptcontainer **/
#container {
  margin: 0 auto;
  width: 680px;
  /*730px;*/
  /*height: 600px;*/
  position: relative;
  background: #fff;
  padding: 0 10px 0 10px;
  text-align: left;
}

/** Header fuer Logo **/
#header {
  width: 712px;
  position: relative;
  top: 5px;
  left: 10px;
/*  border: solid 1px red;*/
}

/** Textkasten Hauptbereich **/
#content {
  margin: 0 40px 0 243px;  
  padding-bottom: 15px;
  background: url(bg-torsi.jpg) repeat-y;
}

#content p {
  line-height: 150%;
  margin: 10px 0 10px 0;
}

#content td {
  color: #333;
  font-family: Arial, Verdana, Geneva, Helvetica;
  font-size: 13px; /* früher 11px*/
}

#content h2 {
  color: #999;
  font-weight: normal;
  font-size: 28px;
}

#content h3 {
  /*width: 200px;*/
  height: 24px;
  margin: 40px 0 10px 0px;
  color: #060;
  font-style: normal;
  font-weight: bolder;
  font-size: 16px;
  /*border: 1px solid red;*/
}

#content h4 {
  color: #060;
  font-style: normal;
  font-weight: bolder;
  font-size: 16px;
}

#content h5 {
  color: #060;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 13pt;
}

#content h6 {
  color: #060;
  font-size: 13px;
  line-height: 13pt;
  font-style: normal;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#content ul {
  margin: 15px;
  padding: 0px 0px 12px 10px;
  line-height: 13pt;
  /*list-style-type: disc;
  list-style-position: outside;*/
}

#content ol {
  margin: 15px;
  padding: 0px 0px 12px 10px;
  line-height: 13pt;
  /*list-style-type: disc;
  list-style-position: outside;*/
}

#content img {
  /*border: 1px solid black;*/
}

/** spezielle Schriftformatierung Hauptbereich **/
.schrift_italic { font-style:italic; }
.schrift_fett { font-weight: bold; }
.schrift_gruen_italic { color: #060; font-style:italic; }
.schrift_gruen_fett { color: #060; font-weight: bold; }


/** ---- Formatierungen fuer Listen ---- **/
#liste ul {
  margin: 15px;
  padding: 0px 0px 12px 10px;
  line-height: 13pt;
  list-style-type: disc;
  list-style-position: outside;
}

#liste ol {
  margin: 15px;
  padding: 0px 0px 12px 10px;
  line-height: 13pt;
  list-style-type: decimal;
  list-style-position: outside;
}


/** ---- Formatierungen fuer Menue ---- **/
#left {
  width: 200px;
  position: absolute;
  top: 220px;
  left: 20px;
}

#imagemenu {
  top: 20px;
}

#menucontainer ul {
  margin: 0px;
  padding: 0px;
  text-align: left;
  margin-bottom: 20px;
  font-size: 13px; /* früher 11px*/
  list-style: none;
}
#menucontainer ul li {
  display: inline;
}

#menucontainer ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#menucontainer ul li a:hover {
  text-decoration: underline;
}
#menucontainer ul li a.menu-act {
  padding: 7px 9px;
  font-weight: normal;
  background: #FFFFFF;
  background: url(punkt.gif) 3px 14px no-repeat;
  border-bottom: 1px solid #ccc;
}
#menucontainer ul li a.menu-act:hover {
}
#menucontainer ul li a.menu-no {
  padding: 7px 9px;
  font-weight: normal;
  background: #FFFFFF;
  background: url(punkt.gif) 3px 14px no-repeat;
  border-bottom: 1px solid #ccc;
}
#menucontainer ul li a.menu-no:hover {
}
#menucontainer ul li a.menutitle-act {
  padding: 7px 5px;
  font-weight: bold;
  background: #ccc;
  border-bottom: 1px solid #eee;
}
#menucontainer ul li a.menutitle-act:hover {
}
#menucontainer ul li a.menutitle-no {
  padding: 7px 5px;
  font-weight: bold;
  background: #ccc;
  border-bottom: 1px solid #eee;
}
#menucontainer ul li a.menutitle-no:hover {
}

/****************************************/
/* Kasten für "Privat und alle Kassen" */
#menucontainer ul li span {
  color: #333;
  text-decoration: none;
  display: block;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#menucontainer ul li span.menutitle-extra {
  padding: 7px 5px;
  font-weight: bold;
  background: #fff;
  border-bottom: 1px solid #eee;
}
/********************************************/

legend {
padding-left:0px;
padding-right:0px;
border: 0px;
}

fieldset {
border:0px;
padding-left:5px;
padding-right:35px;
padding-top:5px;
padding-bottom:5px;
border: 1px solid #C0C0C0;
}

.radiolayout {
width:60%;
padding-top:5px;
padding-bottom:5px;
}

.formu {
width:90%;
padding-top:0px;
padding-bottom:10px;
padding-left:10px;
border: 1px solid #C0C0C0;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}

.mf-select {
border:1px solid #C0C0C0;
margin-bottom: 5px;
width: 100px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
width: 225px;
}

.mf-submit {
margin-top: 10px;
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
height: 35px;
font-weight: bold;
letter-spacing: .05em;
}

/* Rahmen vom ImageMap entfernen*/
#content #tx_mwimagemap_img_72 {
  border: 0px solid green;
}

/* Style für das admPanel */
table.typo3-editPanel { border: none; background-color: #fff;}
table.typo3-editPanel TD.typo3-editPanel-controls {border:none; background-color: #fff;}
