/* Copyright (C) 2002-2007 by Home of the Brave
   Web http://home.of.the.brave.de
   E-Mail info@brave.de */

/* $Revision: 1.2 $ $Date: 2007/01/04 17:27:29 $ */
/* owner: Nico.Westermann@brave.de */


/*** GRUNDLEGENDE FORMATIERUNGEN *****************************/

body {
	margin:0;
	padding:0;
	text-align:center;
	padding-left:64px;
	font-family: Verdana,Arial,Sans-Serif;
	background-color: #FFF;
}


/*** LAYOUT **************************************************/

#layout {
	width:43em;
	margin: 1em auto;
	text-align:left;
	font-family:Verdana,Arial,Sans-Serif;
}
#column_head {
	/* Obere Kopfzeile */
	background-repeat:no-repeat;
	height:60px;
}
#column_subhead {
	/* Zweite Kopfzeile */
}
#column_precontent {
	/* Linie zwischen Kopfzeile/Content */
	background-image:url(/Icons/Border.gif);
	background-repeat:repeat-x;
	height:5px;
	font-size:1px;
}
#column_left {
	/* Navigation */
	width:230px !important;
}
#column_content {
	/* Main Content */
	line-height:150%;
	padding:1.9em 0 0 1em !important;
}
#footer {
	/* Fuß-Bereich */
	padding:0 0 0 0 !important;
}

/*** BASIS SCHRIFTGRADE ***************************************/
/* Grundlegende Schriftformatierungen: Diese Schriftgrade auch in der fontsizes.xml eintragen! */

ul#nav_tree, #nav_meta, footer  {
	font-size: 0.8em;
}
.image, input, a.button {
	font-size: 0.9em;
}
td, #column_content {
	font-size:0.75em;
}
#column_right, #top, #column_left {
	font-size: 0.7em;
}
h1 {
	font-size:2em;
}
h2, h3 {
	font-size:1.2em;
}

/*** INHALTE DER SPALTEN *************************************/

table#layout td {
	vertical-align:top;
	padding:0;
}
/* NAVIGATION */
ul#nav_tree {
	list-style-type:none !important;
	padding:2em 0 2em 0;
	margin:0 0 6em 0 !important;
	width:230px;
}
ul#nav_tree ul {
	margin-left:2em !important;
	padding-left:0 !important;
}
ul#nav_tree li {
	padding:0 !important;
	margin:0 !important;
	list-style-type:none !important;
}
ul#nav_tree li a, ul#nav_tree li.active span {
	padding:0.2em 0.5em 0.2em 2em;
	margin:0.6em 0 1em 0;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:1px solid white;
}
ul#nav_tree a:hover {
	border-bottom:1px solid #BFA27E;
}
ul#nav_tree li.active span, ul#nav_tree li.active a {
	border-bottom:1px solid black;
	background-image:url(/Icons/Arrow.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	color:black;
	letter-spacing:0.1em;
	margin-bottom:0;
}	
ul#nav_tree ul.level_2 li a, ul#nav_tree ul.level_2 li span {
	background-image:none;
	font-weight:normal;
	border-color:white;
	padding: 0 0 0.2em 1.5em !important;
	margin:0 0 0.3 0 !important;
	color:black;
	font-size:1.2em;
	text-transform:none !important;
	letter-spacing:0;
}
ul#nav_tree ul.level_2 li a:hover {
	text-decoration:underline;
}
ul#nav_tree ul.level_2 li span {
	background-image:url(/Icons/Arrow.gif);
	background-repeat:no-repeat;
	background-position:0 50%;	
}
#nav_tree li ul {
	margin:0.5em 0 1em 0;
}
/* "sie sind hier"-Navigation */
#nav_here {
}
/* aktuelle Seite in der "sie sind hier"-Navigation */
#nav_here .active {
}


/* UEBERSCHRIFTEN */
h1 {
	font-family:Serif;
	font-weight:normal;
	margin-top:0;
	color:#BFA27E;
	line-height:100%
}
h2 {
	font-weight:bold;
	color:#BFA27E;
}
h3 {
	color:black;
	font-weight:normal;
}

/* BUTTONS */
/* fuer <a class="button"> und <input class="button"> + <input class="img_button">, soll bei allen gleich aussehen */
.button, .img_button {
	border: 1px solid #E4D7C8;
	margin-left: 1px;
	background-color: #FFF;
	color: #BFA27E;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}
.button {
	clear:both;
}
a.button, a.button:visited {
	position:relative;
	padding:2px 10px 2px 10px;
	text-decoration: none;
	color: #BFA27E;
	white-space: nowrap;
}
.img_button {
	background-color: #BFA27E;
}
a.button:hover, .img_button:hover, input.button:hover {
	border-color: #BFA27E;
}

/* LINKS */
a, a:link, input.link {
	color:#BFA27E;
}
a:hover, input.link:hover {
	text-decoration: none;
	color:#BFA27E;
}
input.link {
	overflow: visible;
	border: none;
	text-decoration: underline;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
a img {
	border:0;
}

/* LINK-STILE */
/* Vordefinierte Link-Stile */
a.external {
	background: url(/Icons/External.gif) no-repeat right !important;
	padding-right: 12px;
}
a.download {
	background: url(/Icons/Download.gif) no-repeat right !important;
	padding-right: 12px;
}
a.up {
	background: url(/Icons/Up.gif) no-repeat right !important;
	padding-right: 12px;
}
a.next, a.forward {
	background: url(/Icons/Next.gif) no-repeat right !important;
	padding-right: 12px;
}
a.previous {
	background: url(/Icons/Previous.gif) no-repeat right !important;
	padding-right: 12px;
}

/* Eigene Link-Stile, definiert in link_styles.xml */

/* TABELLEN */
/*
Verschiedene Tabellen moeglich:
	- table.regular = Standardtabelle, wird im Content der Seite angezeigt
	- table.invisible = Unsichtbare Tabelle, zu Layoutzwecken, z.B. Strukturieren von Formularen
	- Tabellen aus Tabellen-Stilen
*/

table.regular {
	width: 99.9%;
	margin: 1em 0 1em 0;
	border-collapse: collapse;
}
table#layout td#column_content table td {
	padding:5px !important;
	vertical-align:top;
}
table.regular table.regular, .active table, form.block table {
	background-color: transparent !important;
}
table.regular td {
	vertical-align:top;
	padding:5px !important;
}
* > table.regular td {
	padding-right: 1em;
}
table.regular td {
	border: 1px solid #E4D7C8;
}
table.invisible td {
	border: none;
}
td.active, #layout tr.active {
	background-color: #F0E9E2;
}
form.block td, table.regular table.regular td {
/* verhindert, dass Tabellen in Formularen angezeigt werden + verhindert sichtbare tabellenverschachtelungen, z.B. Admin -> Seiten-Eigenschaften */
	border: none;
}
/* td.title = hervorgehobene Zelle */
/* tr.title = hervorgehobene Reihe */
#layout table.regular td.title, #layout table.regular tr.title td {
	background-color: #F0E9E2;
	font-weight: bold;
}
/* ungerade Reihen (1, 3, 5 etc.) */
table.regular tr.odd {
}
/* gerade Reihen (2, 4, 6 etc.) */
table.regular tr.even {
}
/* erste Reihe */
table.regular tr.first {
}
/* letzte Reihe */
table.regular tr.last {
}
/* erste Spalte */
table.regular td.first {
}
/* letzte Spalte */
table.regular td.last {
}

/* Eigene Tabellenstile, definiert in table_block_styles.xml */
.dummy_table table {
	background-color: #ECECEC;
}

/* TOOLS */
/* Tools = Optionen auf der Seite, z.B. Buttons fuer Alternative Ausgebeformate oder Skins */
/* Alle Toolboxen sind von einem div mit der id "tools_xy" umschlossen:
		- div#tools_skins = Dropdown fuer Skin-Darstellung
		- div#tools_font = Schriftgroessenwahl
		- div#tools_versions = Buttons fuer alternative Ausgabeformate
	In allen Toolboxen befindet sich mind. ein Formular mit der Klasse "tools"
*/
form.tools {
	display: inline;
}
div#tools_skins, div#tools_font, div#tools_language {
	display: block;
	margin-bottom: 2em;
}
div#tools_skins h3, div#tools_font h3, div#tools_language h3, div#tools_versions h3, #tools_login h3 	{
	color:#BFA27E;
	text-transform:uppercase;
	font-size:0.9em;
	border-bottom:1px solid #E4D7C8;
	font-weight:normal;	
	padding-bottom:0.2em;
	padding-left:1.5em;
}
#tools_font form, #tools_skins form, #tools_login form, #tools_login p {
	display:inline;
	font-size:0.9em;
	font-weight:normal;
	background-color:transparent;
	color:#BFA27E;
	padding-left:1.5em;
	margin:0;
}
#tools_font .button {
	padding:0 !important;
	position:relative;
	top:-0.2em;
	color:#BFA27E;
	border:none;
	width:2em;
	height:2em;
	border:1px solid #E4D7C8;
	margin:0;
}
#tools_login {
	width:230px;
	text-align:left;
}
#tools_login form {
	margin:0;
	padding:0;
}
#tools_login input {
	font-size:0.9em;
	margin-top:0.5em;
}
#tools_login p {
	display:block;
	padding-left:1.5em;
}
#tools_versions {
	text-align:right;
	font-size:0.9em;
	width:48%;
	float:right;
}
#tools_font form {
	padding-left:0 !important;
	position:relative;
	margin-right:0.6em;
	left:1.5em;
	top:-0.2em;
}
#tools_versions form.tools input.button {
	font-size: 100em;
	width: 25px !important;
	height: 25px !important;
	background-repeat: no-repeat;
	background-position: center;
	margin:0 0 3px 0;
	padding:0;
	border-width:0px;
	background-color:white;
	position:relative;
	top:-5px;
}
#tools_versions form, #tools_versions form.tools input.button {
	background-color:transparent;
	border:1px solid white;
}
* > #tools_versions form.tools input.button {
	font-size:0 !important;
}
form#alternate_print input.button {
	background-image: url(/Icons/Print.gif);
}
form#alternate_email input.button {
	background-image: url(/Icons/Mail.gif);
}
form#alternate_pdf input.button {
	background-image: url(/Icons/Pdf.gif);
}
form#alternate_newsletter input.button {
	background-image: url(/Icons/Newsletter.gif);
}
#tools_font .button:hover, #tools_versions form .button:hover {
	border-color:#E4D7C8 !important;
}
#tools_skins .input:hover, #tools_font .button:hover {
	border-color:#BFA27E !important;
}
#tools_skins .button {
	color:#BFA27E;
	font-size:0.9em;
	position:relative;
	top:-2px;
	margin-left:0.5em;
}

/* FORMULARE */
form {
	background-color: #F8F5F1;
}
form.block {
	/* Formular soll als Block dargestellt werden, z.B. bei "Seite per E-Mail verschicken" */
	padding: 5px;
	border: 1px solid #E4D7C8;
}
form.invisible {
	/* "heimliche" Formulare, werden nicht eindeutig dargestellt */
	background-color: transparent;
}
textarea.input, iframe {
	width: 94%;
	margin-bottom:0.5em;
}
fieldset {
	/* kommt u.a. vor unter "Seite als E-Mail versenden" und in Formularen */
	border: none;
	margin: 0;
	padding: 0;
}
#anton_link_window fieldset {
	border-bottom: 1px solid #B8B8B8;
}
fieldset.marked {
	/* hervorgehobenes fieldset, soll gleich mit "tr.active td" / "td.active sein" (siehe Tabellen) */
	background-color: #F2F2F2;
}
legend {
	font-weight: bold;
}
label {
	/* Beschreibung des Formularfeldes. display:block; ist wichtig, damit nach der Beschreibung ein Umbruch eingefuegt wird */
	display: block;
	cursor: pointer;
}
label.check {
	/* Checkboxen-Labels werden nicht umgebrochen! */
	display: inline;
}
.input {
	border:1px solid #E4D7C8;
	color:#BFA27E;
}
.input.required {
	/* Pflichtfelder */
}
.input.disabled {
	/* inaktive Felder */
}
.select, .input, .select, textarea, iframe {
	border:1px solid #E4D7C8;
}
/* Fehlermeldungen */
p.error, label.error {
	font-weight: bold;
	color: red;
	border-color: red;
}
input.error, textarea.error {
	border-color: red;
}

/* LINKS ZUM SEITENANFANG */
.jumper_top a {
	margin-bottom: 2em;
}
.block_jumper_top a {
	/* Link am Ende eines Blocks */
	margin-bottom: 2em;
}

/* GEMISCHTES */

/* Logo */
div#static_logo {
	position:relative;
	left:-70px;
	float:left;
}

/* Meta-Navigation */
#nav_meta {
	float:right;
	display:inline;
	clear:none;
	position:relative;
	top:15px;
	text-transform:uppercase;
}
#nav_meta a {
	text-decoration:none;
}

/* Trenner, z.B. in Metanavigation oder "Sie-sind-hier"-Navigation: <span class="separator">XY</span> */
.separator {
	color: #B8B8B8;
}

/* Bild im Content */
img.regular {
	padding:1px;
	border:1px solid #E4D7C8;
}
/* Bilder, mit Bildbeschreibung: <div class="image"><img ... />Beschreibung</div> */
div.image {
	margin-bottom: 1em;
	color:#BFA27E;
}
div.image form {
	margin:0;
}

/* generelles Margin fuer alle floatende Objekte */
.float_left {
	margin-right: 10px;
}
.float_right {
	margin-left: 10px;
}

/* Listen */
ul, ol, dl {
	margin:0.5em 0 0.5em 0;
	line-height:140%;
}
#column_content ul {
	list-style-image:url(/Icons/Dot.gif);
}
#column_content ul li, #column_content ol li, #column_content dl dd {
	padding-bottom:0.5em;
}
#column_content dl {
	padding-left: 2.3em;
}

/* Sitemap */
.sitemap {
	border-top: 1px solid #848484;
}
.sitemap h3 {
	margin: 0px;
	font-size: 1.25em;
	font-weight: bold;
}
.sitemap ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sitemap li {
	padding-left: 10px;
}
.sitemap .sub1 li {
	font-weight: bold;
}
.sitemap .sub li {
	font-weight: normal;
}

/* Codeauszeichnungen etc. */
tt, pre {
	font-family: monospace;
	font-size: 1.2em;
	line-height: 120%;
}

/* Trennlinien zwischen Bloecken */
hr {
	margin: 2em 0 2em 0;
	border-width:0;
	border-bottom:1px solid #E4D7C8;
	height:1px;
}

/* Sonstiges */
#typo_bar {
	width:686px;
	height:30px;
}
.start #typo_bar {
	background-image:url(/Icons/Typo_Bar.gif);
	background-repeat:no-repeat;
}
#footertable {
	border-top:1px solid black;
	width:100%;
}
#footertable td.login {
	width:230px;
}
#footertable td.space div {
	width:1.5em;
}
#footertable td.hspace div {
	height:1.3em;
}
#footertable td {
	padding:1em;
}
td.partner {
	width:33%;
	text-align:center;
	font-size:0.7em;
	margin-right:1em;
	border:1px solid #E4D7C8;
	padding:1em 0 0 0 !important;
}
td.partner img {
	display:block;
	margin:10px auto 10px auto;
}
td.partner:hover {
	border-color:#BFA27E !important;
}
#info_lastmodified {
	font-size:0.8em;
}
body#anton_help {
	padding-left:0 !important;
}
/*** BLOECKE ***********************************************/

/* Ausbau von Bloecken: <div class="..."><h1>...</h1><h2>...</h2><div class="block">...</div></div> */

.block {
	/* Inhalt des Blocks, ohne h1/h2-Ueberschriften. Kann in einem Block auch mehrfach vorkommen. */
	/* Hinweis: .block wird auch in der Ant-On! Hilfe verwendet */
	margin-top: 3px;
	margin-bottom: 1.5em;
}

/* spezielle Formatierungen der einzelnen Bloecke, definiert in block_styles.xml */
.box {
	padding:2em 1.5em 2em 1.5em;
	margin-bottom:2em;
}
.bg {
	background-color:	#F7F3EE;
}
.hborders {
	border-top:1px solid #E4D7C8;
	border-bottom:1px solid #E4D7C8;
}
.colortext {
	color:#BFA27E;	
}
.float_left, .float_right {
	width:38%;
	margin-top:1em;
	margin-bottom:1em;
}

/* Formatierung von Mime-Bloecken */
.info_mimeblocks {
	border: 1px solid #000;
	padding: 5px 5px 0px 5px;
	margin-bottom: 20px;
}

/* "Tab"-Bloecke */
.tab_links {
	font-size:0.8em;
	margin-top:2em;
	width:40em;
}
#layout table tr.active .tab_links {
	width:50em;
}
.tab_links a {
	margin-right: 0.1em;
	white-space: nowrap;
	padding:0.5em 0.3em 0.6em 0.3em;
}
#layout table tr.active .tab_links a {
	position:relative;
	top:-0.5em;
}
.tab_links .open {
	background-color: white;
	color: #000;
	cursor: default;
	text-decoration: none;
	border:1px solid #BFA27E;
	border-bottom:none;
}
.tab_links .closed {
}
.tab_links .separator {
	width: 0px;
}
.tab_view {
	border: 1px solid #BFA27E;
	padding:3em 1em 3em 1em;
	background-color:white;
	margin-bottom:0.5em;
}

/* SEITENSTILE / -TEMPLATES ******************************/
.start {
}
.start #column_content {
	padding-top:0 !important;
}
#start_content {
	/* aller Inhalt der Content-Spalte auf der Startseite */
	padding:3em 2em 1.2em 2em;
	background-color:	#F7F3EE;
	border-top:1px solid #E4D7C8;
	border-bottom:1px solid #E4D7C8;
	color:#BFA27E;	
}
#start_content .block {
	margin-bottom:0.9em;
}

/* PROGRESS BAR ******************************************/
#Progress_Bar_Bg {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #CCC;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}
#Progress_Bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	text-align: left;
}
* > #Progress_Bar {
	width: 302px;
}
#Progress_Bar .block {
	margin: -1px 0px 0px 0px;
	padding: 5px;
	border: 1px solid black;
	background-color: white;
	font-size: 0.8em;
}
#Progress_Bar_Frame {
	width: 300px;
	border: 1px solid black;
	background-color: white;
}
#Progress_Bar_Index {
	width: 0px;
	height: 20px;
	background-color: blue;
}
#Progress_Bar_Image {
	margin-bottom: 10px;
	text-align: center;
}

/* ANT-ON ************************************************/
.anton_close_props {
	position: relative;
	top: 0.15em;
	margin-right:2em;
}

/* Aenderungen sind hier nicht notwendig */

.anton_block {
	border: 3px dotted #BFE0BC;
}
.anton_block form.block {
	margin-bottom: 0 !important;
}
.anton_margin {
	border: 3px dotted #369;
}
.collection.old {
	border: 3px solid #B8B8B8;
}
.collection.new {
	border: 3px solid #30B568;
}
.anton_block, .collection {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 0;
	padding: 5px;
}
.anton_block form {
	margin-bottom: 0;
}
.preview_block {
	border: 3px dotted #ABABAB;
	padding: 5px 5px 15px 5px;
	margin-bottom: 15px;
}
.hideable .anton_lang, .hideable .anton_lang *, .tab_view .anton_lang, .tab_view .anton_lang * {
	color: green;
}
#anton_link_window {
	padding: 10px;
}
#anton_link_window .input {
	width: 94%;
}

/* Buttons der Toolbar */
.button_group .img_button {
	margin: 0px 0px 2px 0px;
}
.button_group {
	padding: 0px 10px 0px 0px;
	white-space: nowrap;
}


/*** BITTE NICHT AENDERN **************************************/
.align_right {
	float: right;
}
.clear {
	clear: both;
}
.float_left {
	display: block;
	float: left;
}
.float_right {
	display: block;
	float: right;
}

