body {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	
	font-family: Arial;
	font-size: 11px;
}

body a {
	text-decoration: none;
	color: #000000;
}

body a:hover {
	color: #466794;
}

.titlebar, .titlebar a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.titlebar a:hover {
	color: #466794;
}
.sidebar, .sidebar a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.sidebar a:hover {
	color: #C6DDEB;
}
.inhalt, .inhalt a {
	color: #FFFFFF;
	text-decoration: none;
}
.inhalt a:hover {
	color: #C6DDEB;
}
.input, input, textarea, select {
	/*font-size: 11px;
	border: solid 1px #C6DDEB;*/
	border: 1px solid #bbb;
	border-top: 1px solid #777;
	border-bottom: 1px solid #ddd;
	background: #FFFFFF url(bilder/bg_text.png) no-repeat top left;
	
	font-size: 11px;
}
.input:focus, input:focus, textarea:focus, select:focus {
	background-image: none;
	background-color: #789CCD;
	color: #000000;
}
.slogan {
	font-weight: bold;
	font-style: italic;
}
.button, .button a {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.button a:hover {
	color: #466794;
}
.copyright, .copyright a {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.copyright a:hover {
	color: #000000;
}
.error, .error a {
	font-size: 12px;
	color: #FFA6A6;
	font-weight: bold;
}
.error a:hover {
	color: #FFFFFF;
}

.erfolg, .erfolg a {
	font-size: 12px;
	color: #A6FC79;
	font-weight: bold;
}
.erfolg a:hover {
	color: #FFFFFF;
}
h1 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	
	font-size: 16px;
	
	color: #ABC7DF;
	
	border-bottom: dotted 1px #ABC7DF;
}
