/*
Contentpapst Standard-Vorlagenset
© 2003-2006, sandoba.de medien agentur

Contentpapst ist das Content-Management-System der sandoba.de medien agentur (www.sandoba.de) aus Berlin. Weder ein Teil noch der gesamte Quellcode, Inhalte oder Grafiken sind ohne schriftliche Erlaubnis in anderen Medien (v.a. auf anderen Websites) einzusetzen, sofern nicht anderweitig angegeben.
*/

/* Import der Datei "standard.css" */

@import url(standard.css);

/* Allgemeine Angaben */
      
      body {
        background-color	: #000 ;
        /*background-image  : url(custom/box2_bg.jpg) ;*/
        background-repeat	: repeat-y ;
        font-family			: Verdana, Arial, Helvetica, Sans-Serif ;
        font-size			: 100,01% ;
        margin				: 0px ;
        padding				: 0px ;
		margin				: 0 auto; /* main-Box zentrieren in IE 5 und hoeher */
		text-align			: center;
	
      }
      
      ul {
        margin            : 0px ;
        padding           : 0px ;
      }
	  
	  td	{
	  font-size         : 11px ;
	  
	  }
	  
	  #box_mantel	{
	  margin: 0 auto;
      width: 950px; 
	  background-color  : #FDF9DE ;
      background-image  : url(custom/box2_bg.jpg) ;
	  }
      
      #box1 {
        height            : 190px ;
        width             : 950px ;  
		overflow: hidden;
		text-align: left;   
      }
      
      #box1_nav {
       /* border-right      : 1px solid white ;*/
        float             : left ;
        height            : 190px ;
        max-height        : 190px ;        
        max-width         : 190px ;
        overflow          : hidden ;
        /*padding-left      : 18px ;*/
        padding-top       : 50px ;
        width             : 190px ;
		font-size		  : 11px;
      }
      
      #box1_images {
        float             : right ;
        height            : 190px ;
        width             : 760px ;
      }
      
      #box1_images_small {
        float             : left ;
        height            : 190px ;
        width             : 190px ;
      }
      
      #box1_images_big {
        border-left       : 1px solid white ;
        float             : right ;
        height            : 190px ;
        max-width         : 569px ;
        width             : 570px ;
      }
      
      #box2 {
        clear             : both ;
        margin            : 0px ;
        padding           : 0px ;
        width             : 950px ;
		text-align			: left;
      }
      
      #box2_nav {
        float             : left ;
        max-width         : 172px ;
        /*padding-left      : 18px ;*/
        padding-bottom    : 25px ;
        padding-top       : 12px ;
        width             : 190px ;
		font-size		  : 11px;
      }
      
      #box2_content {
        font-size         : 11px ;
        float             : right ;
        line-height       : 1.4em ;
        padding-bottom    : 25px ;
        padding-top       : 18px ;
        width             : 760px ;
      }
      
      #box2_content_small {
        float             : left ;
        max-width         : 155px ;
        padding-left      : 15px ;
        padding-right     : 10px ;
        width             : 190px ;
        overflow : none ;
		display: block;
      }
	  
	  #box2_content_small a, #box2_content_small a:visited {
	  color: #000;
	  text-decoration: none;
	  
	  }
	  
	  #box2_content_small a:hover {
	  color: #000;
	  text-decoration: underline;
	  
	  }
	  
	  
	  #box2_content_small h2 {
	  font-size: 11px;
	  }
	  
	  
	  
	  #box2_content_small_news {
        float             : left ;
        max-width         : 155px ;
        padding-left      : 15px ;
        padding-right     : 10px ;
        width             : 190px ;
        overflow : none ;
		display: block;
		font-size: 11px;
		color: #999;
      }
	  
	  #box2_content_small_news a, #box2_content_small_news a:visited {
	  color: #000;
	  text-decoration: none;
	  
	  }
	  
	  #box2_content_small_news a:hover {
	  color: #000;
	  text-decoration: underline;
	  
	  }
	  
	  
	  #box2_content_small_news h2 {
	  font-size: 11px;
	  }
	  
	  
	  
	  
	  
	  
      
      #box2_content_big {
        float             : right ;
		display: block;
        max-width         : 530px ;
        padding-left      : 20px ;
        padding-right     : 20px ;
        width             : 570px ;
      }
      
      #box2_content_big h1 {
        font-size         : 11px ;
      }
      
      #box2_content_big a:link, #box2_content_big a:visited, #box2_content_big a:active {
        color             : black ;
      }
      
      #box2_content_big a:hover {
        color             : #AAA ;
      }
      
      li.navi_top , li.navi_top_selected, li.navi_left, li.navi_left_selected  {
        list-style-type   : none ;
        line-height       : 25px ;
      }
	  
      
      .navi_top a, .navi_top_selected a, .navi_left a, .navi_left_selected a {
        color             : black ;
        font-size         : 11px ;
        font-weight       : bold ;
        text-decoration   : none ;
        text-transform    : uppercase ;
      }
	  
	  .navi_top a:hover	{
	  background-image: url(custom/navi-hg.gif);
	  
	  }
	  
	  
      
      .news_main_list, .news_main_details {
        margin-bottom     : 10px ;
      }
      
      .news_main_list a, .news_main_details a {
        color             : black ;
        font-weight       : bold ;
        text-decoration   : none ;
      }

      .news_main_list a:hover, .news_main_details a:hover {
        color             : black ;
        text-decoration   : underline ;
      }
      
      .news_main_list h1, .news_main_details h1 {
        font-size         : 11px ;
        font-weight       : bold ;
        margin            : 0px ;
        padding           : 0px ;
      }
      
      .clearfix:after {   
        clear             : both ;
        content           : "." ;
        display           : block ;
        height            : 0 ;
        visibility        : hidden ;
      }                   
                          
      .clearfix {         
        display           : inline-block ;
      }  
      
      /* Holly Hack Targets IE Win only \*/
      * html .clearfix { height: 1% ; }
      .clearfix        { display: block ; }
      /* End Holly Hack */

.picture_border {
  background-color			: transparent ;
  border					: 0px solid #666 ;
  float						: right ;
  padding					: 10px ;
  padding-top				: 0px ;
  margin-left				: 10px ;
  margin-bottom				: 5px ;
}