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

PRINT STYLESHEET VERBRAUCHER FÜR EUROPA

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

/*
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: "Helvetica Neue", Helvetica Neue, "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 100.01%;
}
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;
}


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

HIDDEN ELEMENTS THAT AREN´T PRINTED

-------------------------------------------------------------------*/
#skipnav,
#nav_head_container,
#navigation,
h1,
.hide,
a#logo {
	display: none;
}


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

GLOBAL BLOCK ELEMENTS

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

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

.infobox {
	margin: .6cm 0;
	padding: .3cm;
	border: 2pt solid #f8bf05;
}


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

GLOBAL CLASSES AND DEFINITIONS

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

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

.subhead {
	color: #848484 !important;
	font-weight: normal;
}

.float_left {
	float: left;
	margin-right: .3cm;
}


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

/* clearing for IE6 */
.clearfix,
dl dd {
	height: 1%;
}

/* class to hide html elements */
.invisible,
.dont_print {
	display: none;
}

/* class to print hidden elements */
.do_print {
	display: block !important;
}


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

TYPOGRAPHY

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

h2,
h3,
h4 {
	margin-top: .8cm;
	font-weight: bold;
}

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

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

h4 {
	font-size: 12pt;
	line-height: 12pt;
}

p,
ul,
ol,
dl,
#content img {
	margin-top: .5cm;
}

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


.infobox p,
.infobox ul,
.infobox ol,
.infobox dl {
	margin-top: .5cm;
}

strong {
	font-weight: bold;
}

strong.bigger {
	font-size: 11pt;
	font-weight: normal;
}

em {
	font-style: italic;
}

ul {
	margin-left: 1cm;
	list-style-type: disc;	
}

ul li,
ul.wider ul li,
ul.wider ol li,
ol.wider ul li,
ol.wider ol li,
ol li {
	margin-top: .1cm;
}

.infobox ul li,
ul.wider li,
ol.wider li {
	margin-top: .3cm;
}

ol {
	margin-left: 1cm;
	list-style: decimal;
}

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

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

dl dd {
	margin-left: 5cm;
}

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

hr {
	margin: .6cm 0;
	height: .5pt; 
	background-color: #000; 
	border: 0px solid #000;
	color: #000;
}


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

TYPOGRAPHIC CLASSES

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

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

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

.system_msg {
	display: block;
	margin: .5cm 0;
	padding: .3cm .5cm;
	border: 2pt solid #f8bf05;
}

.system_msg.error {
	border-color: #e62d30;
	color: #e62d30;	
}

.system_msg.success {
	border-color: #137f00;
	color: #137f00;	
}

em.fileinfo {
	font-style: italic;
	color: #848484;
}

ul.ul_left {
	float: left;
	width: 40%;
	margin-right: .5cm;
}


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

IMAGES

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

img {
	line-height: 0;
}


#link_vzbv img {
	margin-bottom: .8cm;	
}


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

LINKS

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

a,
a:link,
a:visited,
a:hover, 
a:active,
a:focus {
	text-decoration: none;
	color: #6f6f6f;
	border-bottom: .5pt solid #f8bf05;
}

a.linkButton,
a.linkButton:link,
a.linkButton:visited,
a.linkButton:hover, 
a.linkButton:active,
a.linkButton:focus,
a.linkButtonBack,
a.linkButtonBack:link,
a.linkButtonBack:visited,
a.linkButtonBack:hover, 
a.linkButtonBack:active,
a.linkButtonBack:focus {
	display: block;
	margin: .3cm .3cm .3cm 0;
	padding: .3cm;
	border: 2pt solid #f8bf05;
	width: 6cm;
	line-height: 10pt;
}

a img {
	border: none;
}

/* unstyled links */
.unstyled,
#link_vzbv,
#logo,
#jump_content,
#jump_navigation {
	padding: 0;
	border: none;
	background: none;
	line-height: 0;
}

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

a#link_vzbv.external_link:after {
	content:"";
}


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

FORMS 

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

form {
	margin-top: .5cm;
}

fieldset {
	border: solid 0 #fff;
}

fieldset legend {
	display: none;
}

input,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica Neue, "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 9pt;
}

input.text,
textarea {
	padding: .1cm;
	width: 6cm;
}

input.text.short {
	width: 2cm !important;	
}

form p {
	margin-top: .3cm;
}

form .error label,
form .error h3 {
	color: #e62d30;
}

form .error input.text,
form .error textarea {
	background-color: #ffdfe0;
	color: #e62d30;
}

/*-------------------------------------------------------------------
MESSAGE FORM 
-------------------------------------------------------------------*/
form#message_form,
div#form_data {
	margin: .5cm 0;
	padding: .3cm;
	border: 2pt solid #ffebab;
}

#message_form label,
.mail_float {
	display: block;
	float: left;
	width: 4cm;
	font-weight: bold;
}

/*-------------------------------------------------------------------
QUIZ FORM 
-------------------------------------------------------------------*/
form#quiz_form {
	margin-top: 0;
}

#quiz_form label {
	display: block;
}

/*-------------------------------------------------------------------
IMAGE List
-------------------------------------------------------------------*/
ul#img_list {
	margin-left: 0;	
}

ul#img_list li {
	margin: 0 0 0 .2cm;
	padding: 0;
	background: none;
	float: left;
	width: 206px;
	display: block;
}

ul#img_list li.first-child {
	margin-left: 0;
}

