@charset "utf-8";

html {
	overflow-y:scroll;
}
img, div {
	behavior: url(/iepngfix.htc)
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
	margin-top: 5px;
	padding-top: 5px;
}
.bordergrey {
	background-color: #969696;
}
.st-elisabeth-logo {
	position: absolute;
	top: 2px;
	text-align: center;
	width: 100%;
	left: 0px;
}
.bg-blue {
	background-color: #c4d3e6;
}
.textarea {
	padding-left: 25px;
	padding-top: 25px;
}
.statustext {
	margin-right: 8px;
}
.menu {
	list-style-image: url(images/elisabeth-baum-mini.png);
	float: left;
	width: 200px;
	vertical-align: middle;
}
.menu-dot {
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}
.startseite-spruch {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}




.copyright {
	color: #13509b;
	font-size: 12px;
}
.fliesstext {
	font-size: 15px;

}
.bg-lightblue {
	background-color: #e2e9f3;
}
.head {
	padding-bottom: 10px;

}
.textlink {
	font-size: 15px;
	color: #1B509C;
}
a:link {
	color: #1B509C;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #1B509C;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
.browserinfo {
	color: #666666;
	font-size: 12px;
}
.seitenrahmen {
	position: absolute;
	width: 100%;
	left: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222222;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222222;
}
.fehlermeldung {
	font-weight: bold;
	color: #EE0000;
	font-size: 12px;

}
.erfolgsmeldung {
	font-weight: bold;
	color: #13509B;
	font-size: 14px;
	text-align: center;
}

