/* folgende Bereiche nicht mit ausdrucken */
.no_print
{
 width:0px;
 display:none;
}
.div_content_left
{
 display:none;
}
.div_content_right
{
 display:none;
}
.div_toolbar_bottom
{
 display:none;
}


/* folgende Bereiche neu positioniern und skalieren */
.div_content
{
 position:relative;
 margin:0px;
 color:#333333;
}
.div_footer
{
 position:relative;
 top:0px;
 margin:0px;
 font-size:11px;
}


/* styles übernommen aus style.css */
body
{
 font-family:Arial;
 font-size:12px;
}

.btn_main
{
 text-decoration:none;
 color:#666666;
 font-family:arial;
 font-size:11px;
 height:13px;
 display:block;
 vertical-align:middle;
}
.btn_main:hover
{
 color:#990000;
}

/* farbige Überschriften */
.heading_main
{
 color:#669999;
 font-size:15px;
 font-weight:bold;
}
.heading_sub
{
 color:#669999;
 font-size:12px;
 font-weight:bold;
}


/* Weitere Informationen */
.heading_link
{
 color:#333333;
 padding-bottom:7px;
}
.link_main
{
 color:#669999;
 text-decoration:none;
 font-size:12px;
}


.p_text
{
 width:100%;
 margin:0px;
 margin-top:14px;
 margin-bottom:14px;
}

.mail_link
{
 color:#669999;
}


.image_border
{
 background-image:url('../images/linie_h.gif');
 background-repeat:repeat-x;
 width:100%;
 height:1px;
}


.bl_left
{
 background-color:#f6f5f1;
 border-top:1px solid #9ca2a5;
}
.bl_pflicht
{
 color:red;
}

/* Farben Referenzen */
.reference_left
{
 color:#333333;
 font-weight:bold;
}
.reference_right
{
 color:#000000;
 font-weight:bold;
}



input
{
 font-family:Arial;
 font-size:11px;
 color:#666666;
 padding:0px;
 margin:0px;
 border : 1px solid #666666;
}

select
{
 font-family:Arial;
 font-size:11px;
 color:#666666;
 border : 1px solid #666666;
}

textarea
{
 font-family:Arial;
 font-size:11px;
 color:#666666;
 border : 1px solid #666666;
}
