/* -- Layout ------------------------------ */

body { 
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: #ec870e url(/background.png) left repeat-y;
}

.hide { display: none; }

.more { margin-top: -3px; }

img { border: none; }

#page {
	font-size: 1.1em;
	position: relative;
	width: 100%;
	min-width: 800px;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}

html>body #page {
	height: auto;
}


/* -- Header ------------------------------ */

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 104px;
	background: #fff;
	z-index: 2;
	width: 100%;
}

html>body #header {
	width: 100%;
}



/* -- Content ----------------------------- */

#content-area {
	position: relative;
	left: 0;
	top: 0;
	margin-left: 300px;
	padding-top: 104px;
	width: 490px;
	z-index: 1;
}

#content {
	padding: 10px;
}

#content p {
	line-height: 1.5em;
}

#content h1 {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin: 15px 0;
}

#content .topic-header {
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
}

#content h2 {
	color: #fff;
	font-size: 1em;
	margin-top: 15px;
}

#content h3 {
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	margin: 15px 0 -3px 0;
}

#content a.white {
	color: #fff;
	text-decoration: none;
}

#content a.white:hover {
	color: #fff;
	text-decoration: underline;
}

#content a.whitedot {
	color: #fff;
	text-decoration: none;
	background: url(/linkdot1.gif) no-repeat 0 0;
	padding-left: 14px;
}

#content a.whitedot:hover {
	color: #fff;
	text-decoration: underline;
}

#content a {
	color: #000;
}

#content a:hover {
	color: #000;
	text-decoration: underline;
}

#content table {
	font-size: 1em;
}

#content table.einstieg td {
	padding: 5px;
}

#content .white {

	color: #fff;
}

#content ul {
	padding-left: 1.2em;
}


/* -- Teaser ------------------------------ */

#teaser {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/teaser.jpg) no-repeat;
	width: 180px;
	height: 400px;
	padding-top: 104px;
	z-index: 3;
}

#teaser-title {
	background: #ec870e;
	margin: 0;
	padding: 0;
}

#teaser p {
	margin: 0;
	padding: 10px;
	color: #000;
	font-size: 1em;
	line-height: 1.5em;
}

#teaser img {
	margin: 10px 10px;
	border: 0;
}

#teaser-title img {
	margin: 0;
}


/* -- Logo -------------------------------- */

#logo {
	position: absolute;
	top: 51px;
	left: 300px;
	width: 80px;
	height: 50px;
	z-index: 3;
}

#logo h1 {
	margin: 0;
}


/* -- Breadcrumb -------------------------- */

#breadcrumb {
	position: absolute;
	top: 80px;
	left: 400px;
	width: 380px;
	font-size: 10px;
	color: #ec870e;
	text-align: right;
	z-index: 3;
}

#breadcrumb a {
	color: #ec870e;
	text-decoration: none;
	padding: 0 3px;
}

#breadcrumb a:hover {
	text-decoration: underline;
}


/* -- Navigation -------------------------- */

#nav {
	position: absolute;
	top: 140px;
	left: 179px;
	width: 107px;
	/* height: 500px; */
	z-index: 3;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	font-size: 10px;
	font-weight: bold;
}

#nav ul li a {
	display: block;
	/* padding: 3px 8px; */
	padding: 3px 1px;

	color: black;
	text-decoration: none;
}

#nav ul li img {
	border: none;

	vertical-align: bottom;
}

#nav ul li a:hover, #nav ul li a.active {
	color: #ec870e;
	text-decoration: none;
}


#nav ul ul {
	border-top: 1px solid #ec870e;
	border-right: 1px solid #ec870e;
	border-bottom: 1px solid #ec870e;
	background-color: #fff; /* entfernt die Linie aus dem Hintergrund */
	margin: 5px 0;
	padding: 5px 0;
}


/* -- Meta Navigation --------------------- */

#meta {
	position: absolute;
	top: 0;
	left: 300px;
	width: 500px;
	z-index: 5;
	border-left: 1px solid #ec870e;
	height: 20px;
}

/*
#meta ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 20px;
	border-left: 1px solid #ec870e;
}

#meta ul li {
	display: block;
	float: left;
	text-align: center;
	border-right: 1px solid #ec870e;
	height: 20px;
	width: 80px;
}

#meta ul li a {
	display: block;
	line-height: 20px;
	color: #ec870e;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#meta ul li a img {
	margin: 0 0 0 1px;
	border: none;
}
*/

#meta img {
	border-right: 1px solid #ec870e;
}


/* -- Footer ------------------------------ */

#footer {
	position: fixed;
	bottom: 10px;
	left: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 175px;

	color: #666;
}

#footer p {
	padding: 0;
	margin: 0;
}

#footer img {
	margin: 0;
}

#footer #counter {
	margin: 5px 0;
}

#footer a {
	color: #000;
}

#footer a:hover {
	color: #ec870e;
}


/* -- Tabellen ---------------------------- */

table td {
	vertical-align: top;
	margin: 0;
	padding: 0 10px 10px 0;
}

table th {
	text-align: left;
}

table#mitarbeiter {
	width: 100%;
	margin-left: -10px;
	border-spacing: 0;
}

table#mitarbeiter thead {
	text-align: left;
}

table#mitarbeiter th {
	padding: 5px 10px;
	font-weight: normal;
	color: #fff;
}

table#mitarbeiter td {
	background: #face9c;
	padding: 5px 10px;
}

table#mitarbeiter tr.abteilung td {
	border-top: 1px solid white;
}

table#zora {
        width: 385px;
        margin-left: -10px;
        border-spacing: 0;
        spacing: 0;
        border: 0;
}

table#zora td {
	padding: 10px 10px 20px 10px;
        valign: top;
}

table.einstieg td a {
	text-decoration: none;
}

