/*
    Project: CrystalX
    URL: http://www.nuvio.cz

    Output device: print

    Author: Vit Dlouhy (vit.dlouhy@nuvio.cz); Nuvio (www.nuvio.cz)
    Last revision: 2006-12-05, 12:00 GMT+1

    Structure:
        display | position | float | overflow | width | height | border | margin | padding | background | align | font
*/


* {
  font-size:10pt;
  font-weight:normal;
  font-family:Verdana,Arial,Sans-Serif;
}

h1, h1 span, h1 span a {
  clear:both;
  font-size:130%;
  font-weight:bold;
}
  
h2, h2 span, h2 span a {
  clear:both;
  font-size:120%;
  font-weight:bold;
}

h3, h3 span, h3 span a {
  clear:both;
  font-size:110%;
  font-weight:bold;
}

img { width:50%; }

h1, h2, h3 {page-break-after:avoid; page-break-inside:avoid;}


body {border:0; margin:0; padding:0; font-size:12pt}

a {color:#000; text-decoration:none;}

/*
table {border-collapse: collapse; border-width:1px; border-style:solid;}
th, td {display:table-cell; border-width:1px; border-style:solid;}
*/


hr {display:block; height:0px; margin:0; padding:0; background:#000; border:0 solid #000; color:#000;}

td {
padding-top:10px;
}


blockquote {page-break-inside:avoid}
ul, ol, dl {page-break-before:avoid}

.noprint {display:none;}

#header_footer_print {
  clear:both;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align:center;
}


/* ################################################################################################ */

.teaser_left {
  float:left;
  width:160px;
  padding:5px;
  text-align:center;
  background:#DEE5FD;
  margin-right:10px;"
  margin-bottom:10px;"
}

.teaser_right {
  float:right;
  width:160px;
  padding:5px;
  text-align:center;
  background:#DEE5FD;
  margin-left:10px;"
  margin-bottom:10px;"
}

.teaser_right_large {
  float:right;
  width:220px;
  padding:5px;
  text-align:center;
  background:#DEE5FD;
  margin-left:10px;"
  margin-bottom:10px;"
}

.teaser_left_large {
  float:left;
  width:220px;
  padding:5px;
  text-align:center;
  background:#DEE5FD;
  margin-right:10px;"
  margin-bottom:10px;"
}

.teaser_pic {
  width:150px;
}
.teaser_pic_large {
  width:200px;
}

ul#markiert {margin:0 0; padding:0; list-style:none;}
ul#markiert li {background:url("../design/navi_ver2_act.gif") 0px 3px no-repeat; padding-left:15px;}

ul#sitemap {margin:0 0; padding:0; list-style:none;}
/* ul#sitemap li {background:url("../design/navi_ver2.gif") 0px 3px no-repeat; padding-left:15px;} */


#markiert {background:url("../design/navi_ver2_act.gif") 0px 3px no-repeat; padding-left:15px;}

#markiert2 {background:url("../design/navi_ver2.gif") 0px 3px no-repeat; padding-left:15px;}

.faq {border:0px;}

.faq_f {
  border:0px;
  font-weight:bold;
}
.faq_a {
  border:0px;
  font-weight:normal;
}

.nomargin {margin:0px;}

.noborder {border:none;}

.very_important {
  color:#a00;
  background:#ff0;
  font-weight:bold;
}
