/**
* AkoSoccerTrend - A Typo3 template
* @version 1.2
* @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/main_back.jpg') top left repeat-x #000;
  margin           : 0px;
  padding          : 0px;
  text-align       : center;
}

td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 14px;
  line-height      : 24px;
  color            : #000;
  text-align       : justify;
}

/* ##################### LINK SETTINGS ##################### QM: ok */
a {
  color            : #172;
}

a:hover {
  color            : #999;
}

.content_bottom a {
  text-decoration  : none;
  color            : #a28040;
}

.content_bottom a:hover {
  text-decoration  : none;
  color            : #666666;
}

/* ############## MAIN TABLE CONTAINER SETTINGS ############### QM: ok */
.main {
  width            : 960px !important;
  width            : 966px;
  border-left      : 2px solid #000;
  border-right     : 2px solid #000;
  border-bottom    : 2px solid #000;
  margin           : 0 auto;
  text-align       : left;
}

.contentzeile01 {
  height           : 100px;
  background       : url('../images/logo_back.jpg') top left repeat-x #5a5a5a;
}

.contentzeile01links {
  height           : 100px;
  width            : 285px;
  float            : right;
  padding          : 0;

}

.contentzeile01rechts {
  margin-top       : 20px;
  height           : 80px;
  width            : 200px;
  float            : left;
}

.contentzeile02 {
  height           : 30px;
  background       : url('dropdown/themes/default/images/mainmenuback.png') top left repeat-x #5a5a5a;
}

.contentzeile03header {
  height           : 200px;
  background       : #031;
  color            : #fff;
}

.contentzeile03 {
  background       : url('../images/left_back.png') 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      : 23px;
  color            : #242;
  font-size        : 10px;
  vertical-align   : middle;
  text-align       : center;
  height           : 50px;
}
.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;
}
.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;
  font-size        : 12px;
  line-height      : 20px;
}

.lang_container {
  float : right;
  width : 70;
  padding-top : 3px;
}

/* ############## HALL SWITCH SETTINGS ############### QM: ok */
.hallswitch ul {
  padding          : 0px;
  margin           : 0px;
  float            : left;
  width            : 100%;
}

.hallswitch ul li {
  display          : inline;
}

.hallswitch ul li a {
  background       : url('../images/halle_off.png') bottom left no-repeat transparent;
  margin           : 0 10px;
  padding-left     : 8px;
  padding-top      : 23px;
  height           : 57px !important;
  height           : 80px;
  width            : 72px !important;
  width            : 80px;
  font-size        : 18px;
  color            : #666;
  text-decoration  : none;
  float            : left;
}

.hallswitch ul li a:hover, .hallswitch li.active a {
  background       : url('../images/halle_on.png') bottom left no-repeat transparent;
  color            : #000;
}

/* ################# 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 10px;
  width            : 165px !important;
  width            : 175px;
}

.sublevel a:link,  .sublevel a:visited {
  font-weight      : bold;
  text-decoration  : none;
  color            : #172;
  background       : #f0f0f0;
  border-bottom    : 1px solid #fff;
}

.sublevel a:hover, .sublevel li#sublevelactive a {
  font-weight      : bold;
  text-decoration  : none;
  color            : #ffffff;
  background       : #898;
}

.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;
}

.sublevel2 a:link,  .sublevel2 a:visited {
  color            : #2A4;
  background       : #f0f0f0;
  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 : #ACA;
}

/* ##################### 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;
}

/* ##################### 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 #172;
  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;
}