body {
  margin:         0px;
  padding:        0px;
  font-family:    Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  background-color: #FFF;
}

#background {
  min-width:      820px;
  min-height:     100%;
  padding-bottom: 10px;
  background-image: url(../images/red_ribbon.gif);
  background-position: 800px 127px;
  background-repeat: no-repeat;
}

/*
body {
  min-width:      820px;
  min-height:     100%;
  margin:         0px;
  padding:        0px;
  padding-bottom: 10px;
  font-family:    Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.75em;

  background-image: url(../images/red_ribbon.gif);
  background-position: 800px 127px;
  background-repeat: no-repeat;
  text-align: center;
}
*/

a:visited {
  color: #003A77;
}


div.main_width {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

div.main_borders {
  border-left:1px solid #BCD3E3;
  border-right:1px solid #BCD3E3;
}

table#main {
  height: 450px;
  border-bottom:1px solid #BCD3E3;
  text-align:left;
}

/*                          Standard Text Formats
---------------------------------------------------------------------*/


h1 {
  color: #E6001A;
  font-size: 100%;
  margin-bottom: 16px;
}
h2 {
  color: #E6001A;
  font-size: 100%;
}

h3, h4 {
  color: #003A77;
  font-size: 100%;
}

a{
  font-size: 100%;
}
a:link, div#contentl a:visited {
  color: #003A77;
  text-decoration:underline;
  font-size: 100%;
}

/*
div#contentl a:visited {
  color: #003A77; text-decoration:underline;
}
*/

a:active {
  color: #000000;
  text-decoration:none;
  font-size: 100%;
}

a:hover {
  color: #b02d3c;
  text-decoration:none;
  font-size: 100%;
}

p, li {
  color: #003A77;
  font-size: 95%;
  margin-bottom: 15px;
}


/*                          Header
---------------------------------------------------------------------*/

table#head {
    padding:0px;
    border:none;
}

table#head img {
    display:block;
    border: none;
    padding:0px;
    margin:0px;
}


/*                          Main Menu
---------------------------------------------------------------------*/

div#menu {
  background-color: #E6001A;
  height:26px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

div#menu a {
  text-decoration: none;
}

a.mainlink, div.mainlink, a.mainlink:visited, a.mainlink_active, a.mainlink_active:visited, a.mainlink:link{
    display:         block;
    text-decoration: none;
    float:   left;
    height:  26px;
    margin:  0px;
    color: #fff;
    padding:0 8px 0 8px;
    background-color: #E6001A;
    border-right:1px solid #ff9999;
    line-height:26px;
    vertical-align: middle;
    font-family: Arial, sans-serif;
    font-size:95%;
    font-weight:bold;
}


a.mainlink:hover, a.active  {
    background-image :url(../images/active-sign.gif);
    background-repeat:no-repeat;
    color: #fff;
}

/*                          Courtesy Nav
---------------------------------------------------------------------*/

div#courtesy_bar {
  height:38px;
  background-color: #BCD3E3;
}

div#courtesy_box {
  float:right;
  text-align:right;
  width:200px;
  height:17px;
  line-height:17px;
  vertical-align: middle;
  margin: 10px 10px 0 0;
  color: #003A77;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight:bold;
}

div#courtesy_box a{
  text-decoration: none;
  margin-right:6px;
  color: #003A77;
}

div#courtesy_box a:visited {
  color: #003A77;
}


img.lang {
    border: 2px solid #3A688E;
    display: inline;
    vertical-align: text-bottom;
}


/*                          Sidebar
---------------------------------------------------------------------*/

td#sidebar {
  width:          199px;
  border-right:   1px solid #BCD3E3;
  height: 100%;
}


a.slink, div.slink, div.slink_top, a.slink_active {
  display: block;
  padding-left:10px;
  line-height:   25px;
  vertical-align: middle;
  border-bottom:   1px solid #BCD3E3;
  color: #003A77;
  font-family: Verdana, Arial, sans-serif;
  background-color: #F2F6F9;
  font-weight:bold;
  font-size: 95%;
}

div.slink_top {
    border-top:   1px solid #BCD3E3;
}


a.slink2, a.s2_active,
a.slink3, a.s3_active {
  display: block;
  margin: 0;
  padding: 0;
  padding-left:15px;
  line-height:   19px;
  height:        19px;
  vertical-align: middle;
  border-bottom: 1px solid #F2F6F9;
  color: #003A77;
  font-family: Verdana, Arial, sans-serif;
  font-size: 95%;
}



/* from mpb */
a.slink3 {
  padding-left:20px;
  line-height:   16px;
  height:        16px;
  font-size: 90%;
}


a.s2_active, a.slink2:hover,
a.s3_active, a.slink3:hover {
  font-weight:bold;
}


div.sub_submenu {
  border-bottom: 1px solid #BCD3E3;
}

div.slink_spacer {
  padding-left:10px;
  height:        25px;
  line-height:   25px;
  border-bottom:   1px solid #BCD3E3;
  color: #003A77;
}


a.slink_active, a.slink:hover, a.s_active, s2_active, s3_active {
  background-color: #BCD3E3;
  border-bottom:   1px solid #F2F6F9;
}

td#sidebar a {
  text-decoration: none;
}

td#sidebar a.slink:visited{
  color: #003A77;
}

/* styles taken from mpb start


a.slink, div.slink {
  padding-left:10px;
  height:        25px;
  line-height:   25px;
  vertical-align: middle;
  border-bottom:   1px solid #BCD3E3;
  background-color: #F8F2F4;
  font-weight:bold;
  font-size: 95%;
}

a.slink2, a.slink3 {
  padding-left:15px;
  line-height:   19px;
  height:        19px;
  vertical-align: middle;
  border-bottom: 1px solid #F8F2F4;
  font-size: 95%;
}

a.slink3 {
  padding-left:20px;
  line-height:   16px;
  height:        16px;
  font-size: 90%;
}

a.s_active, a.slink:hover {
  background-color: #BCD3E3;
  border-bottom:   1px solid #F2F6F9;
}

a.s2_active, a.slink2:hover,
a.s3_active, a.slink3:hover {
  font-weight:bold;
}

div.sub_submenu {
  border-bottom: 1px solid #BCD3E3;
}

div.slink_spacer {
  padding-left:10px;
  height:        25px;
  line-height:   25px;
  border-bottom:   1px solid #BCD3E3;
  color: #773950;
}
 styles taken from mpb end */




div.sponsor {
    margin-right: 60px;
    margin-bottom: 20px;
    float: left;
    min-height: 100px;
    min-width: 200px;
}




/*                         Status Box
---------------------------------------------------------------------*/


div#login_box {
  padding: 3px 10px 3px 10px;
  line-height: 19px;
  border-bottom:   1px solid #BCD3E3;
  color: #003A77;
  font-family: Verdana, Arial, sans-serif;
  font-size: 90%;
}

div#login_box div.uname {
  font-weight: bold;
  color: #003A77;
}

div#login_box a {
  text-decoration: underline;
  color: #003A77;
}

a#login_link {
  display: block;
  background-color: #E6001A;
  color: #fff;
  height:30px;
  line-height: 30px;
  padding-left: 10px;
  font-family: Verdana, Arial, sans-serif;
  font-weight:bold;
  font-size: 100%;
  border-bottom:   1px solid #BCD3E3;
}

a#login_link:hover {
  background-color: #ee8888;
}

/*                         Login Box
---------------------------------------------------------------------*/


div#login {
  margin: 0 0 10px 10px;
  width:300px;
  height:80px;
  background-color:#ccc;
  border:2px solid #bbb;
  padding:6px;
  padding-top:4px;
}
    div#login table{
      width:100%;
      margin:0;
      padding:0;
    }
    div#login td.rowSizer{
        font-size:1px;
        height:1px;
        line-height:1px;
    }
    div#login td.label{
      width:50px;
    }


/*                          Content
---------------------------------------------------------------------*/

div.copyright {
  font-size: 85%;
}

div#print_link {
  float:right;
}

td#content {
  width: 600px;
}

div#contentl {
  padding: 15px 30px 15px 30px;
  background-color: #fff;
}


div#contentl td {
  color: #003A77;
  font-size: 100%;
}

div#contentl th {
  color: #003A77;
  font-size: 100%;
  background-color: #F2F6F9;
  text-align: left;
}

div.quote {
  color: #003A77;
  font-style: italic;
  margin-bottom:2px;
  padding-bottom:2px;
}

div.author {
  text-align: right;
  color: #E6001A;
  font-weight: bold;
  font-size: 100%;
  margin-top:0px;
  padding-top:0px;
}

div.registrationBox{
  border:1px solid #999999;
  padding: 0 5px 5px 5px;
  margin-bottom:10px;
}

div.registrationBox h4,
div.registrationBox p {
    padding-left:10px;
    padding-right:10px;
}

div.registrationBox h4{
    margin-top:10px;
}

div.aussteller_width {
  width: 505px;
}

table.aussteller td {
  color: red;
  font-size: 95%;
}

div.veranstalter {
  margin: 10px 0 20px 0;
}

div.veranstalter td {
  padding-bottom: 2px;
}

div.veranstalter img{
  margin-top: 20px;
  display: inline;
}

div.aussteller_filter {
  width:480px;
  padding: 5px;
  font-weight: bold;
  color: #003A77;
  background-color: #F2F6F9;
  border: 1px solid #BCD3E3;
  font-size: 95%;
}

div.aussteller_filter select{
  border-top: 2px solid #003A77;
  border-left: 2px solid #003A77;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;

  color: #003A77;
}

/*                         Message Boxes
---------------------------------------------------------------------*/


.message_box, .error_message_box {
  border:2px solid;
  padding:4px;
  margin:0 0 5px 0;
}
.message_box {
  color:#33AA33;
  border-color:#33AA33;
  background-color:#CCFFCC;
}
.error_message_box {
  color:#CC3333;
  border-color:#CC3333;
  background-color:#FFCCCC;
}

/*                          Progress bar
---------------------------------------------------------------------*/

div#progressbar img {
    display: inline;
}

/*                          Helper Styles
---------------------------------------------------------------------*/

div.sponsorbox {
    margin: 20px 40px 40px 40px;
}

div.pressetext {
    margin-bottom: 15px;
}

div.pressetext p{
    margin-bottom: 3px;
}


div.cleaner {
  clear: both;
}

img {
  display: block;
  border: none;
}

div.trenner {
    height:0px;
    line-height:0px;
    /* border-top: 2px solid #E6001A; */
    border-top: 2px solid #BCD3E3;
    margin:0 0 5px 0;
}

/*                          Old Meeting Place
---------------------------------------------------------------------*/


/* FORM ELEMENTS */

.grey_inputgroup {
    margin-bottom: 30px;
}

input.standard
{
    margin-top:         2px;
    border:             1px solid #fdca00;
    height:             16px;
    width:              95px; /* formerly: 178 */
    font-size:          10px;
    padding:            0px 4px 0px 4px;
}

.wide {
    width:                95%;
    margin-bottom:        3px;
    max-width:            300px;
}

input.small, select.small {
    width:                50px;
    margin-bottom:        3px;
}

input.small_form {
    width:                70px;
    margin-bottom:        3px;
}

input.wideError {
    background-color:   #fdca00;
    width:              95%;
    margin-bottom:      3px;

}
/* END FORM ELEMENTS */


td.input {
  width: 70%;
}
td.label {
  width: 30%;
}

/* font size in html-workaround texts in form */
td.label p {
    font-size: 100%;
}

table.formular { margin-bottom: 25px; }

/* FORM-TABLES

table.formular td.clear	{ background-color: white; }
table.formular th { color: #FFFFFF;	font-weight: bold; background-color: #4071b3;}
table.formular .head { background-color: #98987e;padding-left:10px;}
table.formular .text { color: #FFFFFF;	background-color: #4071b3;}
table.formular .label { background-color: inherit; width:35%;padding:6px; }
table.formular .input { background-color: #E6E6D8; width:60%; }
table.formular .foot {
    background-color: white;
     height: 30px;
     padding: 0px;}
table.formular tr.alternate	{ background-color: #E9F3F8 !important; }
table.formular tr		{ background-color: #E8EFF4 !important; }

 END FORM-TABLES */


/* Simple Text formatting */
table.format td {
    vertical-align:top;
}
table.format td.time {
    text-align:right;
    padding-right:8px;
}

/*                Navigation in multi-page forms
---------------------------------------------------------------------*/

.formnav {
    width:         100%;
}

.formnav td.left {
    width:      33%;
    text-align: left;
}
.formnav td.center {
    width:      33%;
    text-align: center;
}
.formnav td.right {
    width:      33%;
    text-align: right;
}

/*                Aussteller Bestellungen
---------------------------------------------------------------------*/

table.bill {
  width:500px;
}
.bill tr.head td { font-weight:bold;border-bottom:1px solid black;}
.bill td {
  color: #444444;
  border-bottom: 1px solid #DDDDDD;
  text-align:center;
  vertical-align:top;
  padding: 3px;
}
.bill td.subhead {
  text-align:left;
  padding: 5px 0 5px 5px;
  font-weight:bold;
}

.bill td.left { text-align:left;}
.bill td.right { text-align:right;}
.bill td.line { border-bottom:1px solid black;}


/*                Terminwahl Aussteller-List
---------------------------------------------------------------------*/

div.neutral_slot {
    border:1px solid #CCCCCC;
    background-color: #E8E8E8;
    height:60px;
    padding:4px;
    margin-bottom:5px;
}

div.back_box {
    padding-top:10px;
    text-align:right;
}

/*                Terminwahl Hosted Buyer My PW
---------------------------------------------------------------------*/

.terminbox {
    width:40%;
    height:70px;
    border:2px solid #BCD3E3;
    background-color: #F2F6F9;
    vertical-align:top;
}

.light_yellow {
    background-color: #FFFFD0;
}

.actionbox {
    width:55%;
    text-align:left;
}

.timebox {
    vertical-align:top;
    width:10%;
    white-space:nowrap;
    padding:3px;
}

.namebox {
    padding:5px;
    text-align:left;
    white-space:nowrap;
    width:88%;
    height:100%;
}

.fixwidth {
    width:70px;
}


/*                Programm Table
---------------------------------------------------------------------*/

table.programm {
    text-align:left;
    border-collapse:collapse;
    border: 0px;
}

table.programm td {
    background-color: #F2F6F9;
    padding:10px 0px 5px 10px;
}

table.programm th {
    padding:10px 0px 5px 10px;
}

td.line {
    padding: 0px;
    border-bottom: 1px solid #999999;
    height: 1px;
}

div.event_header {
    font-weight: bold;
    margin-bottom:7px;
}


/*		Gallery images
---------------------------------------------------------------------*/


.imgbox, .imgbox_big {
    float:left;
    margin:10px 10px 10px 0;
    /*border:1px solid #003A77 ;*/
}

.imgbox_big {
    border: none;
    margin:0px 20px 15px 20px;
}

.imgbox div {
    width:150px;
    /* height:150px; */
    text-align:center;
}

.imgbox_big div {
    width:220px;
    /* height:220px; */
    text-align:center;
}


.imgbox img, .imgbox_big img{
    display: inline;
}


