/**
* CSS (print)
*
* @author	Sebastian Müller <sebastian produktivbuero de>
* @date		26/01/2008
*/

* {margin:0; padding:0;}

body {font-family:"Seorgi UI", Verdana, sans-serif; font-size:12px; color:#000000;}

h1 {padding-bottom:20px; font-size:24px; font-weight:normal; color:#CC0011;}
h2, h3, h4, h5, h6 {padding:30px 0 10px 0; font-size:14px; color:#CC0011;}
p {padding-bottom:20px; line-height:175%;}

a, a:visited {color:#CC0011; text-decoration:none;}
a:hover {text-decoration:underline;}

img {border:none;}

ol {}
ul {}
li {}

label {}

form {}
input,select,textarea {}
textarea {overflow:auto;}

span {}

acronym {cursor:help;}


/* ------------ Layout ------------ */

#position {width:100%;}
  #printheader {padding:25px 0; text-align:center;}
  #breadcrump {padding:25px 0; border-top:1px solid #000000; border-bottom:1px solid #000000;}
  #content {padding:25px 0;}
    #main {}
    #left {}
    #right {display:none;}
  #printfooter {padding:25px 0; font-size:75%; border-top:1px solid #000000}

/* -moz-opacity */
/* ------------ Navigation ------------ */

#breadcrump a {color:#666666; text-decoration:none;}

/* ------------ Inhalt ------------ */

span.label {font-weight:bold; width:150px; float:left;}
.note {}

.inputtext {}
.radiobutton {}
.checkbox {}
.selectfield {}
.button {}
.submit {}
.cancel {}

#footer a {text-decoration:none;}

/* ------------ Sonstiges ------------ */

.clearfix {height:1px; clear:both;}

.hide {display:none;}
.print {}
.noprint {display: none;}