/**** General ****/
*{
  font-family: helvetica;
}
html {
  height: 100%;
}
body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-size: 12pt;
  background: #E2001A;
}
h1 {font-size: 1.9em}
h2 {font-size: 1.6em}
h3 {font-size: 1.3em}
h4 {font-size: 1em}
h5 {font-size: .8em}
h6 {font-size: .6em}

a,h1,h2,h3,h4,h5,h6 {
  color: #000;
}
input {
}
label {
}
table, tbody, tr, td {
  vertical-align: top;
}
table.blog, table.contentpaneopen {
  width: 99%;
}
/**** Layout ****/
div.main_body {
  background: url('../images/back.gif') center repeat-y;
  width: 1000px;
  min-height: 100%;
  margin: auto;
  position: relative;
  overflow: auto;
}
  div.sub_body {
    width: 688px;
    float: left;
    padding-left: 140px;
  }
    div.main_top {
      padding-top: 10px;
      padding-bottom: 15px;
    }
    div.main_content {
    }
    div.main_bottom {
    }
  div.sub_right {
    float: right;
    width: 165px;
  }
div.main_footer {
  display: none;
  clear: both;
}
div.main_logo {
  width: 255px;
  height: 112px;
  position: absolute;
  background: url('../images/logo.gif') no-repeat;
  bottom: 0;
  right: 2px;
}

div.swf_window {
  float: right;
  padding: 0 0 3px 10px;
}
/**** Styles ****/
/**** Menu ****/
ul.menu_top, ul.menu_top *, ul.menu_bottom, ul.menu_bottom *, ul.menu_right, ul.menu_right * {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
}
ul.menu_top {
  background-color: #E2001A;
  text-align: center;
}
ul.menu_top li {
  display: inline;
  padding: 2px 15px 2px 15px;
  border-left: 2px solid #FFF;
}
ul.menu_top li.item1, ul.menu_top li.item28, ul.menu_bottom li.item8 {
  border: 0;
}
ul.menu_top a:hover, ul.menu_bottom a:hover {
  
}
ul.menu_top li a:hover span {
  color: #93107E;
}

ul.menu_bottom * {
  color: #E2001A;
}
ul.menu_bottom li {
  display: inline;
  padding: 0 10px 0 10px;
  border-left: 2px solid #E2001A;
}
/** Flaags bottom menu **/
ul.menu_bottom li.item48, ul.menu_bottom li.item49 {
  border: 0;
}
ul.menu_bottom li.item48 span, ul.menu_bottom li.item49 span {
  display: none;
}
ul.menu_bottom li.item48 a, ul.menu_bottom li.item49 a {
  display: block;
  width: 38px;
  height: 25px;
  margin-right: 20px;
  margin-bottom: 105px;
  background: #FFF url('../images/ger.jpg');
  float: right;
}
ul.menu_bottom li.item49 a {
  background: #FFF url('../images/eng.jpg');
}
/** item11 item12 item13 **/
ul.menu_right {
  padding-top: 25px;
}
ul.menu_right li {
  text-align: right;
  padding-right: 13px;
}
ul.menu_right span {
  display: none;
}
ul.menu_right a {
  display: block;
  height: 20px;
}
ul.menu_right li.item11 a {
  background: url('../images/promotions.gif') right no-repeat;
}
ul.menu_right li.item12 a {
  background: url('../images/messen.gif') right no-repeat;
}
ul.menu_right li.item13 a {
  background: url('../images/events.gif') right no-repeat;
}
/**** submenu ****/
ul.menu_top li {
  position: relative;
  padding-bottom: 3px;
}
ul.menu_top li:hover ul {
  display: block;
}
ul.menu_top ul {
  border-top: 1px solid #FFF;
  position: absolute;
  top: 22px;
  left: 0;
  background: #E2001A;
  display: none;
  z-index: 99999;
}
ul.menu_top ul li {
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
ul.menu_top ul a {
  display: block;
  text-align: left;
  padding: 3px;
  border-top: 1px solid #FFF;
}
/**** Text ****/
table.contentpaneopen {
  width: 100%;
}

/**** Kontakt ****/
div.mod_con {
  margin-left: 70px;
}
div.mod_con div {
  padding: 10px;
}
div.mod_con label {
  font-size: 9pt;
  display: block;
  float: left;
  width: 110px;
}
div.mod_con label i {
  margin-top: -5px;
}
div.mod_con input.mc_text, div.mod_con textarea {
  width: 200px;
  border: 2px solid #919191;
  padding: 2px;
  cursor: pointer;
}
div.mod_con textarea {
  height: 120px;
}
div.mod_con div:hover, div.mod_con input.mc_text:focus, div.mod_con textarea:focus {
  color: #E2001A;
  border-color: #E2001A;
}

/**** Intro ****/
div#intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #FFF;
}

/*** Login bereich ***/
div.componentheading {
  padding: 20px 0 0 40px;
  font-weight: bolder;
  font-size: 1.2em;
}
form#form-login {
  padding-left: 30px;
}
form#form-login fieldset {
  border: 0;
}

form#com-form-login, form.form-validate {
  padding: 30px;
}
form#com-form-login fieldset {
  border: 0;
}
.hasTip {
  background-color: silver;
}

/*** AGB ***/
table.agb td, .likeagb {
  font-size: 9pt;
  color: #555;
  cursor: default;
}

/*** Galerie ***/
div#phocagallery {
  margin: 0 40px 0 40px;
}
div#phocagallery div.componentheading {
  padding: 7px;
}

/*** Jobs / news ***/
div.AHnewsbox {
  border: 2px solid #E2001A;
  padding: 5px;
  margin-bottom: 70px;
}

img.pic_right {
  margin-left: 15px;
}