*,
html *{
	padding: 0;
	margin: 0;
}

html{ height: 101%; }


body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #ffffdc;
}

h1,h2,h3,h4{
	margin-bottom: 0.5em;
}

h1{
	padding-top: 10px;
	font-size: 26px;
	text-align: center;
}
h1 small{
	font-size: 20px;
	display: block;
	font-weight: normal;
}

h2{
	font-size: 16px;
	text-align: center;
	margin-bottom: 1em;
	text-decoration: underline;
}

h3{
	font-size: 13px;
}

h4{
	font-size: 12px;
}

hr{
	height: 0px;
	border: 0px solid #000;
	margin: 0px;
	background-color: #000;
	color: #000;
	clear: both;
}

p{
	margin-bottom: 1em;
}

a{
	color: #000;
	outline: none;
}

img {
	border: 0px;
}

ul{
	margin-left: 25px;
	margin-bottom: 1em;
}
li{
	margin-bottom: 0.5em;
}


img.shadow135x180{
	padding: 10px;
	margin: 0;
	background: url(/images/shadow135x180.png) no-repeat;
}
img.shadow180x135{
	padding: 10px;
	margin: 0;
	background: url(/images/shadow180x135.png) no-repeat;
}
img.shadow100x135{
	padding: 10px;
	margin: 0;
	background: url(/images/shadow100x135.png) no-repeat;
}
img.shadow153x115{
	padding: 10px;
	margin: 0;
	background: url(/images/shadow153x115.png) no-repeat;
}
img.shadow240x320{
	padding: 10px;
	margin: 0;
	background: url(/images/shadow240x320.png) no-repeat;
}
img.shadow320x240{
	padding: 10px;
	margin: 0;
	background: url(/images/shadow320x240.png) no-repeat;
}
img.shadow320x427{
	padding: 10px;
	margin: 0;
	background: url(/images/shadow320x427.png) no-repeat;
}
img.shadow240x180{
	padding: 10px;
	margin: 0;
	background: url(/images/shadow240x180.png) no-repeat;
}
img.shadow500x375{
	padding: 10px;
	margin: 0;
	background: url(/images/shadow500x375.png) no-repeat;
}
img.shadow375x500{
	padding: 10px;
	margin: 0;
	background: url(/images/shadow375x500.png) no-repeat;
}



#Header{
	height: 30px;
	width: 1000px;
	margin: 0 auto;
	background: url(/images/header.png) no-repeat;
}

#WrapperBody {
	width: 940px;
	padding: 0 30px;
	margin: 0px auto;
	overflow: hidden;
	background: url(../images/bg.png) repeat-y scroll top center #ffffdc;
}

#Head {
	position: relative;
	height: 170px;
	margin: 0 2px;
	background-color: #ef7f00;
}
#Head img{
	position: absolute;
	top: 0px;
}
#Head img.left{
	left: 5px;
}
#Head img.right{
	right: 5px;
}


#WrapperContent{

}

#Navigation {
	float: left;
	width: 190px;
	height: 550px;
}

#Navigation ul{
	list-style: none;
	padding: 0 19px;
	margin-left: 0;
	margin-top: 13px;
	overflow: hidden;
}

#Navigation a{
	display: block;
	height: 73px;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	background: #fff;
	overflow: hidden;
}
#Navigation a#erreichbarkeit{
	background: url(../images/erreichbarkeit.png) no-repeat 0 0;
}
#Navigation a#leistungen{
	background: url(../images/leistungen.png) no-repeat 0 0;
}
#Navigation a#praxisteam{
	background: url(../images/praxisteam.png) no-repeat 0 0;
}
#Navigation a#terminvergabe{
	background: url(../images/terminvergabe.png) no-repeat 0 0;
}
#Navigation a#unsere-praxis{
	background: url(../images/unsere-praxis.png) no-repeat 0 0;
}
#Navigation a#wichtige-adressen{
	background: url(../images/wichtige-adressen.png) no-repeat 0 0;
}
#Navigation a:hover,
#Navigation a:focus{
	background-position:  0 -73px !important;
}
#Navigation a.selected{
	background-position:  0 -73px !important;
}

#Navigation a span{
	visibility: hidden;
}

a#impressum{
	display: block;
	height: 53px;
	width:150px;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	background: #fff;
	overflow: hidden;
	background: url(../images/impressum.png) no-repeat 0 0;
	position:absolute;
	top: 428px;
	left: 20px;
}
a#impressum:hover,
a#impressum:focus{
	background-position:  0 -73px !important;
}
a#impressum span{
	visibility: hidden;
}
#Info a.selected{
	background-position:  0 -73px !important;
}
#Info{
	position: relative;
	float: right;
	width: 190px;
	padding-top: 35px;
}

#Info h2{
	text-decoration: underline;
	margin-bottom: 1.5em;
}
#Info h3{
	text-align: center;
	margin-bottom: 0.1em;
}
#Info p{
	text-align: center;
}

* html #Content{ height: 1%; }
#Content {
	/*margin: 0 190px;*/
	padding: 20px;
	overflow: hidden;
}



#Home h2 {
	font-size: 22px;
}
#Home img {
	padding: 10px;
	background: url(/images/startseite/shadow.png) no-repeat;
}


.team {
	overflow: hidden;
	margin-bottom: 10px;
}
.team h3{
	padding-top: 10px;
}
.team img.left{
	float: left;
	padding: 10px;
	margin-right: 10px;
	background: url(/images/praxisteam/shadow-p.png) no-repeat;
}
.team img.right{
	float: right;
	padding: 10px;
	margin-left: 10px;
	background: url(/images/praxisteam/shadow-l.png) no-repeat;
}


#Praxis img{
	display: block;
	background: url(/images/praxis/shadow.png) no-repeat;
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#Praxis img.hochformat{
	background: url(/images/praxis/shadow-p.png) no-repeat;
}

#Leistungen ul{
	margin-left: 25px;
}
#Leistungen li{
	margin-bottom: 1em;
}


#Footer{
	height: 55px;
	width: 1000px;
	margin: 0 auto;
	background: url(/images/footer.png) no-repeat;
}


