@charset "UTF-8";
/*-------------------------------------------------------------------

PRINT STYLESHEET NOFDP IDSS

-------------------------------------------------------------------*/

/*
Author:    Sebastian Dubbel
Website:   www.beckerspaeth.de
E-Mail:    dubbel@beckerspaeth.de
Encoding:  UTF-8
*/



/*-------------------------------------------------------------------

RESET DEFAULT STYLES

-------------------------------------------------------------------*/

/* Reset margin and padding of all HTMl elements */
/* CSS Reset, Eric Meyer. URL: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 13pt;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-------------------------------------------------------------------

GLOBAL BLOCK ELEMENTS

-------------------------------------------------------------------*/

#container {
	font-size: 62.5%; /* set font-size to reasonable size so that 10px = 1em */
}

#header,
#footer {
	display: none;
}


/*-------------------------------------------------------------------

GLOBAL CLASSES AND DEFINITIONS

-------------------------------------------------------------------*/

.margin-top_0 {
	margin-top: 0 !important;
}

.margin-top_1em {
	margin-top: .5cm !important;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear_both {
	clear: both;
}

.clearfix:after,
dl dd:after,
ul.two_column_list:after {
	content: "."; 
    display: block; 
    height: 0;
	line-height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix,
dl dd,
ul.two_column_list {
	height: 1%;
}

/* class to hide html elements */
.invisible,
.dont_print,
h1,
form#newsletter_subscription label span {
	display: none;
}  



/*-------------------------------------------------------------------

TYPOGRAPHY

-------------------------------------------------------------------*/

h2,
h3,
h4 {
	margin-top: .8cm;
	color: #70a531;
	font-weight: normal;
}

h2 {
	font-size: 18pt;
	line-height: 20pt;
}

h3 {
	font-size: 14pt;
	line-height: 16pt;
}

h4 {
	margin-top: .4cm;
	font-size: 12pt;
	line-height: 14pt;
}

p,
ul,
ol,
dl {
	font-size: 9pt;
}

p {
	margin-top: .4cm;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

code {
	font-family: "Courier New", Courier, monospace;
	color: #666;
}

ul ul, ul ol, ul dl,
ol ul, ol ol, ol dl
dl ul, dl ol, dl dl {
	font-size: 100%;
}

ol ol, ul ul,
ol ul, ul ol {
	margin-top: 0;
}

ul,
ol {
	margin: .3cm 0 0 .4cm;
}

ol {
	margin-left: .6cm;
}

ul li {
	margin-top: .1cm;
	list-style-type: disc;
}

ol li {
	margin-top: .1cm;
	list-style-type: decimal;
}

dl ul {
	font-size: 100%;
}

dl dt {
	width: 3.5cm;
	float: left;
	font-weight: bold;
	clear: left;
}

dl dd {
	margin-left: 4cm;
}

dl dt,
dl dd {
	margin-bottom: .1cm;
}



/*-------------------------------------------------------------------

TYPOGRAPHIC CLASSES

-------------------------------------------------------------------*/

h2.inpage {
	font-size: 8pt;
	line-height: 10pt;
}

h2.margin-top_0 {
	margin-top: .4cm !important;
}

span.adr_float {
	float: left;
	width: 2cm;
}

span.adr_float.long {
	width: 3cm;
}

p.img_description {
	margin-top: 0;
	color: #ccc;
}

div.software_highlight p {
	float: left;
	width: 45%;
	font-size: 12pt;
	line-height: 18pt;
}

ul.two_column_list {
	margin: 0;
}

ul.two_column_list li {
	float: left;
	width: 45%;
	margin: 0 .5cm 0 0;
	list-style-type: none;
}


/*-------------------------------------------------------------------

IMAGES

-------------------------------------------------------------------*/
img {
	line-height: 0;
}

#content img {
	margin-top: .5cm;
}

#logo img {
	margin: 0 0 0 -.5cm;
}


/*-------------------------------------------------------------------

LINKS

-------------------------------------------------------------------*/

a {
	text-decoration: none;
	border-bottom: .5pt solid #70a531;
	color: #ccc;
}

a img,
a#logo,
a.video {
	border: none;
}

a.download span.fileinfo {
	font-style: italic;
}

/* link to external website that is opened in a new window */
a.external_link {
}

/* show href attribute of external links */
a.external_link:after {
	content:" [URL: "attr(href)"]";
}


/*-------------------------------------------------------------------
SKIP LINKS
-------------------------------------------------------------------*/
#skipnav {
	display: none;
}

/*-------------------------------------------------------------------

NAVIGATION

-------------------------------------------------------------------*/

ul#navigation,
ul.inpage_navigation {
	display: none;
}


/*-------------------------------------------------------------------

FORMS 

-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
NEWSLETTER SUBSCRITPION
-------------------------------------------------------------------*/

form#newsletter_subscription {
	display: none;
}
