/**
* CSS (print)
*
* @author	Sebastian Müller <sebastian soaperman de>
* @date		23/02/2007
*/

* {margin:0; padding:0; }

body {font-family:Verdana, sans-serif; font-size:14px; line-height:150%; color:#000000; background:#CC0000;}

h1, h2, h3, h4, h5, h6 {font-family:"Trebuchet MS", sans-serif; font-weight:normal; color:#CC0000;}
h1 {margin-bottom:10px; font-size:24px;}
h2 {margin-top:30px; margin-bottom:5px; font-size:21px;}
h3, h4, h5, h6 {margin-top:30px; margin-bottom:5px; font-size:19px;}
p {margin-bottom:10px;}

a {color:#000000;}

img {border:none;}

ol, ul {margin-bottom:10px;}
li {}

fieldset {border:none;}
legend {display:none;}
form {}
label {}
input,select,textarea {padding:3px 5px; width:300px; border:1px solid #000000;}
textarea {overflow:auto;}

acronym {cursor:help;}

/* ------------ Layout ------------ */

#top {text-align:center; background:#FFFFFF url('images/top-background.gif') repeat-x;}
  #header {display:none;}
  #navigation {display:none;}
  #content {padding:40px 0; text-align:left;}
#bottom {}
  #footer {padding:40px 0; border-top:1px solid #000000;}

/* ------------ Navigation ------------ */


/* ------------ Inhalt ------------ */

a#logo {}

div.leftcol {width:50%; float:left;}
div.rightcol {margin-left:60%; width:40%;}

p.newstitle, p.newstitle a {}

.inputtext {}
.radiobutton {}
.checkbox {}
.selectfield {}
.searchfield {width:180px;}
.button {width:auto; border:none;}

div.rightcol h2, div.rightcol h3, div.rightcol h4, div.rightcol h5, div.rightcol h6 {color:#000000;}
#content div.rightcol img {float:left; margin:5px 10px 0 0;}

#footer p {margin-bottom:20px;}
#footer span.title {font-weight:bold;}
#footer span.titlewhite {margin-right:10px; color:#CC0000;}
#footer div.rightcol {display:none;}

/* ------------ Sonstiges ------------ */

.clearfix {clear:both; height:1px; overflow:hidden;}
.hide {display: none;}

.print {}
.noprint {display: none;}

/* ------------ HACKS ------------ */

/* IE 7 */
*:first-child+html .button {padding:1px 3px;}

/* IE lte 6 */
* html div.rightcol {margin-left:55%;}
* html .searchfield {width:175px;} /* BOX-Modell */
* html .button {padding:2px 3px; font-size:14px;}
* html img {behavior: url(iepngfix.htc);} /* PNG-Transparenz */
