/* 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/12/01 16:37:06 $ */
/* owner: Nico.Westermann@brave.de */


/*** GRUNDLEGENDE FORMATIERUNGEN *****************************/
body {
	background-color: #FFF;
	color: #000;
	text-align: center;
	font-family: HelveticaNeue, Helvetica, Verdana, Arial, sans-serif;
	margin:0;
	padding:0;
	color: #686767;
}

/*** LAYOUT **************************************************/
#layout_wrapper {
	margin: 0px auto;
	width: 901px;
	text-align:left;
}
.start {
	width:910px !important;
}
#layout {
	margin-right:11px;
	margin-bottom:2em;
}
#column_left {
	width: 300px;
}
#column_right {
	width: 220px;
	border-left: 1px solid #B8B8B8;
}

/*** BASIS SCHRIFTGRADE ***************************************/
#layout, #anton_help, #anton_link_window {
	font-size:0.75em;
}
table {
	font-size:1em;
}
#column_bottom, #nav_sub ul {
	font-size:0.9em;
}

/*** INHALTE DER SPALTEN *************************************/
/* NAVIGATION */
ul#nav_tree {
	margin: 0 0 20px 0;
	list-style: none;
}
#column_left ul {
	padding: 0;
}
#column_left ul li {
	padding: 0.1em;
}
#nav_tree .current {
	font-weight: bold;
}
#nav_top {
	margin:0 !important;
}
#nav_sub ul {
	list-style-type:none;
	margin:0;
}
#nav_sub ul ul {
	font-size:1em;
	margin-left:15px;
}
#nav_sub ul li a, #nav_sub ul li span {
	display:block;
	background:url(/Icons/Nav_Dot.gif) no-repeat 0 0.2em;
	text-decoration:none;
	color: #525255;
	padding:0 0 8px 10px;
}
#nav_sub ul li span, nav_sub ul li a.active {
	color:#C8264E;
}
#nav_here .active {
	font-weight: bold;
}

/* UEBERSCHRIFTEN */
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size:1.2em;
}

/* BUTTONS */
.button, .img_button {
	border: 1px outset #939298;
	margin-left: 1px;
	background-color: #FFF;
	color: #686767 !important;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	font-size:0.9em;
	font-family: HelveticaNeue, Helvetica, Verdana, Arial, sans-serif;
}
.button {
	padding:1px 10px 1px 10px;
}
a.button, a.button:visited {
	position:relative;
	padding:2px 10px 2px 10px;
	text-decoration: none;
	color: #686767;
	font-size:0.9em;
	white-space: nowrap;
	font-family: HelveticaNeue, Helvetica, Verdana, Arial, sans-serif;
	text-decoration:none !important;
}
.img_button {
	background-color: #939298;
}
a.button:hover, .img_button:hover, input.button:hover {
	border-color: #000;
}
.button_group {
	float:left;
}
iframe {
	display:block;
	clear:both;
}

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

/* 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;
	text-decoration: none;
	border-bottom: 1px dotted #939298;
}
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;
}
a.more {
	color: #939298;
	text-decoration: none;
	padding: 0 14px 0 0;
	background: url(/Icons/More.gif) no-repeat right center !important;
	border-bottom: 1px dotted #939298;
}

/* TABELLEN */
table.regular {
	width: 99.9%;
	margin: 5px 0;
	border-collapse: collapse;
}
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 {
	padding-right: 1em;
}
table.regular td {
	border: 1px solid #939298;
}
table.invisible td {
	border: none;
}
td.active, #layout tr.active {
	background-color: #ECECEC;
}
form.block td, table.regular table.regular td {
	border: none;
}
#layout table.regular td.title, #layout table.regular tr.title td {
	background-color: #939298;
	font-weight: bold;
	color:#fff !important;
}
#layout table.regular td.title a, #layout table.regular tr.title td a {
	color:#fff !important;
}

/* TOOLS */
form.tools {
	display: inline;
}
div#tools_skins, #tools_login {
	display: block;
	padding: 0.8em;
	border: 1px solid #B8B8B8;
	margin-bottom: 5px;
}
.regular #tools_language {
	float:right;
	margin-top:15px;
	border-right:1px solid #939298;
	padding:0 5px 0 0;
	height:10px;
}
.start #tools_language {
	float:left;
	margin-top:15px;
	margin-right:5px;
	border-right:1px solid #939298;
	padding:0 5px 0 0;
	height:10px;
}
#tools_versions {
	float:right;
	margin-top:15px;
}
#tools_versions input {
	font-size:0.01px;
	width: 17px !important;
	height: 14px !important;
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	margin:3px;
	padding:0px 0px 0px 30px;
	border-width:0px;
	background-color:transparent;
	background-image:url(/Icons/Print.gif);
}

/* FORMULARE */
form {
	background-color: #ECECEC;
}
form.block {
	padding: 5px;
	border: 1px solid #B8B8B8;
}
form.invisible {
	background-color: transparent;
}
textarea.input, iframe {
	width: 99%;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
fieldset.marked {
	background-color: #F2F2F2;
}
legend {
	font-weight: bold;
}
label {
	display: block;
	cursor: pointer;
}
label.check {
	display: inline;
}
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 {
	margin-bottom: 2em;
}

/* GEMISCHTES */
/* Logo */
#static_logo .block {
	padding:0 !important;
	margin:0 !important;
}

/* Meta-Navigation */
#nav_meta {
	padding:15px 0 5px 5px;
}
#nav_meta, .regular #nav_top, #tools_language {
	text-transform:uppercase;
	text-decoration:none;
}
#nav_meta a, #nav_meta span, #tools_language a, #tools_language span {
	font-size:0.75em !important;
	text-decoration:none !important;
	color: #939298 !important;
}

.separator {
	color: #B8B8B8;
}

div.image {
	margin-bottom: 10px;
	font-size:0.9em;
}
.float_left {
	margin-right: 10px;
}
.float_right {
	margin-left: 10px;
}

/* Listen */
#content_main ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
}
#content_main ul li {
	padding: 0 0 0 20px;
	background: url(/Icons/Bg_Bulletpoint.gif) 0 7px no-repeat;
	list-style: none;
	line-height: 165%;
}

/* Sonstiges */
.head_image {
	text-align:right;
}
.head_image .block {
	margin:0;
}

/* Sitemap */
.sitemap {
	border-top: 1px solid #807F87;
	padding:5px 0 5px 0;
}
.sitemap h3 {
	margin: 0px;
	font-size: 1.25em;
	font-weight: bold;
}
.sitemap ul {
	margin: 0px;
	padding: 5px 0 0 0;
	list-style-type: none;
}
.sitemap li {
	padding-left: 10px;
}
.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: 0 0 15px 0;
	padding: 0;
	height: 1px;
	border-width:0;
	border-bottom: 1px solid #939298;
}


/*** BLOECKE ***********************************************/

.block {
	margin-top: 3px;
	margin-bottom: 13px;
}

.head_block h1 {
	color:#fff;
	background-color: #939298;
	margin:4px 0 0 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	text-transform: uppercase;
	padding:2px 0 2px 328px;
  letter-spacing: 0.1em;
  line-height:1.4em;
}
.head_block .block {
	margin:0;
}
.first_col_fixed table tr td.first {
	width:3%;
}
.last_col_fixed table tr td.last {
	width:25%;
}

/* Formatierung von Mime-Bloecken */
.info_mimeblocks {
	width:200px;
	margin-bottom: 20px;
	margin-top:20px;
	font-size:0.9em;
}

/* "Tab"-Bloecke */
.tab_links {
	padding-top:10px;
}
.tab_links a {
	margin-right: 2px;
	white-space: nowrap;
	padding:1px;
	border:1px solid #DCDCDD;
	border-bottom:none;
	padding:2px 10px 2px 10px;
	text-decoration:none;
}
.tab_links .open {
	border:1px solid #939298;
	border-bottom:1px solid #fff;
	cursor: default;
	text-decoration: none;
	background-color:#fff;
}
.tab_links .separator {
	width: 0px;
}
.tab_view {
	border:1px solid #939298;
	padding:10px 10px 5px 10px;
	background-color:#fff;
	margin-top:2px !important;
}
.tab_view .block {
	margin-bottom:5px;
}
*> .tab_links a {
	padding-bottom:5px;
}
table tr td .tab_links a {
	padding-bottom:2px;
}

/* Seitentemplates */
.start #layout {
	background-image:url(/Icons/Bg_House.jpg);
	background-repeat:no-repeat;
}
.start #column_center {
	height:545px;
}
.start {
	background: #FFFFFF url(/Icons/Bg_Lines.gif) top right no-repeat;
}
.start #nav_top a {
	color: #88898E;
	text-decoration: none;
	display:block;
	float:left;
	clear:both;
	line-height: 15px;
	padding: 0 35px 8px 0;
	background-color:#fff;
	text-decoration:none !important;
}
.start #nav_top {
	background:url(/Icons/Bg_Navi.gif) no-repeat top right;
	width:380px;
	clear:both;
	display:block;
	height:300px;
}
.start #column_bottom {
	color:#fff;
	padding-bottom:15px !important;
	padding-left:0;
}
.start #column_bottom h1, #column_bottom h2, #column_bottom h3 {
	margin:0;
	padding:0;
	font-size:1em;
}
.start #column_bottom a {
	color:#fff;
}
.start #column_bottom .block {
	width:280px;
	margin:17px 0 0 13px;
	float:left;
}
.start #column_bottom h1, #column_bottom h2 {
	display:none;
}
.start #column_bottom {
	background: #807F87 url(/Icons/Bg_Bottom.gif) top left no-repeat;
	padding: 16px 0 0 16px;
}
.start #top {
	padding:22px 22px 0 22px;
}
.start #column_center {
	padding-left:28px;
	padding-right:28px;
}
.regular #top {
	padding-top:10px;
	margin-bottom:18px;
}
.regular #top #static_logo img {
	position:relative;
	left:-13px;
}
#column_bottom {
	border-bottom:1px solid #807F87;
}
.regular #column_main {
	background:url(/Icons/Bg_Logo.gif) no-repeat bottom left;
	padding-bottom:20px;
}
.print #column_main {
	background-image:none !important;
}
.regular #nav_meta {
	float:right;
}
.regular #nav_top  {
	float:right;
}
.regular #nav_top a, .regular #nav_top span {
	display:block;
	padding:16px 10px 11px 18px;
	float:left;
	background:#fff url(/Icons/Bg_Line2.gif) no-repeat top left;
	text-decoration:none !important;
	margin-left:20px;
}
.regular #nav_top span,.regular #nav_top a.active {
	color:#C8264E;
}
.regular #static_logo {
	border-bottom: 1px solid #9C9BA1;
	margin-bottom:1px;
	padding-bottom:8px;
}
.regular #column_center {
	float:right;
	width:562px;
	padding-top:10px;
	line-height:165% !important;
}
.no_margin #column_center, .print #column_center {
	width:100%;
}
.regular #column_left {
	float:left;
	width:310px;
	padding-top:15px;
	padding-bottom:160px;
}
.regular #column_bottom {
	margin-top:10px !important;
}

/* Admin Ausnahmen */
.start #column_bottom form.block {
	width:95%;
	font-size:1.1em;
	background-color:#fff;
}
.start #column_bottom form.block a {
	color:#88898E;
}
.anton_block h1 {
	padding-left:0 !important;
}
.anton_block .head_block {
	width:546px;
	overflow:scroll;
}


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