/*******************************************************************************
Standardfarben:
	grün
	color: #009183;

	rot
	color: #C9252C;
*******************************************************************************/


/*******************************************************************************
elementare Bausteine der Seite
*******************************************************************************/
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(/pics/bg_red.jpg);
	background-repeat: repeat-y;
	background-position: 12em 0px;
}
#topredline {
	position: absolute;
	top: 0px;
	/* TODO korrigieren auf 12em */
	left: 11.9em;
	border-left: 1px #C9252C solid;
	height: 120px;
	z-index: 0;
}

#trennlinie {
	position: absolute;
	top: 170px;
	width:660px;
	/* TODO korrigieren auf 12em */
	left: 12em;
	border-bottom: 1px #C9252C solid;
	z-index: 0;
}

#banner {
	top: 0px;
	left: 0px;
	position: relative;
	z-index: 2;
	margin: 0px;
	padding: 0px;
	height: 141px;
}
#banner #leftbanner {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	width: 12em;
	height: 141px;
	background-image: url(/pics/banner_left_hg_hoch.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#banner #leftbanner img {
	position:absolute;
	top: 40px;
	left: 0px;
}
#banner #rightbanner {
	position: absolute;
	left: 12em;
	top: 0px;
	height: 141px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 661px;
}
#banner #verlauf {
	position:absolute;
	top: 4px;
	left: 13em;
	width: 450px;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}
#contentcontainer {
	clear: both;
}
#leftnavigation {
	top: 0px;
	left: 0px;
	margin: 0px;
	padding-top: 15px;
	width: 12em;
}
#leftnavigation #zusatznavigation {
	margin: 2px;
	padding: 0px;
	width: 12em;
}
#zusatznavigation {
	margin-top: 100px !important;
}
#rightcontainer {
	position: absolute;
	top: 141px;
	left: 12em;
	z-index: 1;
	width: 660px;
	margin: 0px;
	padding: 0px;
}
#topnavigation {
	margin-top: 12px;
	clear: both;
	/*padding-left: 30px;*/
	padding-left: 1em;
	width: 660px;
	height: 26px;
}
#content {
	clear: left;
	position:relative;
	margin: 0px;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0px;
	margin-bottom: 30px;
	width: 620px;
}
.zero {
	overflow: hidden;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	height: 0;
}
/*******************************************************************************
ende elementare Bausteine der Seite
*******************************************************************************/



/*******************************************************************************
anfang verlauf 
*******************************************************************************/
#banner #verlauf table, #banner #verlauf tr, #banner #verlauf td {
	border: none;
	margin: 0px;
	padding: 0px;
}
#banner #verlauf td {
	width: 450px;
	height: 33px;
	font-size: 12px;
	color: #C9252C;
	background-color: #ffffff;
	text-align: right;
	vertical-align: bottom;
}
#banner #verlauf a {
	font-size: 12px;
	text-decoration: none;
}
#banner #verlauf a:link {
}
#banner #verlauf a:visited {
}
#banner #verlauf a:hover {
	color: #c9252c;
}
#banner #verlauf a:active {
}
#banner #verlauf a:focus {
}
#banner #verlauf td a.aktuell {
	color: #c9252c;
	font-weight: bold;
}
/*******************************************************************************
ende verlauf 
*******************************************************************************/


/*******************************************************************************
allgemeine Formatierungen
*******************************************************************************/
* {
	color: #009183;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
table, td, th {
	border-collapse: collapse;
	border: 1px #009183 solid;
}
td {
	padding: 2px;
}
tr.even {
}
tr.odd {
}
/* Tabellen zu Layoutzwecken */
table.blind, table.blind tr, table.blind td, table.blind th {
	border: none !important;
}

table.center {
	margin: auto;
}

a {
}
a:link {
}
a:visited {
}
a:hover {
	color: #c9252c;
	background-color: white;
}
a:active {
}
a:focus {
}
div.flash {
	border: 1px #009183 solid;
}
/*******************************************************************************
ende allgemeine Formatierungen
*******************************************************************************/



/*******************************************************************************
linke navigation
*******************************************************************************/
#leftnavigation h1 {
	color: #c9252c;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
}
#leftnavigation li {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-left: 2px;
	color: #c9252c;
	padding-top: 6px;
}
#leftnavigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1;
}
#leftnavigation a {
	font-size: 12px;
	text-decoration: none;
	color: #009183;
}
#leftnavigation a.actTheme {
	color: #c9252c;
}
#leftnavigation ul li.menuitem {
	font-weight: bold;
}
#leftnavigation ul li.menuitem li {
	font-weight: normal;
}
#leftnavigation a:link {
}
#leftnavigation a:visited {
}
#leftnavigation a:hover {
	color: #c9252c;
}
#leftnavigation a:active {
}
#leftnavigation a:focus {
}
/*******************************************************************************
ende linke navigation
*******************************************************************************/




/*******************************************************************************
top navigation
*******************************************************************************/
#mainmenu {
	padding: 0;
	margin: 0;
}
#mainmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mainmenu a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
#mainmenu a:link {
}
#mainmenu a:visited {
}
#mainmenu a:hover {
	color: #c9252c;
}
#mainmenu span.topnavdel {
	color: #c9252c;
	padding-left:4px;
	font-size: 10px;
}
#mainmenu a:active {
}
#mainmenu a:focus {
}
#mainmenu a.actTheme span.actTheme {
	color: #c9252c;
}
#mainmenu li.actTheme {
}
#mainmenu li { /* all list items */
	display:inline;
	float: left;
	border-right: 1px solid #c9252c;
	padding-left: 3px;
	padding-right: 3px;
}
#mainmenu li.last { /* all list items */
	border: none;
}

/*******************************************************************************
top navigation ende 
*******************************************************************************/
/*******************************************************************************
sec navigation
*******************************************************************************/
#secmenu {
	height: 12px;
	padding: 0;
	margin: 0;
	clear: both;
	margin-top: 3px;
}
#secmenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#secmenu li {
	display: inline;
	float: left;
	/*border-right: 1px solid #c9252c;*/
	padding-left: 3px;
	padding-right: 3px;
}
#secmenu li.last { /* all list items */
	border: none;
}
#nosecmenu {
	height: 13px;
}
#secmenu a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	/*font-weight: bold;*/
}
#secmenu a:link {
}
#secmenu a:visited {
}
#secmenu a:hover {
	color: #c9252c;
}
#secmenu span.topnavdel {
	color: #c9252c;
	padding-left:4px;
}
#secmenu a:active {
}
#secmenu a:focus {
}
#secmenu a.actTheme {
	color: #c9252c;
}
/*******************************************************************************
sec navigation ende 
*******************************************************************************/






/* Fehlermeldungen von Formularen */
p.errormsg {
	border-left: red 3px solid;
	padding-left: 3px;
}
p.einleitung {
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
	margin-right: 40px;
}

/* Verberge die Beschreibungen von lexikalischen Begriffen */
a.lexikon img {
	padding-right: 2px;
	cursor: help;
}
a.lexikon span {
	visibility:hidden;
	position:absolute;
	left:0em;
	margin-top:1.5em; 
	padding:1em; 
	text-decoration:none;
}

/* Zeige die Beschreibungen von lexikalischen Begriffen */
a.lexikon:hover span {
	visibility:visible;
	background-color: white;
	/*border: 1px #009183 solid;*/
	border: 1px #C9252C solid;
	width: 80%;
	margin-left: 30px;
	margin-right: 30px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

/* Bildergallerie */
table.bildergallerie {
	/* nicht zentrieren
	margin-left: auto;
	margin-right: auto;
	*/
}
table.bildergallerie, table.bildergallerie tr, table.bildergallerie td {
	border: 3px #009183 double;
}
table.bildergallerie td {
	padding: 10px;
	text-align:center;
}
table.bildergallerie img {
	border: none;
}

/* Bildunterschriften */
.imgunderdesc {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 85%;
}

img {
	border: none;
}

a img {
	padding-right: 2px;
}


/*******************************************************************************
quicksearch anfang 
*******************************************************************************/
form#quicksearch {
	margin: 0px 0px 20px 5px;
	padding: 0px;
}
form#quicksearch .quicksearchwords {
	width: 9.5em;
	margin-right: 5px;
	border-left: none;
	border-top: none;
	border-right: none;
}
form#quicksearch .quicksearchsubmit {
	border: none;
}
/*******************************************************************************
quicksearch ende 
*******************************************************************************/

/* Formular Styles 
	qf steht für quickform
*/
form.qf table {
	border:none;
}
.qfLabel {
	text-align: right;
}
.qfElement {
}
.qfRequired {
	color: red;
}
.qfRequiredNote {
}
.qfError {
	color: red;
}
form.qf tr.qfHeader, form.qf td.qfHeader {
	border:none;
	padding-top:10px;
}
/* Ende Formular Styles */

.important {
	font-weight: bold;
}

td.important, tr.important {
	font-weight: bold;
	background-color: #eeeeee;
}

.number {
	text-align:right;
}

span.vip {
	background-color: #C9252C;
	color: yellow;
	padding: 2px;
	font-weight: bold;
	font-size: 120%;
}

/*******************************************************************************
Formulare
*******************************************************************************/
input, select, textarea {
	border: 1px #C9252C solid;
}


/*******************************************************************************
diverse styles anfang
*******************************************************************************/
p.werbebanner {
	position: absolute;
	top: 55px;
	left: 13em;
	width: 284px;
	height: 67px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ffffff;
	z-index: 100;
}
/*******************************************************************************
diverse styles ende
*******************************************************************************/

/*******************************************************************************
Druckversion
*******************************************************************************/
.printonly {
	display: none;
}
@media print {
	.printonly {
		display: block;
	}
	body {
		background-image: none;
	}
	#topredline, #banner, #banner #leftbanner, #banner #leftbanner img, 
	#banner #rightbanner, #banner #verlauf, #leftnavigation, 
	#leftnavigation #zusatznavigation, #topnavigation, #trennlinie {
		display: none;
		position:absolute;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
	}
	#rightcontainer {
		position: absolute;
		top: 0px;
		left: 1px;
		width: 99%;
	}
	#content {
		display: block;
		position:absolute;
		top: 0px;
		left: 0px;
		margin: 0px;
		padding: 0px;
		width: 100%;
	}
	* {
		font-family: "Times New Roman", serif;
	}
}
