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

PRINT STYLESHEET 50JAHRE VZ HESSEN

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

/*
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: "Lucida Sans Unicode", "Lucida Grande", 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

-------------------------------------------------------------------*/
#header,
#col2,
#footer,
#skipnav,
h1 {
	display: none;
}


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

GLOBAL BLOCK ELEMENTS

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

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

#col1 {
}


/*-------------------------------------------------------------------
IMAGE CONTAINER
-------------------------------------------------------------------*/
div.floatContainer {
	width: 336px;
	margin: 0;
	line-height: 0;
}

div.floatContainer.imageContainer {
	width: 314px;
}

div.floatContainer.right {
	float: right;
}

div.floatContainer.left {
	float: left;
}

div.imageContainer {
	margin: .5cm;
	line-height: 0;
}

div.floatContainer.right .imageContainer,
div.floatContainer.right.imageContainer {
	margin-right: 0;
}

div.floatContainer.left .imageContainer,
div.floatContainer.left.imageContainer {
	margin-left: 0;
}

div.imageContainer a {
	display: block;
	width: 314px;
	line-height: 0;
	border-bottom: none;
}

div.imageContainer a span {
	display: none;
}



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

GLOBAL CLASSES AND DEFINITIONS

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

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

.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 {
	font-weight: normal;
	color: #e60011;
}

h2 {
	margin-top: 1cm;
	font-size: 20pt;
	line-height: 1;
}

h3 {
	margin-top: 1cm;
	padding-bottom: .2cm;
	font-size: 16pt;
	border-bottom: 3px solid #e60011;
}

h4 {
	margin-top: 1cm;
	font-size: 12pt;
	line-height: 1.2;
}

p,
ul,
ol,
dl {
	margin-top: .5cm;
	font-size: 9pt;
	line-height: 1.4;
}

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

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

ul li {
	margin-left: .5cm;
	list-style: disc;
}

ol li {
	list-style-type: decimal;
	margin-left: .5cm;
}

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

blockquote {
	margin: 0 1cm;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


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

TYPOGRAPHIC CLASSES

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

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

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

p.intro {
	font-size: 10.5pt;
}

.imageContainer p.caption {
	margin: 0;
	padding: .2cm 0;
	font-size: 8pt;
	line-height: 1.2;
	color: #666;
}


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

IMAGES

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

img {
	line-height: 0;
}


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

LINKS

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

a,
a:link,
a:visited {
	text-decoration: none;
	color: #8d6b1e;
	border-bottom: 1px solid #fd1a26;
}

a:hover, 
a:active,
a:focus {
	color: #fd1a26;
	border-bottom-color: transparent;
}

a img {
	border: none;
}

/* 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)"]";
}


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

LIGHTBOX

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

/* Lightbox zum Drucken komplett ausblenden
*  drucken nicht möglich, da Bilder als Background-image eingefügt werden und von den Browsern 
*  beim Druck entfernt werden */
#lbOverlay,
#lbCenter,
#lbBottomContainer {
	display:none;
}