body{
	background-color: #EEEEEE;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;

	scrollbar-base-color: #e9e9e9;
	scrollbar-3dlight-color: #888888;
	scrollbar-arrow-color: #888888;
	scrollbar-darkshadow-color: #888888;
	scrollbar-face-color: #dddddd;
	scrollbar-highlight-color: #e9e9e9;
	scrollbar-shadow-color: #e9e9e9;
	scrollbar-track-color: #e9e9e9;
}

a{
	color: #b72651;
}
a:hover{
	background-color: #fae6ec;
}

a.noeffect{
	
}
a.noeffect:hover{
	background-color: transparent;
}

      #panel{
        background-color: #FFFFFF;
        position:absolute;
        width: 860px;
        height: 100%;
        left: 50%;
        margin-left: -450px;
        margin-right: auto;
        padding: 10px;
      }
      
      #tdhead{
        height: 1%;
        background-color: #AED0EE;
        border: 1px solid #206294;
      }
      #tdcontent{
        height: 99%;
        border: 1px solid #206294;
        background-color: #f6fbfe;
        vertical-align: top;
      }

      #tdlogo{
        background-color: #AED0EE;
        height: 1%;
        width: 130px;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #206294;
      }

      #tdmenu{
        vertical-align: top;

        background-color: #AED0EE;
        border: 1px solid #206294;
        height: 100%;
        width: 130px;
      }


      #data{
	overflow: auto;
	padding: 15px;
	font-size: 13px;
  	background-image : none;
}
      
      td{
        font-size: 13px;
      }

      * #data{
        height: 100%
      }

      #menu{
		  padding-top: 5px;
      }
      
      #menu ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        width: 130px
      }
      
      #menu li {
        padding: 0px;
        margin: 0px;
      }

      #menu ul li a {
        display: block;
        width: 130px;
        font-size: 13px;
        line-height: 23px;        
			font-weight: bold;
        color: #0e2b42;
        text-decoration: none;

        padding-left: 18px;
        background-image: url(images/bullet.gif);
        background-repeat: no-repeat;
        background-position: 3px 5px;
      }

      #menu ul li a:hover
      {
        background-color: #cde4f5;
      }

      #menu ul ul li a {
        display: block;
        width: 130px;
        padding-left: 27px;
        font-size: 12px;
        line-height: 18px;        
			font-weight: normal;
        color: #0e2b42;
        text-decoration: none;
        background-image: url(images/bullet2.gif);
        background-repeat: no-repeat;
        background-position: 17px 5px;
      }
      
      #menu ul ul li a:hover
      {
        background-color: #cde4f5;
      }

      #menu  a.selected
      {
        background-color: #cde4f5; /*#fae6ec;*/
      }

      
      #line{
        position: absolute;
        left: 50%;
        top: 23px;
        margin-left: -280px; 
        color: #529fda;
        font-size: 12px;
        font-weight: bold;
      }

  div.eye{
    font-size: 18px;
    color: #b72651;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }

  span.eye{
    color: #b72651;
	 font-weight: bold;
  }
  
  h1{
    padding-right: 5px;
    padding-bottom: 5px;
    margin: 0px;
    font-size: 16px;
    color: #1c5784;
  }
  
  div.text {
  	padding-top: 5px;
    text-align: justify;
	 font-size: 13px;
  }
  
  div.text ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
  	padding-top: 10px;
  }
  div.text li {
    line-height: 16px;
    padding-left: 18px;
  	background:url(images/bullet_arrow.gif) no-repeat 2px 4px;
    margin-bottom: 4px;
  }
		
  #data{
	/* background:url(images/wasserzeichen.gif) no-repeat 120px 30px;
	*/
	background:url(images/wasserzeichen_sm.gif) no-repeat 460px 280px;
	background-attachment:fixed;
}
      
  h2{
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #1c5784;
	text-decoration: none;
  }

  h3{
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
    font-size: 12px;
    color: #1c5784;
  }
  
  div.indent{
    padding-left: 35px;
    padding-right: 20px;
  }

  .subsize{
    font-size: 11px;
    color: 
  }
  
    table.display th {
    text-align: center;
    background-color: #cde4f5; /*#AED0EE;*/
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }
  table.display td {
    padding: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #E5E5E5; /*#cde4f5;*/
    font-size: 11px;
  }
	table.display td.input{
	background-color: #cde4f5;
	border: 1px dashed #206294;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	width: 100px;
	vertical-align: bottom;
}

/* news */
.quelle {
  font-size : 11px;
  font-weight : normal;
  color : #808080;
  }

