/* CSS DIALOG PR */

body {
  position: absolute;
  width: 100%; height: 101%;
  margin: 0; padding: 0;
  
  background-color: #4e6e8e;
  background-image: url(../images/background.gif);
  background-position: top left;
  background-repeat: repeat-x;
  
  font-family: Arial, Helvetica, sans_serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}

ul,ol,li,img,p,h1,h2,h3,h4,h5,h6,h7 {
  margin: 0; padding: 0; border: 0;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #c87727;
}
a:hover {
  color: #e0b669;
}

/* Clearfix-Hack */
.clearfix:after, .container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix, .container {height: 1%;}
.clearfix, .container {display: block;}
/* End hide from IE-mac */

.invisible {
  position: absolute;
  left: -1000em;
  width: 20em;
}

/* Spezielle Seitenobjekte */
#content {
  position: relative;
  width: 800px;
  margin: 54px 0 0 0;
  text-align: left;
}

.flash {
  width: 100%; height: 100%;
}

a.morelink, .morelink a {
  font-weight: bold;
}


#mainevent {
  position: relative;
  top: 0; left: 200px;
  width: 600px;
}
#eventinfo {
  position: relative;
  top: -9px; left: 0;
  padding: 9px 9px 27px 9px;
  
  background-color: #ffffff;
}

#eventinfo .subline {
  margin-top: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #e0b669;
  
  display: block;
  
  margin-bottom: 18px;
}
#eventinfo h2 {
  font-size: 28px;
  line-height: 27px;
  font-weight: bold;
  color: #c87727;
  
  display: block;
  
  margin-bottom: 18px;
}
#eventinfo p {
  font-size: 14px;

  margin-bottom: 18px;
}
#eventinfo .morelink {
  font-size: 14px;

  margin-bottom: 0;
}

#header {
  position: relative;
  top: 0; left: 0;
  width: 600px; height: 250px;
  margin: 0 0 39px 0;

  background-color: #ffffff;
}


#rows {
  position: relative;
  top: 0; left: 0;

  margin: 0 0 0 194px;
}
.type2 #rows {
  background-image: url(../images/background_cols.gif);
  background-position: 6px;
  background-repeat: repeat-y;
}

.row_formerevent, .row_upcomingevent, .row_2col_right {
  position: relative;
  width:196px;
  overflow: hidden;
  float: left;
  margin-left: 6px;
}

.row_upcomingevent {
  background-color: #ffffff;
}
.row_formerevent {
  background-color: #f0f0f0;
}

.row_upcomingevent .subline, .row_formerevent .subline, .row_2col_left .subline  {
  display: block;
  font-size: 9px;
  padding: 4px 9px 5px 9px;
}
.row_upcomingevent h3, .row_formerevent h3, .row_2col_left h2  {
  display: block;
  font-size: 14px;
  font-weight: bold;
  
  color: #c87727;
  padding: 13px 9px 14px 9px;
}

.row_formerevent h3  {
  color: #e0b669;
}

.row_upcomingevent p, .row_formerevent p, .row_2col_left p, .row_2col_left ul  {
  display: block;
  
  padding: 0 9px 0 9px;
  margin-bottom: 18px;
}

.row_2col_left .introduction {
  font-weight: bold;
}

.row_2col_left .subline {
  color: #e0b669;
}

.row_2col_left {
  position: relative;
  width:398px;
  overflow: hidden;
  float: left;
  margin-left: 6px;

  background-color: #ffffff;
}

.row_2col_left p img {
  float: right;
  margin-left: 9px;
}
.row_2col_left p img.largeimage {
  float: none;
  margin-left: 0;
}

.row_2col_left p a {
  font-weight: bold;
  display: block;
}

.row_2col_right {
  margin-top: -9px;
  height: 100%;
}

.row_2col_right div {
  padding: 9px;
  border-top: 9px solid #4e6e8e;
}

.row_2col_right div .subline {
  display: block;
  font-size: 9px;
  margin-top: 18px;
}  
.row_2col_right div h3 {
  font-size: 14px;
  font-weight: bold;
  color: #4e6e8e;
}
.row_2col_right div a {
  font-size: 14px;
  font-weight: bold;
}

.row_2col_right div p.current a {
  color: #e0b669;
}
.row_2col_right div p.current .subline {
  color: #4e6e8e;
}


ul.list {
  list-style-type: disc;
  list-style-position: outside;
}
ol.list {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 18px;
  margin-right: 9px;
}
ol.list li {
  margin-bottom: 9px;
}
ol.list li li {
  margin-bottom: 0px;
}
.list li {
  margin-left: 9px;
}





#logo {
  position: absolute;
  top: 250px; left: 200px;
  width: 160px; height: 30px;
  background-color: #ffffff;
}

#pagelink {
  position: absolute;
  top: 289px; left: 0;
  width: 194px;
  background-color: #ffffff;
  text-align: right;
}
#pagelink span {
  display: block;
  line-height: 27px;
  background-color: #c87727;

  color: #ffffff;
  font-size: 11px;

  padding: 0 18px 0 0 ;
}
#pagelink img {
  margin-right: 18px;
}

#footer {
  position: absolute;
  bottom: -54px;
  width: 606px; height: 27px;
  text-align: right;
  padding-bottom: 27px;
  clear: 0;
}
#footer a {
  color: #ffffff;
}

.submenu {
  background-color: #ffffff;
}
.submenu p a {
  font-size: 11px;
}