
			body, td, div, span, th {
				font-family: Arial;
				color: #000000;
				font-size: 11px;				
			}

			.links {
				color: #2E2F33;
				padding: 12px;
				padding-top: 20px;
			}

			.main {
				padding: 20px;
				background-repeat: no-repeat;
			}

			.inhalt {
				padding: 10px;
			}

			a:link {
				font-family: Arial;
				color: #2E2F33;
				font-size: 11px;
				text-decoration: underline;
			}

			a:visited {
				font-family: Arial;
				color: #4F5057;
				font-size: 11px;
				text-decoration: underline;
			}

			a:hover {
				font-family: Arial;
				color: #072BB7;
				font-size: 11px;
				text-decoration: underline;
			}


			textarea, input, select {
				font-family: Arial;
				color: #000000;
				font-size: 11px;
				border: 1px solid #AEAEB6;
				background: #FFFFFF;
				width: 300px;
			}
			
			body {
				background-position: center center;
				background-repeat: no-repeat;
				background-attachment: fixed;
			}
			
			
			#xnav {
				margin-bottom:25px;
				text-align:center;
			}
			
			
			#xnav a {
				margin-right:6px;
				margin-left:6px;
			}

