		body
		{
			margin: 0;
			padding: 0;
			font-size: 95%;
			font-family: Verdana, Arial, sans-serif;
			color: #000;
			background-color: #fff;
		}

		a:link { color: #036; }
		a:visited { color: #066; }

		a:hover, a:active
		{
			color: #fff;
			background-color: #036;
		}

		div#banner
		{
			color: #fff;
			background-color: #000;
			border-bottom: 1px solid #000;
		}

		div#banner h1
		{
			margin: 0;
			padding: .3em 0 .3em .5em;
			font-family: "Old Bookman Style", Verdana, Arial, sans-serif;
			font-size: 2.2em;
			font-weight: normal;
			text-align: center;
		}
		div#banner a:link { color: #fff; text-decoration:none;}
		div#banner a:visited { color: #fff; text-decoration:none;}
		div#banner a:hover { color: #fff; background-color: #000; text-decoration:none;}
		div#banner a:active { color: #fff; text-decoration:none;}

		div#iv
		{
			color: #fff;
			background-color: #333;
			border-bottom: 1px solid #000;
			
		}

		div#iv a:link { color: #fff; text-decoration:none;}
		div#iv a:visited { color: #fff; text-decoration:none;}
		div#iv a:hover { color: #fff; background-color: #333; text-decoration:none;}
		div#iv a:active { color: #fff; text-decoration:none;}

		div#iv h3
		{
			margin: 0;
			padding: .3em 0 .3em .5em;
			font-family: "Old Bookman Style", Verdana, Arial, sans-serif;
			font-size: 1.0em;
			font-weight: normal;
			text-align: center;
		}

		div#container
		{
			background-image: url(./../img/nav_col_base.png);
			background-repeat: repeat-y;
		}

		div#container2
		{
			background-image: url(./../img/more_col_base.png);
			background-repeat: repeat-y;
			background-position: right;
		}

		div#navcontainer
		{
			float:left;
			font: 10px "verdana",sans-serif;
			font-weight: 900;
			display: block;
			color: #000;
			background: #ccc;
			width: 12em;
			padding: 20px;
			margin-top: 2em;
		}

		ul#navlist,ul#navlist li ul#subnavlist
		{
			list-style-type: none;
			padding: 0;
			margin: 0;
		}

		ul#navlist li,ul#navlist li ul#subnavlist li
		{
			display: inline;
		}

		ul#navlist li a
		{
			display: block;
			width: 12em;
			color: #000;
			background: #ccc;
			text-align: center;
			text-decoration: none;
			border-left: solid #eee;
			border-top: solid #eee;
			border-right: solid #aaa;
			border-bottom: solid #aaa;
			border-width: 2px;
			margin: 0;
			padding: 2px 5px 2px 5px;
		}

		ul#navlist li a:hover,ul#navlist li a:focus
		{
			background: #eee;
		}

		ul#navlist li a:active
		{
			border-left: solid #aaa;
			border-top: solid #aaa;
			border-right: solid #eee;
			border-bottom: solid #eee;
			border-width: 2px;
			padding: 2px 5px 2px 5px;
		}

		ul#navlist li#active a
		{
			color: #eee;
			background: #bbb;
			border-left: solid #eee;
			border-top: solid #eee;
			border-right: solid #aaa;
			border-bottom: solid #aaa;
			border-width: 2px;
		}

		ul#navlist li ul#subnavlist li a
		{
			display: block;
			width: 11em;
			color: #000;
			background: #ccc;
			text-align: center;
			text-decoration: none;
			border-left: solid #aaa;
			border-right: solid #aaa;
			border-width: 0 1px 0 1px;
			margin: 0 0 0 1em;
			padding: 3px 6px 3px 6px;
		}

		ul#navlist li ul#subnavlist li a:hover,ul#navlist li ul#subnavlist li a:focus { background: #eee; }

		ul#navlist li#active ul#subnavlist li#subactive a
		{
			color: #eee;
			background: #bbb;
		}

		div#navigation
		{
			float: left;
			width: 12cm;
			padding-top: 2em;
		}

		div#more
		{
			float: right;
			width: 160px;
			margin: 0;
			padding: 2em 10px 0 0;
			color: #fff;
		}

		div#more a:visited,a:active,a:link {color: #000;text-decoration:none;}
		
		div#more a:hover {color: #000;background-color: #eee;}

		div#more h3
		{
			margin-top: 0;
			color: #fff;
			padding: .2em;
		}

		div#more p#rechts
		{
			text-align: left;
			margin: 0;
		}
		
		div#content
		{
			margin-left: 190px;
			margin-right: 200px;
			color: #000;
		}

		div#content h2
		{
			font-size: 1.7em;
			color: #036;
			margin: 0;
			padding-top: 1em;
			font-weight: bold;
		}

		div#content h3
		{
			font-size: 1.3em;
			color: #036;
			margin: 0;
			padding-top: 1em;
			font-weight: bold;
		}

		div#content h4
		{
			font-size: 1.1em;
			color: #036;
			margin: 0;
			padding-top: 1em;
			font-weight: bold;
		}

		div#content em
		{
			font-size: 0.9em;
		}

		div#content a#off
		{
			text-decoration: none;
		}
		
		div#content h3 a:link { color: #036; text-decoration:none;}
		div#content h3 a:visited { color: #036; text-decoration:none;}
		div#content h3 a:hover { color: #036; background-color: #fff; text-decoration:underline;}
		div#content h3 a:active { color: #036; text-decoration:none;}
		
		div#content { line-height: 150%; }
		
		div#content ul 
		{
			list-style-type: none;
		}

		div#content ul#on
		{
			list-style-type: circle;
		}
		
		div#content ul#on ul
		{
			list-style-type: square;
		}
		div#content ul#on ul#off
		{
			list-style-type: none;
		}
		
		div#content p#block
		{
			text-align: justify;
		}

		div#content table#mitte
		{
			text-align: center;
		}

		div#content div#rechts
		{
			text-align: right;
			margin: 0;
		}
		div#content p#rechts
		{
			text-align: right;
			margin: 0;
		}
		
		div#content a:link {color: #036;text-decoration: underline;}
		
		div#content a:visited {color: #066;text-decoration: underline;}
		
		div#content a:hover {color: #fff;background-color: #036;}

		#cleardiv
		{
			clear: both;
			height: 1em;
		}

		div#footer
		{
			clear: both;
			padding: .5em 1em;
			border-top: 1px solid #999;
			text-align: right;
		}

		div#footer ul
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
		}

		div#footer li
		{
			display: inline;
			margin-right: 1em;
		}

		div#footer a:link { color: #000; text-decoration:none;}
		div#footer a:visited { color: #000; text-decoration:none;}
		div#footer a:hover { color: #000; background-color: #fff; text-decoration:none;}
		div#footer a:active { color: #000; text-decoration:none;}

		div#more .iconlist
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}

		div#more li.pdf
		{
			background-image: url(./../img/bullet_pdf.png);
			background-repeat: no-repeat;
			background-position: 0 50%;
			padding: 3px 0 3px 20px;
			margin: .4em 0;
		}

		.iconlist
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}

		li.logo
		{
			background-image: url(./../img/logo_black.png);
			background-repeat: no-repeat;
			background-position: 0;
			padding: 0px 0 0px 0px;
			margin: 0;
		}
		
		li.doc
		{
			background-image: url(./../img/bullet_doc.png);
			background-repeat: no-repeat;
			background-position: 0 50%;
			padding: 3px 0 3px 20px;
			margin: .4em 0;
		}
		ul#iconlist h1
		{
			font-size="200%";
		}
		
		li.text
		{
			background-image: url(./../img/bullet_text.png);
			background-repeat: no-repeat;
			background-position: 0 50%;
			padding: 3px 0 3px 20px;
			margin: .4em 0;
		}

		li.html
		{
			background-image: url(./../img/bullet_htm.png);
			background-repeat: no-repeat;
			background-position: 0 50%;
			padding: 3px 0 3px 20px;
			margin: .4em 0;
		}
		
		li.firefox
		{
			background-image: url(./../img/firefox.png);
			background-repeat: no-repeat;
			background-position: 0 50%;
			padding: 3px 0 3px 20px;
			margin: 0.4em 0;
		}
		
		table#termine
		{
			color: #000;
		}