* { margin: 0; padding: 0 }
		
	
		a:focus { outline:none }
		
		img { border: 0 }
		
		h3 { border-bottom: 1px solid silver;  border-top: 1px solid silver; color: Red; margin-top: 5px; padding-top: 3px; margin-bottom: 5px; padding-bottom: 3px; text-align: right; width:370px; }
		
		h4 { font-size: 12px; font: Verdana; font: bold; border-bottom: 1px solid silver;  border-top: 1px solid silver; color: Red; margin-top: 5px; padding-top: 3px; margin-bottom: 5px; padding-bottom: 3px; text-align: right;}
		
		h2 {
			font: "Century Gothic", Garamond;
			font-size: 16px;
			color: #3D3D3D;
			font-weight: bold;
			padding-top: 5px;
			width: 90%;
		}
		
		body {
			font: 12px/24px "Verdana", "Trebuchet MS", Verdana, Helvetica, sans-serif;
			color: #5A698B;
			background: #f9fafa url("images/bg_snow.jpg") repeat-x top left;
			color: #000;
			margin: auto;
			text-align: left;
			padding-bottom: 20px;
		}
		
		.text {
	font: "Verdana";
	font-size: 13px;
	color: #3D3D3D;
	line-height: 16px;
	width: 90%;
	float: left;
	padding-bottom: 5px;
}

		.textexklusiv {
	font: "Verdana";
	font-size: 12px;
	color: #34444f;
	line-height: 13px;
	float: left;
	padding-bottom: 5px;
}

		.headexklusiv {
	font: "Verdana";
	font-size: 15px;
	color: #34444f;
	line-height: 23px;
	float: left;
	font-weight: bolder;
	text-decoration: underline;
}

		.textsonstige {
	font: "Verdana";
	font-size: 12px;
	color: #e8e8e8;
	line-height: 13px;
	float: left;
	padding-bottom: 5px;
	}

		.headsonstige {
	font: "Verdana";
	font-size: 15px;
	color: #e8e8e8;
	line-height: 22px;
	float: left;
	font-weight: bolder;
	text-decoration: underline;
}

		
		
		.flashcontain {
	width: 100%;
	height:100%;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2; 
}

#teampictures {
	border: none;
	float: left;
	margin-left: 0px;
	padding: 0;
	width: auto;
	
}

.wrap {
width: 230px;
height: 94px;
position: relative;
overflow: hidden;
float: left;
}

.teampics {
position: relative;
margin-top: 25px;
padding-left:0px;
}


.container {
width: 520px;
height: 335px;
position: absolute;
margin-top: 50px;
margin-left: 330px;
}

.containerteam {
width: 520px;
height: 335px;
position: absolute;
margin-top: 55px;
margin-left: 25px;
}


.container1 {
width: 470px;
height: 335px;
position: absolute;
margin-top: 60px;
margin-left: 378px;
padding: 0;
}

		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin-left: 20px;
		}
	
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			padding: 0px 0px;
			margin: 0px 15px;
			position: relative;
					
		}
		
		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: left}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 5px solid #7e93a8; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 850px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 478px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			
			float:left;
			height: 100%;
			position: relative;
			width: 850px;
			 /* Also specified in  .stripViewer  above */
		}
		
			
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: left;
			line-height: 32px;
			background: #7e93a8;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #7e93a8 }
		.stripNav li.tab2 a { background: #7e93a8 }
		.stripNav li.tab3 a { background: #7e93a8 }
		.stripNav li.tab4 a { background: #7e93a8 }
		.stripNav li.tab5 a { background: #7e93a8 }
		.stripNav li.tab6 a { background: #7e93a8 }
		.stripNav li.tab7 a { background: #7e93a8 }
		.stripNav li.tab8 a { background: #7e93a8 }
		
		.stripNav li a:hover {
			background: #76797c;
		}
		
		.stripNav li a.current {
			background: #4e5b68;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
		
	.startseite {
	background: #ebebeb url("images/home_big.jpg");
	width: 100%;
	height: 478px;
}

	.aktionen {
	background: #ebebeb url("images/aktion_aug.jpg");
	width: 100%;
	height: 478px;
}

	.preisliste {
	background: #ebebeb url("images/preise_big.jpg");
	width: 100%;
	height: 478px;
}		

	.hersteller {
	background: #ebebeb url("images/hersteller_big.jpg");
	width: 100%;
	height: 478px;
}		

	.behandlungen {
	background: #ebebeb url("images/behandlung_big.jpg");
	width: 100%;
	height: 478px;
}		

	.termin {
	background: #ebebeb url("images/termin_big.jpg");
	width: 100%;
	height: 478px;
}

.containertermin {
width: 520px;
height: 335px;
position: absolute;
margin-top: 55px;
margin-left: 25px;
}

.containerbehandlungen {
width: 520px;
height: 335px;
position: absolute;
margin-top: 55px;
margin-left: 23px;
}

.behandlungentitle {
			font: "Century Gothic", Garamond;
			font-size: 16px;
			color: white;
			padding-top: 10px;
			padding-left: 0px;
			font-weight: bold;
			width: 100%;
}	

.termintitle {
			font: "Century Gothic", Garamond;
			font-size: 16px;
			color: white;
			padding-top: 10px;
			padding-left: 273px;
			font-weight: bold;
			width: 70%;
}	

.terminsubtitle {
			font: "Century Gothic", Garamond;
			font-size: 14px;
			color: #cec4c0;
			font-weight: bold;
			padding-bottom: 5px;
			}				

	.team {
	background: #ebebeb url("images/team_big.jpg");
	width: 100%;
	height: 478px;
}		
		
	.kontakt {
	background: #ebebeb url("images/kontakt_big.jpg");
	width: 100%;
	height: 478px;
}

.containerkontakt {
width: 520px;
height: 335px;
position: absolute;
margin-top: 55px;
margin-left: 25px;
}

.containeraktionen {
width: 430px;
height: 335px;
position: absolute;
margin-top: 55px;
margin-left: 373px;
}

.kontakttitle {
			font: "Century Gothic", Garamond;
			font-size: 16px;
			color: white;
			font-weight: bold;
			padding-top: 5px;
			margin-top: 10px;
			margin-left: 430px;
			width: 70%;
}	

#title {
	width: 330px;
	height: 26px;
	color: #5A698B;
	font: bold 14px/22px  "Century Gothic", "Trebuchet MS", Century Gothic, Helvetica, sans-serif;
	padding-top: 30px;
	letter-spacing: 2px;
	text-align: left;
}

form {
	width: 335px;
	padding-top: 10px;
	padding-left: 430px;
}

.terminform {
	width: 235px;
	padding-top: 28px;
	padding-left: 273px;
}

.kontaktform {
	width: 400px;
	padding-top: 28px;
	padding-left: 360px;
}

.col1 {
	text-align: left;
	width: 90px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
	
}

.col2 {
	width: 195px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
	
}

.col3 {
	width: 90px;
	height: 60px;
	display: block;
	float: left;
	vertical-align: middle;
	margin: 0;
	margin-right: 2px;
	}



.col2comment {
	width: 195px;
	height: 98px;
	margin: 0;
	display: block;
	float: left;
	
}

.col1comment {
	text-align: left;
	width: 90px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
	}

div.row {
	clear: both;
	width: 335px;
	color: #ffffff;
	font: 12px "Century Gothic", "Trebuchet MS", Century Gothic, Helvetica, sans-serif;
	
}

.submit {
	height: 40px;
	width: 252px;
	padding-top: 2px;
	clear: both;
} 

.submit1 {
	height: 80px;
	width: 275px;
	padding-top: 6px;
	clear: both;
} 

.input {
	background-color: #fff;
	font: 11px/14px "Century Gothic", "Trebuchet MS", Century Gothic, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #8595B2;
}

.textarea {
	border: 1px solid #8595B2;
	background-color: #fff;
	font: 11px/14px "Century Gothic", "Trebuchet MS", Century Gothic, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
}

.pdfbrosch {
	border: 0px;
	padding-top: 130px;
	padding-left: 320px;
	
}

.pdfbrosch1 {
	border: 0px;
	position: relative;
	margin-top: 423px;
	margin-left: 620px;
	
}

.pdfbrosch_aktion1 {
	border: 0px;
	position:absolute;
	float:left;
	margin-top: 423px;
	margin-left: 620px;
	
}

.pdfbrosch_aktion2 {
	border: 0px;
	position:relative;
	float:left;
	padding-top: 55px;
	padding-left: 80px;
	
}
	
.produktempf {
	border: 0px;
	padding-top: 30px;
	padding-left: 0px;
	
}

.startwrap {
width: 250px;
height: 140px;
position: relative;
overflow: hidden;
float: left;
padding: 0 1em;
}




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#footerpanel {
	margin: auto;
	text-align:center;
	position:absolute;
	margin-bottom: 2px;
	height: 35px;
	width:100%;
}



