.imageElement h3 {
color : #fff;
display : inline;
visibility : visible;
}
/** AkoForce - (C) Copyright 2009 by Arthur Konze **/

/* ##################### OVERALL SETTINGS ##################### QM: ok */
html, body {
  min-height       : 100%
}

body {
  background       : url('../images/main_back.jpg') top left repeat-x #1e201f;
  margin           : 0px;
  padding          : 0px;
  text-align       : center;
}

td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 14px;
  line-height      : 20px;
  color            : #000;
}

.csc-frame-frame1 {
  color : #c00;
  padding : 5px;
  border : 1px solid #c00;
  background-color : fcc;
}

/* ##################### LINK SETTINGS ##################### QM: ok */
a {
  color            : #C00;
  text-decoration  : underline;
}

a:hover {
  color            : #666;
  text-decoration  : underline;
}

.contentzeile01rechts a {
  color            : #fff;
  text-decoration  : none;
}

.contentzeile01rechts a:hover {
  color            : #c00;
  text-decoration  : none;
}

.contentzeile05 a {
  color            : #600;
  text-decoration  : none;
}

.contentzeile05 a:hover {
  color            : #333;
  text-decoration  : none;
}

/* ############## MAIN TABLE CONTAINER SETTINGS ############### QM: ok */

.main {
  width            : 1000px;
  margin           : 0 auto;
  text-align       : left;
}

.contentzeile01 {
  height           : 75px;
  background       : url('../images/logo_back.gif') bottom center no-repeat transparent;
}

.contentzeile01links {
  width            : 500px;
  height           : 70px !important;
  height           : 75px;
  float            : left;
  padding-top      : 5px;
}

.contentzeile01rechts {
  width            : 490px;
  height           : 65px !important;
  height           : 75px;
  float            : right;
  text-align       : right;
  padding-top      : 10px;
  font-size        : 12px;
}

.contentzeile02 {
  height           : 40px !important;
  height           : 40px;
  width            : 100%;
  background       : #000;
  color            : #fff;
}

.contentzeile03 {
  margin           : 0px;
  padding          : 0px;
  background       : #401515;
}

.contentzeile04 {
  vertical-align   : top;
  min-height       : 300px;
  background       : #fff;
}

.contentzeile05 {
  background       : url('../images/bottom_shadow.gif') no-repeat top left transparent;
  height           : 95px;
  width            : 1000px;
  text-align       : center;
  color            : #444;
  font-size        : 12px;
  line-height      : 16px;
  padding-top      : 5px;
}

.column_left {
  vertical-align   : top;
  width            : 250px;
  background       : #e2e0de;
  border-right     : 1px solid #b9b4af;
}
.column_left p, .column_right p {
  padding          : 0 10px;
}
.column_left div.csc-textpic {
  margin           : 0px;
  padding          : 0px;
}
.content_normal {
  vertical-align   : top;
  padding          : 35px;
  width            : auto;
  background       : url('../images/maincontent_shadow.png') repeat-x top left #fff;
}

/* ################# MAIN AND SUB MENU SYSTEM ################# QM: ok */
.mainlevel ul {
  padding          : 0px;
  margin           : 0px;
  float            : left;
  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           : 40px;
  line-height      : 40px;
  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       : url('../images/menu_highlight_back.png') top right repeat-x #640a0a;
  text-decoration  : none;
}

.sublevel ul {
  list-style       : none;
  padding          : 0px;
  margin           : 0px;
  font-size        : 16px;
  font-family      : Arial, Helvetica, sans-serif;
}
.sublevel ul li {
  border-bottom    : 1px solid #000;
}

.sublevel ul li a {
  color            : #fff;
  display          : block;
  height           : 34px;
  line-height      : 34px;
  letter-spacing   : 1px;
  vertical-align   : center;
  padding          : 0 0 0 15px;
  text-decoration  : none;
  background       : #333;
}

.sublevel ul li a:hover, .sublevel li#sublevelactive a {
  background       : #999;
  text-decoration  : none;
}

.sublevel2 ul {
  list-style       : none;
  padding          : 0px;
  margin           : 0px;
  font-size        : 14px;
  font-family      : Arial, Helvetica, sans-serif;
}
.sublevel2 ul li {
  border-bottom    : 1px solid #000;
}

.sublevel2 ul li a {
  color            : #fff;
  display          : block;
  height           : 30px;
  line-height      : 30px;
  letter-spacing   : 0px;
  vertical-align   : center;
  padding          : 0 0 0 30px;
  text-decoration  : none;
  background       : #666;
}

.sublevel2 ul li a:hover, .sublevel2 li#sublevel2active a {
  background       : #999;
  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;
  margin           : 20px 0;
  color            : #333;
  font-weight      : normal;
  letter-spacing   : 2px;
}

h2 {
  font-size        : 1.3em;
  color            : #333;
  font-weight      : normal;
  letter-spacing   : 2px;
}

h3 {
  font-size        : 1.0em;
  color            : #666;
  font-weight      : bold;
  letter-spacing   : 2px;
  padding          : 5px 0px;
  border-bottom    : 1px solid #666;
}

h4 {
  font-size        : 1.0em;
  color            : #999;
  font-weight      : normal;
  letter-spacing   : 2px;
  font-weight      : bold;
}

.column_left h1, .column_left h2, .column_left h3 {
  letter-spacing   : 0;
  margin           : 0;
  margin-top       : 20px;
  padding          : 0;
  color            : #333;
  font-size        : 16px;
  padding-left     : 10px;
  height           : 30px;
  line-height      : 30px;
  border           : none;
  border-bottom    : 1px dotted #999;
}

/* ##################### 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 {
  padding          : 3px;
  background       : #ccc;
}

.contenttable td {
  padding          : 3px;
  vertical-align   :top;
}

.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%;
}

/* ##################### TEASER MENU #################### QM:  */
.teasermenu * {
  margin           : 0;
  padding          : 0;
  display          : block;
}

.teasermenu ul {
  list-style-type  : none;
  width            : 675px;
  line-height      : 14px;
}

.teasermenu ul li {
  padding          : 5px;
  min-height       : 1px;
}

.teaserhell {
  background       : #ddd;
}

.teaserdunkel {
  background       : #ccc;
}

.teasermenu ul li a.screenshotlink {
  width            : 120px !important;
  width            : 130px;
  float            : left;
  background       : #fff;
  border           : 1px solid #999;
  padding          : 5px;
}

.teasermenu ul li a.screenshotlink img {
  vertical-align  : top;
}

.teasermenu ul li dl {
  float            : right;
  width            : 525px;
}

.teasermenu ul li dl dt {
  font-weight      : bold;
}

.teasermenu ul li dl dt a {
  display          : inline;
}

.teasermenu ul li dl dd {
  padding-top      : 3px;
}

.teasermenu ul li .clearer {
  clear            : both;
  visibility       : hidden;
  font-size        : 0;
  line-height      : 0;
  height           : 0;
}