body {
	background: #FFF url(../imgs/body_bg.png) 0 0 repeat-x;
	color: #000;
	font-family: Myriad Pro, Tahoma, Geneva, sans-serif !important;
}
a:link, a:visited {
		color: #284067;
		text-decoration: underline;
}
a:hover {
		color: #284067;
		text-decoration: none;
}
a:active {
		color: #284067;
		text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

/* NAVIGATION */
	#hauptnavigation {
		height: 34px;
		position: relative;		
		top: -21px;
		margin:0;
		margin-bottom: -30px;
		padding: 11px 0 0 0;
		text-align: center;
		background: transparent url(../imgs/hauptnavigation_bg_2.png);
		/*opacity: 0.9;*/
	}
	#hauptnavigation li {
		display: inline;
		list-style-type: none;
		padding-right: 20px;
	}
	#hauptnavigation li a {
		color: #FFF;
		font-size: 120%;
		text-shadow: #000 1px 1px 0;
	}
	#hauptnavigation li a:hover {
		text-decoration: none;
		text-shadow: #000 2px 2px 0;
	}

	/* Willkommenstext */
	#beschreibung p {
		padding: 12px 0 8px 18px;
		visibility: hidden;
	}
	#beschreibung {
		background: transparent url(../imgs/leisteoben_bg_links.png) no-repeat 10px 8px;
	}
	.leisteoben p {
		margin: 0;
	}
	.leisteoben {
		background: transparent url(../imgs/leisteoben_bg.png) no-repeat top left;
	}
	
	h2 {
		font-weight: normal;
		font-size: 150%;
		margin-top: 25px;
		margin-bottom: 0px;
		margin-left: 15px;
		font-family: 'Droid Sans', arial, serif;
	}
	
	#grafik {
		margin: 20px 0 20px 0;
	}
	#grafik img {
		border: 0;
		margin-left: 36px;
	}
	#grafik em {
		display: block;
		font-size: 70%;
		text-align: center;
	}
	
	
	.content {
		background: #FFF;
	}
	#text p {
		margin: 13px;
	}

	#links ul {
		margin: 0;
		padding: 0;
	}
		#links li {
			list-style-type: square;
			font-size: 90%;
		}
	#infobox {
		width: 360px;
		background:  red;
		background: url(../imgs/infobox_bg.png) 0 55px no-repeat;
	}
	#infobox div {
		height: 360px;
		width: 100%;
		background: url(../imgs/pagode_klein.png) 90% 100% no-repeat;
	}
	ul#infoboxselection {
		width: 360px;
		padding: 0;
		margin: 5px 0 0 45px;
	}
	#infoboxselection li {
		display: inline;
		margin: 0;
		padding: 0;
		list-style-type: none;
		padding-right: 3px;	
		font-size: 80%;
	}
		#infoboxselection a {
			display: block;
			color: #000;
			width: 66px;
			float: left;
			text-align: center;
			padding: 4px 0 3px 0;
			text-decoration: none;
			border: 0;
		}
			#infoboxselection a:link, 
			#infoboxselection a:visited {
				background: url(../imgs/selectionbox_link_bg.png) 0px 0px;
			}
			#infoboxselection a:hover, 
			#infoboxselection a.aktiv  {
				background: url(../imgs/selectionbox_link_bg.png) 0px 24px !important;
				text-decoration: underline;
			}
	#infoboxitems {
		margin: 0 5px 0 0;
	}
		#infoboxitems li {
			list-style-type: square;
			margin-left: 0;
		}
	#logo {
		margin: 18px 0 10px 10px;
	}
	
	#forenlink {
		text-align: right;
		font-size: 100%;
		background: url(../imgs/forenlink_bg.png) 170px 20px no-repeat;
	}
		#forenlink p {
			padding: 12px 10px 0 18px;
		}
		#forenlink strong {
			font-size: 120%;
			display: block;
			text-decoration: underline;
		}
		#forenlink a {
			color: #FFF;
			text-shadow: #4E7AB3 1px 1px 0;
			text-decoration: none;
		}
			#forenlink a:hover {
				text-decoration: underline;
				text-shadow: #000 1px 1px 0;
			}
	
	.fuss {
		font-size: 90%;
		background: url(../imgs/fuss_bg.png) no-repeat bottom left;
	}
		.fuss #copyright {
			background: transparent url(../imgs/copyzeichen.png) 10px 15px no-repeat;
		}
			.fuss #copyright p {
				margin: 0;
				padding: 10px 0 0 45px;
			}
			.fuss #copyright strong {
				display: block;
			}
		.fuss #hinweis {
			font-size: 90%;
		}
			.fuss #hinweis p {
				padding: 2px;
			}
	.lite {
		color: #616161;
		font-size: 90%;
	}