/*CSS für privatpraxis-bublitz.de*/
body {
	background-color: #FFB300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333;
	margin-top: 40px;
}

h1 {
	font-size: 120%;
	color: #B20026;
}
.bild {
/*border-bottom: 1px solid #666666;
position:relative;
left: 300px;*/
float: right;
}



.name {
	background:#FEF0C6 url(images/psi.gif) no-repeat;
	height: 130px;
}

.navi td{
	background-color: #999;
	font-size: 12px;
	font-weight: bold;
	color: #FFB300;
	text-align: center;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #B20026;
}

.navi td a:link, 
.navi td a:visited{
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	}

.navi td a:hover{
	color: #FFB300;
	font-weight:normal;
	text-decoration: none;
	}

.rechts {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	font-weight: bold; 
	color: #fff;
	padding-top: 40px;
	padding-left: 5px;
}

.rechts p{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	color: #fff;
	padding-top: 280px;
}
.inhalt {
	padding: 25px 20px 20px 0;
}
.inhalt h2 {
	font-size: 100%;
	font-weight: bold;
}

.inhalt a{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #B20026;
}

.designed a{
	font-size: 11px;
	color: #333;
}
.copyright {
	font-size: 10px;
	color:#999999;
	}
