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

/* $Revision: 1.9 $ $Date: 2009/11/03 15:30:35 $ */
/* owner: Nico.Westermann@brave.de */


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

body {
	background-color: #FAFAFB;
	color: #000;
	text-align: center;
	font-family: Verdana,Arial,Sans-Serif;
	color:#424242;
	margin:0;
	padding:10px;
}

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

#layout {
	width: 990px;
	height: 100%;
	margin: 0 auto;
	line-height:130%;
}
#top {
	/* Obere Zeile */
	height: 60px;
	background-color:#036;
	background-image:url(/Icons/Slice_Top_Left.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid white;
	vertical-align:bottom;
}
#head_image {
	height:200px !important;
	background-image:url(/Icons/Head/Default.jpg);
}
#nav {
    background-color:#036;
    border-top:1px solid white !important;
    border-bottom:1px solid white !important;
    padding-left:5px;
    text-align:center;
    height:2em;
} 
#column_left {
	/* Navigationsspalte */
	width: 190px !important;
	background-color:#EDEFF0;
	background-image:url(/Icons/Slice_Left_Bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:30px 15px 15px 15px;
}
#column_center {
	padding:0 0 20px 0;
	/* Haupt- Inhaltsspalte */
	background-image:url(/Icons/Slice_Content_Bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-color:#fff;
}
#column_center #main_content {
	background-image:url(/Icons/Slice_Content_Top.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	border:none;
	padding:30px 15px 15px 15px;
}
#column_right {
	/* Marginalspalte */
	width: 190px !important;
	background-color:#EDEFF0;
	padding:30px 15px 15px 15px;
}


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

#column_right, #footer, #column_content div.image  {
	font-size:0.7em;
}
#column_center, td, #top, #column_left {
	font-size: 0.75em;
}
#nav_meta, #nav_here, #tools_language {
	font-size:0.8em;
}
#column_center div.image {
	font-size:0.9em;
}
h2 {
	font-size:1.3em;
}
h1 {
	font-size:2.3em;
}
#column_right h1 {
	font-size:2em;
}


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

/* NAVIGATION */
#nav_top {
	margin:0;
	padding:2px;
}
#nav_top a, #nav_top a:visited, #nav_top .current {
	color:#EDEFF0;
	text-decoration:none;
	margin-right:25px;
}
#nav .current {
	font-weight:bold;
	color:#fff;
}
#nav a:hover {
	color:#fff;
}
#nav_sub {
	margin-bottom:40px;
}
#nav_sub ul, #nav_sub li {
	margin: 0;
	padding:0;
	list-style-type: none !important;
	list-style-image:none;
}
#nav_sub li {
	display:block;
	padding:4px 0 4px 2px;
	border-bottom:1px solid #fff;
}
#column_left ul {
	padding: 0;
}
#column_left ul li, #nav_sub .current {
}
#nav_sub .current {
	font-weight: bold;
}
li.active ul {
	list-style-type: square;
}
#nav_top a.active {
	font-weight:bold;
}
#nav_sub a, #nav_sub .current {
	color:#424242;
	text-decoration:none;
}
#nav_sub ul.level_3 a, #nav_sub ul.level_3 .current {
	padding-left:15px;
}
#nav_sub ul.level_4 a, #nav_sub ul.level_4 .current {
	padding-left:30px;
}
#nav_sub ul.level_5 a, #nav_sub ul.level_5 .current {
	padding-left:45px;
}


/* "sie sind hier"-Navigation */
#nav_here, #nav_here a {
	color:#93A0AA;
}
#nav_here {
	margin-bottom:15px;
}
/* aktuelle Seite in der "sie sind hier"-Navigation */
#nav_here .active {
	font-weight: bold;
}

/* MARGINALSPALTE */

/* UEBERSCHRIFTEN */
h1 {
	font-family:Serif;
	font-weight:normal;
	margin-top:5px;
	line-height:110%;
	float:left;
	clear:both;
}
.block {
	clear:both;
}
h2 {
	margin-top:5px;
}
h3 {
	margin-bottom:0.5em;
}

/* BUTTONS */
/* fuer <a class="button"> und <input class="button"> + <input class="img_button">, soll bei allen gleich aussehen */
.button, .img_button {
	border: 1px outset #EDEFF0;
	margin-left: 1px;
	background-color: #FFF;
	color: #036;
	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: #036;
	font-size:0.9em;
	white-space: nowrap;
}
.img_button {
	background-color: #036;
}
a.button:hover, .img_button:hover, input.button:hover {
	border-color: #000;
}
#column_left .button {
	background-color:#EDEFF0;
	color:#999;
	border:1px solid #fff !important;
}

/* LINKS */
a, a:link, input.link {
	color: #036;
}
a:hover, input.link:hover {
	text-decoration: none;
}
input.link {
	overflow: visible;
	border: none;
	text-decoration: underline;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
/* Toter Anwalt Link (Linkstil + Navigation) */
#nav_sub li.Dr_Martin_Winter a, #nav_sub li.Dr_Martin_Winter span, a.dead_lawyer {
	background-image:url(/Icons/Cross_Small.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:8px;
}

/* 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 */
a.dummy_link {
	background-color: yellow;
}

/* 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: 94%;
	margin: 5px 0 20px 0;
	border-collapse: collapse;
}
*> table.regular {
	width:100%;
}
td {
	padding:5px;
	vertical-align:top;
}
table.regular table.regular, .active table, form.block table {
	background-color: transparent !important;
}
table.regular td {
	vertical-align:top;
	padding:5px;
}
table.regular td {
	border: 1px solid #D4D9DD;
}
table.invisible td {
	border: none;
}
td.active, #layout tr.active {
	background-color: #EDEFF0;
}
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: #ECECEC;
	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_versions, #tools_login {
	display: block;
	margin-bottom: 5px;
	line-height:130%;
}
#tools_font, #tools_language {
	color:#424242;
	padding-bottom:2px;
	margin-bottom:5px !important;
}
#tools_font form, #tools_font h3 {
	font-weight:normal;
	border:none;
	display:inline;
	font-size:0.9em;
}
#tools_font input, #tools_font .button {
	border:none !important;
	width:10px;
	background-color:#EDEFF0;
	color:#424242;
	font-size:1.2em;
}
#tools_language {
	float: right;
	color:#EDEFF0;
	line-height:80%;
	z-index:10;
	margin-right:8px;
	padding-top:7px;
}
#tools_language a {
	color:#EDEFF0;
	text-decoration:none;
}
#tools_login .button {
	border:none !important;
	padding:0 !important;
	cursor:pointer;
	position:relative;
	left:-3px;
	text-align:left;
}
#tools_login form {
	margin:0;
}
/* Tools Versions */
#tools_versions {
	
}
#alternate_print input {
	background-image:url(/Icons/Print.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	border:0;
	padding-left:20px;
	text-decoration:underline;
}

/* FORMULARE */
form {
	background-color: #ECECEC;
}
form.block {
	/* Formular soll als Block dargestellt werden, z.B. bei "Seite per E-Mail verschicken" */
	padding: 5px;
	border: 1px solid #B8B8B8;
}
form.invisible {
	/* "heimliche" Formulare, werden nicht eindeutig dargestellt */
	background-color: transparent;
}
textarea.input, iframe {
	width: 99%;
}
fieldset {
	/* kommt u.a. vor unter "Seite als E-Mail versenden" und in Formularen */
	border: none;
	margin: 0;
	padding: 0;
}
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.required {
	/* Pflichtfelder */
}
.input.disabled {
	/* inaktive Felder */
}
/* 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, .block_jumper_top a {
	margin-bottom: 2em;
	background-image:url(/Icons/Up.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:0 50%;
}
p.jumper_top {
	margin-bottom:3px;
	border-top:1px solid #D4D9DD;
	margin-top:20px;
	padding-top:10px;
}


/* GEMISCHTES */

/* Logo */
div#static_logo {
	position:relative;
	top:-46px;
	left:390px;
	width:300px;
}
#footer {
	color:#93A0AA;
	padding:0;
}
#footer p {
	margin-bottom:0;
}

/* Meta-Navigation */
#nav_meta {
	float: right;
	color:#EDEFF0;
	z-index:10;
	padding:0 !important;
}
#nav_meta a {
	color:#EDEFF0;
	text-decoration:none;
}
#nav_meta .separator {
	
}
.topnav_separator {
	float:right;
	color:#b8b8b8 !important;
	padding:0 4px 0 4px;
	font-size:0.8em;
}

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

/* Bild im Content */
img.regular {
}
/* Bilder, mit Bildbeschreibung: <div class="image"><img ... />Beschreibung</div> */
.margin_person div.image {
	margin-bottom: 10px;
	background-color:#fff;
	padding:3px 3px 3px 10px;
	background-image:url(/Icons/Slice_Image_Bottom.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
}

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

/* Listen */
ul, ol {
	list-style-image:url(/Icons/Dot.gif);
	line-height:130%;
	margin-bottom:20px;
	
}
li {
	margin-bottom:10px;
}

/* Sitemap */
.sitemap {
	border-top: 1px solid #D4D9DD;
	line-height:200%;
}
.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:0px;
	margin-left:15px;
}
.sitemap .sub1 li {
	font-weight: bold;
}
.sitemap .sub li {
	font-weight: normal;
}
.sitemap a {
	padding:2px 0 2px 0;
	display:block;
}

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

/* Trennlinien zwischen Bloecken */
hr, .hr {
	margin: 0 0 30px 0;
	padding: 0;
	height: 1px;
	border-width:0;
	border-bottom: 1px solid #D4D9DD;
}
#column_right hr {
	border-bottom-color:#fff !important;
}

/** Stile aus Templates **/
.home #column_left, .home #column_center, .home #column_right {
	background-color:#424242;
}
.home #column_center, .home #column_center #main_content, .home #column_right {
	background-image:none;
	color:#fff;
}
.home #main_content table *, .home .tab_links a {
	color:#424242 !important;
}
.home #column_left a, .home #column_center #main_content a, .home #column_right a {
	color:#fff;
}
.home #tools_language .button, .home #tools_language form {
	background-color:transparent !important;
	border-color:#999 !important;
}
.home #tools_language {
	border:0;
}
.home #column_left {
	padding-top:40px;
}
.home #column_right hr {
	border-bottom-color:#686868 !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: 20px;
}

/* spezielle Formatierungen der einzelnen Bloecke, definiert in block_styles.xml */
.margin_person {
	position:relative;
	top:-15px;
}
.margin_person img {
	position:absolute;
}
.margin_person img.regular {
	margin-top:0;
	position:static;
}
.gray_border, .blue_border, .gray_bg, .tab_view {
	padding:10px;
	margin-bottom:20px;
}
.gray_border .block, .blue_border .block, .gray_bg .block, .tab_view .block {
	margin-bottom:10px;
}
.gray_border {
	border:1px solid #D4D9DD;
}
.blue_border {
	border:1px solid #003366;
	color:#003366 !important;
}
.gray_bg {
	background-color:#EDEFF0;
}
#column_right .gray_bg {
	background-color:#fff !important;
}
.logo_box {
	background-image:url(/Icons/Logo_Small.gif);
	background-repeat:no-repeat;
	padding-left:120px;
	background-position:0 10px;
}
.blue_text {
	color:#003366 !important;
}
.news_box td {
	padding:0;
}
.news_box ul {
	list-style-image:none;
	margin:0;
	padding:0;
	color:#fff !important;
	list-style-type:none;
}
.news_box ul li {
	padding-left:0;
	margin-left:0;
}
.mittig {
	text-align:center;
}
.dead_lawyer h1 {
	float:left;
	margin-bottom:3px;
	background-image:url(/Icons/Cross_Big.gif);
	background-repeat:no-repeat;
	background-position:100% 0.18em;
	padding-right:17px;
}
*> .dead_lawyer h1 {
	margin-bottom:18px;
}
.dead_lawyer .block {
	clear:both;
}
.margin_person_dead .image abbr {
	background-image:url(/Icons/Cross_Small.gif);
	background-repeat:no-repeat;
	background-position:0 0.2em;
	padding-left:8px;
	border:none;
}

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

/* "Tab"-Bloecke */
.tab_links a {
	margin-right: 0;
	white-space: nowrap;
	border:1px solid #D4D9DD;
	background-color:#fff;
	border-bottom:none;
	text-decoration: none;
	padding:3px;
	position:relative;
	top:-3px;
}
.tab_links a.open {
	background-color: #fff;
	cursor: default;
	color:#424242;
	padding-bottom:4px;
	font-weight:bold;
}
*> .tab_links a {
	top:1px;
}
.tab_links .closed {
}
.tab_links .separator {
	width: 3px;
}
.tab_view {
	border: 1px solid #D4D9DD;
	padding:10px;
	background-color:#fff;
}
#column_center td .tab_view {
	margin-top:3px;
}

/* 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;
}

/* GOOGLE MAPS ************************************************/

.google_map_conf {
	display: none;
}
.google_map {
}
.google_map .block {
	height: 400px;
}

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