@charset "utf-8";
/* CSS Document */

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

body {
	background: white url(img/background.jpg) repeat-x;
	font-family: "Verdana", "Arial", "Thaoma", sans-serif;
	font-size: 14px
	}

#hauptcontainer {
	}

	#kopfcontainer {
		padding-top: 40px;
		width: 973px;
		margin: 0 auto;
		}

		#logo {
			height: 64px;
			float: left;
			padding-right: 20px;
			}
		
		#navigation {
			padding-top: 24px;
			margin: 0 auto;
			}

	#bauchcontainer {
		width: 973px;

		margin: 0 auto;
		}

		#titelgrafik {
			}
		
		#texte {
			margin: 20px auto;
			}

			#inhalt1 {
				padding-right: 16px;
				width: 314px;
				float: left;
				}
				
			#inhalt2 {
				width: 314px;
				float: left;
				}

			#inhalt3 {
				width: 314px;
				float: right;					
				}
				
			.tabelle {
	background: #94d5e3;
	margin: 10px 10px;
	padding: 10px 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Thaoma, sans-serif;
				}

			td {
				margin: 10px 10px;
				padding: 10px 10px;
				}

	#fusscontainer {
		width: 973px;
		height: 41px; 
		margin: 0 auto;
		background: url(img/footer.png) repeat-x;
		}
#hauptcontainer #bauchcontainer #texte #inhalt1 table thead tr .tabelle h2 {
	color: #333;
}
#hauptcontainer #bauchcontainer #texte #inhalt2 table thead tr .tabelle h2 {
	color: #333;
}
#hauptcontainer #bauchcontainer #texte #inhalt1 table thead tr .tabelle h3 {
	color: #333;
}
#hauptcontainer #bauchcontainer div div table thead tr .tabelle h2 {
	color: #333;
}
