/* Grundlegende Elemente */
body {
	background-color: #B0C4DE;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 62,5%;
}

p, li, h1, h2, h3, h4, h5, h6 {
}

/* Spezifische Layoutanweisungen */


h3 {
	font-size: 1.2em;
     }

p {
     margin: 0;
}

input {
	margin-bottom: 5px;
     }

textarea {
     font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

#dummy-left {
     float: left;
     padding: 0 0 0 25px;
	margin: 40px 0 0 0;
     width: 400px;
}

#inhalt {
	font-size: 0.75em;
     float: left;
     height: 420px;
	padding: 0 0 0 410px;
     overflow: auto;
	margin: 150px 0 0 0;
	width: 60%;
}

#menue {
	background-color: #B0C4DE;
	border: #969 solid 1px;
     clear: both;
	font-size: 0.8em;
     font-weight: bold;
     height: 16px;
     margin: 0 auto 0;
	padding: 0 0 0 0;
     text-align: center;
     width: 1024px;
}

#menue ul {
     margin: 0;
	padding: 0 0 0 0;
}

#menue li {
	display: inline;
     margin: 0;
	padding: 0 0 0 0;
}

#menue a, #menue a:hover {
	color: #FFF;
	padding: 0 25px 0 25px;
	text-decoration: none;
}

#menue a:hover {
	background-color: #FFF;
	color: #B0C4DE;
}


.ueberschrift {
	font-size: 1.1em;
     font-weight: bold;
	margin: 5px 0 5px 0;
}

.links a, .links a:hover{
	color: #6495ED;
     font-weight: normal;
}

label.left {
	float: left;
	text-align: right;
	width: 6em;
	margin-right: 1.5em;
}

.block {
	float: left;
	width: 22em;
}

.fett {
     font-weight: bold;
     }

.rot {
     color: red;
     }

.klein-italic {
	font-size: 0.9em;
     font-style: italic;
     font-weight: bold;
     }

#homeseite {
	margin: 270px 100px 0 50px;
     padding: 0 50px 0 0;
     }

.copyright {
	color: #aba193;
	font-size: 0.8em;
     font-style: italic;
     font-weight: bold;
     }