/* CSS Document */

/* --------------------------------------------------------------- */

html {
	background: url(../images/hg_main.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #292b23;	
}

a {
	color: #4a4b47;
}

a.pdf-link {
	padding: 0 0 0 22px;
	display: block;
	height: 20px;
	background: url(../images/ico_pdf.gif) center left no-repeat;
}

h1, h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color: #f28415;
	margin-bottom: 20px;
}


h2 {	
	color: #545454;
	font-size: 17px;
}

#left h1 {
	margin-bottom: 10px;
}

p {
	margin-bottom: 15px;
}

.small {
	font-size: 12px;	
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 950px;
	padding: 0 15px 0 15px;
}

#logo {
	margin: 90px 0 30px 268px;	
}

#left, #right {
	position: relative;
	float: left;
	width: 223px;
	background-color: #ffffff;
	box-shadow: 0 0 10px 0 #aaaaaa;
	padding: 15px;
	margin-right: 15px;
}

#right {
	padding: 27px 285px 64px 30px;
	width: 367px;
	margin-right: 0;
	background-image: url(../images/hg_right.jpg);
	background-repeat: repeat-y;
}


#left .footer, #right .footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 15px;
	background-image: url(../images/hg_left_footer.jpg);
}

#right .footer {
	background-image: url(../images/hg_right_footer.jpg);
}

#menu ul li {
	margin-bottom: 15px;	
}

#menu ul li a {
	display: block;
	color: #aca79f;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	padding-left: 45px;
	background-position: top left;
	background-image: url(../images/hg_menu_leistungen.png);
}

#menu ul li a:hover, #menu ul li a.aktiv, #menu ul li a.rex-current {
	color: #f28415;
	background-position: bottom left;
}

#menu ul li:first-child a {
	background-image: url(../images/hg_menu_praxis.png);
}

#menu ul li:last-child a {
	background-image: url(../images/hg_menu_lehrarztpraxis.png);
}

#fotos {
	position: relative;
	width: 292px;
	height: 343px;
	margin: 0 0 15px -35px;
}

#fotos .rahmen {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/hg_fotos.png);
}

#fotos .images {
	position: absolute;
	top: 28px;
	left: 32px;
	width: 227px;
	height: 232px;
	overflow: hidden;
	z-index: 1;
}

#fotos .images img {
	min-width: 100%;
	height: 100%;
}

#fotos .navi {
	display: block;
	position: absolute;
	bottom: 46px;
	left: 100px;
	color: #32342d;
	width: 90px;
	height: 20px;
	font-size: 17px;
	text-align: center;	
	z-index: 3;
}

#fotos .navi a.prev, #fotos .navi a.next {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background-position: center center;
	background-image: url(../images/bt_prev.png);
	cursor: pointer;
	top: 0;
	left: 0;
}
	
#fotos .navi a.next {
	background-image: url(../images/bt_next.png);
	left: auto;
	right: 0;
}

#notizo {
	position: absolute;
	right: -20px;
	top: 20px;
	width: 241px;
	height: 246px;
	padding: 30px 0 0 50px;
	background-image: url(../images/hg_notiz_oben.png);
	color: #4a4b47;
	font-size: 14px;
	line-height: 19px;
}

#notizu {
	position: absolute;
	right: -18px;
	top: 300px;
	width: 237px;
	height: 254px;
	padding: 30px 0 0 48px;
	background-image: url(../images/hg_notiz_unten.png);
	font-size: 14px;
	line-height: 19px;
	color: #4a4b47;
}

#notizo strong, #notizu strong {
	color: #292b23;
}

#notizo h2, #notizu h2 {
	height: 39px;
	margin: 0 0 7px -5px;
	overflow: hidden;
	background-image: url(../images/txt_kontakt.png);
}

#notizu h2 {
	background-image: url(../images/txt_sprechzeiten.png);
}

#notizo h2 span, #notizu h2 span {
	display: block;
	margin-top: 50px;
}

a.email, a.karte {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	background-image: url(../images/icon_email.png);
	background-position: center left;
	padding-left: 38px;
	text-decoration: underline;
}

a.karte {
	background-image: url(../images/icon_karte.png);
	padding-left: 22px;
	margin-left: 25px;
}

#facebook {
	position: absolute;
	bottom: 27px;
}

#right ul li {
	margin-left: 15px;
	list-style-type: disc;
}

#right ul li ul li {
	list-style-type: circle;
}

#right strong {
	color: #545454;
}
