
* 
	{ 
	margin: 0; 
	padding: 0; 
	}
	
html
{
    height:100%;
    scrollbar-3dlight-color:#121207;      /* rahmen außen links und oben */
    scrollbar-arrow-color:#b4b4a8;        /* pfeilfüllung bei scroll*/
    scrollbar-darkshadow-color:#b4b4a8;   /* rahmen außen rechts und unten */
    scrollbar-face-color:#121207;         /* hintergrund balken und pfeile */
    scrollbar-highlight-color:#121207;    /* rahmen innen links und oben, Schatten Pfeil */
    scrollbar-shadow-color:#121207;       /* rahmen innen links und oben, pfeilfüllung bei nicht-scroll */
    scrollbar-track-color:#b4b4a8;        /* hintergrund hinter Bildlaufleiste */	
    scrollbar-base-color:#b4b4a8;         /* grundfarbe scrollbalken*/	
}

body 
{ 
  background: url(image_layout/body.jpg) top left no-repeat #b4b4a8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color: #121207;
  width: 960px;
	height:100%; 
}

#container 
{ 
	width: 960px;
}	

/* ------------------------------------------------------------------------------- */

#a
{ 
  background: url(image_layout/a.jpg) top left no-repeat #b4b4a8;
	float:left;	
	width: 960px;
  height: 117px;
}

    #a1
    { 
        padding: 36px 0 0 260px;
    }	

    #logo
    { 
      	width: 551px;
        height: 53px;
    }	
         
        #logo img
        { 
        	border: 0;
        }	

/* ------------------------------------------------------------------------------- */

#b
{ 
	float: left;
  background: url(image_layout/b.jpg) top left no-repeat #636359;	
	width: 960px;
  height: 26px;
}
    

    #b1
    { 
    	padding: 0 0 0 255px;
    }    
        	
/* ------------------------------------------------------------------------------- */

#c
{ 
  background: url(image_layout/c.jpg) top left no-repeat #b4b4a8;
	float: left;	
	width: 960px;
}
    
    #c1
    { 
    	float: left;	
    	width: 240px;
    } 
    
	#banner
		{
		margin: 20px 0 0 0;
		padding: 0 10px 10px 10px;
		font-size: 10px;
		}

	#banner img
		{
		border: 0;
		}

	#banner h3
		{
		font-size: 11px;
		font-variant: small-caps;
		}	
    	
	#aktuell
		{
		margin: 220px 0 0 0;
		padding: 0 10px 0 10px;
		font-size: 10px;		
		}
		
		#aktuell p
		{
		font-size: 10px;
		line-height: 14px;
		text-align: left;
		margin-bottom: 5px;
		}    

		#aktuell h3
		{
		margin-top: 15px;
		}  
		  
		  
  		#aktuell a
  		{
  		text-decoration: none;
    	font-weight : bold;
    	color : #121207;
    	font-size : 10px;
    	margin-bottom: 10px;
  		}  
 
            
    #c2
    { 
    	float: right;	
    	width: 700px;
    }          	
    
      #inhalt 
        	{
        		padding: 30px 0 20px 0;
        		font-size: 12px;
        		text-align: left;
        		min-height: 400px;
        		height: auto !important;
        		height: 400px;
        	}  
        
          #box
            	{
            		float:right;
            	}  	

          #box img
          { 
          	padding: 0 0 10px 10px;
          	border: 0;
          }

/* ------------------------------------------------------------------------------- */

#d
{ 
	float: left;
  text-align: right;	
	width: 960px;
	height: 26px;	
  background: url(image_layout/d.jpg) top left repeat-x;
}

    #d1
    { 
        padding: 0 5px 0 0;
    }		

        	#naviunten
        	{ 
        	  padding: 6px 5px 0 0 ;
        		font-size:11px;
        		color:#ffffff;        	  
        	}
        
        	#naviunten a
        	{ 
        		font-size:11px;
        		text-decoration:none;
        		color:#ffffff;
            padding: 2px 5px 2px 15px ;
        	}
        
            	#naviunten a:hover
            	{ 
            		color: #121207;
            	}
            	
            	#naviunten a.aktiv
            	{	
                color: #121207;	
            	}     
	
/* ------------------------------------------------------------------------------- */


	#e
	{ 
  	float: left;	
  	width: 960px;
  	height: 64px;	
    background: url(image_layout/d.gif) top left no-repeat #b4b4a8;
	}

/* ------------------------------------------------------------------------------- */
  
	#f
	{ 
		float: left;	
		width: 960px;
		height: 25px;	
	}

    	#f1
    	{ 
    		float: left;	
    		width: 260px;
    		height: 25px;	
    	}

      	#pepesale
      	{ 
      	  padding: 3px 0 0 17px ;
      	} 
      
      	#pepesale a
      	{ 
      		font-size:11px;
      		text-decoration:none;
      		color:#121207;
      	}
      
      	#pepesale a:hover
      	{ 
      		text-decoration:underline;
      	}  
            	
    	#f2
    	{ 
    		float: right;
        text-align: right;	
    		width: 700px;
    		height: 25px;	
    	}
	
      	#naviunten2
      	{ 
      	  padding: 3px 0 0 0 ;
      	}
      
      	#naviunten2 a
      	{ 
      		font-size:11px;
      		text-decoration:none;
      		color:#121207;
          padding: 0 5px 0 0;
      	}
      
          	#naviunten2 a:hover
          	{ 
          		text-decoration:underline;
          	}
          	
          	#naviunten2 a.aktiv
          	{	
          		text-decoration:underline;	
          	}    

/* ------------------------------------------------------------------------------- */

a:link, a:visited {
	text-decoration : underline;
	color : #121207;
}

a:active, a:hover {
	text-decoration : underline;
	color : #121207;
}
	
 #inhalt p 
  { 
	font-size:12px; 
	line-height:16px;
	margin: 10px 0px 10px 0;
  }

	
h1  
{
	font-family : verdana,arial,switzerland,helvetica;
	font-weight : bold;
	color : #121207;
	font-size : 13px;
	font-variant:small-caps; 
	margin-bottom: 10px;
}

h2  
{
	font-family : verdana,arial,switzerland,helvetica;
	font-weight : bold;
	color : #121207;
	font-size : 12px;
	margin-bottom: 10px;
}

h3  
{
	font-family : verdana,arial,switzerland,helvetica;
	font-weight : bold;
	color : #121207;
	font-size : 10px;
	margin-bottom: 10px;
}

/* ------------------------------------*/
ul.listbox 
	{
	line-height: 17px;
	padding: 10px 20px 0 5px;
	margin-bottom: 12px;
	}
	
ul.listbox li
	{
	padding: 0px 0 0 20px;
	list-style-type: none;
	background: url(image_layout/li.gif) top left no-repeat;
	color: #121207;	
	}		

/* -----------Bildergalerie------------*/
table.pic
{
	/* width: 670px;*/
}
	
table.pic tr td
{
  border: 1px solid #636359;
  text-align: center;
  vertical-align: top;
  padding: 3px 3px 3px 3px; 
  font-size: 11px;
}

table.pic tr td img
{
  border: 0;
  margin: 0 0 5px 0; 
}

table.pic tr td a
{
  margin: 0 0 6px 0; 
}
	
/* -----------Rahmen       ------------*/
table.rahmen
{
	width: 700px;
	border: 1px solid #636359;
	margin-bottom: 10px;
}
	
table.rahmen tr td
{
  text-align: left;
  vertical-align: top;
  padding: 10px 10px 10px 10px; 
}

	
table.rahmen tr td img
{
  border: 0;
  margin: 0 0 0 10px; 
  float: right;
}

table.rahmen tr td.rechts
{
  text-align: right;
	font-weight : bold;
	color : #121207;
	font-size : 10px;
}

table.rahmen tr td.rechts a
{
  text-decoration: none;
}

table.rahmenklein
{
	width: 500px;
	border: 1px solid #636359;
	margin-bottom: 10px;
}
	
table.rahmen tr td
{
  text-align: left;
  vertical-align: top;
  padding: 10px 10px 10px 10px; 
}

	
table.rahmen tr td img
{
  border: 0;
  margin: 0 0 0 10px; 
  float: right;
}

table.rahmen tr td.rechts
{
  text-align: right;
	font-weight : bold;
	color : #121207;
	font-size : 10px;
}

table.rahmen tr td.rechts a
{
  text-decoration: none;
}




/* ------------------------------------*/


.imgthumb
{ 
	width: 134px;
}

.imgright
{ 
  float: right;
  margin: 0 0 10px 10px;   
}

hr
{
	height: 0;
	width: 100%;
	color: #121207;
	border-bottom: 1px dashed #121207;
	margin-top: 1px;
}

