@charset "utf-8";
/* CSS Document */

#main_anwaelte
{
    position:absolute;
	width:780px;
	height:400px;
	z-index:1;
    visibility:hidden;  
    background-image:url('../_img/bg_anwaelte.png');
}

.anwalt_button_grosshauser_aktiviert 
{
    position:absolute;
	width:240px;
	height:60px;
	top: 50px;
	left: 60px;
	z-index:1;
    background-color:#6d8766;
    cursor:pointer;	
}

.anwalt_button_grosshauser_deaktiviert 
{
    position:absolute;
	width:240px;
	height:60px;
	top: 50px;
	left: 60px;
	z-index:1;
    background-color:#e0e0e0;
    cursor:pointer;		
}

.anwalt_button_roehner_aktiviert 
{
	position:absolute;
	width:240px;
	height:60px;
	top: 130px;
	left: 60px;
	z-index:1;
    background-color:#6d8766;
    cursor:pointer;		
}

.anwalt_button_roehner_deaktiviert 
{
	position:absolute;
	width:240px;
	height:60px;
	top: 130px;
	left: 60px;
	z-index:1;
    background-color:#e0e0e0;
    cursor:pointer;		
}

#anwalt_button_textpos
{
    position:absolute;
	width:220px;
	height:50px;
	top:5px;
	left:10px;
	text-align:right;
}

.anwalt_button_name_aktiviert
{
  	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight:bold;
    line-height: 16px;
    letter-spacing: 0px;
    color: #ffffff;
}

.anwalt_button_info_aktiviert
{
  	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0px;
    color: #ffffff;
}

.anwalt_button_name_deaktiviert
{
  	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight:bold;
    line-height: 16px;
    letter-spacing: 0px;
    color: #6d8766;
}

.anwalt_button_info_deaktiviert
{
  	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0px;
    color: #333333;
}

#anwalt_daten_grosshauser_bild
{
   position:absolute;
   width:140px;
   height:190px;
   left:20px;
   top:0px;
   background-image:url(../_img/bild_grosshauser.png);
   visibility:hidden;
}

#anwalt_daten_roehner_bild
{
   position:absolute;
   width:140px;
   height:190px;
   left:20px;
   top:0px;
   background-image:url(../_img/bild_roehner.png);
   visibility:hidden;
}

#anwalt_daten_grosshauser
{
   position:absolute;   
   width:480px;
   height:350px;
   top:50px;
   left:300px;
   visibility:hidden;  
}

#anwalt_daten_roehner
{
   position:absolute;
   width:480px;
   height:350px;
   top:50px;
   left:300px;
   visibility:hidden;
}

#anwalt_daten_text_main
{
   position:absolute;
   width:260px;
   height:320px;
   top:0px;
   left:189px;
}

.anwalt_daten_text_bold
{
  	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-weight:bold;
    line-height: 14px;
    letter-spacing: 0px;
    color: #333333;
}

.anwalt_daten_text_normal
{
  	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-weight:normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #333333;
	cursor:pointer;
}

.anwalt_daten_text_link:hover
{
  	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-weight:bold;
    line-height: 14px;
    letter-spacing: 0px;
    color: #333333;
	text-decoration:none;
	cursor:pointer;	
}

.anwalt_daten_text_link
{
  	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-weight:bold;
    line-height: 14px;
    letter-spacing: 0px;
    color: #6d8766;
	text-decoration:none;	
	cursor:pointer;	
}

#menue_grosshauser_0 { display : block; }
#menue_grosshauser_1 { display : none; }
#menue_grosshauser_2 { display : none; }
#menue_grosshauser_3 { display : none; }
#menue_grosshauser_4 { display : none; }

#menue_roehner_0     { display : block; }
#menue_roehner_1     { display : none; }
#menue_roehner_2     { display : none; }
#menue_roehner_3     { display : none; }
#menue_roehner_4     { display : none; }

