/*

***************************************************************************************
*
*   A8 Druck- und Medienservice
*   http://www.berliner-druckservice.de
*
*   S C R E E N . C S S
*
*   Last modified: 02.04.2009
*
**************************************************************************************/



/*  B A S I C S
------------------------------------------------------------------------------------ */

* { border: 0; margin: 0; padding: 0; }
html { height: 100% }
body { background: #f9c187 url('bg-body.gif') repeat-x left top; font-size: 100.01%; padding-bottom: 20px; text-align: center; }

#container { font: normal 0.75em/150% Verdana, Arial, Helvetica, sans-serif; text-align: left; color: #535557; width: 970px; margin: 15px auto 0 auto; }

p, h1, h2, h3, h4, h5, h6, ul, ol, fieldset, img { margin-bottom: 12px; }
h1, h2, h3, h4, h5, h6, strong, b { font-weight: bold; }

h1 { font-size: 2.0em; letter-spacing: -1px; padding-bottom: 24px; font-weight: normal; color: #3d6db0; }
h2 { font-size: 1.2em; letter-spacing: -1px; padding-top: 12px; font-weight: bold; }
h3 { font-size: 1.1em; letter-spacing: -1px; padding-top: 8px; }
h4, h5, h6 { font-size: 1em; }

a:link, a:visited { color: #006dd9; text-decoration: none; outline: 0; }
a:hover, a:active { color: #006dd9; text-decoration: underline; outline: 0; }

:focus { outline: 0; -moz-outline-style: none; }

ul { list-style: none; }
ul li {  background: url('li.gif') no-repeat left 6px; padding-left: 16px; }
ol { list-style: outside decimal; }
ol li { margin: 0 20px 12px; }

table { table-layout: fixed; width: 100%; overflow: hidden; border: 0; border-collapse: separate; border-spacing: 0; margin-bottom: 24px; }

input, textarea, select { font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif; color: #939597; vertical-align: middle; border: 1px solid #000; padding: 3px; }
textarea { overflow: auto; }

small { font-size: 0.9em; line-height: 150%; }

em, i { font-style: italic; }
strike, del { text-decoration: line-through; }
blockquote, cite { background: #EEE; border-left: 1px solid #999; height: 1% /* stupid IE */; width: auto; margin: 1em 0 1em 2em; padding: 1.5em 2em 0.5em; }
code { font-family: Monaco, monospace; font-size: 1em; }
sup, sub { font-size: 80%; line-height: 0 !important; color: #939597 !important; }


/*  S P E C I A L   F O R M A T T I N G
------------------------------------------------------------------------------------ */

.no-border { border: 0 !important; }

.no-margin { margin-bottom: 0 !important; }
.margin { margin-bottom: 12px !important; }
.big-margin { margin-bottom: 24px !important; }
.superbig-margin { margin-bottom: 36px !important; }

.normal { font-weight: normal !important; letter-spacing: 0 !important; }
.italic { font-style: italic !important; }
.center { text-align: center !important; }


/* Hidden Elements */

hr, legend, /*a span,*/ button span, .inv, #skip { display: none; }


/* Floats */

.left { float: left; }
.right { float: right; }


/* Floating Images */

img.left { margin: 0.4em 1.5em 1em 0; }
img.right { margin: 0.4em 0 1em 1.5em; }


/* Special Links */

a.more { /* background: transparent url("a-more.gif") no-repeat right center;*/ font-weight: bold; padding-right: 0.7em; }
a.more:hover { text-decoration: underline; }
a.more span { display: none; }

a.top { /* background: transparent url("a-top.gif") no-repeat right center;*/ font-weight: bold; padding-right: 0.9em; }
a.top:hover { text-decoration: underline; }


/* Clearfix */

* html .clearfix { height: 1%; overflow: visible; } /* IE6 Fix */
*+html .clearfix { min-height: 1%; } /* IE7 Fix */
.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }


/* Colors */

.red, .error { color: #DD0000; }
.Xgreen, .success { color: #809900; }

.light { color: #939597 !important; }


/* Forms */

form { background: transparent; padding: 0px; }
form.unstyledform { background: transparent; border: 0 none; padding: 0; }

fieldset { margin-bottom: 1em; }
form.unstyledform fieldset { background: #F3F5F7; border: 1px solid #C3C5C7; margin-bottom: 0.5em; padding: 1em; }
legend { display: none; }
label { font-size: 0.9em; font-weight: bold; display: block; margin-bottom: 2px; float: left; width: 200px; }

input, textarea, select { font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif; color: #535557; vertical-align: middle; border: 1px solid #C3C5C7; }

input { color: #535557; width: 340px; margin-bottom: 1em; padding: 3px; }
textarea { color: #535557; overflow: auto; width: 400px; margin-bottom: 1em; padding: 3px; }
select { margin-bottom: 1em; padding: 0; }

input.checkbox { border: 0 none !important; width: auto !important; margin: 0; padding: 0; }
input.radio { border: 0 none !important; width: auto !important;  margin: 0; padding: 0; }
input.inputfile { border: 0 none !important; width: 300px; }

button { background-color: transparent; background-position: center center; display: block; float: left; cursor: pointer; height: 28px; margin-right: 7px; }
button span { display: none; }

span.cancel { line-height: 220%; }
span.cancel a { font-weight: bold; }


/* Tooltip */

#tooltip { background-color: #fff6d7; font: normal 0.75em/150% Arial, Helvetica, sans-serif; text-align: left; position: absolute; z-index: 3000; border: 1px solid #e6c9b7; width: 280px; padding: 10px; }
#tooltip h3, #tooltip div { font-weight: normal; font-size: 1em; letter-spacing: 0; margin: 0; padding: 0; }
#tooltip a { cursor: default !important; }


/*  H E A D E R
------------------------------------------------------------------------------------ */

#header { position: relative; height: 205px; background: transparent url('bg-header.gif') no-repeat left top; z-index: 2; }

#header-shadow { position: relative; height: 5px; background: transparent url('bg-header-shadow.gif') no-repeat left top; z-index: 1; overflow: hidden; }

/* Top Navigation */

#topnav { height: 30px; padding-top: 12px; padding-right: 24px; }
#topnav ul { font-size: 0.9em; line-height: 120%; text-align: right; float: right; margin: 0; padding-top: 0.5em; }
#topnav li { background: transparent url('li-topnav.gif') no-repeat left 1px; float: left; display: inline; margin-left: 0.8em; padding-left: 1em; }
#topnav li.first { background: none; }
#topnav a { display: block; color: #a3998e; }
#topnav a:hover {  }

/* Login-Panel */

p#login-open { position: absolute; width: 101px; height: 38px; bottom: 0; right: 5px; margin-bottom: 0; background: url('bg-login-open.gif') no-repeat top left; }
p#login-open a { position: absolute; top: 5px; left: 22px; width: 58px; height: 28px !important; padding: 0 !important; background: url('login-open.gif') no-repeat 0 0; }
p#login-open a:hover { background-position: 0 -28px; }
p#logout-open { position: absolute; width: 101px; height: 38px; bottom: 0; right: 5px; margin-bottom: 0; background: url('bg-login-open.gif') no-repeat top left; }
p#logout-open a { position: absolute; top: 5px; left: 22px; width: 58px; height: 28px !important; padding: 0 !important; background: url('logout-open.gif') no-repeat 0 0; }
p#logout-open a:hover { background-position: 0 -28px; }


#login-panel { position: relative; width: 910px; height: 38px; top: -5px; margin-left: 30px; background: transparent url('bg-nav.gif') no-repeat -30px -80px; z-index: 1; display: none; }
#login-panel.visible { display: block !important; }

#login-panel li a.icon { padding-left: 12px; background: url('li-subnav.gif') no-repeat 0 6px; }

#rex_com_userfenster { position: absolute; top: 10px; right: 10px; width: 380px; text-align: right; }
#rex_com_userfenster form { margin: 0; }
#rex_com_userfenster fieldset { padding-bottom: 0; margin-bottom: 0; }
#rex_com_userfenster label { float: left; color: #930; width: auto; font-weight: normal; font-size: 1em; margin-left: 6px; }
#rex_com_userfenster input { float: left; margin: 0 0 0 5px; width: 100px; font: normal 12px/12px Verdana, Arial, Helvetica, sans-serif; padding: 1px; border-color: #930; }
#rex_com_userfenster button { width: 38px; height: 24px; margin-top: -3px; margin-left: 5px; border: none; background: url('login-ok.gif') no-repeat 0 0; }
#rex_com_userfenster button:hover { background-position: 0 -24px; }
#login-panel ul { position: absolute; left: 15px; width: 600px; padding-top: 0; margin-top: 10px; }
#login-panel ul li { float: left; margin-left: 9px; padding-top: 0; display: inline-block; background: transparent; padding-left: 0; }
#login-panel ul li a {display: block; color: #fff; }
#login-panel p { margin-top: 10px; margin-right: 15px; }

/* Logo */

#logo-bg { position: absolute; width: 340px; height: 71px; top: 25px; left: 322px; }
h1#logo { position: absolute; top: 0px; left: 0px; background: url('a8-druck-und-medien-ani-r.gif') no-repeat top left; margin: 0; padding: 0; }
h1#logo a { display: block; text-decoration: none !important; height: 71px; width: 340px; }
h1#logo span { display: none; }


/*  N A V I G A T I O N
------------------------------------------------------------------------------------ */

#nav { position: absolute; top: 125px; width: 970px; height: 80px; background: url('bg-nav.gif') no-repeat left top; text-align: left; }

ul#language { float: left !important; }
ul#language li { float: left; padding: 0; }

#nav ul { width: 645px; height: 80px; margin: 0 auto 0 auto; }

#nav li { background: none; display: inline; padding: 0; }

#nav a { float: left; display: block; height: 26px; padding: 59px 18px 0px 18px; color: #fff; }
#nav a:hover { background-position: center -85px; text-decoration: none !important; }
* html #nav a { padding-top: 53px; height: 27px; }

#nav a span { display: none; }
#nav .current a { background-position: center -170px !important; }

a#home { background: url('nav-bg-home.gif') no-repeat top center; }
a#services { background: url('nav-bg-services.gif') no-repeat top center; }
a#production { background: url('nav-bg-production.gif') no-repeat top center; }
a#offers { background: url('nav-bg-offers.gif') no-repeat top center; }
a#customers { background: url('nav-bg-customers.gif') no-repeat top center; }
a#contact { background: url('nav-bg-contact.gif') no-repeat top center; }

#subnav { font-size: 0.9em; }
#subnav ul { margin-bottom: 0; }
#subnav li { background: none; border-top: 1px solid #E3E5E7; padding: 0; }
#subnav li a { background: url('li-subnav.gif') no-repeat left 10px; color: #535557; display: block; width: auto !important; width: 150px; /* IE6 Fix */ padding: 4px 5px 4px 14px; }
#subnav li.current a { font-weight: bold; text-decoration: none !important; cursor: default; }

#subnav p { margin-bottom: 0.5em; }


/*  M A I N
------------------------------------------------------------------------------------ */

#main { margin-top: 5px; padding-top: 20px; background: transparent url('bg-main-top.gif') no-repeat left top; }
#main_inner { padding: 12px 30px 0; background: transparent url('bg-main.gif') repeat-y left top; }


/* Grid Layout */

.cols { position: relative; padding-bottom: 24px; }

.col1_4, .col2_4, .col3_4, .col4_4 { float: left; background-position: left bottom; background-repeat: no-repeat; display: inline; min-height: 500px; height: auto !important; height: 500px; margin-right: 36px; }
.cols .innercol { background-position: left top; background-repeat: no-repeat; min-height: 500px; height: auto !important; height: 500px; padding: 16px; }
.cols .last { margin: 0; }

.col1_4 { width: 210px; }
.col2_4 { width: 444px; }
.col3_4 { width: 654px; }
.col4_4 { width: 912px; margin-right: 0 !important;  }

.col1_4 .innercol { min-height: 100px; height: auto !important; height: 100px; }

.minh50 { min-height: 50px; height: auto !important; height: 50px; }

/* ALLGEMEINES */

/*.infopanel { background: #ffffe5; border: 1px solid #e5d69d; margin-bottom: 18px; padding: 12px; }
.infopanel h3 { padding: 0; }
.infopanel p { margin: 0; }
.infopanel ul { margin: 0; }
*/

.infopanel, .answertext, .form_info { background: #fff6d7 url('icon-notice.gif') no-repeat 12px center; margin-bottom: 18px; padding: 18px 12px 18px 78px; color: #444; }
.errorpanel, ul.form_warning, .warning { background: #fff6d7 url('icon-notice.gif') no-repeat 12px center; margin-top: 0; margin-bottom: 18px; padding: 18px 12px 18px 78px; color: #444; }
.infopanel a.button { width: auto; border: 1px solid #C3C5C7; background: #fff; padding: 0 1em; cursor: pointer; display: inline-block; margin-left: 6px; }

.infopanel, .answertext, .form_info, .errorpanel, ul.form_warning, .warning { border: 1px solid #e6c9b7; }
.infopanel li, .answertext li, .form_info li, .errorpanel li, ul.form_warning li, .warning li { background: url('li-subnav.gif') no-repeat 0 6px; }


/* SUBPAGES */

table { margin-bottom: 30px; }
table thead td { background: url('bg-thead.gif') no-repeat center 0; font-weight: bold; color: #FFF; }
table thead td.td-1st { background-position: 0 0; }
table thead td.td-4th { background-position: 100% 0; }
table tr {  }
table tr.alt { background: #F3F5F7; }
table tr.alt td {  }
table td { vertical-align: top; padding: 6px 5px; }
table td.td-1st { width: 25% }
table td.td-2nd { width: 25% }
table td.td-3rd { width: 25% }
table td.td-4th { width: 25%; }

.sidebar-box { background: url('bg-subnav-bottom.gif') no-repeat left bottom; padding-bottom: 10px; margin-bottom: 18px; }
.sidebar-box div.innercol { background: transparent url('bg-subnav-top.gif') no-repeat left top; }
.sidebar-box h3 { font-size: 1.7em; font-weight: normal; color: #ee7f01; letter-spacing: -1px; padding-top: 0px; margin-bottom: 48px; }

.info-box { background: url('bg-subnav-bottom.gif') no-repeat left bottom; padding-bottom: 10px; margin-bottom: 18px; }
.info-box h3 { text-align: right; font-size: 1.2em; font-weight: bold; color: #fff; letter-spacing: -1px; padding-top: 0px; margin-bottom: 28px; }
.info-box div.innercol { background: transparent url('bg-subnav-top.gif') no-repeat left top; }

.biginfo-box { background: url('bg-biginfobox-bottom.gif') no-repeat left bottom; margin-bottom: 12px; }
.biginfo-box h3 { text-align: right; font-size: 1.2em; font-weight: bold; color: #fff; letter-spacing: -1px; padding-top: 0px; margin-bottom: 28px; }
.biginfo-box div.innercol { background: transparent url('bg-biginfobox-top.gif') no-repeat left top; min-height: 40px; height: auto !important; height: 40px; }

.offer-box { background: url('offer-box.gif') no-repeat left top; float: left; margin-right: 30px; margin-bottom: 30px; width: 312px; height: 300px; font-size: 0.9em; }
.offer-box .innerbox { padding: 9px; }
.offer-box h2 { text-align: right; color: #fff; font-weight: bold; font-size: 1.1em; padding: 0px 3px 6px 3px; }
.offer-box h1 { margin: 0; padding-bottom: 4px; }
.offer-box.last { margin-right: 0px; }

.calc { background: url('bg-calc.gif') no-repeat top left; height: 80px; }
.calc .innerbox { padding: 9px 9px 9px 80px; }

.claim { padding-bottom: 100px; background: url('wir-drucken-ideen-aus.jpg') no-repeat left bottom; }


/* Registrierung */

.formcaptcha { margin-top: 12px; clear: left; }
input.captcha { width: 200px; margin-left: 20px; }
.as-label { width: 120px; float: left; cursor: pointer; }
.formsubmit { margin-left: 200px; }
div.mainlogin input { width: 310px; }
input.submit { width: 140px !important; cursor: pointer; }
input.submitauto { width: auto !important; cursor: pointer; }
#rex-xform .formtext, #com-user-box .formtext, #rex-xform .formselect, #rex-xform .formpassword, #rex-xform .formfile, .xform .formtext { margin-bottom: 0; clear: left; }
div.xform { margin-top: 24px; }
div.xform .label-space { margin-left: 200px; }
div.xform h2, h2.styled { font: bold 14px/120% Arial, Helvetica, sans-serif; margin-bottom: 18px; /*color: #999; border-bottom: 1px solid #C3C5C7; display: block; margin-top: 12px; margin-bottom: 18px; padding: 10px 0 4px;*/ }
.form-descr { margin-top: -6px; font-size: 0.9em; } /* formularfelderklärende Textzeile */
select.select { width: 100px; }
label.form_warning  { color: #cc0000; }
ul.form_warning, .warning { /*border: 1px solid #cc0000; padding: 12px; margin-bottom: 24px;*/ }
.message { border: 1px solid #cc0000; padding: 12px; margin-bottom: 18px; color: #cc0000; font-weight: bold; }


/*  F O O T E R
------------------------------------------------------------------------------------ */

#footer { position: relative; background: #f9bf85 url('bg-footer.gif') repeat-x left bottom; font-size: 0.9em; padding: 0 3px 10px; }
#footer .inner { /* border-top: 1px solid #C3C5C7;*/ padding: 14px 21px 0; }
#footer .inner a { color: #ee7f01; }

#footer-right-bottom { position: absolute; width: 12px; height: 12px; right: 0px; bottom: 0px; background: url('bg-footer-right-bottom.gif') no-repeat left top; }
* html #footer { zoom: 1; }
* html #footer-right-bottom { bottom: -1px; font: 1px/0px serif; }

#footer .right { text-align: right; }
#footer .right a { margin-left: 10px; }

.footnote { color: #535557; border-top: 1px dotted #535557; margin-bottom: 12px; padding: 12px 36px 0 0; }
.footnote p { margin: 0; }


/*  E N D   S C R E E N . C S S
------------------------------------------------------------------------------------ */

