/* Print CSS for doelsach.at */

html, body, ol, ul, li, dl, dt, dd, img {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

body {
  color: #333;
  font-family: verdana, tahoma, georgia, sans-serif;
  font-size: 12px;
  background: #FFDFC3 url(../images/body-bg.gif) repeat-x;
}

a {
  color: #333;
  text-decoration: underline;
}

.fl {
 float: left;
 margin: 0 5px 5px 0;
}

.uppercase {
  text-transform: uppercase;
  font-weight: normal;
}

#content, .footer {
  text-align: left;
  width: 646px !important;
}

#content[id], .footer[class] {
 width: 696px !important;
}

#content p {
  margin: 10px 0;
}

.textpadder {

}

.textpadder .back {
  display: none;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 15px 0;
}


/*************** Main Menu **********************************/

#mainmenu {
  display: none;
}

#breadcrumb {
  display: none;
}

/*************** Header and Footer elements *****************/

.header {
  display: none;
}

.footer p {
  display: none;
}

.footer em {
  display: block;
  border: 1px solid #000;
  border-width: 1px 0 0 0;
  font-style: normal;
  margin: 20px 0 0 0;
}

.footer a {
  display: none;
}

.container-left,
.container-right {
  display: none;
}


/* Holly hack for IE \*/
* html #expander {height: 0;}
                                                      /* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the
usual 1% height value. Any % value on this element causes a horrendous IE bug! */


#wrapper1 {
  font-size: 12px;                                    /* set global font-size here */
  width: 100%;                                        /* helps IE get the child percentages right. */
} /* this positioning may be needed for IEwin if page is to contain positioned elements */


/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are
marked "critical" and also refer to the desired mod MUST be changed as a group. */


/************** Special Fixes *************/

img {max-width: 100%;}
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a,
* html .container-left,
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a
{height: 1%;}
/* Holly hack */


/*** Variance fixes for IEwin ***/
/*\*/
* html .outer p {margin-right: -6px;}
/* */


/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.brclear {                                            /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.hide {display: none;}