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

@page {
  size: 210mm 297mm;
  margin: 27mm 16mm 27mm 40mm;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
 }

a[href^="/"]:after {
   content: " (www.kolumbus-gmbh.de" attr(href) ") ";
}   

div.pagebreak{ page-break-after: always; }

a, :visited, :link{
	text-decoration: none;
	color: black;
}

#adressen,
#digitaldruck,
#beilegen,
#personalisierung,
#post,
#kleben,
#falzen,
#verpacken,
#versand,
#heften{
	display: block !important;
}

#dropdown,
#container_1sp,
#footer,
ul#breadcrumb,
#banderole_oben,
#banderole,
#banderole_details,
#banderole_startseite {display:none;}

a.info,
a.collapse,
a.pdf,
a.route,
a.print{display: none;}

.invisible{display: none;}
.closed{display:block;}


/* 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; }
sup{
	font-size:6pt;
	font-weight: bold;
	padding-left: 1px;
}

/* <-- RESET */
/* GRID */
body {
	font: 10pt/14pt Helvetica, Arial, Verdana, sans-serif;
	color: black;
}

#pagewrap {}

#header {
	height: 40mm;
}

#container_2sp {}


/* <-- GRID */

/* HEADER */
#header img{
	position:absolute;
	top: 17mm;
	right: 1mm;
}

#header h1{
	position:absolute;
	top: 17mm;
	left: 0mm;
	width: 100mm;
	clear: both;
	font-size: 8pt;
}

/* Telefonnummer in der Druckdarstellung */
.kontakt_print{font-weight:bold;}



/* --> HEADER */
/* CONTENT */

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

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

fieldset { border: 0; }

/* <-- CONTENT */


/* <-- BANDEROLE STARTSEITE*/
#container_2sp div {

}

#container_2sp div div {
	padding: 0;
}

#container_2sp p {
	padding: 3mm 0;
	margin: .3em 0 .5em 0;
	font-size: 12pt;
}

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

#container_2sp div ul li {
	padding: .6em 1.5em .5em 3mm;
	border-bottom: .2mm solid #999;
	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 ;
	border-top: 1px dashed #e3e3e3;
	border-bottom: 1px dashed #e3e3e3;
}

#container_2sp h2 {
	font: 20pt Helvetica, Verdana, Arial, sans-serif;
	margin-top: 2em;
}

#container_2sp h3 {
	font-weight: bold;
	color: #333;
	border-bottom: .5mm solid #fa9e00;
	background-color: rgb(98%, 73%, 0%);
	line-height: 1.1em;
	margin-top: 10mm;
	padding: 3mm 0 3mm 3mm;
}

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

#container_2sp h2 strong {
	font-size: 90%;
	font-weight: bold;
	color: black;
}

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

/* ICONS */
#a_adressen,
#b_digitaldruck,
#c_beilegen,
#d_personalisierungft,
#e_post,
#f_kleben,
#g_falzen,
#h_verpacken,
#i_versand,
#j_heften { background: none; }


/* 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 */




