/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
a,
a:focus,
a:hover {
	outline: none;
}



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

/* ende reset-styles */




html, body {
	margin: 0;
	padding: 0;
}

body { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 62.5%;
	line-height: 195%;
	letter-spacing: 0.02em;
	color:#000000;
	background-color: #ffffff;		
	}


img {
	border: 0;
}

a {
	text-decoration: none; 
}


/* ### start bloecke ### */
div#wrapper { 
	position: relative;
	float: left;
	width: 90em;
	padding: 4.8em 2.8em 3em 2.8em;
}


div#header { 
	position: relative;
	float: left;
	width: 100%;
	height: 23em;
}

div#logo {
	position: relative;	
	float: left;
	width: 16.2em;
	margin: 0 1.6em 1.7em 0;
}

div#subheader {
	position: relative;	
	float: left;
	width: 50.8em;
}

div#headerbilder {
	clear: left;
	position: relative;	
	float: left;
	width: 100%;
	margin: 0 0 1.3em 0;
}

div#navigation {
	position: relative;	
	float: left;
	width: 100%;
	margin: 0  0 0 -0.8em;
}


div#content {
	position: relative;
	float: left;
	width: 73em;
}

div#intro {
	margin: -0.7em 0 4.8em 0;
}



/*#### end bloecke ####*/

/* ### start navelemente ### */

ul#level1 {
	width: 100%;
	padding: 0; 
	margin: 0; 
	list-style-type: none;	
}

ul#level1 li {
	display: inline;
	float: left;
	color:#85807b; 
	font-size: 1.1em;
	border-right: 0.1em solid #85807b; 
	padding: 0 0.8em 0 0;
	margin: 0  0 0 0.8em;
	line-height: 100%;
	font-weight: bold;
}

ul#level1 li.last {
	border-right: 0 solid #85807b; 
}

ul#level1 a {
	text-decoration: none; 
	color:#85807b; 
}

ul#level1 li.hier a,
ul#level1 a:focus,
ul#level1 a:hover {
	color:#e2151c; 
}

/* ### end navelemente ### */


/* ### start bildelemente ### */



/* ### end bildelemente ### */


h1, h2, h3, h4, h5 {
	font-size: 1.1em;
	color:#009ee0; 
	margin: 0 0 0 0;
}

h1 { 
	color:#000000; 
	font-size: 1.2em;	
	text-transform: uppercase;
}



p {
	font-size: 1.1em;
	margin: 0 0 1.9em 0;
}

.blau  {
	color:#009ee0; 
}


#intro p span.blau {
	font-size: 1.3em;
	line-height: 240%;
}


div#videos {
	margin: 0 0 3em 0;
}

#content a {	
	color:#000000;
	text-decoration: none;
}

#content a:focus,
#content a:hover {	
	text-decoration: underline;
}


#content ul {
	margin: 0 0 1.4em 1.6em;
	list-style-type: disc;
	list-style-position: outside;
}

#content ol {
	margin: 0 0 1.4em 1.6em;
	list-style-type: decimal;
	list-style-position: outside;
}

