body
{
  font-size:  11px;
  font-family: Arial, sans serif;
  height: 100%;
} 

#start_container
{
  height: 300px;
}


a img { border: 0; }

#main_container 
{
  margin: 0 auto;
  width: 72.8em;
}

#header
{
  border-bottom: 1px solid #000;
  text-align: right;
  padding: 20px 0 15px 0;
  height: 34px;
}


#start_header
{
  border-bottom: 1px solid #000;
  padding: 20px 0 15px 0;
  height: 34px;
}


#start_header #start_left
{
  text-align: left;
  float: left;
  padding: 21px 0 0 0;
}

#start_header #start_left a
{
  font-weight: bold;
}

#start_header #start_right
{
  text-align: right;
  float: right;
}


#headline
{
  border-bottom: 1px solid #000;
  padding: 25px 0;
}

h1
{
  font-size: 25px;
  font-family: "Times New Roman";
  margin: 0;
  font-weight: normal; 
  line-height: 28px;
}


h2
{
  font-size: 15px;
  font-family: "Times New Roman";
  margin: 0;
  font-weight: bold;
}



#navigation
{
  border-bottom: 1px solid #000;
  padding: 10px 0;
}

table
{
  width: 100%;
  font-size: 11px;
}

th, td
{
  text-align: left;
  white-space: nowrap;  
}

th.small
{
  width: 96px;
}

th.medium
{
  width: 115px;
}

th.large
{
  width: 173px;
}

a
{
  color: #000;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}



.programm, .programm a:hover, .programm a.active, a.link_programm:hover { color: #F89F3F; }

.daz, .daz a:hover, .daz a.active, a.link_daz:hover { color: #F84661; }

.presse, .presse a:hover, .presse a.active, a.link_presse:hover   { color: #E810BD; }

.newsletter, .newsletter a:hover, .newsletter a.active, a.link_newsletter:hover   { color: #9070BD; }

.kooperationen, .kooperationen a:hover, .kooperationen a.active, a.link_kooperationen:hover   { color: #00C9E4; }

.shop, .shop a:hover, .shop a.active, a.link_shop:hover  { color: #4C62D9; }

.vermietung, .vermietung a:hover, .vermietung a.active, a.link_vermietung:hover { color: #51E318; }



#content
{
  padding: 25px 0;
  line-height: 16px;
  height: 100%;
}

#content a
{
  text-decoration: underline;
}

#content a:hover
{
  text-decoration: none;
}

/* Trennlinie gestrichelt */ 
.dashed
{
  width: 100%;
  border-bottom: 1px dashed #999;
  height: 2px;
  margin: 20px 0;
}

/* Dreispaltig */
.three_columns
{
  width: 100%;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
}

.three_columns .three_left
{
  float: left;
  width: 33%;
}

.three_columns .three_middle
{
  float: right;
  width: 33%;
}

.three_columns .three_right
{
  float: right;
  width: 33%;
  text-align: right;
}


/* Zweispaltig normal */

.two_columns
{
  width: 100%;
  padding: 0 0 0px 0;
  margin: 0 0 0px 0;
}

.two_columns .two_left
{
  float: left;
  width: 33%;
}

.two_columns .two_left img
{
  margin: 4px 0 0 0;
}


.two_columns .two_right
{
  float: right;
  width: 66%;
  text-align: left;
}




/* Zweispaltig in den rechten zwei Dritteln des Contents */

.two_thirds
{
  width: 100%;
  padding: 0 0 0px 0;
  margin: 0 0 0px 0;
}


.two_thirds .two_thirds_container
{
  float: right;
  width: 66%;
  text-align: left;
  border-bottom: 1px dashed #999;
  margin: 10px 0 0 0 ;
}



.two_thirds .two_thirds_left
{
  float: left;
  width: 50%;
}


.two_thirds .two_thirds_right
{
  float: right;
  width: 50%;
  text-align: right;
}






h2, p
{
  margin: 0 0 10px 0;
}

#footer
{
  padding: 10px 0;
  border-top: 1px solid #000;
}


#footer2
{
  padding: 0px 0;
  border-top: 1px solid #000;
}


.formular_table
{
  width: 383px;
  border-spacing: 0;
  margin: 0 0 20px 0;
}

.formular_table td
{
  padding: 0 0 10px 0;
}

input.textfield_short
{
  width: 160px;
  height: 14px;
  margin: 0;
}

input.textfield_zahl
{
  width: 20px;
  height: 14px;
  margin: 0;
}

input.textfield_long
{
  width: 350px;
  height: 14px;
}

.formular_radio, .formular_checkbox
{
  margin: 0px 0 2px 0;
  vertical-align: middle;
}

.formular_textarea
{
  width: 350px;
  height: 100px;
  margin: 0;
}

.radios
{
  height: 20px;
}

.table_three_cols
{
  width: 100%;
  empty-cells: show;
}

.table_three_cols td
{
  border-bottom: 1px dashed #999;
  width: 33%;
}

.table_three_cols td.headlines
{
  background-color: #FFF;
  border-bottom: none;
}

.table_three_cols td.headlines:hover
{
  background-color: #FFF;
  border-bottom: none;
}


.table_three_cols td.spacer
{
  width: 10px;
  border: none;
}

.table_programm a:hover, .table_programm h2       {  color: #F89F3F; }
.table_daz a:hover, .table_daz h2           {  color: #F84661; }
.table_presse a:hover, .table_presse h2        {  color: #E810BD; }
.table_newsletter a:hover, .table_newsletter h2    {  color: #9070BD; }
.table_kooperationen a:hover, .table_kooperationen h2 {  color: #00C9E4; }
.table_shop a:hover, .table_shop h2          {  color: #4C62D9; }
.table_vermietung a:hover, .table_vermietung h2    {  color: #51E318; }