/* Allgemeine Festlegungen */

body {
	margin: 0px;
	padding: 0px;
	color: #0d0d0d;
	background-color: #366;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
}

h1 { font-size: 140% }
h2 { font-size: 120% }
h3 { font-size: 105% }

pre,tt { font-size: 1.2em }

a:link { color: #366 }
a:visited { color: #0d0d0d }

a img { border:none }

/* Layout */

td.headcell {
	background-color: #fff;
	background-image: url(/assets/Image/Layout/bgnd_left_column.gif);
	background-repeat: repeat-y;
}

td.leftcell {
	width: 173px;
	background-color: #d6e0e0;
	background-image: url(/assets/Image/Layout/bgnd_left_column.gif);
	background-repeat: repeat-y;
}

td.maincell {
	width: 722px;
	background-color: #d6e0e0;
	vertical-align: top;
}

td.footcell {
	background-color: #d6e0e0;
	background-image: url(/assets/Image/Layout/bgnd_footer.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 14px;
}

div.navleft {
	border: 1px solid #366;
	float: right;
	width: 166px;
	margin-top: 28px;
	margin-bottom: 30px;
	font-size: 85%
}

a.navlinkactive:link,
a.navlinkactive:visited,
a.navlinkactive:active,
a.navlinkactive:hover,
a.navlink:link,
a.navlink:visited,
a.navlink:active
a.navlink:hover {
	display: block;
	line-height: 19px;
	width: 140px;
	background-color: #fff;
	background-image: url(/assets/Image/Layout/bgnd_navlink.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color:#366;
}

a.navlink:hover {
	font-weight: bold;
}

a.navlinkactive:link, a.navlinkactive:visited, a.navlinkactive:active, a.navlinkactive:hover {
	background-image: url(/assets/Image/Layout/bgnd_navlink_active.gif);
	font-weight: bold;
}

div.navfoot {
	line-height: 10px;
	float: right;
	color: #366;
	font-size: 85%;
	font-weight: bold;
}

div.navfoot a:link, div.navfoot a:active, div.navfoot a:visited, div.navfoot a:hover  {
	color: #366;
	text-decoration: none;
}


/* Anmeldung */
.authdisplay0 { display: none }

/* Fehlermeldungen */
div.error-formfield { color:#931502; font-weight:bold; display:none }
input.error-formfield, textarea.error-formfield, select.error-formfield { background-color:#f7d2cd }
