/* Start of CMSMS style sheet 'Teufel NET Unterseiten Screen' */
/* ALLGEMEIN */

body {
	margin-top: 0px;
        font-family: arial, sans-serif;
        font-size: 8pt;
}

.container {
  text-align: left;
  width: 880px;
  min-width: 880px;
  max-width: 880px;
  font-size: 9pt;
  line-height: 1.2em !important;
}

.left-column {
  text-align: left;
  float: left;
  width: 200px;
}

.middle-column {
  text-align: justify;
  width: 670px;
  float: right;
  font-size: 9pt;
}

.right-column {
  text-align: left;
  width: 180px;
  float: right;
  margin-left: 10px;
  margin-right: 0px;
  font-size: 8pt;
}

* html .right-column {
    margin-left: 0px;
    width: 180px !important;
    max-width: 180px !important;
}

* html .right-column .contentbox {
   max-width: 180px !important;
   margin: 0px !important;
   margin-bottom: 10px !important;
}

.clear {
  clear: both;
}

/* SEITENELEMENTE */

div.contentbox {
  border: 1px solid #CCCCCC;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.middle-column div.contentbox {
  margin-right: 190px;
}

.right-column div.contentbox {
  width: 178px;
  min-width: 178px;
}

div.contentheader {
  font-weight: bold;
  padding-left: 10px;
  padding-top: 3px;
  background-repeat: repeat-x;
  background: url(/uploads/images/template/cbox_header.gif);
  height: 17px;
  min-height: 17px;
  border-bottom: 1px solid #CCCCCC;
}

.right-column div.contentheader {
  color: #000000;
  background: url(/uploads/images/template/cbox_header-gruen.gif);
  border-bottom: none;
}

div.contentbody {
  margin: 5px !important;
  text-align: justify;
}

.bgfill {
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: 1px solid #DBE3E0;
}

.bgfill .contentheader {
  background: none;
  border: none;
}

.bgfill .contentbody {
  background-color: #DBE3E0;
  padding: 5px;
}


.bgfill-red {
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: 1px solid #CCCCCC;
}

.bgfill-red .contentheader {
  background: none;
  border: none;
}

.bgfill-red .contentbody {
  background-color: #CCCCCC;
  padding: 5px;
}

.light .contentheader {
  background: none;
  color: #666666;
}


/* LINKS */

a:link, a:visited {
  color: #336600;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* NAVIGATION */

div.navileft {
  width: 200px;
  margin: 0px;
  font-size: 8pt;
}

.navileft a:link, .navileft a:visited {
  color: #5A5A5A;
  text-decoration: none;
}

.navileft a:hover {
  text-decoration: underline;
}

.navileft li.parent a {
  color: #336600;
}

.navileft li.current {
  color: #336600;
}

.navileft ul {
  width: 200px;
  margin: 0px;
  padding: 0px;
}

.navileft li {
  list-style-type: none;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 1px;
  margin-left: 0px;
  margin-right: 0px;
}

.navileft li.navi1 {
  padding-left: 5px;
  background-color: #CCCCCC;
  font-weight: bold;
}

.navileft li.navi2 {
  padding-left: 20px;
  background-color: #E6E6E6;
}

.navileft li.navi3 {
  padding-left: 35px;
  background-color: #F2F2F2;
}

.navileft li.navi4 {
  padding-left: 50px;
  background-color: #F9F9F9;
}

.navileft li.navi5 {
  padding-left: 65px;
  background-color: #F2F2F2;
}

/* SUCHE */

input#m3searchinput {
  background-color: #cdcdcd;
  color: #000000;
  border: 1px solid #676767;
  font-size: 8pt;
  font-family: arial, sans-serif;
}

input.m3searchsubmit {
  border-style: none;
  background-color: #FFFFFF;
  color: #336600;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 8pt;
  padding: 0px;
  text-align: left;
  margin-top: 5px;
}

div.topspacer {
  margin-bottom: 5px;
}

h1 {
  font-size: 12pt;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 13pt;
}

#footer a:link, #footer a:visited {
  color: #336600 !important;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#m6moduleform_1 input {
  width: 150px;
}

.searchtitle {
  font-weight: bold;
}

.searchhilite {
  background-color: #deffbd;
}

.searchinput {
  border: 1px solid #C0C0C0;
  width: 160px;
  background-color: #F0F0f0;
}

.searchsubmit {
  border: 1px solid #C0C0C0;
  width: 160px;
  background-color: #F0F0F0;
  margin-top: 5px;
}

*+html form {
  margin: 0px;
  padding: 0px;
}

.formbuilderform label {
  display: block;
  width: 150px;
  text-align: right;
  float: left;
  margin-right: 10px;
}

.formbuilderform input, .formbuilderform select {
  width: 200px;
  border: 1px solid #C0C0C0;
  margin-bottom: 5px;
}

.formbuilderform textarea {
  width: 200px;
  height: 150px;
  border: 1px solid #C0C0C0;
}

.formbuilderform label {
  padding-top: 2px;
}

.formbuilderform fieldset {
  border: 1px solid #FFFFFF;
  margin-bottom: 10px;
}

.formbuilderform legend {
  display: none;
}

.formbuilderform .submit {
  padding-left: 160px;
}

.formbuilderform .submit input {
  width: 200px;
}

.settingsform input {
  width: 200px;
  display: block;
  border: 1px solid #C0C0C0;
}

.settingsform td {
  text-align: left;
}

.settingsform .left {
  width: 190px;
}

.settingsform .left input {
  display: none;
}

/* DIJIT */

span.dtooltip {
  cursor: help;
  border-bottom: 1px dotted #C0C0C0;
}

code {
  display: block;
  background-color: #C0C0C0;
  border: 1px dotted #808080;
  font-family: Courier New, fixed;
  padding: 10px;
  margin-right: 200px;
}

.intab .contentbox {
  margin-right: 0px !important;
}

.intab code {
  margin-right: 0px !important;
}

.qcbutton, .qcbutton span {
  border: none !important;
  background: transparent !important;
  padding: 0px !important;
  margin:  0px !important;
  width: auto !important;
  font-size: 12px !important;
}

.qcbutton button {
  border-bottom: 1px dotted #339900 !important;
  padding: 0px !important;
  margin:  0px !important;
  font-size: 12px !important;
}

.dijitTabChecked {
  background: url(/uploads/images/template/tab_active.gif) !important;
  border-bottom: 1px solid #336699 !important;
  color: #FFFFFF;
}

.dijitAccordionTitle-selected {
  background: url(/uploads/images/template/accordion_active.gif) !important;
  color: #FFFFFF;
}
/* End of 'Teufel NET Unterseiten Screen' */

