

/*

colors:
-
typo/dark: 	#313131


size:
base (87,5%): 14px
-
11px -> 0.785em
/12px -> 0.857em
14px -> 1em
13px -> 0.923em
16px -> 1.14em
18px -> 1.28em


*/


/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* compressed: http://compressor.ebiene.de/ */
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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clear{display: inline-block;}.clear:after,.container:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}* html .clear{height:1%;}.clear{display:block;}




/* Forcing vertical scrollbars in Netscape, 
   Firefox and Safari browsers */   
html { height: 100%; margin-bottom: 1px;}


/* Set your desired font size and default formats.
   The percentage is of 16px (0.84375 * 16px = 13,5px). */
   
body { 
  font-size: 87.5%;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.3;
  color: #99351a;
  text-shadow: #fff 0 0 0; /* make safari look nice */
  background-color: rgb(253,253,253);
  text-align: center; /* IE fallback for centering */
  height: 100%; /* sticky footer */
}


/* reset img alt */
@media screen {
  img { font-size: 1em; !important; font-weight: normal !important; }
}


/* Basic formats
-------------------------------------------------------------- */

a, a:link, a:visited {
  text-decoration: none;
  color: #642717;
  background: transparent;
}
a:hover, a:active {
  color: #663515;
}


#content a, #content a:link, #content a:visited {
	color: #99351a;
	border-bottom: 1px dotted #99351a;
}
#content a:hover, #content a:active {
	color: #99351a;
	border-color: #99351a;
}


#content a.colored, #content a.colored:link, #content a.colored:visited,
#content .linklist a, #content .linklist a:link, #content .linklist a:visited,
#content td a, #content td a:link, #content td a:visited {
	color: #99351a;
	border: 0;
}
#content a.colored:hover, #content a.colored:active,
#content .linklist a:hover, #content .linklist a:active,
#content td a:hover, #content td a:active {	color: #663515;
}

.home #content a, .home #content a:link, .home #content a:visited {
	color: #642717;
	border-bottom: 1px dotted #e3cde1;
}
.home #content a:hover, .home #content a:active {
	color: #99351a;
	border-bottom: 1px dotted #99351a;
}
p {
  margin-bottom: 0.75em;
}
.colored 	{ color: #99351a; }
.grey 		{ color: #99351a; }
.spaced 	{ margin-bottom: 1.5em; }

h2, h3 {
  color: #99351a;
  font-size: 1.14em;
  font-weight: bold;
  margin-bottom: 1em;
}

#content li {
  margin-bottom: 0.75em;
  padding-left: 17px;
  background: #fff url(gfx/star_sml.png) no-repeat 0 4px;
}
#content .linklist li {
  /*background: #fff url(gfx/star_grey_sml.png) no-repeat 0 4px;*/
}

span.sml { font-size: 0.785em; }



table { margin-bottom: 1.5em; }

th { font-weight: normal; }

td {
  padding: 0 0.5em 0.25em 0.5em;
}
tr.spaced td { padding-bottom: 0.75em; }

td.price {
  text-align: right;
  padding-left: 1em;
  color: #99351a;
}


/* Layout
-------------------------------------------------------------- */

#wrapper {
  width: 960px;
  /*height: 100%;*/
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: left;
  overflow: hidden;
}

#ident {
  width: 960px;
  height: 220px;
  background: #fff url(gfx/bar_head.png) repeat-x 50% 100%;
  position: relative;
}

#content {
  padding-top: 70px;
  position: relative;
  /* http://www.ejeliot.com/blog/61 */
  margin-bottom: -2000px;
  padding-bottom: 2000px;
}

#footer-wrapper {
  width: 100%;
  position: fixed;
  z-index: 90;
  bottom: 0;
  left: 0;
  right: 0;
}
#footer {
  width: 960px;
  margin: 0 auto;
  border-top: 1px solid #99351a;
  padding: 8px 0 6px 0;
  background-color: #fff;
}


.textcol-full {
  margin-bottom: 4em;
}

.textcol-900 {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 4em;
}

.textcol-440 {
  margin-left: 490px;
  margin-right: 30px;
  margin-bottom: 4em;
}

.textcol-670 {
  padding-left: 260px; /* for ie */
  margin-right: 30px;
  margin-bottom: 4em;
}

.textcol-720 {
  margin-left: 210px;
  margin-right: 30px;
  margin-bottom: 4em;
}

.min-300 {
  min-height:300px;
  height:auto !important;
  height:300px;
}

.min-400 {
  min-height:400px;
  height:auto !important;
  height:400px;
}

.min-500 {
  min-height:500px;
  height:auto !important;
  height:500px;
}

.illu-205 {
  position: absolute;
  top: 108px;
  left: 230px;
}

.illu-250 {
  position: absolute;
  top: 108px;
  left: 210px;
}


.col-left-320 {
  width: 320px;
  float: left;
}
.col-right-320 {
  width: 320px;
  float: right;
}

.col-left-260 {
  width: 260px;
  float: left;
}
.col-right-440 {
  width: 440px;
  float: right;
}


/* page specific
-------------------------------------------------------------- */

/* --- home --- */

.home .textcol-full {
  margin: 0 0 4em 0;
  padding: 0 30px;
  background: transparent url(gfx/welle_ed.jpg) no-repeat 0 0;
  min-height:400px; /* ie min-height hack */
  height:auto !important;
  height:400px;
}

.home .textcol-full h2 {
  width: 321px;
  height: 50px;
  background: transparent url(gfx/h_willkommen.png) no-repeat 0 0;
  text-indent: -999px;
  overflow: hidden;
}

.home .textcol-full p {
  color: #99351a;
  line-height: 1.6;
  width: 440px;
}
.home .textcol-full p.second {
  margin-top: 160px;
}



/* ident
-------------------------------------------------------------- */

#ident h1 {
  width: 506px;
  height: 147px;
  position: absolute;
  top: 35px;
  left: 30px;
  background: #fff url(gfx/logo.png) no-repeat 0 0;
}
#ident h1 a {
  width: 337px;
  height: 147px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  text-decoration: none;
}
#ident .description {
  width: 251px;
  height: 169px;
  position: absolute;
  right: 0;
  bottom: -3px;
  background: #fff url(gfx/flower_entspann.png) no-repeat 100% 100%;
  text-indent: -999px;
  overflow: hidden;
}

/* navigation
-------------------------------------------------------------- */

#menu {
  background-color: #ea651e;
  overflow: hidden;
  width: 960px;
  position: absolute;
  top: 220px;
  left: 0;
}

#menu ul {
  float: right;
  padding-top: 2px;
  padding-bottom: 4px;
  margin-right: -2px;
}

#menu li {
  float: left;
  border-right: 2px solid #eee;
}
#menu a, #menu .current {
  color: #fff;
  text-shadow: #99351a 0 0 0; /* make safari look nice */
  font-size: 1.14em;
  font-weight: normal;
  display: block;
  padding: 2px 20px;
}
#menu a:hover, #menu a:active, #menu .current {
  color: #663515;
}

#submenu {
  position: absolute;
  left: 15px;
  top: 324px;
  width: 175px;
}

#submenu.illum_schwangeren {
  background: transparent url(gfx/illum_schwangeren.png) no-repeat 40% 100%;
  padding-bottom: 100px;
}

#submenu p {
  color: #99351a;
  padding-left: 18px;
  margin-bottom: 1.5em;
}

#submenu ul {
  margin-bottom: 1.5em;
}

#submenu li {
  margin-bottom: 0.4em;
}

#submenu a, #submenu .current {
  display: block;
  color: #99351a;
  padding-left: 18px;
  background-image: none;
  font-weight: normal;


}
#submenu a:hover, #submenu a:active {
  background: transparent url(gfx/star.png) no-repeat 0 50%;
}
#submenu .current {
  background: #fff url(gfx/star.png) no-repeat 0 50%;
}


#footer p {
  float: left;
  padding-right: 17px;
  margin-right: 5px;
  margin-bottom: 0;
  background: #fff url(gfx/star_grey_sml.png) no-repeat 100% 50%;
  color: #ea651e;
}
#footer .kontakt { margin-left: 30px; }
#footer .impressum { background-image: none; }

#footer p {
  font-size:  0.923em;
}

/* Some default classes
-------------------------------------------------------------- */

.skip, .hide {
  position: absolute;
  top: -1000em;
  left: -1000em;
  height: 1px;
  width: 1px;
}

.invis { visibility: hidden; }

hr { display: none; }

/* not visible / content to hide in styled view */
.nv { display: none; }

/* visual element */
.vs { speak: none; }

/* link cursor */
.link { cursor: pointer; }

/* helper class */
.mark { background-color: #cff; }
pre { text-align: left; border: 1px dotted #ccc; background-color: #ccc; }

.highlight  { color: white; background-color: #ea651e; }
