/* browser defaults */
body
{
	margin: 5px;
	padding: 0;
	font-size: 100.1%;
	font-style: normal;
	font-weight: normal;
	font-family: tahoma, verdana, arial, helvetica, geneva, sans-serif;
	color: black;
	background-color: #0263b3;
}
img, a img
{
	border: none;
}

/* container: Main (Hintergrund und Rahmen) */
div#main
{
	background-color: #0263b3;
	margin: 0;
	border: 10px solid #0263b3;
	width: 950px;
}

/* container: Kopfzeile */
div#header
{
	width: 950px;
	height: 65px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #a50544;
	font-size: 0.8em;
	background: url(images/header_back.jpg);

}

/* container: Logo-Grafik */
div#logo
{
	position: absolute;
	margin-left: 0px;
	padding: 0;
	width: 178px;
	height: 60px;
}

/*container: Sonstiges (noch ungenutzt) */
div#sonstiges
{
	float: right;
	margin: 1px;
	padding: 0;
	top: 15px;
	width: 200px;
	height: 60px;
	color: white;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}

/* container: Register */
ul#tab
{
	position: absolute;
	font-size: 0.9em;
	text-align: center;
	margin: 5px 10px 5px 200px;
	padding: 0;
	top: 53px;
	height: 16px;
	width: 750px;
}
/* Einzelne Registerkarten */
ul#tab li
{
	float: left;
	margin: 0 5px 0 0;
	padding: 2px;
	width: 90px;
	height: 16px;
	list-style: none;
	display: inline;
	border-top: 1px solid #5cbbe4;
	border-right: 1px solid black;
	border-left: 1px solid grey;
}
ul#tab a:link,
ul#tab a:visited
{
	color: black;
	text-decoration: none;
}
ul#tab a:hover,
ul#tab a:active
{
	color: #0263b3;
	text-decoration: none;
	font-weight: bold;
}
.inaktiv
{
	border-bottom: 1px solid #5cbbe4;
	background-color: #90c1d6;
}
.aktiv
{
	border-bottom: 1px solid white;
	background-color: white;
}

/* container: Navigation links Rahmen */
div#navi_frame
{
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
}

/* container: Navigation links */
ul#navi
{
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 0;
	padding: 15px 10px 5px 15px;
	text-align: left;
	background: url(images/navi_back.gif) repeat-y;
	height: 280px;
	width: 155px;
}
.header
{
	color: black;
	font-weight: bold;
	padding-top: 5px;
}
ul#navi li
{
	list-style: none;
}
ul#navi a:link,
ul#navi a:visited
{
	color: blue;
	text-decoration: none;
}
ul#navi a:hover,
ul#navi a:active
{
	color: #0263b3;
	text-decoration: underline;
}
/* container: Hinweis links */
div#hinweis
{
	font-size: 11px;
	color: #292517;
	line-height: 16px;
	margin: 20px 10px 10px 10px;
	padding: 10px;
	text-align: center;
	background: url(images/hinweis_back.gif) repeat-y;
	width: 130px;
	height: 100px;
}


/* container: Inhalt (Hauptrahmen) */
div#inhalt_frame
{
	margin-left: 185px;
	padding: 0;
}
div#inhalt
{
	margin: 0;
}
div#inhalt h1
{
	font-size: 1.6em;
	font-weight: bold;
}
div#inhalt h2
{
	font-size: 1.2em;
	font-weight: bold;
}
div#inhalt h5
{
	font-size: 0.8em;
	font-weight: normal;
}
div#inhalt a:link,
div#inhalt a:visited
{
	color: blue;
	text-decoration: none;
}
div#inhalt a:hover,
div#inhalt a:active
{
	color: #0263b3;
	text-decoration: underline;
}

/* Klassen für die abgerundeten Ecken für container "inhalt" */
.ro
{
	background:url(images/box_ro.gif) top right no-repeat;
}

.lo
{
	background:url(images/box_lo.gif) top left no-repeat;
}

.ru
{
	background:url(images/box_ru.gif) bottom right no-repeat;
}

.lu
{
	background:url(images/box_lu.gif) bottom left no-repeat;
}
.box_inhalt
{
	padding: 5px 20px 5px 15px;
	font-size: 0.75em;
	text-align: left;
}

/* container Clearer*/
div#clearer
{
	clear: both;
	margin: 0;
	padding: 0;
}

/* container Fusszeile */
ul#footer
{
	font-size: 0.8em;
	margin: 0 10px 10px 0;
	padding: 0;
	text-align: center;
	border-top: 1px solid #90c1d6;
}
ul#footer li
{
	list-style: none;
	display: inline;
	margin: 0 0.3em 0 0.3em;
}
ul#footer a:link,
ul#footer a:visited
{
	color: blue;
	text-decoration: none;
}
ul#footer a:hover,
ul#footer a:active
{
	color: #0263b3;
	text-decoration: underline;
}

.zentriert
{
	text-align: center;
}

/* container standard table */
div#tabelle
{
	margin: 5px;
	padding: 0;
	text-align: center;
	float: left;
}

/* container: Logbuch */
div#log
{
	font-size: 0.9em;
	margin: 0;
	text-align: left;
	padding: 5px 10px 5px 30px;
	background: url(images/log_back.jpg) repeat-y;
	height: 290px;
	width: 380px;
}

div#tabelle p
{
	font-size: 11px;
}

div#counter
{
	position: absolute;
	margin: 0;
	z-index: 0;
}

div#counter_cover
{
	position: absolute;
	z-index: 2;
}


