@charset "utf-8";
/* CSS Document */

body { font-family:Verdana, Arial, Helvetica;
       font-size:9pt; 		   
	   background-color:#87B0D7;
	   margin-top:0pt;
	   
     }

h1 { font-size:16px; color:#3399CC; margin-top:0px; }
h2 { font-size:12px; color:#3399CC; margin-bottom:2px; margin-top:2px; }
h3 {font-size:x-small; color:#3399CC; }

.smallGrey { font-size:x-small; color:#787890;}
.small {font-size: x-small; }

.purpurBold {
	color: #C82163;
	font-weight: bold;
}

.springGreenBold{
	color: #71AD00;
	font-weight: bold;
}

.quellenangabe {
              font-size:7pt; 
			  color:#C0C0C0;
			}


	 
#container 
{
	width: 812px;
	margin-left:auto;
	margin-right:auto;		
	
}

#main 
{
	padding: 5px;
	width: 800px;
	text-align: left;
	color: #333333;
	line-height: 1.6em;
	background-color: #FFFFFF;
	border: 0px; /* solid #888; */
	float: left;
	
	
}

#header
{
	width: 791px;
	border: 0px inset #888;	
	height: 276px;
	background-color: #FFFFFF;
	clear: both;
	background: url('../images/logo_praxis_fuer_logopaedie.jpg') no-repeat;
}

#navigation
{
	clear:both;
	margin-left:10px;

    /* ALTE NAVIGATION*/
	/*width:780px;
	height: 30px;
	clear:both;
	margin-left:10px; 
	background: url('../images/bg_navi.png') no-repeat;*/
	
}

#inhalt
{
    width:780px;	
	/*height:500px;*/
	clear:both;
	margin:10px; 
	background: url('../images/bg_inhalt.png') no-repeat;
}

#inhaltMedium
{
    width:780px;	
	height:630px;
	clear:both;
	margin:10px; 
	background: url('../images/bg_inhaltMedium.png') no-repeat;
}

#inhaltLarge
{
    width:780px;	
	/*height:1155px;*/
	clear:both;
	margin:10px; 
	background: url('../images/bg_inhaltLarge.png') no-repeat;
}

a.nav:link { color:#3399CC; text-decoration:none;  }
a.nav:visited { color:#3399CC; text-decoration:none; }
a.nav:hover { color:#345983; text-decoration:none;  }
a.nav:active { color:#345983; text-decoration:none;  } 

a:link { color:#3399CC; text-decoration:none;  }
a:visited { color:#3399CC; text-decoration:none; }
a:hover { color:#345983; text-decoration:underline;  }
a:active { color:#345983; text-decoration:none;  } 

a.quelleNavi:link { color:#C0C0C0;; text-decoration:none; font-size:7pt; }
a.quelleNavi:visited { color:#C0C0C0;; text-decoration:none;font-size:7pt; }
a.quelleNavi:hover { color:#C0C0C0; text-decoration:underline; font-size:7pt; }
a.quelleNavi:active { color:#C0C0C0; text-decoration:underline; font-size:7pt; }

/*




.small {font-size: x-small; }
.smallWhite { font-size:x-small; color:#FFFFFF; }


.darkBrown { color:#291A15;}

a:link { color:#B99026; text-decoration:underline;  }
a:visited { color:#B99026; text-decoration:underline; }
a:hover { color:#F1C100; text-decoration:underline;  }
a:active { color:#F1C100; text-decoration:underline;  } 



a.footer:link { color:#FF9900; text-decoration:none; font-size:8pt;  }
a.footer:visited { color:#FF9900; text-decoration:none; font-size:8pt; }
a.footer:hover { color:#FF9900; text-decoration:underline; font-size:8pt;  }
a.footer:active { color:#FF9900; text-decoration:none; font-size:8pt;  } 

a.footerOrange:link { color:#FF9900; text-decoration:none; font-size:8pt;  }
a.footerOrange:visited { color:#FF9900; text-decoration:none; font-size:8pt; }
a.footerOrange:hover { color:#291A15;; text-decoration:underline; font-size:8pt;  }
a.footerOrange:active { color:#291A15;; text-decoration:none; font-size:8pt;  } 


.serparator
{
    margin: 7px 0px 7px 0px;
}

#sidebar 
{
	width: 170px;
	height: 620px;
	border-left: 1px solid #BBB;
	float: right;
	margin-left: 19px;
	margin-top: 5px;
	padding-left: 8px;
	text-align: right;
	clear: both;
}

#footer 
{
	background-color: #FFFFFF;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	padding-top: 8px;
	clear: both;
	width: auto;
}


			
			*/
