body { 
  font: 0.71em Verdana, Arial, Helvetica, sans-serif;
    color : #333;
  margin: 0;
  padding: 0;
  background: #fff url(../images/bg.gif) no-repeat 995px 78px;
}

td { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* nur fuer Internet Explorer */
* html td {
  font: 0.71em Verdana, Arial, Helvetica, sans-serif;    /* Version 5.x */
  f\ont: 0.71em Verdana, Arial, Helvetica, sans-serif;   /* Version 6 */
}

p, b, strong, i, pre, em, li { 
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 100.01%;
  line-height: 130%;
}

ul, blockquote, div, span, font { 
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 100.01%;
    color : #333;
  line-height: 130%;
}

img,
.no_border {
  border: none; 
}

p.bodytext { 
  margin: 0 0 5px 0;
}

hr {
  clear: both;
  color: #fff;
  background-color: #fff;
  padding: 0;
  margin: 1em 0 0.5em 0;
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

table  { 
  margin: 10px 0;
}

/* Formulare
------------------------------------------------------*/

form  {
    font: 100.01% Verdana, Helvetica, Arial, sans-serif;
}

input, textarea, select {
    font: 100.01% Verdana, Helvetica, Arial, sans-serif;
  border-top: 1px solid #ccc;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #ccc;
  background-color: #fff;
}

#mailform  {
  margin: 20px 0;
}

#mailform .csc-mailform-field  {
  clear: both;
   line-height: 200%; 
  margin: 7px 0;
}

#mailform fieldset.csc-mailform {}

#mailform  input,
#mailform  textarea,
#mailform  select,
#mailform  label { float: left; }
#mailform label { width: 160px; }

#mailform  textarea { margin-bottom: 10px; }

#mailform .csc-mailform-submit,
input#submit {
  clear: both !important;
  margin: 10px 0;
  color: #fff;
  font-weight: bold;
  background: #9cacb4;
  border-top: 1px solid #d3e3eb;
  border-right: 1px solid #70787c;
  border-bottom: 1px solid #70787c;
  border-left: 1px solid #d3e3eb;
}


/* Typo3-Styles
------------------------------------------------------*/

/* Bulletlists  */
ul.csc-bulletlist,
ul.csc-bulletlist-0,
ul.csc-bulletlist-1,
ul.csc-bulletlist-2,
ul.csc-bulletlist-3,
ul.csc-bulletlist li {
  list-style: none;
  margin-left: 0;
}

ul.csc-bulletlist li {
  padding: 2px 0 2px 12px;
  background: url(../images/listdot.gif) no-repeat 0px 3px;
}

/* Aufbau
------------------------------------------------------*/

div#container_alles { 
  display: block;
  width: 1000px;
  margin: 0;
  background-color: transparent;
}

#sprachen {
  display: block;
  width: 990px;
  text-align: right;
  margin: 10px 0 11px 0;
  background-color: #fff;
}

.flag_leer {
  display: none;
}

#logos {
  display: block;
  width: 570px;
  margin: 0 0 9px 15px;
  background-color: #fff;
}

#logos img {
  margin: 0 0 0 23px;
}

.rand,
#links,
#rechts,
#inh_li,
#inh_re {
  display: block;
  float: left;
  background-color: #fff;
}

.rand  { height: 100%; border-bottom: 1px solid #fff; width: 22px; margin: 0; }

#links {
  width: 189px;
  border-right: 2px solid #fff;
}

#rechts {
  width: 787px;
  background: url(../images/dekopic.jpg) no-repeat;
}

#rechts img.platzhalter {
  display: block;
  width: 100%;
  height: 139px;
}

#login,
#suche {
  display: block;
  width: 189px;
  clear: both;
}

#login {
  margin-top: 26px;
  padding-top: 25px;
  padding-bottom: 9px;
  background: url(../images/bg_login.gif) no-repeat;
  background-color: #9cacb4;
}

#suche {
  background: url(../images/bg_suche.gif) no-repeat;
  background-color: #e49100;
  margin: 0;
  padding-top: 2px;
  clear: both;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

#suche img.spacer-gif {
  height: 1px !important;
}

/* Login-Box
------------------------------------------------------*/

#login form {
  display: block;
  width: 189px;
  margin: 0;
  background-color: transparent; 
}

#login .form_zeile1,
#login .form_zeile2,
#login .form_zeile3 {
  display: block;
  clear: both;
}

#login .form_zeile1 { width: auto; margin-top: 2px; margin-bottom: 2px; margin-left: 8px }
#login .form_zeile2 { width: auto; margin-top: 2px; margin-bottom: 4px; margin-left: 8px }

#login .form_zeile3 {
  width: 187px;
  height: 3px;
  background: url(../images/bg_linie.gif) no-repeat;
  background-position: 0 2px;
  margin-top: 0;
  margin-bottom: 4px;
  padding: 0;
}

#login label,
#login label_email {
  display: block;
  float: left;
  color: #000;
  margin-top: 0;
  padding-top: 1px;
  overflow: visible;
}

#login label { width: 55px; }
#login label.email { width: 45px; }

#login .versteckt_input {
  display: inline;
  width: 1px;
  border: none !important;
}

#login input {
  display: block;
  width: 95px;
  float: left;
  margin-top: 1px;
  margin-left: 4px;
  padding: 0 2px 0 2px;
  border: 1px solid #70787c;
}

#login form p {
  display: block;
  width: auto;
  clear: both;
  font: 95% Verdana, Arial, Helvetica, sans-serif;
}

#login .p1 { margin: 0 0 0 8px; }
.p2 { margin: 3px 0 2px 8px; display:none;}
.p_head { margin: 2px 0 4px 8px; }

#login a,
#login a:visited {
  color: #000;
  text-decoration: none;
  margin: 1px 0 1px 0;
}

#login a:hover,
#login a:active,
#login a:focus {
  color: #000;
  text-decoration: underline;
  margin: 1px 0 1px 0;
}

fieldset  {
  margin: 0;
  padding: 0;
  border: none;
}

input, textarea, select {
    font: 95% Arial, Helvetica, Verdana, sans-serif;
}

#login textarea { font-family: Verdana, Arial, Helvetica, sans-serif; }

.hinweis {
  font-weight: bold;
  color: #e49100;
}

/* Hauptmenue
------------------------------------------------------*/
ul#haupt {
  display: block;
  width: 189px;
  padding: 4px 0 2px 0;
  margin: 0;
  background: url(../images/bg_haupt.gif) repeat-x;
  background-color: #70787c;
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
} 

ul#haupt li,
ul#haupt li.haupt_first { 
  list-style: none;
  padding: 6px 0 0 0;
  margin-left: 0;
}

ul#haupt li {
  background: url(../images/bg_linie.gif) repeat-x;
  /* ohne border falsche Darstellung im IE */
  border-bottom: 1px solid #70787c;
}

ul#haupt li.haupt_first { 
  background-image: none;
}
 
ul#haupt li a,
ul#haupt li a:link,
ul#haupt li a:visited,
ul#haupt li a:hover,
ul#haupt li a:active,
ul#haupt li a:focus { 
    display: block;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  margin: 0 0 6px 8px;
}

ul#haupt li a,
ul#haupt li a:link,
ul#haupt li a:visited { color: #FFF; }
ul#haupt li a:hover,
ul#haupt li a:active,
ul#haupt li a:focus { color: #a9bac2; }

ul#haupt li .act,
ul#haupt li a.act:link,
ul#haupt li a.act:visited,
ul#haupt li a.act:hover,
ul#haupt li a.act:active,
ul#haupt li a.act:focus { 
  color: #f8d18e;
}

/* 2. u. 3. Ebene
------------------------------------------------------*/

ul#haupt ul {
  display: block;
  width: auto;
  padding: 2px 0 2px 18px;
  margin: 0;
  background-color: #70787c;
}

ul#haupt ul ul {
  display: block;
  width: auto;
  padding: 2px 0 2px 10px;
  margin: 0;
  background-color: #70787c;
} 

ul#haupt ul li { 
  list-style: none;
  padding: 4px 0 0 0;
  margin-left: 0;
  background: url(../images/bg_linie.gif) repeat-x;
  /* ohne border falsche Darstellung im IE */
  border-bottom: 1px solid #70787c;
}

ul#haupt ul li a,
ul#haupt ul li a:link,
ul#haupt ul li a:visited,
ul#haupt ul li a:hover,
ul#haupt ul li a:active,
ul#haupt ul li a:focus { 
    display: block;
/*  font: 95% Verdana, Arial, Helvetica, sans-serif;*/
  font-weight: normal;
  color: #FFF;
  text-decoration: none;
  margin: 0 0 4px 0;
}

ul#haupt ul li a,
ul#haupt ul li a:link,
ul#haupt ul li a:visited { color: #FFF; }
ul#haupt ul li a:hover,
ul#haupt ul li a:active,
ul#haupt ul li a:focus { color: #a9bac2; }

ul#haupt ul li .act,
ul#haupt ul li a.act:link,
ul#haupt ul li a.act:visited,
ul#haupt ul li a.act:hover,
ul#haupt ul li a.act:active,
ul#haupt ul li a.act:focus { 
  color: #f8d18e;
  font-weight: bold;
}


/* Suche
------------------------------------------------------*/

#searchform {
  height: 35px;
  margin-top: 36px;
  margin-bottom: 16px;
}

#searchform input.suchfeld {
  display: block;
  float: left;
  border: 1px solid #70787c;
  width: 130px;
  font: 95% Verdana, Arial, Helvetica, sans-serif;
  margin-left: 6px;
}

#searchform input.suchbutton {
  border: none;
  margin-left: 4px;
}

/* Standard
------------------------------------------------------*/

ul#standard {
  display: block;
  width: auto;
  padding: 0;
  margin: 20px 0 35px 7px;
  background-color: #fff;
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
} 

ul#standard li { 
  list-style: none;
  padding: 0 0 5px 0;
  color: #70787c;
}

ul#standard li a,
ul#standard li a:link,
ul#standard li a:visited,
ul#standard li a:hover,
ul#standard li a:active,
ul#standard li a:focus { 
  font-weight: bold;
  color: #70787c;
  text-decoration: none;
}

ul#standard li a,
ul#standard li a:link,
ul#standard li a:visited { color: #70787c; }
ul#standard li a:hover,
ul#standard li a:active,
ul#standard li a:focus { color: #000; }

ul#standard li a.act:link,
ul#standard li a.act:visited,
ul#standard li a.act:hover,
ul#standard li a.act:active,
ul#standard li a.act:focus { 
  color: #000;
}

ul#standard li .act { 
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

p.datum  {
  margin-left: 7px;
}

/* Inhaltsspalten
------------------------------------------------------*/

#inh_li {
  width: 373px; 
  padding-top: 20px;
  margin-left: 20px;
  background-color: transparent;
}

* html #inh_li { margin-left: 10px; m\argin-left: 10px; }

#inh_re {
  width: 325px;
  padding-top: 20px;
  margin: 0 0 0 40px;
  background-color: transparent;
}

#inh_li_fs,
#inh_li_fs_2sp {
  padding-top: 20px;
  margin-left: 20px;
  background-color: transparent;
}

#inh_li_fs { display: block;  clear: both; width: 730px; }
#inh_li_fs_2sp { width: 530px; }

#inh_re_fs_2sp {
  float: right; 
  width: auto; 
  margin: 20px 8px 0 0;
  padding: 0 0 0 10px;
  border-left: 1px solid #ccc;
}

/* Einklinker auf manchen Folgeseiten 

.einklinker {
  display: inline;
  float: right;
  margin: 0 0 15px 10px;
  padding: 0 0 0 8px;
  border-left: 1px solid #ccc;
}
*/
/* To top
------------------------------------------------------*/
a.to_top:link,
a.to_top:visited,
a.to_top:hover,
a.to_top:active,
a.to_top:focus {
  display: block;
  float: right;
  width: 101px;
  font: 90% Verdana, Arial, Helvetica, sans-serif;
}

/* News
------------------------------------------------------*/
#news {
  display: block;
  width: 220px;
  margin: 60px 0 30px 20px;
  padding: 0;
}

#news img {
  clear: both;
  margin: 0;
}

#news h3 {
  margin-top: 2px;
}

#news dl {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #CCC;
}

#news dt {
  font-weight: bold;
}

#news dd  {
  margin-left: 0;
}

/* Kr�mel-/Brotkrumenmenue
------------------------------------------------------*/

#kruemel,
#kruemel_fs {
  display: block;
  width: auto;
  color: #333;
  font-size: 95%;
  font-weight: normal;
}

#kruemel { margin: 15px 7px 10px 0; }
#kruemel_fs {
  margin: 15px 7px 30px 0;
  background: url(../images/bg_linie.gif) repeat-x;
  background-position: 0 20px;
}

#kruemel a,
#kruemel a:visited,
#kruemel a:hover,
#kruemel a:active,
#kruemel a:focus,
#kruemel_fs a,
#kruemel_fs a:visited,
#kruemel_fs a:hover,
#kruemel_fs a:active,
#kruemel_fs a:focus {
  margin-left: 3px;
  font-weight: normal;
}

#kruemel .first,
#kruemel a.first:link,
#kruemel a.first:visited,
#kruemel a.first:hover,
#kruemel a.first:active,
#kruemel a.first:focus {
  margin-left: 0;
  font-weight: normal;
}

/* �bersicht Unterkategorien
-----------------------------------------------------*/

.box1_tabl,
.box2_tabl {
  margin: 0 0 -5px 0;
}

.box2_td {
  display: block;
  width: auto;
  background: url(../images/bg_box.gif) repeat-x;
  padding: 3px 3px 6px 9px !important;
  border-top: 1px solid #fff;
}

.box_ausschr1 {
  padding: 4px 3px 4px 9px;
  background: url(../images/bg_box.gif) repeat-x;
}

.box_ausschr2 {
  padding: 6px 0;
}

h4 {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #666;
  margin: 2px 0 8px 0;
}

/* Headlines
----------------------------------------------- */
h1  {
  font: 140% Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  line-height: 130%;
  margin-bottom: 14px;
  margin-top: 0;
}

/* Subheader --------------------------------------*/

h2.subhead {
  font: 110% Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #666;
  line-height: 130%;
  margin-bottom: 8px;
  margin-top: -5px;
}

/* h2 = Normal --------------------------------------*/

h2  {
  font: 110% Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #666;
  line-height: 130%;
  margin-bottom: 5px;
  margin-top: 5px;
}

h3  {
  font: 110% Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #cc9436;
  margin-bottom: 5px;
}

.caption, A.caption:link, A.caption:visited, a.caption:hover { 
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 100.01%;
  font-style: italic;
  line-height: 130%;
}

.imgtext-nowrap {
  display: block;
  width: 98%;
}

.imgtext-table  {
}

/*------------------------------------------------------------------------*/

A:link, A:visited { 
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 100.01%;
  color : #4a7084;
  text-decoration : none;
}

A:active, a:hover {  
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 100.01%;
  color : #4a7084;
  text-decoration : underline;
}


/* ------ Sitemap ----------------------------------------------------------------- */

ul#sitemap {
  margin: 10px 0 0 0;
  padding: 0;
}

ul#sitemap li ul {
  margin: 5px 0 0 0;
  padding: 0;
}

ul#sitemap li {
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
  margin-bottom: 8px;
  margin-left: 0;
  font-weight: bold;
  background: url(clear.gif) no-repeat;
}

ul#sitemap li ul li.second,
ul#sitemap li ul li.third,
ul#sitemap li ul li.fourth,
ul#sitemap li ul li.fifth,
ul#sitemap li ul li.six {
  list-style: none;
  font-weight: normal; 
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0 0 0 10px;
  background: url("../images/listdot.gif") no-repeat 0 1px;
}

ul#sitemap li ul li.second { margin-left: 0; }
ul#sitemap li ul li.third,
ul#sitemap li ul li.fourth,
ul#sitemap li ul li.fifth,
ul#sitemap li ul li.six { margin-left: 1px; }

/*--- Sitemap-Men�s Homepage ------------------------------*/

div.trennpunkt {
  display: inline;
  width: auto;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 2px;
} 

/* ---- Suche ------------------------------------------- */

.tx-indexedsearch { width: auto; }
.tx-indexedsearch-searchbox { display: inline !important; width: auto; }
INPUT.tx-indexedsearch-searchbox-button { display: inline !important; width: auto; }
  .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { border: 1px solid silver; width: 150px; }
  .tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { border: 1px solid silver; font-weight:bold; font-style:italic; }
  .tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
  .tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { padding: 3px; background:#f8d18e;}
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color: #e49100; }
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { padding: 3px; background:#e4e4e4;}
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:3px; }
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { padding:3px !important;}
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {  }

/* ---- MOC Fileshare Manager ------------------------------------------- */

 div.tx-mocfilemanager-pi1 table { margin: 0 0 10px 0; }
 div.tx-mocfilemanager-pi1 table.mounttable td { padding: 0;}
 div.tx-mocfilemanager-pi1 table#contenttable td { padding-top: 3px;}
 div.tx-mocfilemanager-pi1 .filelink {}
 div.tx-mocfilemanager-pi1 table#contenttable td.borderbottom { padding-bottom: 6px; border-bottom: 1px solid #999;}
 div.tx-mocfilemanager-pi1 .filelink:hover {} 
 div.tx-mocfilemanager-pi1 .filelinkactive {} 
 div.tx-mocfilemanager-pi1 {}
 div.tx-mocfilemanager-pi1 .filelinkactive {} 
 div.tx-mocfilemanager-pi1 .filelinkactive:hover{}
 div.tx-mocfilemanager-pi1 .action {}
 div.tx-mocfilemanager-pi1 .actionbutton {}
 div.tx-mocfilemanager-pi1 .command { padding-top: 10px; font-weight: bold;}
 div.tx-mocfilemanager-pi1 .info {}
 div.tx-mocfilemanager-pi1 .dirpath {font-weight: bold;}
 div.tx-mocfilemanager-pi1 p {} 
 div.tx-mocfilemanager-pi1 table.MainInfoTable {}

.tx-mocfilemanager-pi2 .filelink {} 
.tx-mocfilemanager-pi2 .filelink:hover {} 
.tx-mocfilemanager-pi2 .info {}

/* ----Login-Box --------------------------------------------------------- */

#tx-newloginbox-pi1-login_submit { background-color: #9cacb4; }
