@charset "UTF-8";
/* CSS Document */

/* ///////////////////// Allgemeine Formatierung /////////////////////*/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
}
td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}
body {
	background-color: #E5E5DE;
	padding: 0px;
	margin: 0px;
}
h1 {
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0em;
	font-size: 1.5em;
	font-weight: bold;
}

/* ///////////////////// Links /////////////////////*/

a:link {
	text-decoration: none;
	color: #F60;
}
a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #000;
}

/* ///////////////////// Divisions /////////////////////*/

/* --------------------- Kopfzeile --------------------- */
div#kopfzeile {
	height: 6em;
	width: 100%;
	background-color: #A5A399;
	position: absolute;
	left: 0px;
	top: 0px;
}

div#kopf {
	width: 293px;
	position: absolute;
	left: 20px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 70px;
}


/* --------------------- Navigation --------------------- */

div#navigation {
	left: 4em;
	top: 10em;
	width: 15em;
	position: absolute;
	height: 32em;
}

#navigation a:link {
	color: #000000;
	text-decoration: none;
}

#navigation a:visited {
	text-decoration: none;
	color: #000000;
}

#navigation a:hover {
	text-decoration: underline;
	color: #000000;
}

#navigation a:active {
	text-decoration: none;
	color: #FFFFFF;
}

p#nav {
	text-transform: uppercase;
	margin-top: 1em;
	padding: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 0.2em;
}

p#navselected {
	text-transform: uppercase;
	margin-top: 1em;
	padding: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 0.2em;
	color: #F90;
}

p#subnavselected {
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2em;
	color: #F90;
}

p#subnav {
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2em;
}

/* --------------------- Inhalt --------------------- */
div#inhalt {
	left: 20em;
	top: 8em;
	position: absolute;
	background-color: #FFFFFF;
	width: 640px;
	padding: 2em;
}

/* --------------------- Sprachauswahl --------------------- */
div#sprachauswahl {
	float: right;
	width: 20%;
	top: 3.5em;
	position: relative;
	text-align: right;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

#sprachauswahl a:link {
	color: #FFF;
	text-decoration: none;
}

#sprachauswahl a:visited {
	text-decoration: none;
	color: #FFF;
}

#sprachauswahl a:hover {
	text-decoration: underline;
	color: #FFF;
}

#sprachauswahl a:active {
	text-decoration: none;
	color: #000;
}

/*/////////////////////// Klassen ///////////////////////*/

.fliesstext_titel {
	font-style: italic;
}

.werktitel {
	font-weight: bold;
}

.hinterlegt {
	background-color: #F2F2EE;
}
