
			* {
				margin: 0;
				padding: 0;
				border: 0;
				font-size: 100.01%;
			}
				
			body {
				background-image: url("../image/layout/naviline.gif");
				background-repeat: repeat-y;	
				font-family: Verdana, Arial;

			}
			#container {
				-width: 980px;
				min-width: 980px;					
			}

			
			#logo {
				-height: 200px;
				min-height: 200px;
				width: 100%;
				font-weight: bold;
				color: #CCCCCC;
				background-image: url("../image/layout/topline.gif");
				background-repeat: repeat-x;
				background-position: bottom;
				background-color: black;
				font-size: 90.01%;


			}
			#logo div {
				-height: 180px;
				min-height: 180px;
				padding-left: 458px;
				padding-top: 20px;
				padding-bottom: 5px;
				background-image: url("../image/layout/logo2.gif");
				background-repeat: no-repeat;
			}

			#logo p {
				padding-top: 25px;
				padding-bottom: 20px;
			}

			ul#navi {
				font-size: 90.01%;
				float: left;
			}

			#navi li {
				width: 188px;
				margin: 5px;				
				border: 1px solid black;
			}

			#navi a {
				text-align: center;
				display: block;				
				width: 174px;
				-width: 184px;
				padding: 5px;
				margin: 2px;
				background-color: #FFFFFF;
			}
			#navi li.active {
				background-color: #FFFFFF;
			}
				
			#navi .active a {
				background-color: #CCCCCC;
			}

			#navi a:active,
			#navi a:link,
			#navi a:visited,
			#navi a:hover,
		       	#navi a:focus {
				color: #666666;
				text-decoration: none;
				font-weight: bold;
				
			}

			#navi .active a:active,
			#navi .active a:link,
			#navi .active a:visited,
			#navi .active a:hover,
			#navi .active a:focus {
				color: #000000;
			}

			#inhalt {
				margin-left: 200px;
				padding: 10px;
				-height: 1%;
				width: 700px;
				font-size: 90.01%;
			}

			#inhalt p {
				margin-bottom: 1em;
			}

			#inhalt h1 {
				margin-bottom: 1em;
				color: #666666;
				font-weight: bold;
				font-size: 120%;
			}

			#inhalt h2 {
				margin-bottom: 0.5em;
				color: #666666;
				font-weight: bold;				
			}

			#inhalt ul {
				margin-left: 2em;
				margin-bottom: 1em;
				list-style-type: square;
			}

			#inhalt li {
				margin-bottom: 0.5em;
			}

			

			.pictureLeft {
				float: left;
				padding: 1px;
				border: 1px solid #CCCCCC;
				margin-right: 0.5em;
				margin-bottom: 0.5em;
			}

			a:link,
			a:visited,
			a:active,
			a:focus,
			a:hover {
				color: red;
			}

			



