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

STANDARD STYLESHEET 50JAHRE VZ HESSEN

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

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

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

IMPORT SCREEN STYLESHEETS

-------------------------------------------------------------------*/
@import "slimbox.css";


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

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: #494949;
	background: #c2901d url(../img/bodyBg.jpg);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100.01%;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/*
Safari doesn't support the quotes attribute, so we do this instead.
*/
blockquote:before, blockquote:after, q:before, q:after {
	/*
	CSS 2; used to remove quotes in case "none" fails below.
	*/
	content: "";
	/*
	CSS 2.1; will remove quotes if supported, and override the above.
	User-agents that don't understand "none" should ignore it, and
	keep the above value. This is here for future compatibility,
	though I'm not 100% convinced that it's a good idea...
	*/
	content: 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

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

#outerContainer {
	background: url(../img/containerBg.jpg) no-repeat center top;
}

#container {
	position: relative;
	font-size: 62.5%; /* set font-size to reasonable size so that 10px = 1em */
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 37px;
	text-align: right;
	margin-bottom: 41px;
	padding-top: 11px;
}

#col1 {
	float: right;
	width: 700px;
	min-height: 406px;
	background: #fff url(../img/content50JahreBg.gif) left top no-repeat;
	padding-top: 44px;
}

#col2 {
	float: left;
	width: 260px;
	background-color: #797979;
}

#content {
	padding: 25px;
}

#footer {
	margin: 0 25px 10px 25px;
	border-top: 1px solid #a9a9a9;
	height: 25px;
	background: url(../img/logoVerbraucherZentraleFooter.gif) no-repeat right bottom;
}


/*-------------------------------------------------------------------
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: 22px;
	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;
	position: relative;
	line-height: 0;
	border-bottom: none;
}

div.imageContainer a span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/maximize.png) no-repeat;
}

div.imageContainer a:hover span,
div.imageContainer a:focus span {
	background-position: 0 -30px;
}


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

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

/* class to hide html elements from screen, but leave them readable for screenreaders */
.invisible,
h1 {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	background-image: none;
}  


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

TYPOGRAPHY

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

h2, h3, h4 {
	font-weight: normal;
	color: #e60011;
}

h2 {
	margin-top: 2.5em;
	font-size: 2.8em;
	line-height: 1;
}

h3 {
	margin-top: 2.5em;
	padding: .3em;
	font-size: 2em;
	background-color: #ebb73f;
	border-bottom: 3px solid #e60011;
}

h4 {
	margin-top: 1.8em;
	font-size: 1.8em;
	line-height: 1.2;
}

p,
ul,
ol,
dl {
	margin-top: 1.5em;
	font-size: 1.3em;
	line-height: 1.4;
}

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

ul li,
ol li {
	margin-top: .3em;	
}

ul li {
	margin-left: .8em;
	list-style: none;
	background: url(../img/liArrow.gif) 0 4px no-repeat;
	padding-left: 19px;
}

ol li {
	list-style-type: decimal;
	margin-left: 2.3em;
}

dl ul {
	font-size: 100%;
}

dl dt {
	width: 10em;
	float: left;
	font-weight: bold;
	clear: left;
}

dl dd {
	margin-left: 11em;
}

dl dt,
dl dd {
	margin-bottom: .5em;
}

blockquote {
	margin: 0 3em;
	font-size: 1.076em;
	/*color: #8d6b1e;*/
	font-style: italic;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


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

TYPOGRAPHIC CLASSES

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

span.adr_float {
	float: left;
	width: 4.5em;
}

span.adr_float.long {
	width: 8em;
}

p.intro {
	font-size: 1.4em;
	line-height: 1.5;
	color: #8d6b1e;
}

.imageContainer p.caption {
	margin: 0;
	padding: .5em .7em;
	font-size: 1.1em;
	line-height: 1.2;
	color: #fee7b2;
	background-color: #c2901d;
}



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

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

a#logo {
	border: none;
	position: relative;
	top: -41px;
}

a#printPage,
a#printPage:link,
a#printPage:visited {
	display: block;
	margin-top: 6px;
	width: 19px;
	height: 20px;
	text-indent: -999em;
	background: url(../img/printPage.gif) no-repeat 0 0;
	border-bottom: none;
}

a#printPage:hover,
a#printPage:active,
a#printPage:focus {
	background-position: 0 -20px;
}

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


/*-------------------------------------------------------------------
SKIP LINKS
-------------------------------------------------------------------*/
#skipnav {
	margin: 0;
}

/* take links aout of document flow through absolute positioning
   hide links by positioning them outside of the visible screen area */
#skipnav a {
	position: absolute; 
	z-index: 2; 
	overflow: hidden; 
	top: -1000em; 
	left: -1000em;
	padding: 0;
	margin: 0;
} 

/* show links when focused or active, by positioning them inside visible screen area */
#skipnav a:focus, 
#skipnav a:active {
	z-index: 99;
	display: block;
	top: 10px;
	left: 0;
	padding: .5em 1em;
	color: #fff;
	background-color: #797979;
	font-size: .923em; /* = 12px */
}


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

FORMS 

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

fieldset {
	border: solid 0 #fff;
}

fieldset legend {
	display: none;
}



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

HEAD NAVIGATION

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

ul#head_nav {
	margin-top: 0;
	line-height: 36px;
}

ul#head_nav li {
	margin: 0;
	padding: 0 1.5em 0 0;
	background: none;
	display: inline;
	font-size: .923em; /* = 12px */
}

ul#head_nav li a {
	color: #f3d99e;
	border-bottom: none;
}

ul#head_nav li a:hover,
ul#head_nav li a:active,
ul#head_nav li a:focus {
	color: #fff;
	border-bottom: none;
}


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

NAVIGATION

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

ul#navigation,
ul#navigation ul {
	margin: 0;
	border-top: 1px solid #888;
	padding-bottom: 2.5em;
}

ul#navigation {
	margin-top: -1.5em;	
}

ul#navigation li {
	margin: 0;
	padding: 0;
	background: none;
	font-size: .923em; /* = 12px */
	line-height: 1.3;
}

ul#navigation li ul li {
	font-size: 100%;	
}

ul#navigation li a,
ul#navigation li a:link,
ul#navigation li a:visited {
	display: block;
	padding: .6em 1em;
	color: #fff;
	background-color: #797979;
	border-bottom: 1px solid #888;
}

ul#navigation li a:hover,
ul#navigation li a:active,
ul#navigation li a:focus {
	color: #434343;
	background-color: #a5a5a5;
	border-bottom-color: #a5a5a5;
}


/* 2nd level */
ul#navigation ul {
	padding-bottom: 0;
	border-top: none;
	background-color: #888;
	padding: 0 0 .5em 0;
}

ul#navigation ul li a,
ul#navigation ul li a:link,
ul#navigation ul li a:visited {
	padding: .3em 1em .3em 2em;
	color: #d1d1d1;
	background-color: #888;
	border-bottom: none;
}

ul#navigation ul li a:hover,
ul#navigation ul li a:active,
ul#navigation ul li a:focus {
	color: #434343;
	background-color: #a5a5a5;
}

/* active */
ul#navigation li.nav_active a,
ul#navigation ul li.nav_active a {
	color: #fd1a26;
	background-color: #fff;
	border-bottom-color: #fff;
}

ul#navigation ul li.nav_active a {
	border-bottom: none;
}
