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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-family: 'Gill Sans', 'Gill', Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #C4E0F5;
	margin-bottom: 20px;
}

h1, h2, h3 {
	font-size: 11px;
}

h3 {
	margin-top: 11px;
}

a {
	color: #000000;
}




#head {
	margin: 2px auto 0px auto;
	width: 1020px;
	height: 95px;
}

#head h1 {
	float: left;
	width: 400px;
	font-size: 41px;
	font-weight: bold;
	margin-top: 3px;
	text-transform: uppercase;
	
}

#head #zhdlogo {
	float: right;
}

#main {
	float: left;
	display: block;
}

#left {
	width: 200px;	
	float: left;
	padding: 0px 0px 10px 0px;
}

#right {
	width: 800px;
	float: left;
	margin-left: 20px;
}

#subcontent {
	float: left;
	width: 200px;
	margin-top: 10px;
	line-height: 14px;
}

#subcontent #description {
	display: block;
	height: 71px;
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
}

#werbung {
	margin-top: 20px;
	margin-bottom: 15px;
}

#navigation {
	float: left;
	padding: 0px;
}

#navigation li {
	display: block;
	width: 200px;
	font-size: 21px;
	background-color: #000000;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}

#navigation li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	letter-spacing: 2px;
	padding: 6px 3px;
	font-weight: bold;
}

#navigation li .selected {
	display: block;
	color: #ffffff;
	background-color: #cccccc;
	letter-spacing: 4px;
}

#wrapper {
	margin: 0px auto 0px auto;
	width: 1020px;
	padding: 0px 10px 0px 10px;
}

#datenav {
	margin-top: 10px;
	width: 800px;
	float: left;
}

#datenav p {
	font-size: 17px;
	text-align: center;
	vertical-align: middle;
	width: 120px;
	float: left;
	font-weight: bold;
	color: #000000;
	padding-top: 8px;
}

#dateleft {
	padding: 0px;
	width: 340px;
	height: 30px;
	float: left;
}

#dateright {
	padding: 0px;
	width: 340px;
	height: 30px;
	float: right;
}


#dateleft li {
	display: inline;
	float: left;
	margin-right: 5px;	
}


#dateright li {
	display: inline;
	float: right;
	margin-left: 5px;	
}

#datenav ul li a {
	display: block;	
	width: 60px;
	height: 16px;
	color: #ffffff;
	background-color: #000000;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}


#overview  {
	display: block;
	width: 800px;
	height: 450px;
	padding: 0px;
	margin: 0px;
}

#overview li {
	float: left;
	display: block;
	width: 133px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#overview li img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#banner {
	float: left;
	margin: 0px auto 0px auto;
	width: 1020px;
	padding: 0px;
}

#right-banner {
	float: left;
	width: 270px;
	height: 90px;  
	margin-left: 0px; 
	
}

#footer {
	clear: both; 
	margin: 10px auto 0px auto;
	width: 1020px;
	padding: 0px;
}

#impressum #content {
	line-height: 14px;
}

#impressum #content h2 {
	text-transform: uppercase;
	font-weight: bold;
}






