/* Barbara Schaub CSS */


html { height: 100%}
*{
	padding: 0;
	margin: 0;
}

body{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #4b4b4d;
	background-color:#ffffff;
	height: 101%;
}
h1 {
	font-size: 14px;
	font-weight: lighter;
	margin-bottom: 20px;
}
h2 {
	font-size: 14px;
	font-weight: lighter;
	margin-bottom: 20px;
	color: #ad2a41;
}

.clear {
clear:both;
}
#navi{
	float:left;
	width: 200px;
	height:125px;
}

/**********ende hovering**********/
#container{
	width: 850px;
	height: 570px;
	margin: 30px auto;
}
#content {
	width: 810px;
	text-align:right;
	padding-top: 100px;
	font-variant: small-caps;
}
/******ende Seite PRAXIS*********/
#banner {
	width: 810px;
	height: 125px;
	border-bottom: 7px solid #ad2a41;
}

/*************************/
/******Navigatiton******/
/*************************/
.navi {
	float: left;
	min-width: 50px;
	padding-top: 15px;
}
#banner .navi a, a:link, a:visited{
	background-image: url(bilder/pf.gif);	
	background-repeat:no-repeat;
	text-decoration: none;
	padding-left: 17px;
	padding-right: 20px;
	color: #4b4b4d;
}
#banner .navi a:hover{
	background-image: url(bilder/pf_leer.gif);	
	background-repeat:no-repeat;
	color: #ad2a41;
}

.icon a {	
	margin-top:20px;
	font-size:24px;
	padding:0;
	float: right;
	background-image: none;
	width: 16px;
	height: 24px;	
	background-image: url(bilder/weiss.gif);	
	background-repeat: no-repeat;
}
.icon a:hover{
	width: 16px;
	height: 24px;
	background-image: url(bilder/umbl_rot.gif);	
	background-repeat: no-repeat;
}