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

PRINT STYLESHEET VERBRAUCHER ENTSCHEIDEN

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

/*
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,
a.linkButtonBack {
	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 #015661;
}

.grid_1_2 {
	float: left;
	width: 40%;
	margin-left: 1cm;
}

.grid_1_2.first-child {
	margin-left: 0;
}


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

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,
table caption,
div.hr hr {
	display: none;
}

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

.equal_height {
	position: relative;	
}


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

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;
}

div.hr {
	margin: .6cm 0;
	height: 0; 
	line-height: 0;
	border-top: .5pt solid #000;
}


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

TYPOGRAPHIC CLASSES

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

h4.small,
p.small {
	margin-top: .5cm;
	font-size: 8pt;
	line-height: 12pt;
}

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 #015661;
}

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

.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;
}

/* BARGRAPH */
dl.bargraph_list {
	margin-top: .5cm;
}
dl.bargraph_list dt {
	width: 100%;
	float: none;
	margin-bottom: 0;
}

dl.bargraph_list dd {
	float: none;
	margin-left: .3cm;
}

dl.bargraph_list dd strong {
	font-weight: normal;
}

/* small */
dl.bargraph_list.small  {
	font-size: 8pt;
	line-height: 11pt;
}

dl.bargraph_list.small dt {
	
}

dl.bargraph_list.small dd {
	margin-bottom: .1cm;
}



/* FORDERUNGEN */
ul.forderungen {
	margin-left: 0;
	list-style-type: none;
}

ul.forderungen li {
	margin: 0;
	padding-left: 0;
	margin-top: .1cm;
	font-size: 8pt;
	line-height: 11pt;
}

ul.forderungen li span.ref {
	font-style: italic;
	color: #52838a;
}

ol.forderungen {
	margin-left: 0;
	list-style: none;
}

ol.forderungen h4 {
	margin-top: .3cm;
	font-weight: bold;
	font-size: 9pt;
}

ol.forderungen span.date {
	color: #848484;
	font-style: italic;
	font-weight: normal;
}

ol.forderungen p {
	margin-top: 0;
}

ol.forderungen div.hr {
	margin: .3cm 0;
}

span.thema {
	color: #1d6670;	
}


/* LINKLIST */
ul.li_margin,
ol.li_margin {
	margin-top: 0;
}

ul.li_margin li,
ol.li_margin li {
	margin-top: .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: underline;
	color: #015661;
}

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

.infobox a.linkButton {
	display: inline;
	padding: 0;
	border: none;
}

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,
a.external_link.nourl:after,
h2 a.external_link:after,
h3 a.external_link:after,
h4 a.external_link:after {
	content:"";
}


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

FORMS 

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

form {
	margin-top: .5cm;
}

fieldset {
	border: solid 0 #fff;
}

fieldset legend {
	display: none;
}

label {
	font-weight: bold;	
}

span.pflicht {
	font-weight: normal;
	color: #b11717;
}

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

input.text,
textarea {
	padding: .1cm;
	width: 90%;
	border: .5pt solid #000;
}

textarea {
	height: 3cm;
}

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

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

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

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

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

#message_form label,
.mail_float {
	display: block;
	width: 100%;
}

#message_form .secQ label {
	float: left;
	width: 3cm;
}

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

#quiz_form label {
	display: block;
}


/*-------------------------------------------------------------------
UMFRAGE FORM 
-------------------------------------------------------------------*/
#umfrage label {
	display: block;
	font-weight: normal;
	margin-left: 1cm;
}

#umfrage input.radio,
#umfrage input.checkbox {
	float: left;
}


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

TABLES

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

table {
	border-collapse: collapse;
	margin: .5cm 0 0 0;
	width: 100%;
}

table th,
table td {
	line-height: 1.2;
	padding: .15cm;
	text-align: left;
	vertical-align: top;
	border-right: .2pt solid #ccc;
	border-bottom: .5pt solid #000;
}

tbody tr th {
	border-right: .2pt solid #ccc;
}

thead th,
tbody th {
	font-weight: bold;
}

thead th:last-child,
tbody th:last-child,
thead td:last-child,
tbody td:last-child,
tbody th {
	border-right: none;	
}



/*-------------------------------------------------------------------
MATRIX
-------------------------------------------------------------------*/

table.matrix th,
table.matrix td {
	width: 15%;
}

