/*
Theme Name: PraxisTheme
Description: simples Template für eine Praxis
Author: Mathias
*/

h1
{
color:#97AFA0;
font-family:Verdana;
font-size:15pt;
}


body        
{
color: #111111;
background: #EFEFEF;
font-size:0.9em;
}

a:link {
  font-family:Arial,Helvetica,sans-serif;
  text-decoration: none;
  color: #007CC3;
  }

a:visited {
  color: #007CC3;
  }

a:focus {
  color: #007CC3;
  }

a:hover {
  color: #FF7F00;
  text-decoration:none;
  }

a:active {
  color: #FFFFFF;
  }





#master_box	
{
width: 850px;
margin-left: auto;
margin-right: auto; 
text-align: center;
}




#header
{
background: url("graphics/headlogo.jpg");
height:108px;
padding:0px;
}
#header a {display:block; width:100%; height:100%;}
#header span{visibility:hidden;}

#menu_and_content
{
text-align:left;	
}

#sidebar    
{
width:30%;
float:left;
padding-top: 2%;
}


#page_content
{
float:right;
width:70%;
padding-top:2%;
font-family:Geneva;
margin-bottom :2%;
}




#footer     
{
border-radius: 15px;
font-family:Geneva;
font-size:0.73em;
padding-top:4px;
padding-bottom:5px;
background: #FF7F00;
clear:  both;
height: 15px;
}

#footer a:link { color:#ffffff; text-decoration:underline; }
#footer a:visited { color:#ffffff;  }
#footer a:hover { color:#FFFFFF; text-decoration:none; }
#footer a:active { color:#007CC3; }




#modified
{
color:#888888;	
font-size:0.7em;
}


.page_item	/*Listen style formatieren circle, square, dot*/
{
list-style-type:dot;
}

/*MENU STYLE*/

.page_item a:link, .page_item a:visited, .page_item a:active /*normale listeneinträge formatieren*/
{
color:#242424;
text-decoration: none;
font-family:Arial;
font-size: 11pt;
line-height:35px; /*für 35 Pixel Zeilenhöhe*/
letter-spacing:1px; /*Buchstabenabstand von 1 Pixel im Listeneintrag*/
word-spacing:5px; /*Wortabstand von 5 Pixel im Listeneintrag*/ 
}


.page_item a:hover/*normale Listeneinträge on hover*/
{
color:#007CC3;	
text-decoration:underline;

}



.current_page_item a:link, .current_page_item a:visited, .current_page_item a:hover, .current_page_item a:active /*aktuelle seite*/
{
color: #007CC3;
text-decoration:none;
}  

 .current_page_item ul a:link, .current_page_item ul a:visited, .current_page_item ul a:active
{
color:#242424;
text-decoration: none;
font-family:Arial;
font-size: 11pt;
line-height:35px; /*für 35 Pixel Zeilenhöhe*/
letter-spacing:1px; /*Buchstabenabstand von 1 Pixel im Listeneintrag*/
word-spacing:5px; /*Wortabstand von 5 Pixel im Listeneintrag*/ 
}
  
  
.current_page_item ul a:hover /*untereinträge , soltten genauso aussehen*/
{
color:#007CC3;	
text-decoration:underline;
}  

