/*
Concycle - Print-Sheet

Stylesheet-Link:
<link rel="stylesheet" type="text/css" href="styles/print.css">

Important Info (e.g. colors):
Blue #0070B4
Green #47B559
Grey #FBFEFC
*/
/*Set body to DIN A4
html, body{
	height: 297mm;
	width: 210mm;
	}*/
/*Set borders, padding and margins to none*/
html, body, div, p, h1, h2, h3, ul, ol, dl, dt, dd, span, a, table, td, th, form, img, li, big, small, fieldset, input{
	margin: 0;
	padding: 0;
	border: 0;
}
/*General Settings*/
body{
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	}
/*image replacements*/
.headline{
	display: none;
	}
/*Text*/
big{
	font-size: 1.2em;
	letter-spacing: 0.1em;
	}
small{
	font-size: 0.8em;
	}
/*boxes*/
#navi{
	width: 170mm;
	height: 15pt;
	text-align: right;
	display: none;
	}
h1{
	text-align: left;
	}
.print{
	display: block;
	}
.screen{
	display: none;
	}
.strip{
	width: 170mm;
	height: 30mm;
	margin-top: 1mm;
	}
.logo{
	width: 85mm;
	height: 13mm;
	}
#content{
	width: 170mm;
	margin-top: 0;
	}
.inner{
	display: block;
	}
.addressfield{
	position: relative;
	top: 25px;
	height: auto;
	text-align: left;
	display: block;
	}
.leftbox{
	width: 170mm;
	}
.rightbox{
	margin-top: 10mm;
	width: 170mm;
	}
#introtxt{
	text-align: left;
	clear: both;
	margin-top: 15mm;
	font-size: 10pt;
	}
#subnavi{
	display: none;
	}
#reg{
	position: absolute;
	bottom: 15mm;
	left: 0;
	text-align: left;
	clear: both;
	width: 170mm;
	}
#footer{
	display: none;
	}
#formmail{
	width: 170mm;
	height: 400px;
	margin-top: 10%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
/*navigation*/
ul{
	list-style-type: none;
	list-style-position: inside;
	font-weight: bold;
	}
ul li{
	float: left;
	margin-left: 15px;
	}
ul a{
	font-weight: normal;
}
/*links*/
a{
	text-decoration: underline;
	color: #000000;
}
/*lists*/
ol{
	list-style-position: inside;
	}
.disc{
	list-style-type: disc;
	}
li{
	margin-top: 5px;
	}
dl{
	padding: 20px;
	display: block;
	}
dt{
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	}
dd{
	margin-top: 5px;
	}
dd a{
	font-weight: bold;
	text-decoration: underline;
	}
/*contact-data*/
address{
	font-style: normal;
	font-size: 1em;
	letter-spacing: 0.1em;
	}
#it a{
	text-decoration: underline;
	font-weight: bold;
	}
/*rounded corners*/
.corner{
	display: none;
	}
.rtl{
	display: none;
	}
.rtr{
	display: none;
	}
.rbl{
	display: none;
	}
.rbr{
	display: none;
	}
/*other*/
.clear{
	clear: both;
	}
.center{
	text-align: center;
	}
.field{
	margin-top: 15px;
	}
.return{
	font-weight: bold;
	margin-top: 25px;
	text-align: center;
	}
#formmail{
	width: 500px;
	height: 400px;
	margin-top: 10%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
/*form*/
#formwrapper{
	clear: both;
	margin-top: 15mm;
	}
form{
	text-align: left;
	}
fieldset{
	width: 170mm;
	display: block;
	font-size: 11pt;
	margin-bottom: 8mm;
	}
fieldset.product{
	clear: both;
	width: 170mm;
	}
fieldset.buttons{
	float: left;
	}
fieldset.confidential{
	clear: both;
	width: 170mm;
	}
fieldset.confidential legend{
	font-size: 10pt;
	}
fieldset.confidential p{
	font-size: 8pt;
	}
* html fieldset{
	padding: 5px;
	}
legend{
	border: 0;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 3mm;
	}
label, p{
	font-size: 9pt;
	}
dfn{
	font-size: 7pt;
	font-style: normal;
	}
.product label{
	display: block;
	width: 200px;
	float: left;
	}
.product input, .contact input{
	height: 2mm;
	margin-bottom: 2mm;
	}
.contact label{
	display: block;
	width: 200px;
	float: left;
	}
.confidential label{
	width: 170mm;
	display: block;
	width: 200px;
	float: left;
	}
input,textarea{
	border-top: 0;
	border-right: 0;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2mm;
	}
fieldset.messagetyp input{
	border: 0;
	margin-right: 2mm;
	}
input#submit{
	border: 0;
	color: #000000;
	background: #CCCCCC;
	padding: 2mm;
	font-weight: bold;
	cursor: pointer;
	}
input#reset{
	margin-left: 2mm;
	border: 0;
	color: #000000;
	background: #CCCCCC;
	padding: 2mm;
	cursor: pointer;
	}
.buttons{
	text-align: center;
	}

.no_print{
	display: none;
}