		body {
			background-color: #dbedff;
		}
		
		ul {
			margin: 0px;
		}

		a {
			text-decoration:	none;
			color: #0080ff;
		}

		a:hover {
			color:	red;
		}

		h1, h2, h3, h4, h5 {
			color: #093BBA;
		}

		.ueberschrift {
			color: #093BBA;
		}

		h3 {
			margin-bottom: 2pt;
			margin-top: 10px;
		}

		hr {
			background-color: #4D7EF9;
			color: #4D7EF9;
			height: 1px;
			border: 0px;
			margin-top: 10px;
		}

		img {
			border: 0px;
		}
		
		.button {
			background-color: #c4e2ff;
			font-weight: bold;
			text-align: center;
			border: 1px solid #4D7EF9;
			-moz-border-radius: 10px;
		}

		.top1 {
			background-color: #c4e2ff;
			border: 1px solid #4D7EF9;
			-moz-border-radius: 10px;
			padding: 10px;

		}
		.top1_txt {
			color: #4D7EF9;
		}

		input, textarea, select {
			background-color: #c4e2ff;
		}


		.mini {
			font-size: 8pt;
			color: #093BBA;
			vertical-align: sub;
		}

		.klein {
			font-size: 9pt;
		}


		.inSite {
			border-width: 0px 0px 1px 0px;
			border-style: dashed;
			border-color: #0080ff;
			font-size: 8pt;
			color: #0080ff;
		}
		.inSite:focus {
			background-color: #093BBA;
			color: white;
		}

		.center {
			text-align: center;
		}

		.fett, .strong {
			font-weight: bold;
		}
		.admin_lnk {
			font-style: italic;
		}


