html {
	overflow-y:scroll;
}

body
{
	font: 75% Arial, Verdana, sans-serif;
	background-color: #ecf3d4;
	color: #29467e;
	line-height:1.5em;
}
table, td, th {
vertical-align:top;
}
td, th
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

a img, :link img, :visited img
{
  outline: none;
}

  /***************/
 /* Typography  */
/***************/
a, a:link, a:visited, a:active
{
	color: #5D8B11;
	text-decoration: underline;
}
a:hover
{
  text-decoration: none;
}
h1
{
	color: #153c7d;
	font-weight: bold;
	font-size:2em;
}
.strong, strong
{
  font-weight: bold;
}
object {
	outline:none;
}


  /**********/
 /* LAYOUT */
/**********/
#outerwrapper
{
	background-image: url(/images/bg_outerwrap.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}
#innerwrapper
{
	background-image: url(/images/bg_shadow.gif);
  background-repeat: no-repeat;
  background-position: top center;
	background-color: #FFFFFF;
	height: 1%;
}
#contentwrapper
{
  background-image: url(/images/bg_header_standard.jpg);
  background-repeat: no-repeat;
  background-position: top center;
	height: 1%;
	*padding-left:1px;
}
.columnxxx
{
	background-color:#ffffff;
}
#header 
{
	height: 120px;
}

.new
{
  color: #FF0000;
  font-weight: bold;
}
#splashimage
{
	padding:0;
}
#greenline 
{
	background-image: url(/images/bg_greenline.gif);
  background-repeat: no-repeat;
  background-position: top center;
	height: 54px;
}
#footer
{
	background-image: url(/images/bg_footer.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
	background-color:#ebf3d4;
}
.footerlinks
{
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
	color: #076A29;
}
.footertext
{
  text-align: center;
  font-size: 11px;
  color: #076A29;
}
.factboxtop
{
	background-image: URL(/images/factboxtop.gif);
	background-repeat:no-repeat;
}
.factboxtop p
{
	padding: 25px;
	color: #5D8B11;
}
.factboxbottom
{
	background-image: URL(/images/factboxbottom.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}
.leftie
{
	float: left;
	margin-left: 15px;
	margin-right: 25px;
}
.rightie h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #225289;
} 
.subline{
	margin-left: 18px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #225289;
}

/* forms */
.label
{
  font-weight: bold;
}
label
{
  /*font-weight: bold !important;*/
  padding-top: 10px;
  text-align: left;
}
.input
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 3px;
	width:98%;
}
.button
{
  height: auto;
  margin: 0px;
  padding: 3px;
  border: 0;
  font-size: 10px;
  color: #FFFFFF;
  background-image: url(/images/button_bg.gif);
  background-position: top left;
  background-repeat: repeat-x;
}
.bigbutton
{
  height: auto;
  margin: 0px;
  padding: 6px;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-image: url(/images/button_bg_big.gif);
  background-position: top left;
  background-repeat: repeat-x;
}
/* formerrors */
.error
{
  color: #FF0000;
}
.errorform
{
  border: 1px solid #FF0000;
}
.form-error
{
  background: #FF5E5E url(/images/icons/attention.png) center no-repeat;
  background-position: 15px 50%;
  color: #FFFFFF;
  border: 2px solid #FF0000;
  padding: 5px 20px 5px 45px;
  text-align: left;
  line-height: 20px;
}
.form-success
{
  background: #CBFF97 url(/images/icons/accept.png) center no-repeat;
  background-position: 15px 50%;
  text-align: left;
  padding: 5px 20px 5px 45px;
  color: #009900;
  border: 2px solid #009900;
}
/**************************************
/* navigation 
/*************************************/
#navbar {
	padding-top:60px;
}
#navbar input
{
  width: 90px;
  height: 14px;
  margin: 2px;
  padding: 3px;
  border: 1px solid #DCDCDC;
  font-size: 10px;
  color: #848484;
  background-image: url(/images/input_bg.gif);
  background-position: top left;
  background-repeat: repeat-x;
}
#navbar .button
{
  height: auto;
  width: 50px;
  margin: 2px;
  padding: 3px;
  border: 0;
  font-size: 10px;
  color: #FFFFFF;
  background-image: url(/images/button_bg.gif);
  background-position: top left;
  background-repeat: repeat-x;
}
#navbar ul, #navbar ul li {
	list-style-position: outside;
	list-style-type: none;	
	margin:0;
	padding:0;
}
#navbar ul li {
	margin-bottom: 0px;
	list-style: none outside;
	clear:both;
}
#navbar ul li:hover {
}
.bg_mainNav {
	white-space:normal;
}
.bg_mainNav li a {
	display:block;
	margin-bottom:2px;
	float:left;
}
.subnav
{
  font-size: 0.9em;
	padding-bottom:5px!important;
}
.subnav a, .subnav a:link, .subnav a:visited, .subnav a:active
{
  color: #225289;
  text-decoration: none;
	display:inline;
}
.subnav a:hover
{
  color: #5D8B11;
  text-decoration: none;
}
.subsubnav
{
  padding-left: 5px!important;
	margin-top: 5px!important;
	padding-bottom:10px!important;
}
.subnav a.active, .subnav a:active.active, .subnav a:visited.active, .subnav a:link.active
{
	font-weight: normal;
	color: #006633;
	text-decoration: underline;
}
.subsubnav a.active
{
	font-weight: normal;
	color: #006633;
	text-decoration: underline;
}
.subnav ul li a.active
{
	font-weight: normal;
	color: #006633;
	text-decoration: underline;
}
.subsubnav ul li ul li a.active
{
	font-weight: normal;
	color: #006633;
	text-decoration: underline;
}
/* lightbox*/
#lightboximages div
{
	padding: 4px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #5D8B11;
	margin-bottom: 4px;
	margin-right: 4px;
	float: left;
}
#lightboximages img
{
	vertical-align: middle;
}
#lightboximages a
{
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	padding: 5px;
	margin-right: 6px;
	margin-bottom: 6px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	float: left;
}
#lightboximages a:hover
{
	background-color: #5D8B11;
	border: 1px solid #EEEEEE;
}





.table01
{
	width: 750px;
	background-color:transparent;
}
.table01 td
{
	padding-right: 30px;
	background-color:transparent;
}
.putzen
{
	background-image: url(/images/bg_putzen.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 400px;
	margin-top: 25px;
}
.bodycontentbox
{
	padding-top:45px; 
}
.bodycontentboxcol
{
	padding-top:45px;
	padding-left:15px; 
}
.styledbox {
	background-color: #ffffff;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #99CC00;
}

.loginbox
{
	height: 350px;
	width: 320px;
	background: url(/images/aerzte_login.jpg) no-repeat left bottom;
}

.submittedbox
{
	height: 450px;
	width: 280px;
	background: url(/images/submitted_login.jpg) no-repeat left bottom;
}

.login_submitted
{
	width: 320px;
	height: 325px;
	background: url(/images/login_box.jpg) no-repeat left bottom;
}

.info_box {
	background: url(/images/produkte/info_box_corners_bottom.gif) no-repeat left bottom;
	padding-bottom: 1.0em;
}

.info_box h3 {
	background: url(/images/produkte/info_box_corners_top.gif) no-repeat left top;
	padding: 10px 30px 0px 10px;
}

.info_box p {
	padding: 0 30px 0 10px;
}


.mcecontent {

}
.box {
	background: transparent url(none);
	padding-top:0;
}




/* produkte */
.productslot 
{
  padding-left: 25px;
	padding-top:60px;
}
.productslot p
{
	text-align:left;
}

.productslot ul li {
	list-style: circle url(none) outside;
	margin:0 0 0 20px;
	padding:0;
}
.productslot ul, .productslot ol {
	margin-bottom:1em;
}
.productslot ol li {
	list-style: decimal url(none) inside;
	margin:0;
	padding:0;
}


.productslot h2 
{
	font-size: 13px;
	font-weight: bold;
	color: #225289;
}
.tippbox01
{
	width:360px;
	background-image: url(/images/bg_box01.gif);	
	background-repeat: no-repeat;
	background-position: left bottom;
}
.tippbox01 p
{
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 35px;
	padding-left: 20px;
}
.tippbox01 h1 
{
	width:360px;
	height:25px;
	background-image: url(/images/bg_box01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-weight: bold;
	color: #1f4382;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

.bg_tippBox
{
  position: relative;
	width:360px;
	background-image: url(/images/produkte/bg_tippbox.gif);	
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:30px 0;
}
.bg_tippBox h1 
{
	height:20px;
	background-image: url(/images/produkte/bg_tippbox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.4em;
	font-weight: bold;
	color: #1f4382;
	padding: 20px 20px 10px;
	margin:0;
}
.bg_tippBox p
{
	padding: 0px 20px 20px;
}



/* content */
.contentPage 
{
  padding-left: 25px;
	padding-top:60px;
  padding-right: 25px;
  padding-bottom: 25px;
}
.contentPage p
{
	text-align:left;
}

.contentPage ul li {
	list-style: circle url(none) outside;
	margin:0;
	padding:0;
}
.contentPage ul, .productslot ol {
	margin-bottom:1em;
}
.contentPage ol li {
	list-style: decimal url(none) inside;
	margin:0;
	padding:0;
}


.contentPage h2 
{
	font-size: 13px;
	font-weight: bold;
	color: #225289;
}

.startPageBox  {
	padding-left:10px;
	padding-right:10px;
	font-size:0.9em;
	text-align:left;
	margin-bottom: 3em;
}
.styleTechLeft h2, .styleTechRight h2 {
	color: #153c7d;
	margin: 0px;
	padding: 0px 0px 5px;
	font-weight:bold;
	font-size:1.2em;
}
.styleTechLeft h3, .styleTechRight h3 {
	color: #153c7d;
	margin: 0px;
	padding: 0px 0px 5px;
	font-size:1em;
}
.styleTechLeft {
	padding-left:25px;
}
.styleTechLeft p, .styleTechRight p  {
	font-size:0.9em;
	text-align:left;
	padding-bottom: 10px;
}
div.calendar
{
  width: 250px;
  height: 250px;
}