/*======================================================================

 ----------------------------------------------------------------------
|                  Praxisbörse für Therapeuten                         |
|                  http://www.praxisboerse-ergotherapie.de             |
 ----------------------------------------------------------------------

Autor: Björn Cramer
=======================================================================*/


/* ------------------------------------------------------------------- *
   [1] Grundeinstellungen
/* ------------------------------------------------------------------- */

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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul, nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content : ".";
	line-height : 0;
	height : 0;
	display : block;
	clear : both;
	font-size: 0; 
	visibility : hidden;
}

.clearfix {
	display : block;
}

html[xmlns] .clearfix {
	display : block;
}

*:first-child+html .clearfix {
	min-height: 0;
} 

* html .clearfix {
	height : 1%;
}

.screenreader {
	position: absolute;
	width: 0;
	height: 0;
	top: -20000px;
	left: -20000px;
	overflow: hidden;
}



/* ------------------------------------------------------------------- *
   [2] Definitionen der Layoutelemente
/* ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- *
   [2.1] Grundlayout und Header
/* ------------------------------------------------------------------- */


html,
body {
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	text-align: justify;
}

#bodyHomepage_Header {
	position: absolute;
	width: 830px;
	height: 260px;
	left: 50%;
	margin-left: -415px;
	background-image: url(../images/bg_body_header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 90;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 259px;
	height: 74px;
	background-image: url(../images/logo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#hauptnavigation {
	position: absolute;
	top: 55px;
	left: 473px;
	width: 357px;
	height: 19px;
}

#unternavigation {
	position: absolute;
	top: 117px;
	left: 69px;
	width: 308px;
	height: 35px;
}

#textHeader {
	position: absolute;
	top: 197px;
	left: 67px;
	width: 380px;
	height: 33px;
}

#contentNavigation {
	position: absolute;
	top: 197px;
	right: 52px;
	width: 120px;
	height: 20px;
}

#naviButton {
	display: block;
	width: 120px;
	height: 20px;
	background-image: url(../images/back_off.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#naviButton:hover {
	background-image: url(../images/back_on.gif);
}


#bodyHomepage {
	position: absolute;
	top: 260px;
	width: 830px;
	height: auto;
	left: 50%;
	margin-left: -415px;
	z-index: 90;
}

#bodyHomepage_Main {
	position: relative;
	float: left;
	width: 686px;
	height: auto;
	padding: 10px 65px 35px 79px;
	background-image: url(../images/bg_body_main.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#bodyHomepage_Footer {
	clear: both;
	position: relative;
	float: left;
	width: 830px;
	height: 35px;
	padding: 0px 0px 50px 0px;
	background-image: url(../images/bg_body_footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#logo ul {
	position: absolute;
	top: 55px;
	width: 259px;
	height: 19px;
}

#logo ul li {
	float: left;
}


#button1 {
	display: block;
	width: 88px;
	height: 19px;
	background-image: url(../images/button1_off.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#button2 {
	display: block;
	width: 68px;
	height: 19px;
	background-image: url(../images/button2_off.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#button3 {
	display: block;
	width: 103px;
	height: 19px;
	background-image: url(../images/button3_off.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#button1:hover {
	background-image: url(../images/button1_on.gif);
}

#button2:hover {
	background-image: url(../images/button2_on.gif);
}

#button3:hover {
	background-image: url(../images/button3_on.gif);
}


#hauptnavigation ul li {
	float: left;
}

#hauptnavi1 {
	display: block;
	width: 159px;
	height: 19px;
	background-image: url(../images/hauptmenu1_off.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#hauptnavi2 {
	display: block;
	width: 105px;
	height: 19px;
	background-image: url(../images/hauptmenu2_off.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#hauptnavi3 {
	display: block;
	width: 93px;
	height: 19px;
	background-image: url(../images/hauptmenu3_off.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#hauptnavi1.on,
#hauptnavi1:hover {
	background-image: url(../images/hauptmenu1_on.gif);
}

#hauptnavi2.on,
#hauptnavi2:hover {
	background-image: url(../images/hauptmenu2_on.gif);
}

#hauptnavi3.on,
#hauptnavi3:hover {
	background-image: url(../images/hauptmenu3_on.gif);
}


#unternavigation ul li {
	float: left;
}

#unternavi1 {
	display: block;
	width: 145px;
	height: 35px;
	background-image: url(../images/untermenu1_off.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#unternavi2 {
	display: block;
	width: 163px;
	height: 35px;
	background-image: url(../images/untermenu2_off.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#unternavi1.on,
#unternavi1:hover {
	background-image: url(../images/untermenu1_on.gif);
}

#unternavi2.on,
#unternavi2:hover {
	background-image: url(../images/untermenu2_on.gif);
}

#standardText {
	position: relative;
	float: left;
	width: 686px;
}


/* ------------------------------------------------------------------- *
   [2.2] Content: Praxenübersicht
/* ------------------------------------------------------------------- */

#praxisOveriew {
	position: relative;
	float: left;
	width: 686px;
}

#praxisOveriew .contentHeader_line {
	float: left;
	position: relative;
	display: block;
	width: 686px;
	height: auto;
	font-weight: bold;
}

#praxisOveriew .praxisHead_part1 {
	float: left;
	position: relative;
	display: block;
	width: 95px;
	height: auto;
	padding: 10px 10px 10px 10px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #d0d2d2;
}

#praxisOveriew .praxisHead_part2 {
	float: left;
	position: relative;
	display: block;
	width: 95px;
	height: auto;
	padding: 10px 10px 10px 10px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #d0d2d2;
}

#praxisOveriew .praxisHead_part3-4 {
	float: left;
	position: relative;
	display: block;
	width: 432px;
	height: auto;
	padding: 10px 10px 10px 10px;
	border-bottom: 2px solid #ffffff;
	background-color: #d0d2d2;
}

#praxisOveriew .content_line {
	float: left;
	position: relative;
	display: block;
	width: 686px;
	height: auto;
}

#praxisOveriew .praxis_part1 {
	float: left;
	position: relative;
	display: block;
	width: 95px;
	height: auto;
	padding: 10px 10px 10px 10px;
	border-right: 2px solid #ffffff;
	border-bottom: 1px solid #edeeee;
	background-color: #ffffff;
}

#praxisOveriew .praxis_part2 {
	float: left;
	position: relative;
	display: block;
	width: 95px;
	height: auto;
	padding: 10px 10px 10px 10px;
	border-right: 2px solid #ffffff;
	border-bottom: 1px solid #edeeee;
	background-color: #ffffff;
}

#praxisOveriew .praxis_part3 {
	float: left;
	position: relative;
	display: block;
	width: 370px;
	height: auto;
	padding: 10px 10px 10px 10px;
	border-right: 2px solid #ffffff;
	border-bottom: 1px solid #edeeee;
	background-color: #ffffff;
}

#praxisOveriew .praxis_part4 {
	float: left;
	position: relative;
	display: block;
	width: 40px;
	height: auto;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #edeeee;
	background-color: #ffffff;
}

#praxisOveriew .praxis_part4:hover {
	background-color: #edeeee;
	cursor: pointer;
	font-weight: bold;
}



/* ------------------------------------------------------------------- *
   [2.3] Content: Praxiseintrag
/* ------------------------------------------------------------------- */

#eintragPraxis {
	position: relative;
	float: left;
	width: 686px;
}

#eintragPraxis .contentHeader_line {
	float: left;
	position: relative;
	display: block;
	width: 686px;
	height: auto;
	font-weight: bold;
}

#eintragPraxis .praxisHead_part1 {
	float: left;
	position: relative;
	display: block;
	width: 95px;
	height: auto;
	padding: 10px 10px 10px 10px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #d0d2d2;
}

#eintragPraxis .praxisHead_part2 {
	float: left;
	position: relative;
	display: block;
	width: 95px;
	height: auto;
	padding: 10px 10px 10px 10px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #d0d2d2;
}

#eintragPraxis .praxisHead_part3 {
	float: left;
	position: relative;
	display: block;
	width: 370px;
	height: auto;
	padding: 10px 10px 10px 10px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #d0d2d2;
}

#eintragPraxis .praxisHead_part4 {
	float: left;
	position: relative;
	display: block;
	width: 40px;
	height: auto;
	padding: 10px 10px 10px 10px;
	border-bottom: 2px solid #ffffff;
	background-color: #d0d2d2;
}

#eintragPraxis .content_line {
	float: left;
	position: relative;
	display: block;
	width: 686px;
	height: auto;
}

#eintragPraxis .praxis_part1-2 {
	float: left;
	position: relative;
	display: block;
	width: 212px;
	height: auto;
	padding: 10px 10px 10px 10px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #edeeee;
	font-weight: bold;
}

#eintragPraxis .praxis_part3 {
	float: left;
	position: relative;
	display: block;
	width: 430px;
	height: auto;
	padding: 10px 10px 10px 10px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #ffffff;
}



/* ------------------------------------------------------------------- *
   [3.1] Kontaktformular
/* ------------------------------------------------------------------- */

.tbBeschreibung {
	width: 200px;
	padding: 5px 0px 5px 0px;
	vertical-align: middle;
}

.tbEingabe {
	width: 486px;
	padding: 5px 0px 5px 0px;
	vertical-align: middle;
}

.input_text {
	width: 486px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #d0d2d2;
	background-color: #edeeee;
}

.textarea_text {
	width: 486px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #d0d2d2;
	background-color: #edeeee;
}

.select_text {
	padding: 5px 5px 5px 5px;
	border: 1px solid #d0d2d2;
	background-color: #edeeee;
}

.input_submit,
.input_reset {
	width: 150px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #d0d2d2;
	background-color: #edeeee;
}

.input_submit {
	float: left;
}

.input_reset {
	float: right;
}

.input_submit:hover,
.input_submit:focus,
.input_reset:hover,
.input_reset:focus {
 	border: 1px solid #000000;
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
}