/* Main */

html,body {
  background-color:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:16px;
  color:#5c4c36;
  margin:0;
  height:100%;
  width:100%;	
  padding:0;
  vertical-align:top;
  background-image:url(../images/bg.jpg);
  background-repeat:repeat;
  background-position:left top;
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body a, body a:link, body a:active, body a:visited {
  color:#8b3c1d;
  text-decoration:underline;
}

body a:hover {
  text-decoration:none;
}

img.png {
  behavior: url("fileadmin/images/png.htc");
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

#general {
  z-index:1;
  width:100%;
  height:100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='fileadmin/images/bg_transparent.png');
}

#general[id]{
  background-image:url(../images/bg_transparent.png);
  background-position:left bottom;
  background-repeat:repeat-x;
}

#top {
  background-image:url(../images/top_bg.gif);
  background-position:left top;
  background-repeat:repeat-x;
  height:37px;
}

#leaf {
  position:absolute;
  z-index:1;
  top:0;
  left:70px;
  width:164px;
  height:69px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='fileadmin/images/leaf.png');
}


#leaf[id]{
  background-image:url(../images/leaf.png);
  background-position:left top;
  background-repeat:no-repeat;
}

#logo {
  float:left;
  clear:left;
  width:203px;
  height:51px;
  margin-left:46px;
  margin-top:43px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='fileadmin/images/logo.png');
  text-align:left;
  display:inline;
}



#logo[id]{
  background-image:url(../images/logo.png);
  background-position:right top;
  background-repeat:no-repeat;
}

#top_navigation {
  position:relative;
  float:left;
  clear:left;
  display: table;
  width:100%;
  height:143px;
  zoom:1;
  margin-bottom:10px;
}

#top_navigation table {
  float:left;
  clear:left;
  text-align:center;
  margin-top:25px;
}

#address {
  float:right;
  clear:right;
  width:217px;
  text-align:right;
  font-size: 12px;
}

#main_menu {
  padding-left:15px;
  display:table;
  text-align:right;
  width:100%;
}

#main_menu div.item {
  white-space:nowrap;
  float:left;
  clear: none;
  margin-left: 20px;
  font-size:12px;
  height: 34px;
  text-transform: uppercase;
  padding-left:5px;
  padding-right:5px;
}

#main_menu div.item .left {
  width:15px;
  float:left;
  clear:left;
  height:34px;
}

#main_menu div.item .right {
  width:15px;
  float:left;
  clear:right;
  height:34px;
}

#main_menu div.selected {
  color:#f0e9cc;
  text-transform: uppercase;
}
#main_menu div.selected a, 
#main_menu div.selected a:link, 
#main_menu div.selected a:active, 
#main_menu div.selected a:visited, 
#main_menu div.selected a:hover {
  color:#f0e9cc;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='fileadmin/images/menu_sel_bg.png');
  text-decoration:none;
  height: 30px;
  cursor: hand;
}
#main_menu div.selected a[href] {
  background-image:url(../images/menu_sel_bg.png);
  background-repeat:repeat-x;
}

#main_menu div.selected .left {
  width:15px;
  height:34px;
  float:left;
  clear:left;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='fileadmin/images/menu_sel_left.png');
}

#main_menu div.selected .left[class] {
  background-image:url(../images/menu_sel_left.png);
  background-repeat:no-repeat
}

#main_menu div.selected .right {
  width:15px;
  height:34px;
  float:left;
  clear:right;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='fileadmin/images/menu_sel_right.png');
}

#main_menu div.selected .right[class] {
  background-image:url(../images/menu_sel_right.png);
  background-repeat:no-repeat
}

#main_menu a, #main_menu a:link, #main_menu a:active, #main_menu a:visited {
  padding-top: 8px;
  font-weight:600;
  text-decoration:none;
  color:#5c4c36;
  display:block;

  float:left;
  clear:none;
  height:26px;
  line-height:16px;
}

#main_menu a:hover {
  text-decoration:underline;
}

#services {
  background-image:url(../images/services_bg.gif);
  background-position:left top;
  background-repeat:repeat-x;
  height:40px;
  clear:both;
  padding-left:45px;
  margin:0px;
  text-transform:uppercase;
  color:#f5ede3;
  font-size:12px;
  white-space:nowrap;
}

#services a, #services a:link, #services a:active, #services a:visited {
  color:#f5ede3;
  text-decoration:none;
}

#services a:hover {
  text-decoration:none;
}

#services div {
  float:left;
  cursor: pointer;
  clear:none;
  height:40px;
  padding-top:15px;
  padding-left:6px;
  padding-right:6px;
  background-image:url(../images/services_bg.gif);
  background-position:left top;
  background-repeat:repeat-x;
  margin-right:3px;
}

#services div.selected {
  float:left;
  cursor: pointer;
  clear:none;
  height:40px;
  background-image:url(../images/services_bgSelekted.gif);
  background-position:left top;
  background-repeat:repeat-x;
}

#services div.sep{
  width:4px;
  height:8px;
  text-align:right;
  padding:15px 2px 0px 2px;
}

h1 {
  color:#4a4233;
  font-size:24px;
  font-weight:bold;
  float:left;
  clear:left;
  width:100%;
  
  margin-bottom:15px;
  margin-left: 0;
}

.news {
  width:200px;
  text-align:left;
  margin-bottom:17px;
  
  float:left;
  clear:both;
  font-size: 12px;
}

.news span {
  color:#8b3c1d;
  font-weight:bold;
}

.news a, .news a:link, .news a:active, .news a:visited {
  text-decoration:underline;
  color:#5c4c36;
}

.news a:hover {
  text-decoration:none;
}

.archiv {
  color:#8b3c1d;
  font-weight:bold;
  text-decoration:none;
  float:left;
  clear:both;
  width:163px;
  padding-left:64px;
  padding-bottom: 15px;
}

.archiv a, .archiv a:link, .archiv a:active, .archiv a:visited {
  text-decoration:underline;
  color:#8b3c1d;
}

.archiv a:hover {
  text-decoration:none;

}

.newstitle {
  float:left;
  clear:both;
  margin-left:64px;
  display:inline;
  line-height:26px;
  margin-top:0px;
}

#content_tbl {
  float:left;
  clear:both;
  font-size: 12px;
}

#content_tbl TABLE, TR, TD {
  font-size: 12px;
}

#content_tbl UL,LI {
  clear: left;
  float: left;
  width: 100%;
}

#footer {
  height:54px;
  background-image: url(../images/bg_footer.jpg);
  background-repeat:repeat-x;
  background-position:left bottom;
  
  font-family: Tahoma, Verdana, Arial;
  font-size:11px;
  color:#f0e9d1;
  padding-left: 64px;
}

#object_ginekology {
  width:303px;
  position:relative;
  top:-380px;
  right:0;
  bottom:;
  float:right;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='fileadmin/images/object_ginekology.png');
  margin:0;
  display:table;
  white-space:nowrap;
  margin-bottom:-380px;
}

#object_ginekology[id]{
  background-image:url(../images/object_ginekology.png);
  background-position:right bottom;
  background-repeat:no-repeat;
}

#object_img {
  width:284px;
  position:relative;
  top:-353px;
  right:0;
  bottom:0;
  float:right;
  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='fileadmin/images/object_laboratory.png');*/
  margin:0;
  display:table;
  white-space:nowrap;
  margin-bottom:-353px;
}

#object_img[id]{
  /*background-image:url(../images/object_laboratory.png);*/
  background-position:right bottom;
  background-repeat:no-repeat;
}

.doctors {
  float:left;
  clear:left;
  display:table;
  border-top:1px dotted #663300;
  width:100%;
  margin-top:10px;
  padding-top:20px;
}

.doctors div {
  float:left;
  clear:none;
  width:40%;
}

div.rt
{
float: right;
}


