@CHARSET "ISO-8859-1";

/* --- Farben -------------------------------------------------- */
#gesamtseite,a {
	color: #1F497D;
	background-color: #FFFFFF;
}

.rand {
	background-color: #B9CDE5;
}

.kopf {
	color: #FFFFFF;
	background-color: #4F81BD;
}

.loginbox {
	border-style: none;
}

.loginbereich {
	border-style: none;
}

.impressum, a.impressum {
	color: #4F81BD;
}

.warnhinweis {
	color: #FF0000;
     font-weight: bold;
     font-size: 13px;
}

.wartung {
        font-size: 12px;
        color: #ff0000;
}

.wartung-header {
        font-weight: bold;
        font-size: 14px;
        color: #ff0000;
}

/* --- Schrift ------------------------------------------------- */
#gesamtseite {
	font-family: Arial, Verdana, san-serif;
	text-decoration: none;
}

.kopf {
	font-size: 22px;
	font-weight: bold;
}

#seitentitel {
	font-size: 20px;
	font-weight: bold;
}

.untertitel {
	font-size: 16px;
	font-weight: bold;
}

.loginheader {
	font-size: 14px;
	font-weight: bold;
}

.loginfooter {
	font-size: 12px;
}

.detailinfo {
	font-size: 13px;
	font-weight: normal;
	color: #FF0000;
}


.info, a.info {
	font-size: 16px;
	font-weight: bold;
}

.sibinfo, a.sibinfo {
	font-size: 14px;
	font-weight: bold;
}

.impressum {
	font-size: 12px;
}

.kontakt, a.kontakt {
	color: #1F497D;
    font-size: 14px;
	font-weight: bold;
}

a:link,a:visited {
	text-decoration: none;
}

a:active,a:hover {
	text-decoration: underline;
}

/* --- Geometrie ---------------------------------------------- */
#gesamtseite {
	margin-left: 265px;
	margin-top: 130px;
}

.rand {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100%;
	z-index: 10;
}

.kopf {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 75px;
	width: 100%;
	min-width: 1000px;
	padding-top: 25px;
	z-index: 20;
}

.wappen {
	padding-left: 40px;
	padding-right: 30px;
	position: relative;
	top: -5px;
}

.linkerschatten {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 200px;
	height: 12px;
	background-image: url(images/schatten_links.gif);
	z-index: 201
}

.rechterschatten {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 100%;
	height: 12px;
	background-image: url(images/schatten_rechts.gif);
	z-index: 200;
}

/*
Entfernt, um die Breite der Hinweisdialoge dynamisch zu gestalten. (Wunsch DI)
.titel {
	min-width: 600px;
}
*/

.loginbereich {
	margin-top: 0px;
	width: 500px;
	height: 230px;
	z-index: 500;
}

.loginbox {
	width: 450px;
	height: 230px;
}

.infobereich {
	margin-top: 0px;
	vertical-align: middle;
	z-index: 500;
}

.impressumsbereich {
	position: relative;
	top: 430px;
	z-index: 6;
}

.kontaktbereich {
	position: relative;
	top: -60px;
	left: 7px;
	z-index: 6;
}

.sibinfo {
	position: relative;
	top: -45px;
	left: 7px;
}

.main {
	position: relative;
	top: -60px;
	left: 7px;
	z-index: 6;
}

.fotos {
	position: absolute;
	top: 180px;
	left: 245px;
	z-index: 4;
}

.pfeil {
	position: relative;
	top: 6px;
	border-style: none;
	z-index: 500;
}

.info {
	z-index:500;
}


td {
	vertical-align: top;
}