/* GENERAL - */


* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	color: black;
	background: white;
	
	background-image:url(./images/site_bg.png);
	background-repeat:repeat-x;
	font-size: 10px;
	line-height: normal;
	margin: 5px;
}

div#header{
   display:none;        
	}

a:link{
        color: #666;
        }

h3{    
	font-weight: bold;
        padding-bottom : 20px;
	margin-left: 10px;
        }

.block1{
        margin: 5px;
        padding-bottom: 10px;
        /*border-bottom: 2px dotted #ccc; */  
	}

.block2{
        margin: 5px;
        padding-top: 10px;
	}

.kategorie{
        color: #000;
	background: #fff;
        padding: 5px;
        border-bottom: 1px dotted #666;
	}

.adressblock {
	background: #EAEAEA;
        padding: 5px 5px 15px; 
        border-bottom: 1px solid #fff;   
	}

.objektname{ 
	font-weight: bold;
        padding-bottom : 5px;           
	}

.adresse{
	font-weight: normal;
        padding-bottom : 5px;  
	}
	
.email{
   display:none;     
	}

.email_print{
   display:inline;     
	}	
	
.web{
   display:none;        
	}
	
.web_print{
   display:inline;        
	}	

.buttonleiste{     
	display: none;
	background: #EAEAEA;
        padding: 1px 5px 1px; 
	}


.buttonleiste_t1{     
	float: left;
	padding: 0px 10px 0px 0px;
        border-right: 1px solid #fff;   
	}

.buttonleiste_t2{     
	float: none;

	}


.buttonleiste2{     
	display: none;
	background: #fff;
        padding: 1px 5px 1px; 
	}

a.gesamt:visited, a.gesamt:link

{
        color: #666;
        font-weight: bold;
        }

a.gesamt:hover  {
        color: #999;
        font-weight: bold;
        }


.buttonleiste img{   
        /*border-top: 1px solid #999;
        border-left: 1px solid #999;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        /*background: #EAEAEA;*/
        padding: 2px;*/
        } 

  
