/** AkoMundt - (C) Copyright 2009 by Arthur Konze **/

/* ##################### OVERALL SETTINGS ##################### QM: ok */
html, body {
  min-height       : 100%
}

body {
  background       : #e5e8e9;
  margin           : 0px;
  padding          : 0px;
  text-align       : center;
}

td, tr, p, div {
  font-family      : verdana, Arial, Helvetica, sans-serif;
  font-size        : 16px;
  line-height      : 20px;
  color            : #495965;
}

/* ##################### LINK SETTINGS ##################### QM: ok */
a {
  text-decoration  : none;
}

a:hover {
  text-decoration  : underline;
}

.contentzeile04links a {
  color            : #495965;
  text-decoration  : none;
}

.contentzeile04links a:hover {
  text-decoration  : underline;
}

/* ############## MAIN TABLE CONTAINER SETTINGS ############### QM: ok */

.schattenrand {
  width            : 1048px;
  margin           : 0 auto;
  text-align       : center;
  background       : url('../images/schadow.png') repeat-y top left transparent;
}
.main {
  width            : 1024px;
  margin           : 0 auto;
  text-align       : left;
}

.contentzeile01 {
  height           : 135px;
}

.contentzeile01links {
  width            : 230px !important;
  width            : 300px;
  height           : 90px !important;
  height           : 135px;
  float            : left;
  background       : #aeb5bb;
  color            : #fff;
  text-transform   : uppercase;
  font-size        : 16px;
  line-height      : 22px;
  letter-spacing   : 0.1em;
  text-align       : center;
  padding          : 45px 35px 0 35px;
}

.contentzeile01rechts {
  width            : 694px !important;
  width            : 724px;
  height           : 117px !important;
  height           : 135px;
  padding          : 18px 30px 0 0;
  float            : right;
  background       : #fff;
  text-align       : right;
}

.contentzeile02 {
  height           : 50px !important;
  height           : 50px;
  width            : 100%;
  background       : #c5271c;
  color            : #000;
}

.contentzeile03 {
  vertical-align   : top;
}

.contentzeile04 {
  background       : url('../images/schadow_bottom.png') no-repeat top left transparent;
  height           : 40px;
  width            : 1048px;
  margin           : 0 auto;
}
.contentzeile04links {
  width            : 300px;
  height           : 40px;
  line-height      : 40px;
  vertical-align   : middle;
  font-size        : 12px;
  text-align       : center;
  float            : left;
}

.contentzeile04rechts {
  width            : 694px !important;
  width            : 724px;
  padding-right    : 30px;
  height           : 40px;
  line-height      : 40px;
  vertical-align   : middle;
  font-size        : 12px;
  float            : right;
  text-align       : right;
}

.column_left {
  vertical-align   : top;
  width            : 300px;
  background       : #aeb5bb;
}
.column_left p, .column_right p {
  padding          : 15px;
}
.column_left div.csc-textpic {
  margin           : 0px;
  padding          : 0px;
}
.content_normal {
  vertical-align   : top;
  padding          : 35px 35px;
  width            : auto;
  background       : #fff;
}
.column_rand {
  vertical-align   : top;
  text-align       : right;
  padding          : 15px 35px;
  height           : 45px !important;
  height           : 75px;
  width            : auto;
  background       : #f0f0f0;
}

/* ################# MAIN AND SUB MENU SYSTEM ################# QM: ok */
.mainlevel ul {
  padding          : 0px;
  margin           : 0px;
  float            : right;
  font-size        : 15px;
  font-family      : Arial, Helvetica, sans-serif;
}

.mainlevel ul li {
  display          : inline;
}

.mainlevel ul li a {
  color            : #fff;
  text-decoration  : none;
  float            : left;
  height           : 50px;
  line-height      : 50px;
  vertical-align   : center;
  letter-spacing   : 1px;
  padding          : 0 15px 0 15px;
  text-decoration  : none;
}

.mainlevel ul li a:hover, .mainlevel li.mainlevelactive a {
  color            : #fff;
  background       : #231f20;
  text-decoration  : none;
}

.sublevel ul {
  list-style       : none;
  padding          : 0px;
  margin           : 0px;
  font-size        : 16px;
  font-family      : Arial, Helvetica, sans-serif;
  margin-bottom    : 20px;
}
.sublevel ul li {
  border-bottom    : 2px solid #fff;
}

.sublevel ul li a {
  color            : #fff;
  text-decoration  : none;
  display          : block;
  height           : 34px;
  line-height      : 34px;
  letter-spacing   : 1px;
  vertical-align   : center;
  padding          : 0 0 0 35px;
  text-decoration  : none;
}

.sublevel ul li a:hover, .sublevel li#sublevelactive a {
  background       : #495965;
  text-decoration  : none;
}

/* ##################### FORMULAR SETTINGS #################### QM:  */
.csc-mailform {
  border:none;
  padding-top:50px;
  width:500px;
}

.csc-mailform-field {
  border:none;
  padding-left:10px;
  padding-bottom:10px;
  display:block;
  clear:both;
}

label {
  float:left;
  clear:both;
  display:block;
  width:100px;
  margin-bottom:10px;
  padding-left:10px;
}

.csc-mailform input, .csc-mailform textarea, .csc-mailform select {
  float:left;
  display:block;
  width:250px;
  margin-bottom:10px;
  padding:1px;
  font-size: 12px;
}

.csc-mailform-submit {
  margin-left:100px !important;
  margin-left:100px;
  width:100px;
  clear:both;
}

/* ##################### HEADER SETTINGS ##################### QM: ok */
h1, h2, h3, h4 {
  margin           : 0;
  padding          : 0;
  font-family      : Arial, Helvetica, sans-serif;
}

h1 {
  font-size        : 1.6em;
  color            : #495965;
  font-weight      : normal;
  letter-spacing   : 2px;
}

h2 {
  font-size        : 1.3em;
  color            : #495965;
  font-weight      : normal;
  letter-spacing   : 2px;
}

h3 {
  font-size        : 1.0em;
  color            : #495965;
  font-weight      : bold;
  letter-spacing   : 2px;
  padding          : 5px 0px;
  border-bottom    : 1px solid #222;
}

h4 {
  font-size        : 1.0em;
  color            : #495965;
  font-weight      : normal;
  letter-spacing   : 2px;
  font-weight      : bold;
}

.column_left h1, .column_left h2, .column_left h3 {
  letter-spacing   : 0;
  margin           : 0;
  padding          : 0;
  color            : #fff;
  font-size        : 16px;
  padding-left     : 10px;
  background       : #495965;
  height           : 40px;
  line-height      : 40px;
  border           : none;
}

/* ##################### T3 SETTINGS ##################### QM: ok */
.csc-uploads {
  width            : 100%;
  border-collapse  : collapse;
  margin           : 15px 0px;
}

.csc-uploads td {
  border           : 1px solid #CCCCCC;
  padding          : 5px;
}

.csc-uploads-icon {
  width            : 25px;
  text-align       : center;
}

.csc-uploads-fileSize {
  width            : 75px;
}

.csc-uploads-fileSize p {
  text-align       : right;
}

/* ########## TYPO3 - AUFZAEHLUNG ########## QM: ok */
.csc-bulletlist-1 {
  list-style-type  : decimal;
}

.csc-bulletlist-2 {
  list-style-type  : upper-alpha;
}

.csc-bulletlist-3 {
  list-style-type  : upper-roman;
}

.csc-textpic-caption {
  padding          : 5px;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 11px;
  line-height      : 13px;
  color            : #666;
  background       : #eee;
}

/* ########## TYPO3 - TABELLE ########## QM: ok */
.contenttable {
  width            : 100%;
  border-collapse  : collapse;
  margin           : 15px 0px;
}

.contenttable th {
  border           : 1px solid #999;
  padding          : 3px;
  background       : #ccc;
}

.contenttable td {
  border           : 1px solid #CCCCCC;
  padding          : 3px;
}

.tr-odd {
  background       : #f0f0f0;
}

.tr-even {
  background       : #fff;
}

/* ########## TYPO3 - LINKS ########## QM: ok */
a.internal-link, a.internal-link-new-window {
}

a.external-link, a.external-link-new-window {
  padding-left         : 15px;
  background-image     : url('../images/linkicon_external.png');
  background-repeat    : no-repeat;
  background-position  : 0 50%;
}

a.download {
  padding-left         : 15px;
  background-image     : url('../images/linkicon_file.png');
  background-repeat    : no-repeat;
  background-position  : 0 50%;
}

a.mail {
  padding-left         : 15px;
  background-image     : url('../images/linkicon_mail.png');
  background-repeat    : no-repeat;
  background-position  : 0 50%;
}
