/*
 HOUSEPASSIOn v2.0
*/

  body {
   font-family: Verdana;
   font-size: 11px;
   text-align: center;
   color: #FFFFFF;
   line-height: 1.5;
   margin: 0px;
   padding: 0px;
   background: #736D6D url(img/bg.jpg) repeat-x; /*Braun - 57504a*/
  }
  
  img { border: none; text-align: center; }
  
  a, a:hover {
   font-family: Verdana;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
  }
  
  a:focus { outline: none; }
  
  h1 { /*Titel*/
   font-family: Arial, Verdana, Helvetica;
   font-size: 16px;
   color: #F1F1F1;
   text-align: left;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
  }
  
  .unbold { font-weight: normal; color: #CCCCCC; margin: 5px 0 0 0; }
  
  table {
   width: 100%;
   height: auto;
  }
  
  table, tr, td {
   font-family: Verdana;
   font-size: 11px;
   color: #CCCCCC;
   text-align: left;
   vertical-align: top;
  }
  
  input, textarea {
   font-family: Arial, Verdana, Helvetica;
   font-size: 12px;
   color: #CCCCCC;
  }
  
  textarea, .inputbox {
   background: #333333;
   border: 1px solid #666666;
  }
  
  ul {
   list-style-type: none;
   padding: 0px;
   margin: 0px;
  }
  
  li { background: url(img/li.gif) no-repeat 0 .4em; padding: 0 0 0 1.5em; }
  
  .button {
   color: #000000;
  }
  
  
  
  #full {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 1012px;
   height: 572px;
   margin: -286px 0 0 -506px;
   background: url(img/full_bg.gif) no-repeat;
  }
  
  #main {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 990px;
   height: 550px;
   margin: -275px 0 0 -495px;
   /*background: #FFFFFF; /* url(img/bg_img1.gif) no-repeat; /*E4E4E4*/
   text-align: left;
  }
  
  #left {
   height: 510px; /*460*/
   width: 30px;
   background: url(img/bg_table.gif) no-repeat; /*#000000*/
  }
  
  #right { 
   width: 960px;
   color: #EEEEEE;
   padding: 120px 0 0 40px;
   background: url(img/logo.gif) no-repeat; /*#000000*/
  }
  
  .title {
   padding: 0 0 10px 0;
  }  
 
  .left_box {
   float: left;
   width: 520px; /*400*/
   color: #CCCCCC; /*999999*/
  }
  
  .right_box {
   float: left;
   width: 280px; /*400*/
   color: #CCCCCC;
   margin: 0 0 0 60px;
  }
  
  #text {
   width: 400px;
  }
  
  .flyer {
   border: 1px solid #FFFFFF;
  }
  
  #nav {
   height: 40px;
   text-align: right;
   /*background: #000000; /*#000000*/
  } 
  
  #nav img {
   margin: 10px 10px 0 0;
  }
  
  #copyright {
   height: 50px;
   font-family: Verdana;
   font-size: 10px;
   text-align: right; /*NEU, wegen left_bottom emblem*/
   color: #AAAAAA;
   padding: 15px 0 0 0;
   background: none;
  }
  
  #copyright a {
   color: #AAAAAA;
   text-decoration: none;
  }
  #copyright a:hover {
   color: #FFFFFF;
   text-decoration: none;
  }
  
  /*eggenbergerMEDIA Styles*/  
  .em_big_font {
   font-size: 12px;
   font-weight: normal;
  }
  
  .em_small_font {
   font-size: 10px;
   font-weight: normal;
  }
  
  
  /*News Styles*/
  .news_entry {
   margin: 12px 0 0 0;
  }
  
  .news_entry table {}
  
  .news_entry img {
   margin: 0 10px 0 0;
  }
  
  .news_entry .image { width: 120px; }
  
  .news_entry .time {
   font-size: 13px;
   color: #555555;
  }
  
  .news_entry .text { }
  
  .line {
   width: 400px;
   height: 15px;
   padding: 10px 0 0 10px;
   background: url(img/line.gif) repeat-x;
  }
  
  .title-top {
  	font: 16pt Arial, Verdana, Sans-Serif;
  	font-weight: normal;
  	color: #fff;	
  }
  
  .bigger { font-size: 12px; }
  
