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: none;
	vertical-align: baseline;
}
ol, ul {
	list-style: none; 
}
table, td {
	border-collapse: collapse;
	border-spacing: 0;
}
img { display: block; border: none; }


/* ************************************************************************ */
/* STRUKTUR */
/* ************************************************************************ */

body {
	background: #ffffff url(body.png) top left repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#bg {
	position: fixed;
	background: transparent url(body2.png) top left no-repeat;
	width: 1400px;
	height: 1110px;
}

#header {
	position: relative;
	height: 281px;
	overflow: hidden;
}

#slideshow {
	position: absolute;
	top: 41px;
	left: 265px;
}

#header img#overlay {
	position: absolute;
	z-index: 98;
}

#content {
	position: absolute;
	top: 335px;
	left: 400px;
	width: 540px;
	line-height: 23px;
}

#sidebar {
	position: absolute;
	background-color: #fff;
	top: 335px;
	left: 45px;
	margin-bottom: 50px;
	width: 275px;
	line-height: 23px;
	color: #666666;
	z-index:97;
}

#impressum {
	position: fixed;
	bottom: 25px;
	left: 65px;
	color: #f59b00;
	text-decoration: none;
	font-weight: bold;
}

/* ************************************************************************ */
/* NAV */
/* ************************************************************************ */

#navmain {
	position: absolute;
	top: 260px;
	left: 400px;
	z-index: 99;
}

#navmain a.button {
	position: absolute;
	left: 318px;
	top: -26px;
	margin: 0;
	display: block;
	overflow: hidden;
	width: 224px;
	height: 42px;
	text-indent: -99em;
	background: transparent url(button0alone.png) top left no-repeat;
}

#navmain ul li {
	float: left;
}

#navmain ul li a {
	display: block;
	float: left;
	overflow: hidden;
	width: 43px;
	height: 42px;
	text-indent: -99em;
}

#navmain ul li.active a {
	width: 260px;
}

#navmain ul li a.a { background: transparent url(button1.png) top left no-repeat; }
#navmain ul li a.b { background: transparent url(button2.png) top left no-repeat; }
#navmain ul li a.c { background: transparent url(button3.png) top left no-repeat; }
#navmain ul li a.d { background: transparent url(button4.png) top left no-repeat; }
#navmain ul li a.e { background: transparent url(button5.png) top left no-repeat; }
#navmain ul li a.f { background: transparent url(button6.png) top left no-repeat; }
#navmain ul li a.g { background: transparent url(button7.png) top left no-repeat; }
#navmain ul li span.a { background: transparent url(buttonA.png) top left no-repeat; width: 15px; height: 42px; float: left; }
#navmain ul li span.z { background: transparent url(buttonZ.png) top left no-repeat; width: 15px; height: 42px; float: left; }

#navmain ul li.hover a,
#navmain ul li.hover span { background-position: bottom left; } 

#navmain ul li.active a,
#navmain ul li.active span { background-position: bottom left; } 


/* ************************************************************************ */
/* CONTENT AND SIDEBAR */
/* ************************************************************************ */

#content p {
	margin: 0 0 10px 0;
}


#sidebar p {
	margin: 0 20px 10px 20px;
}

#sidebar div.kontakt {
	width: 273px;
	height: 42px;
	overflow: hidden;
	margin-top: 25px;
	background: transparent url(buttonKontakt.png) top left no-repeat;
}
#sidebar div.kontakt:hover {
	background-position: left -42px;
	cursor: pointer;
}
#sidebar div.kontakt.active, #sidebar div.kontakt.active:hover {
	height: 192px;
	background-position: bottom left;
}
#sidebar div.kontakt p:first-child {
	margin-top: 50px;
}
#sidebar div.kontakt p {
	color: #fff;
	line-height: 20px;
}


#content .txt1r, #sidebar .txt1r { text-indent: -999em; background-repeat: no-repeat; background-position: top left; height: 27px; margin-bottom: 25px; }
#content .txt2r, #sidebar .txt2r { text-indent: -999em; background-repeat: no-repeat; background-position: top left; height: 62px; margin-bottom: 25px; }

#content a.button, #navmain a.button {
	display: block;
	float: right;
	overflow: hidden;
	margin-top: 25px;
	width: 273px;
	height: 42px;
	text-indent: -99em;
}


#content a.a { background: transparent url(button1alone.png) top left no-repeat; }
#content a.b { background: transparent url(button2alone.png) top left no-repeat; }
#content a.c { background: transparent url(button3alone.png) top left no-repeat; }
#content a.d { background: transparent url(button4alone.png) top left no-repeat; }
#content a.e { background: transparent url(button5alone.png) top left no-repeat; }
#content a.f { background: transparent url(button6alone.png) top left no-repeat; }
#content a.g { background: transparent url(button7alone.png) top left no-repeat; }

#content a.button:hover, #navmain a.button:hover { background-position: bottom left; } 


/* Links */

a:link {
	color: #0068b4;
	text-decoration: underline;
}
a:visited {
	color: #0e4094;
	text-decoration: underline;
}
a:hover {
	color: #0068b4;
	text-decoration: none;
}
a:active {
	color: #0e4094;
	text-decoration: none;
}
















