/**
* AkoTrend - A Typo3 template
* @version 1.1
* @copyright (C) 2009 by Arthur Konze
* @license http://www.konze.de/ Copyrighted Commercial Software
**/

/* ##################### OVERALL SETTINGS ##################### QM: ok */
html, body {
  min-height       : 100%
}

body {
  background       : url('../images/body_background.jpg') bottom left repeat-x #000000;
  margin           : 0px;
  padding          : 0px;
  text-align       : center;
}

td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 20px;
  color            : #000;
  text-align       : justify;
}

.innercontent {
  z-index: 40;
}

/* ############## MAIN TABLE CONTAINER SETTINGS ############### QM: ok */
.main {
  width            : 960px !important;
  width            : 966px;
  border           : 3px solid #a28040;
  margin           : 0 auto;
  text-align       : left;
}

.contentzeile01 {
  height           : 90px;
}

.contentzeile02 {
  background       : url('dropdown/themes/default/images/mainmenuback.png') top left repeat-x #5a5a5a;
  height           : 30px;
}

.contentzeile03header {
  height           : 200px;
  background       : #a28040;
  color            : #fff;
}

.contentzeile03 {
  background       : url('../images/content_background.jpg') bottom left no-repeat #ffffff;
  vertical-align   : top;
  padding          : 10px;
}

.contentzeile04 {
  background       : url('../images/footer.jpg') top left repeat-x #000;
  border-top       : 3px solid #999;
  line-height      : 14px;
  color            : #999;
  font-size        : 10px;
  vertical-align   : middle;
  text-align       : center;
  height           : 78px;
}
.column_left {
  vertical-align   : top;
  width            : 175px;
}
.column_left p {
  margin           : 0px 0px 20px 0px ;
  padding          : 5px;
}
.column_left div.csc-textpic {
  margin           : 0px;
  padding          : 0px;
}
.content_normal {
  vertical-align   : top;
  color            : #000000;
  padding          : 10px;
  width            : auto;
}
.column_right {
  vertical-align   : top;
  width            : 300px;
}
.column_right p {
  margin           : 0px 0px 20px 0px ;
  padding          : 5px;
}
.column_right div.csc-textpic, .contentzeile03header div.csc-textpic {
  margin           : 0px;
  padding          : 0px;
}

.uppermenu {
  width : 880px;
  float : left;
  clear : both;
}

.lang_container {
  float : right;
  width : 70;
  padding-top : 3px;
}

/* ################# SUB MENU SYSTEM ################# QM: ok */
.sublevel ul {
  margin           : 0px;
  padding          : 0px;
  list-style-type  : none;
  font-family      : Arial, Helvetica, sans-serif;
  width            : 175px;
}

.sublevel a {
  display          : block;
  padding          : 0px 0px 0px 20px;
  width            : 155px !important;
  width            : 175px;
  background-color : #fff;
  background-image : url(dropdown/themes/default/images/nav-arrow-right.png);
  background-position: 5 50%;
  background-repeat: no-repeat;
  border           : 1px solid #f3eee7;
}

.sublevel a:link,  .sublevel a:visited {
  font-weight: bold;
  color            : #a66405;
  text-decoration  : none;
}

.sublevel a:hover, .sublevel li#sublevelactive a {
  font-weight: bold;
  text-decoration  : none;
  color            : #ffffff;
  border-bottom    : 1px solid #ffffff;
  background-color : #b8aea2;
}

.sublevel2 ul {
  margin           : 0px;
  padding          : 0px;
  list-style-type  : none;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  width            : 150px !important;
  width            : 175px;
}

.sublevel2 a {
  display          : block;
  padding          : 0px 0px 0px 25px;
  width            : 150px !important;
  width            : 175px;
  background-color : #666666;
}

.sublevel2 a:link,  .sublevel2 a:visited {
  color            : #ffffff;
  text-decoration  : none;
  border-bottom    : 1px solid #ffffff;
}

.sublevel2 a:hover, .sublevel2 li#sublevel2active a {
  text-decoration  : none;
  color            : #ffffff;
  border-bottom    : 1px solid #ffffff;
  background-color : #996666;
}

/* ##################### 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;
}

input, textarea, 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;
}

/* ##################### LINK SETTINGS ##################### QM: ok */
a {
  text-decoration  : none;
  color            : #a66405;
}

a:hover {
  color            : #999999;
}

.content_bottom a {
  text-decoration  : none;
  color            : #a28040;
}

.content_bottom a:hover {
  text-decoration  : none;
  color            : #666666;
}

/* ##################### HEADER SETTINGS ##################### QM: ok */
h1, h2, h3, h4 {
  margin           : 0;
  padding          : 0;
  font-family      : Arial, Helvetica, sans-serif;
}

h1 {
  font-size        : 1.4em;
  letter-spacing   : 0.1em;
  color            : #000000;
}

h2 {
  font-size        : 1.1em;
  text-transform   : uppercase;
  padding          : 5px 0px;
  border-bottom    : 1px solid #333;
}

h3 {
  font-size        : 1.0em;
  color            : #333;
  text-transform   : uppercase;
  padding          : 5px 0px;
  border-bottom    : 1px solid #666;
}

h4 {
  font-size        : 1.0em;
  color            : #666;
  border-bottom    : 1px solid #999;
}

.column_right h1, .column_right h2, .column_right h3, .column_right h4, .column_right h5,
.column_left h1, .column_left h2, .column_left h3, .column_left h4, .column_left h5 {
  text-transform   : uppercase;
  letter-spacing   : 0;
  color            : #000;
  font-size        : 12px;
  font-weight      : bold;
  border-bottom    : 1px solid #a28040;
  padding          : 2px 0px 2px 2px;

}

/* ##################### T3 TABLE SETTINGS ##################### QM: ok */
.tr-odd {
  background       : #f0f0f0;
}
.tr-even {
  background       : #e0e0e0;
}

.contenttable {
  width            : 100%;
  border-collapse  : collapse;
  margin           : 15px 0px;
}

.contenttable td {
  border           : 1px solid #CCCCCC;
  padding          : 5px;
}

.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;
}

/* ##################### TEASER MENU #################### QM:  */
.teasermenu * {
   margin:0;
   padding:0;
   display:block;
}

.teasermenu ul {
   list-style-type:none;
   width:433px;
   line-height      : 18px;
}

.teasermenu ul li {
   padding:5px;
   //height:1px;
   min-height:1px;
   border-top:1px solid #999999;
}

.teasermenu ul li a.bildlink {
   width:100px;
   float:left;
   margin-right:10px;
}

.teasermenu ul li a.bildlink img {
   vertical-align:top;
}

.teasermenu ul li dl {
   float:right;
   width:300px;
}

.teasermenu ul li dl dt {
   font-size:1.3em;
   font-weight:bold;
}

.teasermenu ul li dl dt a {
   display:inline;
}

.teasermenu ul li dl dd {
   padding-top:1em;
}

.teasermenu ul li .clearer {
   clear:both;
   visibility:hidden;
   font-size:0;
   line-height:0;
   height:0;
}

/* ##################### TAG CLOUD #################### QM:  */
.tx-vgetagcloud-pi1 {
  background-color : #f1eadb;
  padding          : 5px;
}
