/*
grau ci: 646464
orange ci: ffa000
grau hintergrund: a7a7a7

lila headline: 622543
grau schrift: 424142
weiss navi: fcfcfc
*/

/* Anfang Seitenaufbau allgemein */
* 
	{ 
	margin: 0; 
	padding: 0; 
	}
	
/* commented backslash hack v2 \*/
* html {background: #a7a7a7;}

body 
{ 
  margin: 0; 
	padding: 0;
  border:0;
  height: 100%;  
  overflow-y:auto; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px; 
	color: #424142;
  width: 990px;
  background: url(image_layout/body.gif) top left repeat-y #a7a7a7;
}

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

#l1
{ 
	width: 233px;
  background: url(image_layout/l1.jpg) top left repeat-y #a7a7a7;
	height: 100%; 
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;display:block;
}

* html #l1 {position:absolute;}
		
/* ------------------------------------------------------------------------------- */		
		
#r1
{ 
  	width: 757px;
  	height: 171px; 
  	position: fixed;
  	top: 0;
  	left: 233px;
  	background: url(image_layout/r1.jpg) no-repeat top left;
		z-index: 20;
}

* html #r1 {position:absolute;}
/* -------------------------------------------------------------------------------*/	 			

#r2
{ 
  	width: 757px;
  	height: 42px; 
  	position: fixed;
  	top: 171px;
  	left: 233px;
  	background: #a7a7a7;
		z-index: 30;
}

* html #r2 {position:absolute;}

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

#logo
{ 
  	width: 234px;
  	height: 87px; 
  	position: fixed;
  	top: 153px;
  	left: 756px;
  	z-index: 40;
}	
* html #logo {position:absolute;}

          #logo img
          { 
          	border: 0;
          }	

#u2
{ 
  	width: 990px;
  	height: 31px; 
  	position: fixed;
  	bottom: 0;
  	left: 0;
  	background: url(image_layout/u2.jpg) top left no-repeat;
		z-index: 30;
		text-align: right;
}      

* html #u2 {
  position:absolute;
  }
  
#u1
{ 
  	width: 960px;
  	height: 28px; 
  	position: fixed;
  	bottom: 31px;
  	left: 30px;
  	background: url(image_layout/u1.jpg) top left no-repeat #d5d3d4;
		z-index: 30;
} 

* html #u1 {
    position:absolute;
} 
             	 
      	#pepesale
      	{ 
      	  padding: 7px 0 0 35px ;
      	}
      
      	#pepesale a
      	{ 
      		font-size: 11px;
      		text-decoration: none;
      		color: #424142;
          padding: 0 0 0  0  ;
      	}
      
          	#pepesale a:hover
          	{ 
          		color:#424142;
          	}
          
          	#pepesale a.aktiv
          	{	
          		/* color:#424142; */	
          	}   
                   	
/* ------------------------------------------------------------------------------- */

#r3
{ 
    margin: 0 0 0 233px;
    width: 757px;
    display: block; 
    background: #d5d3d4;
    z-index: 5; 
  
} 


#inhalt 
{
  	padding: 240px 31px 59px 20px;
  	font-size: 12px;
  	text-align: left;		
 
}  
/* ------------------------------------------------------------------------------- */
      #inhalt p 
      { 
          font-size: 12px; 
          line-height: 16px;
          margin: 10px 0px 10px 0;
          text-align: justify;
      }
      
      #inhalt table
      {
      	border-collapse: collapse;
      	table-layout: fixed;
      }
      
          #inhalt table tr th
          {
          	vertical-align:top;	
          	color : #424142;
          	font-weight : bold;
          	font-size: 11px;
            padding: 0 12px 3px 0;	
          }
          
          #inhalt table tr td
          {
          	line-height: 12px;
          	vertical-align: top;	
            padding: 4px 12px 4px 0;
          }	
          
          #inhalt table tr td a
          {
            color : #622543;
          }	
      
.box
{
	text-align: center;
	float: right;
	margin-bottom: 10px;
}
      
/* ------------------------------------------------------------------------------- */

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

a:active, a:hover {
	text-decoration : underline;
	color : #622543;
}

h1  
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-bottom: 15px;
	font-size : 14px;
	font-style: italic;
	text-decoration : none;
	font-weight : bold;
	color : #622543;
}

h2  
{
	color : #424142;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 12px;
}


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

ul.listbox 
	{
	line-height:20px;
	padding-left:20px;
	margin-bottom: 10px;
	}
	
ul.listbox li
	{
	padding-left:10px;
	padding-bottom:0px;
	list-style-type:square;
	background: url(image_layout/pfeil.gif) top left no-repeat;
	color: #424142;	
	font-size: 12px;
	}		

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

.imgleft
{ 
	padding: 0 15px 15px 0;
	border: 0;
	float: left;
}

.imgright
{ 
	padding: 0 0 10px 20px;
	border: 0;
	float: right;
}

.imgbox
{ 
	padding: 0 10px 10px 20px;
	border: 0;
}

.imgref
{ 
  width: 480px;
  height: 331px;
}

.imgrefh
{ 
  width: 331px;
  height: 480px;
}

