﻿/******************************************************************************
 *
 *	File:				screen.css
 *	Author:			Stefan Rudersdorf
 *	Copyright:			Copyright (c) 2007 Zebworx Interactive
 *					All Rights Reserved.
 *	Notes:			
 *	Datum:			27.03.07
 *	
 *****************************************************************************/

/* RESET */
:link,:visited { text-decoration: none; }
ul,ol { list-style: none; }

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1.1em;
	font-weight: normal;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img { border: none; }
address { font-style: normal; }
.clear { clear: both; }
.invisible{display:none;}
.pagebreak{ display:none; }

h2 { color: #7C3221; }

/* <-- RESET */
/* GRID */
body {
	text-align: center;
	background: #D4CBB4 url(../rsrc/bg_body.jpg) left top;
	font: 76%/1.4em Verdana,Helvetica, Arial, sans-serif;
	color: #595959;
}

#pagewrap {
	width: 914px;
	text-align: left;
	margin: 40px auto 0 auto;
}

#header {
	background: white url(../rsrc/bg_head.gif) no-repeat left top;
	height: 180px;
}

#container_2sp {
	float: left;
	width: 65%;
	margin-right: 2%;
}

#container_1sp {
	float: left;
	width: 30%;
	background: white url(../rsrc/bg_1sp.gif) no-repeat left top;
	height: 200px;
	margin-top: 3em;
}

#container_1sp h2 {
	font-size: 1.5em;
	padding: 35px 0 7px 65px;
}

#container_1sp p {
	padding: 0 35px 0 65px;
	font-size: .9em;
	line-height: 1.2em;
}

#container_1sp a, #container_1sp a:link, #container_1sp a:active, #container_1sp a:visited {
	color: #333;
	text-decoration: none;
}

#container_1sp a:hover { text-decoration: underline; }

#footer {
	clear: both;
	padding: 0 57px 0 60px;
	/* 7px Schatten, 70px/50px Rand */
	background: white url(../rsrc/bg_footer.gif) no-repeat left bottom;
	height: 85px;
	margin-bottom: 30px;
	color: #8f8c76;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #8f8c76;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #73715c;
}

#footer p { padding-top: 40px; }

/* <-- GRID */
/* HEADER */
#header img {
	float: right;
	margin: 34px;
}

#header h1 {
	padding: 25px 57px 0 60px;
	/* 7px Schatten, 70px/50px Rand */
	clear: both;
}

#header h1 .subline { color: #999; }

#header img{
	z-index: 30;
}



/* Telefonnummer in der Bildschirmdarstellung ausblenden */
.kontakt_print { display: none; }

/* --> HEADER */
/* CONTENT */
ul#breadcrumb {
	font-size: .9em;
	padding: 0;
	margin:0;
	color: #999;
}

ul#breadcrumb li {
	float: left;
	display: inline;
	padding-right: .7em;
	margin-top: 2em;
}

ul#breadcrumb li a {
	background: url(../rsrc/subnav_pfeil.gif) no-repeat right 50%;
	padding-right: 20px;
}

ul#breadcrumb li a, ul#breadcrumb li a:link, ul#breadcrumb li a:active, ul#breadcrumb li a:visited { color: #999; }

ul#breadcrumb li a:hover {
	color: #666;
	text-decoration: underline;
}

#content {
	padding: 15px 57px 0 60px;
	/* 7px Schatten, 70px/50px Rand */
	background: white url(../rsrc/bg_content.gif) repeat-y left top;
	height: 100%;
}


a.info,
a.collapse,
a.pdf,
a.route,
a.print{
	display: block;
	color: black;
	margin-top: .5em;
	padding: .5em 0 .5em 22px;
	background-repeat: no-repeat;
	background-position: left .5em;
}

a.info,  a.info:link,  a.info:active,  a.info:visited {background-image: url(../rsrc/aufklappen.gif);}

a.info:hover {
	background-image: url(../rsrc/aufklappen_over.gif);
	text-decoration: underline;
}

a.collapse,  a.collapse:link,  a.collapse:active,  a.collapse:visited {
	padding: 1em 0 1.5em 35px;
	background: url(../rsrc/collapse.gif) no-repeat 12px 1em;
}

a.collapse:hover {
	background-image: url(../rsrc/collapse.gif);
	text-decoration: underline;
}

/* Bereich Kontakt/Anfahrt */
a.pdf,  a.pdf:link,  a.pdf:active,  a.pdf:visited {background-image: url(../rsrc/acrobat.gif);}
a.route,  a.route:link,  a.route:active,  a.route:visited {background-image: url(../rsrc/lupe.gif);}
a.print,  a.print:link,  a.print:active,  a.print:visited {
	background-image: url(../rsrc/icon_drucken.gif);
	border-bottom: 1px dashed #e3e3e3;
	padding-bottom: 1em;
	margin-bottom: 2em;
	width: 91%;}

a.print:hover {
	text-decoration: underline;
}

label {
	color: #999;
	width: 80%;
	display: block;
	margin: 0 3% 1em 0;
}

label input.feld {
	display:block;
	margin-top: .1em;
	width: 50%;
	background-color: #f2f2f2;
	border: 1px solid #DFDFDF;
	font-size: 120%;
	padding: 0 2px;
	text-transform: lowercase;
}

fieldset { border: 0; }

/* <-- CONTENT */
#banderole_oben {
	background: url(../rsrc/banderole_oben.gif) no-repeat left bottom;
	height: 17px;
}

#banderole { height: 100%; }

#banderole a, #banderole a:link, #banderole a:active, #banderole a:visited,
#banderole_details a, #banderole_details a:link, #banderole_details a:active, #banderole_details a:visited{
	color: #7c3221;
	text-decoration: none;
}

#banderole a:hover,
#banderole_details a:hover { }

#banderole_startseite p a, #banderole_startseite p a:link, #banderole_startseite p a:active, #banderole_startseite p a:visited {
	color: #7c3221;
	background-color: #FBCB26;
	border-bottom: 1px solid #EF9700;
	padding: 2px;
	text-decoration: none;
}

#banderole_startseite p a:hover {
	color: #3B0A01;
	background-color: #FFD33B;
}

p a, p a:link, p a:active, p a:visited {
	color: #7c3221;
	text-decoration: underline;
}

p a:hover {
}


/* BANDEROLE INNENSEITEN*/
#banderole {
	background: #EFB400 url(../rsrc/banderole_unten.gif) no-repeat left bottom;
	padding: 0 57px 0 60px;
	height: 90px;
}

#banderole ul li {
	float: left;
	font-size: 95%;
	line-height: 1.2em;
	padding-top: 10px;
}

#banderole ul li a {
	text-align: center;
	display: block;
	margin-right: 25px;
	height: 80px;
	background: url(../rsrc/nav_over.gif) no-repeat 50% 20000px;
	color: #7C3221;
}

#banderole ul li a:hover, #banderole ul li a.active {
	background-position: 50% 60px;
	color: #A31F00;
	z-index: 80;
}
/* <-- BANDEROLE INNENSEITEN*/


/* BANDEROLE SPEZIFIKATIONEN */
#banderole_details { 
	background: #EFB400 url(../rsrc/banderole_unten.gif) no-repeat left bottom;
	padding: 20px 57px 0 60px;
	height: 14.7em;
}

#banderole_details ul li {
	width: 49%;
	float: left;
}

#banderole_details ul li a:link, #banderole_details ul li a:active, #banderole_details ul li a:visited {
	border-bottom: 1px solid #ffdb6f;
	display: block;
	padding: 5px 35px;
}

#banderole_details ul li a:hover,
#banderole_details ul li a.active{
	background: #fbc932 url(../rsrc/icon_details_active.gif) no-repeat 1% 62%;
}
/* <-- BANDEROLE SPEZIFIKATIONEN */


/* BANDEROLE STARTSEITE*/
#banderole_startseite {
	background: #EFB400 url(../rsrc/banderole_unten.gif) no-repeat left bottom;
	min-height: 156px;
	padding: 0 57px 0 60px;
}

#banderole_startseite div {
	float: left;
	width: 22%;
	margin: .5em 1.5em 1em 0;
}

#banderole_startseite div h2 {
	font-size: 1.5em;
	color: white;
	margin-bottom: .5em;
}

#banderole_startseite {
	background: url(../rsrc/banderole_unten.gif) no-repeat left bottom;
	padding: 0 57px 0 60px;
}

#banderole_startseite div p {
	color: #7C3221;
	font-size: 95%;
	line-height: 1.6em;
}

div#keyvisual {
	margin-left: 450px; /* Umwelt */
	/* margin-left: 550px; Aaah */

    position: absolute;
    top: 204px;
	 /*width: 166px;*/ } /* temp: deaktiviert für aah. */

#keyvisual img {
	position: absolute;
	/*top: 217px;*/
} /* temp: deaktiviert für aah. */

/* <-- BANDEROLE STARTSEITE*/
#container_2sp div {
	padding: 10px 0 2.5em 140px;
	position: relative;
	left: -15px;
}

#container_2sp div div {
	width: 381px;
	margin: 0 1em 2em 13px;
	background: #FAFAF9 url(../rsrc/bg_aufklapper.gif) no-repeat left bottom;
	border-top: 4px solid #f2f2f2;
	padding: 0;
}

#container_2sp p {
	padding-right: 40px;
	margin: .5em 0;
}

#container_2sp div ul {
	line-height: 1.2em;
	margin: .3em 0 1em 0;
}

#container_2sp div ul li {
	padding: .6em 1.5em .5em 1em;
	border-bottom: 1px solid #DFDFDF;
	line-height: 1.4em;
}

#container_2sp h1 {
	font: 2.4em Georgia, Times, serif;
	line-height: 1.1em;
	color: #ccc;
	margin: .3em 0 .2em 0;
	padding: .3em 0 .5em ;
	width: 95%;
	border-top: 1px dashed #e3e3e3;
	border-bottom: 1px dashed #e3e3e3;
}

#container_2sp h2 {
	font: 150% Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	margin-top: .1em;
}

#container_2sp h3 {
	font-weight: bold;
	color: #333;
	line-height: 1.1em;
	border-bottom: 2px solid #999;
	padding: 1em 0 .4em 1em;
}

#container_2sp h1 strong {
	font-weight: normal;
	color: #999;
	letter-spacing: -.02em;
}

#container_2sp h2 strong {
	font-size: 90%;
	font-weight: normal;
	color: #370C02;
}

#container_2sp h1.details{
	color: #7c3221;
	padding: .5em 0 .7em;
	margin: .1em 0 .2em 0;
	width: 100%;
}

/* ICONS */
#a_adressen { background: url(../rsrc/icon_a.gif) no-repeat left top; }
#b_digitaldruck { background: url(../rsrc/icon_b.gif) no-repeat left top; }
#c_beilegen { background: url(../rsrc/icon_c.gif) no-repeat left top; }
#d_personalisierung { background: url(../rsrc/icon_d.gif) no-repeat left top; }
#e_post { background: url(../rsrc/icon_e.gif) no-repeat left top; }
#f_kleben { background: url(../rsrc/icon_f.gif) no-repeat left top; }
#g_falzen { background: url(../rsrc/icon_g.gif) no-repeat left top; }
#h_verpacken { background: url(../rsrc/icon_h.gif) no-repeat left top; }
#i_versand { background: url(../rsrc/icon_i.gif) no-repeat left top; }
#j_heften { background: url(../rsrc/icon_j.gif) no-repeat left top; }


/* BARRIEREFREI */

td, th{
	border-bottom: 1px solid #ccc;
	padding: 10px 15px;
	margin: 0;
}

th{
	background-color: #e3e3e3;
}

table em {
	font-weight: bold;
	font-style: normal;
}
/* <-- BARRIEREFREI */



/* DROPDOWN STARTSEITE  */

#dropdown ul,
#dropdown2 ul{	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	/*background: url(../rsrc/bg_liste_overlay.gif) no-repeat left -290px;*/
	-moz-opacity: 0.9;
	opacity: .90;
	filter: alpha(opacity = 90);
}

#dropdown ul li ul,#dropdown2 ul li ul{	/* all lists */
	background: url(../rsrc/bg_liste_overlay.gif) no-repeat left -290px;
}

#dropdown li,
#dropdown2 li{ /* all list items */
	float: left;
	position: relative;
}

#dropdown li ul li a, #dropdown li ul li a:link, #dropdown li ul li a:active, #dropdown li ul li a:visited,
#dropdown2 li ul li a, #dropdown2 li ul li a:link, #dropdown2 li ul li a:active, #dropdown2 li ul li a:visited {
	border: 0;
	display: block;
	padding: 5px 20px 5px 10px;
	color: white;
	margin-left: 7px;
}

#dropdown li ul li a:hover,
#dropdown2 li ul li a:hover{
	background-color: #7c3221;
	background: url(../rsrc/bg_overlay.gif) no-repeat right top;
	/* background: #b3513a url(../rsrc/icon_dropdown_over.gif) no-repeat 97% .65em; */
}



#dropdown li ul,
#dropdown2 li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: -10em;
	z-index: 50;
}

#dropdown li ul li,
#dropdown2 li ul li { /* second-level lists */
	width: 250px;
}

 li.main{
 	padding: 10px 0 10px 25px;
 	width: 150px;
 	background: url(../rsrc/bg_li_main.gif) no-repeat left 50%;
}

 li.main a{
 	color: #7c3221;
}

 
#dropdown li:hover ul, #dropdown li.over ul, 
#dropdown2 li:hover ul, #dropdown2 li.over ul
{ /* lists nested under hovered list items */
	display: block;
}
/* <-- DROPDOWN STARTSEITE */

.closed{display:block;}


/* ================== */
/* = Aktion "Aaaah" = */
/* ================== */

div#aaah{
	display:block; 
	float:none; 
	margin:0; 
	width:100%; 
	height:107px;
}

div#aaah h2{
	
}

div#aaah h2 a:link, 
div#aaah h2 a:visited, 
div#aaah h2 a:active{
	background: url(/rsrc/headline-aaah.gif) no-repeat 0 0;
	padding: 50px 0 0 3px;
	color:#7C3221;
	display:block;
	line-height: 1.2;
}


div#aaah  a span{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out;	
}

div#aaah h2 a:hover span{color: white;}



/* ================== */
/* = Aktion "Umwelt" = */
/* ================== */

div#umwelt{
	display:block; 
	float:none; 
	margin:0; 
	width:100%; 
	height:107px;
}


div#umwelt h2 a:link, 
div#umwelt h2 a:visited, 
div#umwelt h2 a:active{
	background: url(/rsrc/headline-umwelt.gif) no-repeat 0 0;
	padding: 35px 0 0 3px;
	color:#7C3221;
	display:block;
	line-height: 1.2;
}


div#umwelt  a span{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out;	
}

div#umwelt h2 a:hover span{color: white;}

/* ================== */
/* = Aktion "Umwelt" = */
/* ================== */

div#jubilaeum{
	display:block; 
	float:none; 
	margin:0; 
	width:100%; 
	height:107px;
}


div#jubilaeum h2 a:link, 
div#jubilaeum h2 a:visited, 
div#jubilaeum h2 a:active{
	background: url(/rsrc/headline-40jahre.gif) no-repeat 0 15px;
	padding: 35px 0 0 3px;
	color:#7C3221;
	display:block;
	line-height: 5;
}


div#jubilaeum  a span{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out;	
}

div#jubilaeum h2 a:hover span{color: white;}




#keyvisual a img{
-webkit-transition: -webkit-transform 1s ease-in-out;
-moz-transition: -moz-transform 1s ease-in-out; 
transition: transform 1s ease-in-out;	
}

	
#keyvisual a:hover img{
	-webkit-transform: skew(2deg,0); 
	-moz-transform: skew(2deg,0); 
	-o-transform: skew(2deg,0); 
	transform: skew(2deg,0);
}



/* ================== */
/* = Aktion "Folien" = */
/* ================== */

div#folien{
	display:block; 
	float:none; 
	margin:0; 
	width:100%; 
	height:107px;
}

div#folien h2{
	
}

div#folien h2 a:link, 
div#folien h2 a:visited, 
div#folien h2 a:active{
	background: url(/rsrc/headline-folien.gif) no-repeat 0 10px;
	padding: 50px 0 0 3px;
	color:#7C3221;
	display:block;
	line-height: 1.2;
}


div#folien  a span{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out;	
}

div#folien h2 a:hover span{color: white;}


#formular fieldset.feld{
	background-color:#FABB00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
	padding: 10px;
	color: white;
	line-height:30px;
}

fieldset input.text{
	-moz-border-radius: 3px; /* FF1+ */
	-webkit-border-radius: 3px; /* Saf3-4 */
	border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome */
	font-size: 16px;
	font-weight:normal;
	border: 1px solid #F9A200;
	padding: 3px;
}


input.absenden{
    background-color: #FFE5A0;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #F7A000;
    font-size: 16px;
    font-weight: normal;
    padding: 2px;
cursor: pointer;
}



