/* RESET */

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;
}

/*--- ENDE RESET --*/


body { font-family: verdana, arial, sans-serif; background: #ddd;}

a {color: darkgreen; text-decoration: none;}

p, li, td {font-size:0.9em;}
p {text-align: justify; margin-bottom: 12px; line-height: 20px;}
p > a + span {font-size: 0.7em; font-style: italic;}

h1  {font-size: 2em; height: 5em; float: left; padding-top: 50px;}
h1 span {font-family: georgia, serif; font-size: 5em; margin: -50px 20px 0 0; color: tomato; float: left; letter-spacing: -5px; text-shadow: #c0c0c0 3px 3px 5px;}
h2 {font-family: georgia, serif;font-size:1.3em;}
h3 {font-family: georgia, serif;font-size:1.2em; width: 100%; padding-bottom: 8px; margin: 30px 0 12px 0; border-bottom: 1px dotted darkgreen; color: darkgreen;}
h4 {font-family: georgia, serif;font-size:0.9em; width: 100%; margin-bottom: 12px;}
h4.wichtig {font-size: 1em; color: darkgreen; margin-top: 20px; text-decoration: underline;}
h5,h6 {font-style: italic; font-size:0.9em; width: 100%; margin-bottom: 12px;}
h6 {font-style: normal; font-weight: bold;}

strong {font-weight: bold;}
.right {text-align: right; border-bottom: 1px dotted #ccc; margin-top: 20px;}
.dash {list-style-type: circle; margin-left: 18px; margin-bottom: 12px;}
.no_symbol {list-style-type: none; margin-left: 18px; margin-bottom: 12px;}

ol {margin-top: 10px; list-style-type: none;}

#wrapper {width: 960px; margin: 0 auto; height: 100%; }
#header {height: 150px; width: 100%; display: block; }
#navigation { float: left; width: 100%; margin-bottom: 40px;}
#navigation ol { float: left; width: 100%; background: #efefef;box-shadow: 5px 5px 50px #BDBDBD;-moz-box-shadow: 5px 5px 50px #BDBDBD;-webkit-box-shadow:5px 5px 50px #BDBDBD;}
#navigation ol li {padding: 10px; width: 219px; height: 80px; border-right: 1px dotted #777; float: left;}
#navigation ol li.last {margin-right: 0px;}
#content {float: left; padding-bottom: 60px;}
