/* Reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {	
	line-height: 1;
}
blockquote, q {	
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {	
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------- */
/* ------- HTML Elements ------- */
/* ----------------------------- */
body {
	background-color: #FFFFFF;
	background: url(../images/bg_body.png) top center repeat-x;
   	/*font-family: "Helvetica Narrow", "Arial Narrow", Tahoma, Gelvetica, Arial, sans-serif;*/
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
}
a {
	color: #BF417B;
}
a:focus, a:hover, a:active {
	color: #21549E;
}
a[rel=lightbox] {
	cursor: url('../images/lupe.cur'), pointer;
}
h1 {
	color: #BF417B;
}
h2, h3, h4, h5, h6 {
	color: #21549E;
}

h1 {
	font-size: 22px;
	line-height: 130%;
	margin-bottom: 25px;
}
h2 {
	font-size: 18px;
	line-height: 130%;
	margin-bottom: 15px;
}
p {
	font-size: 15px;
	margin-bottom: 28px;
	line-height: 150%;
}
small {
	font-size: 10px;
}
/* ----------------------------- */
/* ------- Basic Classes ------- */
/* ----------------------------- */
.alignleft {
	float: left;
}
img.alignleft {
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
}
img.alignright {
	margin: 0 0 15px 15px;
}
.clearfloat {
	clear: both;
}


/* ----------------------------- */
/* ---- Document Structure ----- */
/* ----------------------------- */
#container {
   position: relative;
   width: 964px;
   margin: 0 auto;
}
#header {
   width: 100%;
   height: 469px;
   position: relative;
}
#content {
	width: 944px;
	padding: 0 10px;
	margin: 0;
	position: relative; 
} 
#footer {
   clear: both;
   width: 944px;
   height: 96px;
   margin: 0 10px;
   padding: 0;
   border-top: solid 1px #BF417B;
}
/* ----------------------------- */
/* ---------- Header ----------- */
/* ----------------------------- */
#topnav {
	list-style: none;
	margin-left: 300px !important;
}
#topnav li {
	float: left;
}
#topnav a {
	display: block;
	height: 34px;
	font-size: 11px;
	text-transform: uppercase;
	padding: 20px 0 0 10px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
#topnav a:hover {
	text-decoration: underline;
}
#topnav a:after {
	content: '|';
	padding-left: 10px;
}
#topnav li:first-child a:after,
#topnav li:nth-child(4) a:after,
#topnav li:last-child a:after {
	content: '';
}	
#topnav a#homelink {
	background: url(../images/topnav_homelink.png) top left no-repeat;
	width: 30px;
}
#topnav a#fblink {
	background: url(../images/fb.png) top left no-repeat;
	width: 22px;
	margin: 15px 0 0 185px;
}
#topnav a#homelink span,
#topnav a#fblink span {
	display: none;
}
/* For IE8 */
#topnav a#homelink:after,
#topnav a#fblink:after {
	content: '';

}

#adressbox {
	width: 262px;
	height: 121px;
	background: url(../images/logo_praxis_roelleke.png) 50% 15px no-repeat #FFFFFF;
	opacity: 0.85;
	filter: alpha(opacity=85); /* For IE<=8 */
	position: absolute;
	top: 90px;
	left: 72px;
	z-index: 100;
	padding: 255px 0 0 0;
}
#adressbox p {
	text-align: center;
	color: #21549E;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#adressbox p.infotel {
	font-size: 16px;
	color: #BF417B;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#infobox {
	width: 172px;
	height: 184px;
	padding: 20px;
	position: absolute;
	top: -20px;
	left: 720px;
	z-index: 99;
}

img.headerimage {
	width: 944px;
	height: 410px;
	margin: 0 10px;
}
/* --------- Navigation -------- */
#mainnav {
	width: 944px;
	position: relative; 
	margin: 30px 10px 30px 10px;
}
#mainnav ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
}
#mainnav li {
	list-style: none;
	display: inline;
}
#mainnav ul ul {
	position: absolute; 
	left: 0; 
	top: 107px; 
	display: none; 
	padding: 0; 
	z-index: 200;
}
#mainnav > ul > li {
	float: left; 
	display: block; 
	position: relative;
}
#mainnav a {
	display: block;
	float: left;
	width: 211px;
	height: 23px;
	font-size: 16px;
	padding: 84px 0 0 0;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 33px 0 0;
}
#mainnav li#praxis a {
	background: url(../images/mainnav_praxis.png) top left no-repeat;
}
#mainnav li#praxis:hover a {
	background: url(../images/mainnav_praxis_hover.png) top left no-repeat;
}
#mainnav li#behandlungen a {
	background: url(../images/mainnav_behandlungen.png) top left no-repeat;
}
#mainnav li#behandlungen:hover a {
	background: url(../images/mainnav_behandlungen_hover.png) top left no-repeat;
}
#mainnav li#therapeuten a {
	background: url(../images/mainnav_therapeuten-2022.png) top left no-repeat;
}
#mainnav li#therapeuten:hover a {
	background: url(../images/mainnav_therapeuten_hover-2022.png) top left no-repeat;
}
#mainnav li#kontakt a {
	background: url(../images/mainnav_kontakt.png) top left no-repeat;
	margin-right: 0;
}
#mainnav li#kontakt:hover a {
	background: url(../images/mainnav_kontakt_hover.png) top left no-repeat;
	margin-right: 0;
}
#mainnav > ul > li:last-child a {
	margin-right: 0;
}
/*#mainnav ul li:hover a {
	opacity: 0.85;
	filter: alpha(opacity=85);
}*/
#mainnav ul li:hover > ul {
	display: block;
	width: 211px;
	opacity: 0.85;
	filter: alpha(opacity=85); /* For IE<=8 */
	border-top: solid 5px #FFFFFF;
	padding: 6px 0;
}
#mainnav ul li#praxis:hover > ul {
	background-color: #EE858D;
}
#mainnav ul li#behandlungen:hover > ul {
	background-color: #A678AE;
}
#mainnav ul li#therapeuten:hover > ul {
	background-color: #BF417B;
}
#mainnav ul li#kontakt:hover > ul {
	background-color: #762EA3;
}
#mainnav ul li:hover ul a {
	width: 181px;
	height: 14px;
	text-align: left;
	text-transform: none;
	padding: 8px 0;
	margin: 0 15px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	border-bottom: solid 1px #FFFFFF;
}
#mainnav ul li#praxis:hover ul a ,
#mainnav ul li#behandlungen:hover ul a,
#mainnav ul li#therapeuten:hover ul a,
#mainnav ul li#kontakt:hover ul a   {
	background-image: none;
} 
#mainnav ul li:hover ul li:last-child a {
	border: none;
}
#mainnav ul ul li:hover a {
	color: #21549E;
}

/* IE7 bugfix for hiding the submenus */
#mainnav ul {
	*display:inline;
}
#mainnav ul ul {
	*left:-9999px; 
	*right:auto; 
	*display:block;
}
#mainnav ul li:hover > ul {
	*left:0;
}


/* ----------------------------- */
/* ---------- Content ---------- */
/* ----------------------------- */
#content ul {
	margin: 0 0 24px 0;
}
#content li {
	position: relative;
	left: 32px;
	line-height: 150%;
	margin: 5px 40px 0 0;
}

/* ----------------------------- */
/* ---------- Footer ----------- */
/* ----------------------------- */
#footer p {
	color: #A7A7A7;
	font-size: 12px;
	margin: 6px 0 0 0;
}
#footer a  {
	color: #A7A7A7;
	text-decoration: none;
}
#footer a:focus, #footer a:hover, #footer a:active {
	color: #21549E;
	text-decoration: underline;
}
/* ----------------------------- */
/* --------- Specials ---------- */
/* ----------------------------- */
/* Slider */
ul.slides {
	width: 944px;
	height: 410px;
	margin: 4px auto 0 auto;
}
.slides li {
}
/* Google Maps */
.map {
	float: left;
	width: 300px;
	height: 300px;
	margin: 0 20px 20px 0;
}
