/* CSS Document */

div#cleardiv
 {
 clear:both;
 }
 
 * {
 margin:0;
 padding:0; 
 }
 
/*tabellenbox für die adressen*/

.tablebox {
	margin:6px 0 6px 0;
	background-color:#E4E3E6;
	overflow:auto;
	width:700px;
	height:140px;
	clear:both;
}

.tablebox_1, .tablebox_2
{
	padding:0;
	margin:0 0 4px 0;
	float:left;
}

.tablebox_1 p, .tablebox_2 p
{
	margin:0;
	padding:4px 0 0 4px;
}

.tablebox_1
{	
	width:175px;
}

.tablebox_2
{	
	width:346px;
}

.tablebox_3
{	
	padding:0;
	margin:4px 0 28px 280px;
	width:300px;
}

/*spalten in vier grössen für den inhalt */


.spalte_1, .spalte_2, .spalte_3, .spalte_4
{		
	padding:0;
	margin:0;
	min-height:80px;
	float:left;
}

.spalte_1
{	
	width:175px;
}

.spalte_2
{	
	width:350px;
}

.spalte_3
{
	width:525px;
}
.spalte_4
{
	width:692px;
}

.spalte_1 p, .spalte_2 p, .spalte_3 p
{	
	padding:0;
	margin:4px;
}

.spalte_1 h1, .spalte_2 h1, .spalte_3 h1
{	
	padding:0;
	margin:4px 4px 8px 4px;
}

/* navigation inhalt horizontal*/
   .inhalt_navi
 {
 	margin:4px 0 4px 4px;
 	padding: 0;
 }
 
 .inhalt_navi li
 {
 	list-style:none;
 	margin: 0;
 	padding: 0;
	display:block;
 	float:left;
 } 

.inhalt_navi li a
 {
	color: #666666;
	text-decoration: none;
 }

 .inhalt_navi li a:visited
 {	
	color: #999999;
	text-decoration: none;
 }
 
.inhalt_navi li a:hover
 {
	color: #333333;
	text-decoration: none;
 }
 
 /*verschiedene icons*/ 
 .iconlist
 {	
 	list-style: none;
 	margin:8px 0 10px 4px;
 	padding: 0;
 }

  .iconlist li a
 {	
	color: #666666;
	text-decoration: none;
 }
 
   .iconlist li a:visited
 {	
	color: #999999;
	text-decoration: none;
 }
  
    .iconlist li a:hover
 {	
	color: #333333;
	text-decoration: none;
 }

 li.pdf
 {
 background-image:url(img/pdf.gif);
 background-repeat: no-repeat;
 background-position: 0 50%;
 padding: 0 0 0 16px;
 margin: .4em 20px 0 -4px;

 }

 li.groe
 {
 background-image:url(img/groesser.gif);
 background-repeat: no-repeat;
 background-position: 0 50%;
 padding: 0 0 0 16px;
 margin: .4em 20px 0 -4px;
 }

 li.qt
 {
 background-image:url(img/quicktime.gif);
 background-repeat: no-repeat;
 background-position: 0 50%;
 padding: 0 0 0 16px;
 margin: .4em 20px 0 -4px;
 }

 li.fla
 {
 background-image:url(img/flash.gif);
 background-repeat: no-repeat;
 background-position: 0 50%;
 padding: 0 0 0 16px;
 margin: .4em 20px 0 -4px;
 }
 
  li.pf
 {
 background-image:url(img/pfeil.gif);
 background-repeat: no-repeat;
 background-position: 0 50%;
 padding: 0 0 0 16px;
 margin: .4em 20px 0 -4px;
 }
 
   li.pfl
 {
 background-image:url(img/pfeil_links.gif);
 background-repeat: no-repeat;
 background-position: 0 50%;
 padding: 0 0 0 16px;
 margin: .4em 8px 0 -4px;
 }
 
  /*infobox*/
 
 div#infotitel
 {
 margin:0;
 padding:0;
 position:absolute;
 top:10px;
 left:15px;
 width:335px;
 font-size:12px;
 text-align:left;
 }
 
  div#infopic
 {
 margin:0;
 padding:0;
 position:absolute;
 top:31px;
 left:0;
 width:350px;
 height:262px;
 background-repeat:no-repeat;
 background-position:top left;
 }
 
  div#infoadr
 {
 margin:0;
 padding:0;
 position:absolute;
 top:308px;
 left:175px;
 width:165px;
 font-size:11px;
 text-align:left;
 }
 
   div#infozusatz
 {
 margin:0;
 padding:0;
 position:absolute;
 top:308px;
 left:10px;
 width:155px;
 font-size:11px;
 text-align:left;
 }
