/* CSS Document */

html {
		}
	
body {
	font-family : 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #356083 url(../images/body_bg.jpg) top center repeat-x;
	color: #333;
	
}

/* Nullen */

* {
	margin: 0; 
	padding: 0; 
	
}

/* Tags ########################################################## */

p {
	font-size: 120%;
	line-height: 1.3em;
	margin: 0 0 1em 0
}

a {
	color: #356083;
	outline:none;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul {
	margin: 15px 0 0 15px;
}

ol {
	margin: 0 0 0 20px;
}

li {
	font-size: 120%;
	margin: 0 0 0.5em 0
}

h1{
	font-size:110%;
	font-weight: normal;
	margin:0 0 10px 0;
	display:inline-block;
}

h2{
	font-weight: normal;
	margin:0 0 0.7em 0;
	font-size:170%;
	display:block;
}

h2 a{
	
	clear:both;
}

h3{
	font-weight: normal;
	margin:1 0 1.7em 0;
	font-size: 150%;
}

h4{
	font-weight: normal;
	margin:1 0 1.7em 0;
	font-size: 130%;
}

h5{
	font-weight: normal;
	margin:0 0 0.7em 0;
	font-size: 120%;
}

h6{
	/*font-weight: normal;*/
	margin:0 0 0.7em 0;
	font-size:140%;
}

hr {
	border:none;
	color: #ccc;
	background:#ccc;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 5px 0 10px 0;
}

img{
	margin:0 0 15px 0;
	border:none;
}

label {
	font-size: 110%;
}

#content span.caps{
	display:inline;
	margin:0;
}

/* Buchungsskript ################################################### */


#content input#agb{
	width:20px;
	float:left;
	margin:0;
	padding:0;
}

#content_breit p.uebersicht span{
	font-size:110%;
	display:inline-block;
	width:200px;
	line-height:25px;
}

span.smd_cal_standard{
	background:#f1f2f4;
	padding:0 2px ;
}

/* Klassen ########################################################## */

.bild {
	margin:10px 0 10px 0;
}

.bild_text {
	float:left;
	margin: 0 10px 10px 0
}

.bild_text_re {
	float:right;
	margin: 0 0 10px 10px
}

a.mehr{
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	background: url(../images/a_mehr_bg.gif) left center no-repeat;
}

p.posted{
	padding:0 0 0 30px;
	margin:0 0 30px 0;
	background:url(../images/published_bg.jpg) top left no-repeat;
	font-style:italic;
}

a.pdf {
	margin: 0 0 10px 0;
	padding: 5px 0 10px 30px;
	background: url(../images/a_pdf_bg.jpg) 0 0 no-repeat;
}

a.pdf:hover {
	background-position:0 -40px;
}

p.back a{
	display:block;
	float:left;
}

p.mehr a{
	display:block;
	float:right;
}

p.seminar {
	background: url(../images/p_seminar_bg.jpg) left top no-repeat;
	padding: 0px 0 10px 30px;
	
}

p.seminar span {
	color: #777;
	display:inline !important;
}

/* Startseite ###################################################### */
body#start h1{
	color: #356083;
	font-size:180%;
	width:300px;
	margin:0 0 0.3em 0;
	display:inline;
}

body#start #container {
	background: url(../images/start_container_bg.jpg) repeat-y;
}

body#start #content_wrap {
	background: url(../images/content_wrap_start_bg2.jpg) no-repeat;
}

body#start #header {
	background: url(../images/header_start_bg.jpg);
}

body#start #content {
	width: 440px;
	height:160px;
	float:none;
	margin:0;
	padding:175px 15px 15px 20px;
	overflow:hidden;
}

body#start #content img {
	float:right;
}
/*Start Nav*/

#start_nav {
	width: 960px;
	height:88px;
	float:none;
	padding:0;
	background:url(../images/sb_start_bg.jpg) no-repeat;
}


#start_nav ul  {
	margin:0;
	list-style-type: none;
}

#start_nav ul li {
	margin:0;
	font-size: 11px;
	float:left;
	
}

#start_nav ul li span {
	font-size: 18px;
	display:block;
	color: #356083;
}

#start_nav ul li a {
	display:block;
	text-decoration:none;
	padding:10px 34px 0 32px;
	height:78px;
	color: #000;
	background: url(../images/start_nav_a_bg.jpg) top right no-repeat;
}


#start_nav ul li a:hover {
	background: url(../images/start_nav_a_bg_hv.jpg) top right no-repeat;
}
#start_nav ul li a.kontakt {
	background: none;
	padding:10px 69px 0 32px;
}
#start_nav ul li a.kontakt:hover {
	background: url(../images/start_nav_a_bg.jpg) 0 0 no-repeat;
}

/*start footer*/

body#start #footer{
	background:url(../images/footer_start_bg.jpg) no-repeat;
	height:184px;
	width:665px;
	padding:30px 0 0 315px;
}



/* Layout ########################################################## */

#container {
	width: 980px;
	margin:auto;
	background: url(../images/container_bg.jpg) repeat-y;
}

/*header --------------------------------- */

#header {
	height: 160px;
	background: url(../images/header_bg.jpg);
	padding: 0px 0 0 0;
}

#use_nav {
	height: 30px;
	text-align:right;
}

a.logo{
	margin:40px 0 0 40px;
	display:block;
	float:left;
	width:240px;
	height:60px;
}

a.logo img{
	border:none;
	display:none;
}

a.home, a.help{
	font-size: 10px;
	width: 24px;
	height: 28px;
	/*padding: 6px 5px 6px 5px;*/
	background:  url(../images/home_btn.jpg) no-repeat;
	text-indent:-3000px;
	margin:5px 10px 0 0;
	display:inline-block;
	text-align:left;
}

a.help{
	background: url(../images/hilfe_btn.jpg) no-repeat;
}

a.home:hover, a.help:hover{
	background-position: 0 -28px;
}

#suche{
	text-align:left;
	background: url(../images/suche_form_bg.jpg) no-repeat;
	width:340px;	
	height:45px;
	margin:50px 0 0 590px;
	padding:20px 0 0 40px;
}

input.suchfeld{
	font-size:11px;
	width:280px;
	height:19px;
	padding:3px 5px 0 5px;
	margin:4px 10px 0 0;
	background:url(../images/suchfeld_bg.jpg) no-repeat;
	border:none;
	float:left;
}

input.suchbtn{
	margin:3px 0 0 0;
	height:22px;
	width:22px;
}

input.preis{
background:none;
border:none !important;
text-align:right;
}
/*Inhalt --------------------------------- */

#content_wrap {
	background: url(../images/content_wrap_bg.jpg) no-repeat;
	min-height: 350px;
	width:960px;
	padding:10px 10px 0 10px;
	overflow:hidden;
}

#content {
	width: 500px;
	float:right;
	padding:0 20px 20px 0;
}

#content img {
	max-width: 500px;
}

#content_breit {
	width: 700px;
	float:right;
	padding:0 20px 20px 0;
	
}

#content breit img {
	max-width: 700px;
}

#content_start {
	width: 700px;
	float:right;
	padding:0 20px 0px 0;
	height:100%
}

/*start 2011*/

#start {
	
	padding: 20px 0 0 0;
	background: url(../images/start_bg_330.jpg) bottom left no-repeat;
	height: 340px
}

p.zitat {
	float:left;
	width: 220px;
	text-align:center
}
p.zitat cite {
	font-size: 17px;
	line-height: 1.3em;
	font-style:normal;
}
.start_text {
	padding: 0 0 0 250px
}

/*Standorte*/

#content_breit div.li{
	float:left;
	width: 200px;
	margin:0 30px 30px 0;
}

#content_breit div.GMapEZ{
	margin:0 0 25px 0;
}

#details a img{
	border:1px solid #356083;
}

/*Partner*/

.teaser_partner{
	float:left;
	width: 200px;
	margin:0 30px 30px 0;
}

.teaser_partner a {
	display:block;
	width: 180px;
	height: 80px;
	text-indent: -3000px;
}


a.praxisnah {
	background: url(../images/a_praxisnah_bg.gif) 0 0 no-repeat;
}
a.medivital {
	background: url(../images/a_medivital_bg.gif) 0 0 no-repeat;
}
a.rehafair {
	background: url(../images/a_rehfair_bg.gif) 0 0 no-repeat;
}
a.stoma {
	background: url(../images/a_stoma_bg.gif) 0 0 no-repeat;
}

a.reha_serv {
	background: url(../images/a_reha_bg.gif) 0 0 no-repeat;
}
a.kastl {
	background: url(../images/a_kastl_bg.gif) 0 0 no-repeat;
}
a.enneper {
	background: url(../images/a_ennep_bg.gif) 0 0 no-repeat;
}

a.enneper {
	background: url(../images/a_ennep_bg.gif) 0 0 no-repeat;
}
a.aw {
	background: url(../images/a_aw_bg.gif) 0 0 no-repeat;
}
a.freiburg{
	background: url(../images/a_freiburg_bg.gif) 0 0 no-repeat;
}

a.lifta {
	background: url(../images/a_lifta_bg.gif) 0 0 no-repeat;
}

a.oestrich{
	background: url(../images/a_oestrich_bg.gif) 0 0 no-repeat;
}

a.roosters{
	background: url(../images/a_roosters_bg.gif) 0 0 no-repeat;
}
a.mtb{
	background: url(../images/a_mtb.gif) 0 0 no-repeat;
}

a.fobize{
	background: url(../images/a_fobize_bg.gif) 0 0 no-repeat;
}

a.asb{
	background: url(../images/a_asb_bg.gif) 0 0 no-repeat;
}

a.kock{
	background: url(../images/a_kock_bg.gif) 0 0 no-repeat;
}

.teaser_partner a:hover {
	background-position: 0 -100px;
}


/*Inhalt / Kontaktformular ---------------------- */

#content label, #content_breit label{
	font-size:110%;
	margin:0.3em 0 0 0;
}

#content label.zemCheckbox, #content_breit label.zemCheckbox{
   font-size:110%;
	display:inline-block;
	line-height:16px;
	vertical-align:text-bottom;
}

#content input.zemText, #content_breit input.zemText{
	font-size:90%;
	border:1px solid #ccc;	
	padding:3px 5px;
	margin:0 0 0.7em 0;
}


#content textarea, #content_breit textarea{
	font-size:130%;
	border:1px solid #ccc;	
	padding:3px 5px;
	margin:0 0 0.7em 0;
	overflow:auto;+
	width:170px;
}

#content input, #content_breit input{
	border:1px solid #ccc;	
        padding:3px 5px;
	margin:0 0 0.7em 0;
	overflow:auto;
	width:158px;
}	

#content select, #content_breit select{
	border:1px solid #ccc;	
        padding:3px 0px 3px 5px;
	margin:0 0 0.7em 0;
	overflow:auto;
	width:170px;
}
	
#content label.zemTextarea, #content_breit label.zemTextarea{
   font-size:110%;
	display:inline-block;
	margin:1.4em 0 0 0;
}

/*#content input.zemSubmit, #content_breit input.zemSubmit{
	margin:1.4em 0;
	font-size:110%;
	border:1px solid #ccc;	
	padding: 2px 5px
}*/


p.submit {
	height:23px; 
	background:url(../images/btn_submit_right.jpg) right no-repeat; 
	width:auto; 
	float:left;
	}
	
p.submit input {
	height:23px; 
	background:url(../images/btn_submit_left.jpg) left  no-repeat; 
	color:#fff;
	text-transform:uppercase; 
	border:none; 
	overflow:visible; 
	display:inline; 
	margin:0px; 
	padding:1px 25px 2px 8px; 
	font-size:11px; 
	font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
	letter-spacing: 1px
}

/*Sidebar / Navi --------------------------------- */

#sidebar {
	width: 220px;
	padding:29px 0 0 0;
	float:left;
}

#sidebar .sb_teaser{
	background:url(../images/sb_teaser_bg.jpg);
	height:149px;
}

#sidebar .sb_teaser p{
	display:none;
}

#sidebar ul  {
	margin:0;
	list-style-type: none;
}

#sidebar ul li {
	margin: 0 0 10px 0;
	font-size: 110%;
	padding: 0;
}

#sidebar ul li span {
	display:block;
	font-size:160%;
	color: #356083;
}

#sidebar ul li a {
	display:block;
	text-decoration:none;
	padding: 5px 40px 5px 40px;
	color: #000;
}

#sidebar ul li a:hover {
	background: url(../images/sb_ul_li_a_hv_bg.jpg) repeat-y;
}


	
/*Sidebar / Unternavigation ---------------------- */

#sidebar_cont {
	width: 150px;
	min-height: 560px;
	float:left;
	padding:28px 20px 0 30px;
	background: url(../images/sidebar_cont_bg.jpg) -3px 0 no-repeat;
	color: #333;	
}

#sidebar_cont .sb_cont_unten {
	padding:15px 0 0 0;
	background: url(../images/sidebar_cont_unten_bg.jpg) no-repeat;
}

#sidebar_cont h3.unten{
	font-size: 240%;

}

#sidebar_cont h3{
	font-size: 200%;
	margin: 0 0 0.5em 0;
}

#sidebar_cont ul{
	color: #356083;
}

#sidebar_cont ul li {
	list-style-type:square;
	margin:0 0 0.3em 0;
	}
	
/*Footer --------------------------------- */

#footer {
	width: 980px;
	height: 320px;
	margin:auto;
	background: url(../images/footer_bg.jpg) no-repeat;
}

.fcol1{
	width: 190px;
	float:left;
	padding:50px 0 0 40px;
}

.fcol1 input.zemText {
	border:1px solid #ccc;
	background: url(../images/fcol1_input_bg.png);
	width:141px;
	height:16px;
	padding:2px 4px;
	font-size:11px;
   margin:0 0 10px 0;
}

.fcol1 ul.zemError{
	list-style:none;
	margin:0;
	padding:0;
	font-size:9px;
	width:140px;
}
.fcol1 ul.zemError li {
	margin:0;
	color: #800000
}

.fcol2{
	float:right;
	width:680px;
	height:260px;
	padding:50px 30px 0 0;
	position:relative;
}

#footer p span {
	display:block;
	width: 40px;
	float:left;
}

p.impressum{
	margin:auto;
	padding:5px 20px 10px 40px;
	width:900px;
	height:30px;
	color:#B8C7D4;	
	text-align:right;
	
}

p.impressum a {
	color:#B8C7D4;
}

/* Clearing ########################################################## */
.clear {
	overflow:hidden
}

* html .clear {
	height: 1%;
}

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

/* Diese Angabe ben\F6tigt der Safari-Browser zwingend !! */
.clearfix { display: block; } 

/* Clearfix-Anpassung f\FCr IE */
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.floatbox { overflow:hidden; }
/*##Suche, Artikel Startseite####*/



/*Buchung*/

table td.smd_cal_event{
color:red;
}

div.datum{display:none;}

#sidebar_cont table td.smd_cal_event:hover div.datum, #sidebar_cont table td.smd_cal_ungebucht:hover div.datum{
display:block;
background-color:#356083 ;
width:330px;
position:absolute;
margin:3px 0 0 -3px;
padding:5px;
z-index:99999;
color:#fff;
}

.smd_cal_ungebucht:hover{
background-color:#356083 ;
color:#fff;
}

div.datum a{
font-size:10px;
color:#fff;
}

#sidebar_cont div.datum ul, #sidebar_cont div.datum ul li{
list-style:none;
margin:0;
padding:0;
color:#fff;
}


span.smd_cal_standard{
display:block;
color:#ff0000;
font-size:12px;
}


#sidebar_cont table tr.smd_cal_navrow{
font-size:12px;
height:12px;
padding:0;
margin:0;

}

#sidebar_cont table th, #sidebar_cont table th span{
font-size:12px;
height:12px;
padding:0;
margin:0;
}

#sidebar_cont table h4{
font-size:12px;
height:12px;
padding:0;
margin:0;
font-weight:normal;
}

#sidebar_cont table tbody tr,#sidebar_cont table tbody tr td{
height:10px;
padding:0;
margin:0;
}

#sidebar_cont table tbody tr td{
padding:3px;
}

label{
display:inline-block;
width:150px;
clear:left;
padding: 0 0 0.7em 0;
}

#content span{
display:inline-block;
width:200px;
}

