
	* {
		margin: 0;
		padding: 0;
		border: 0;
	}

	.clear {
		clear: both;
		display: block;
		float: none;
		height: 0;
		margin: 0;
		overflow: hidden;
		padding: 0;
		width: 0;
	}

	.spacer {
		height: 1px;
		width: 100%;
		border-bottom: 1px #ffffff dotted;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	html {
		font-size: 100%;
	}
	
	body {
		background: #ffffff;
		color: #7F7F7F;
		font-family: Arial;
		position: relative;
		font-size: 11px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height:normal;
	}

	a,a:hover {
		color: #7F7F7F;
		text-decoration: underline;
	}

	a:hover {
		color: #000000;
		text-decoration: underline;
	}

/* animierte navigation */
	
	#graggo-tab {
		visibility: visible;
		display: block;
		width: 101px;
		background: transparent url(../images/navigation-arrow.jpg) no-repeat scroll left top;
		overflow:hidden;
		font-size: 11px;
		padding-left:21px;
	}

	#graggo-tab.off {
		background-position: 0px 0px;
	}

	#graggo-tab.on {
		background-position: 0px -51px;
	}

	#graggo-nav {
		padding: 0;
		width: auto;
	}
	
	#graggo-nav-container {
		display:none;
	}
	
	.navimg {
		width: 100px;
		height: 155px;
		float: left;
		margin-right: 1px;
	}
	
	.navimglast {
		margin-right: 0;
	}

	#sitemap-link {
		float: left;
	}

	#logo {
		float: right;
	}

	#wrapper {
		width: 808px;
		margin: 20px auto 0 auto;
	}
	
	#container {
		width: 100%;
	}
	
	#navigation {
		height: 51px;
		background: url(../images/navigation-back.jpg) repeat-x;
	}
	
	#content {
		width: 100%;
		margin-top: 50px;
	}

	#footer {
		border-top: 1px #D2D2D2 solid;
		padding-top: 10px;
		margin-bottom: 10px;
	}
	
	#footer div {
		display: inline;
		margin-right: 10px;
	}
	
	#footer a {
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	h1, h2, .h1 {
		font-size: 14px;
		color: #7F7F7F;
		font-weight: bold;
		margin-bottom: 15px;
	}
	
	h2 {
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	
	p {
		margin-bottom: 15px;
	}
	
	.right, #footer {
		float: right;
		width: 408px;
	}
	
	.left {
		float: right;
		margin-right: 30px;
		width: 370px;
		text-align: right;
	}
	
	.left img {
		border: 1px solid #DAD9D9;
		padding: 2px;
	}
	
	ul.links {
		list-style-type: none;
	}
	
	ul.links li {
		margin-bottom: 15px;
		margin-left: 0;
	}
	
	#map {
		width: 100%;
		height: 250px;
		border: 1px #CCCCCC solid;
	}
	
	#map input {
		border: 1px #CCCCCC solid;
	}
	
	#Ktk input, #Ktk textarea {
		border: 1px #CCCCCC solid;
		width: 396px;
		margin-bottom: 10px;
	}
	
	#Ktk textarea {
		margin: 0;
	}
	
	#Ktk label {
		display: block;
	}
	
	#Ktk fieldset {
		border:1px solid #CCCCCC;
		padding:5px;
		margin-bottom: 15px;
	}
	
	#Ktk input.submit{
		margin-top: 10px;
		border: 3px double #CCCCCC;
		border-top-color: #999999;
		border-left-color: #999999;
		font-size: 75%;
		font-weight: bold;
		padding: 0.25em 2em;
		width: auto;
		margin-bottom: 20px;
	}
	
	p.red {
		background-color: #aa0000;
		border: 3px #ffffff double;
		padding: 5px;
		color: #ffffff;
	}
	
	p.green {
		background-color: #00aa00;
		border: 3px #ffffff double;
		padding: 5px;
		color: #ffffff;
	}
	
	ul {
		margin-bottom: 15px;
	}
	
	#content .right li {
		margin-left: 15px;
	}
	
	.limage, .caption {
		margin-bottom: 30px;
	}