div.angbbottom,
div.angbtop,
div.angbcontent,
div.angebotsbox {
  position: left;
  width: 760px;
  padding: 0;
  margin: 0;
}

div.angebotsbox {
  margin-bottom: 7px;
  position: relative;
}

div.angbtxtwrapper {
  margin-left: 55px;
  margin-top: 5px;
  height:  1%;
}

* html div.angbtxtwrapper {
  margin-left: 5px;
}


div.angbimgwrapper {
	float: left;
	width: 248px;
	height: 248px;
	/*height: 1%;*/
	position: relative;
	text-align: center;
    display: table;
}

div.angbimgholder {
	display: table-cell;
  	width: 248px;
 	margin: 0 auto;
  	vertical-align: middle;
}

div.angbimgwrapper img {
	float: none !important;
	position: relative;
	max-width: 230px;
}

*:first-child+html div.angbimgholder {
	display: inline;
  	height: auto;
  	position: absolute;
  	top: 50%;
  	left: 50%;
}

*:first-child+html div.angbimgholder img {
    position: relative;
    top: -50%;
    left: -50%;
}








/* @group Scrollbarer Div */

.makeScroll {
  margin-right: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  margin-top: 4px;
  margin-left: 3px;
}

* html .makeScroll {
  width: 99%;
}

.scroll-track{
 width: 10px;
 background: #eee url(../images/style/scrollbar_track.png) repeat-y;
}

.scroll-track-top {
  height: 10px;
  width: 10px;
  background-image: url(../images/style/scrollbar_up.png);
  cursor: pointer;
}

.scroll-track-bot {
  height: 10px;
  width: 10px;
  background-image: url(../images/style/scrollbar_down.png);
  cursor: pointer;
}

.scroll-handle{
 width: 10px;
 background-color: transparent;
 background-image: url(../images/style/scrollbar_handle.png);
 background-repeat: repeat-y;
 background-position: left center;
 cursor: pointer;
}

.scroll-handle-top {
  height: 3px;
  width: 10px;
  background-color: #800000;
  background-image: url(../images/style/scrollbar_handle_top.png);
  background-repeat: no-repeat;
}

.scroll-handle-bot {
  height: 3px;
  width: 10px;
  background-color: #800000;
  background-image: url(../images/style/scrollbar_handle_top.png);
  background-repeat: no-repeat;
}

/* @end */



/* @group Tabellen */
/*
table {
  width: 100%;
  color: #000;
  empty-cells: show;
}

table.table_auto-widht {
	width: auto;
}

table tr.header th {
 background-color: #ccc;
}

table td {}

table.gcc-uebersicht {
  width: 100%;
}

table.gcc-uebersicht tr.header th {
  width: 8%;
  background-color: #ccc;
}

table.gcc-uebersicht td {
  width: 8%;
  height: 28px;
  background-color: #e0e5f0;
}


table.listtable {
  empty-cells: show;
  border-collapse: collapse;
}

table.listtable th {
  background-color: #ccc;
  border-bottom: 1px solid #0099ff;
  border-right: 1px solid #0099ff;
}


.sbox table.listtable {
  border-top: 1px solid #0099ff;
  border-left: 1px solid #0099ff;
  width: 99.8%;
  margin-left: 1px;
}

table.listtable th p {
  text-align: left;
  margin: 0;
}



.sbox table.tagungsraum th {
  border-bottom: 1px solid #0099ff;
  border-right: 1px solid #fff;
  background-color: #002674;
  color:  #fff;
}

.sbox table.tagungsraum th.last {
  border-right: 1px solid #0099ff;
}

.sbox table.listtable td {
  border-bottom: 1px solid #0099ff;
  border-right: 1px solid #0099ff;
}


table.tagungsraum td {
  border-top: 1px solid #0099ff;
}

table.tagungsraum td.trd_header {
  border-right: 1px solid #0099ff;
  border-bottom: none;
  border-top:  none;
  text-align: left;
  background-color: #e0e5f0;
}

th.table-sortable {
  cursor:  pointer;
}
*/


td.topnav
{
  color:#000000;
  background-color: #FFFFFF;
  font-size: xx-small;
}

td.big
{
  color:#000000;
  background-color: #FFFFFF;
  font-size: x-large;
}

td.num {
  text-align: left;
  font-style:italic;
  font-weight:bold;
}

td.content {
  text-align: left;
  font-size: 100%;
  text-align: justify;
}

td.content_bold {
  text-align: center;
  font-size: 110%;
  text-align: justify;
  font-weight:bold;
}

td.tab_left {
  padding-left:10px;
  margin-left: 10px;
  padding-right:10px;
  margin-right: 10px;
  vertical-align: top;
  text-align: justify;
}

td.preis {
  padding-right:10px;
  margin-right: 10px;
  text-align: right;
  font-weight:bold;
}

td.preis_left {
  padding-right:10px;
  margin-right: 10px;
  text-align: left;
  font-weight:bold;
}

td.preis_right {
  padding-right:10px;
  margin-right: 10px;
  text-align: right;
  font-weight:bold;
}

td.preis_red {
  color:red;
  padding-right:10px;
  margin-right: 10px;
  text-align: right;
  font-weight:bold;
}

td.title {
  text-align: left;
  font-weight:bold;
  font-size: large;
}

td.bold_under {
  text-align: left;
  text-decoration:underline;
  font-weight:bold;
  font-size: medium;
}

td.title_action {
  text-align: left;
  text-decoration:underline;
  font-weight:bold;
  font-size: large;
}

td.title_action_n_u {
  text-align: left;
  font-weight:bold;
  font-size: large;
}

td.title_action_red {
  color: #800000;
  text-align: left;
  font-weight:bold;
  font-size: 140%;
}

td.title_action_center_red {
  color: #800000;
  text-align: center;
  font-weight:bold;
  font-size: 140%;
}

td.content_action {
  text-align: left;
  font-size: medium;
  text-align: justify;
}

content_action_red {
  color: #800000;
  text-align: left;
  font-size: medium;
  text-align: justify;
}

td.content_small_red {
  color: #800000;
  text-align: left;
  font-size: normal;
  text-align: justify;
}

td.num_action {
  text-align: left;
  font-weight: bold;
  font-size: medium;
  text-align: justify;
}

td.action_text {
  padding-right:10px;
  margin-right: 10px;
  text-align: left;
  font-weight:bold;
  font-size: medium; /*large*/
}

td.preis_action {
  padding-right:10px;
  margin-right: 10px;
  text-align: right;
  font-weight:bold;
  font-size: medium; /*large*/
}

td.preis_action_0 {
  padding-right:10px;
  margin-right: 10px;
  text-align: right;
}

td.preis_action_l {
  padding-right:10px;
  margin-right: 10px;
  text-align: left;
  font-weight:bold;
  font-size: medium; /*large*/
}

td.preis_action_2 {
  padding-right:10px;
  margin-right: 10px;
  text-align: right;
  vertical-align: top;
  font-weight: bold;
}

td.preis_action_3 {
  padding-right:10px;
  margin-right: 10px;
  text-align: right;
  vertical-align: top;
}

td.preis_action_red {
  color: #800000;
  padding-right:10px;
  margin-right: 10px;
  text-align: right;
  font-weight:bold;
  font-size: medium; /*large*/
}

td.time {
  padding-right:10px;
  margin-right: 10px;
  text-align: left;
  font-weight:bold;
}

td.depilationList300 {
  width: 300px;
  height: 30px;
  text-align: left;
  padding-left:20px;
}

td.depilationList235 {
  width: 235px;
  height: 25px;
  text-align: left;
}

td.depilationList70 {
  width: 70px;
  height: 25px;
  text-align: center;
}

td.depilationList100 {
  width: 100px;
  height: 30px;
  text-align: right;
  padding-right:20px;
}

td.depilationList95 {
  width: 90px;
  height: 25px;
  text-align: center;
}

table.t_home {
  background-repeat:no-repeat;
  background-position: 0px 57px
  background-attachment:fixed;
  background-image: url(../images/h_back.png);
}

table.t_biotech {
  background-repeat:no-repeat;
  background-position: 0px 0px
  background-attachment:fixed;
  background-image: url(../images/t_c_biotech_back.png);
}

table.t_biocosmetic {
  background-repeat:no-repeat;
  background-position:0px 0px
  background-attachment:fixed;
  background-image: url(../images/t_c_bio_back.png);
}

table.t_makeup {
  background-repeat:no-repeat;
  background-position:0px 50px
  background-attachment:fixed;
  background-image: url(../images/t_v_back.png);
}

table.t_wedding {
  background-repeat:no-repeat;
  background-position:246px 168px
  background-attachment:scroll;
  background-image: url(../images/t_wedding_back.png);
}

table.t_action_main {
  background-repeat:no-repeat;
  background-position:515px 74px
  background-attachment:scroll;
  background-image: url(../images/actions_right.png);
}

table.t_gallery {
  background-repeat:no-repeat;
  background-position:550px 290px
  background-attachment:scroll;
  background-image: url(../images/gallery_back.png);
}

table.t_health {
  background-repeat:no-repeat;
  background-position:0px 0px
  background-attachment:fixed;
/*  background-image: url(../images/h_health_back.png); */
}

table.t_micro {
  background-repeat:no-repeat;
  background-position:490px 50px
  background-attachment:fixed;
  background-image: url(../images/microdermabrasion.png);
}

table.treatments {
  background-repeat:no-repeat;
  background-position:0px 57px
  background-attachment:fixed;
  background-image: url(../images/t_hopi_back.png);
}

table.t_action_sommer {
  background-repeat:no-repeat;
  background-position: 0px 0px
  background-attachment:fixed;
  background-image: url(../images/t_sommer_back.png);
}

table.t_action {
  background-repeat:no-repeat;
  background-position: 0px 0px
  background-attachment:fixed;
/*  background-image: url(../images/t_winter_back.png); */
}

.tileBorder {
	padding: 2px 2px 0px 0px;
}

ul.wedding {
 margin-bottom: 0px;
}

ul.microd {
 margin-bottom: 0px;
}

li.fingernail {
 line-height: 25px;
 margin: 5px 5px 5px 5px;
 /*letter-spacing: 1px; */
 /* word-spacing: 5px; */
}

li.action {
 line-height: 23px;
 margin: 8px 8px 8px 8px;
 /*letter-spacing: 1px; */
 /* word-spacing: 5px; */
}



td.center {
  color: #000000;
  text-align: center;
}

td.h1_cu {
  color: #000000;
  padding-right:10px;
  margin-right: 10px;
  text-align: center;
  text-decoration:underline;
  font-weight:bold;
  font-size: 220%;
}

td.h2_c {
  color: #000000;
  padding-right:10px;
  margin-right: 10px;
  text-align: center;
  font-weight:bold;
  font-size: x-large; /*large   font-size: 140%;*/
}

td.h2 {
  color: #000000;
  padding-right:10px;
  margin-right: 10px;
  text-align: left;
  font-weight:bold;
  font-size: x-large; /*large   font-size: 140%;*/
}

td.h3 {
  color: #000000;
  padding-right:10px;
  margin-right: 10px;
  text-align: left;
  font-weight:bold;
  font-size: large; 
}

ul.list {
  margin-bottom: 0px;
}

td.red {
  color: #800000;
}

td.red_m {
  color: #800000;
  font-size: medium; 
}

td.red_b {
  color: #800000;
  font-weight:bold;
  font-size: medium; 
}

td.bold {
  font-weight:bold;
}

td.bold_m {
  font-weight:bold;
  font-size: medium; 
}

td.bold_u {
  padding-top:5px;
  padding-left:5px;
  margin-top: 5px;
  margin-left: 5px;
  font-weight:bold;
  text-decoration:underline;
}

td.content_m {
  font-weight:bold;
  font-size: medium; 
}

td.faq {
  font-weight:bold;
  text-decoration:underline;
  font-size: medium; 
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* @end */

