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

/* $Revision: 1.29 $ $Date: 2012/01/27 10:37:55 $ */
/* owner: Nico.Westermann@brave.de */


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

body {
	background:#fff url(/Icons/Topbg.jpeg) repeat-x 50% 100px;
	color: #000;
	text-align: center;
	font-family: Helvetica,"Helvetica Neue",Arial,Sans-Serif;
	line-height:160%;
	text-align:center;
	margin:0;
	padding:0;
}

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

#testdiv {
	background-color:red;
	width:20px;
	height:20px;
	position:absolute;
	top:5px;
	left:5px;
}
#container {
	width:960px;
	margin:0 auto;
	text-align:left;
	z-index:10;
}
#header {
	height:130px;
}
#header .section {
	margin:0;
}
#column_center {
	float:left;
	width:492px;
	background-color:#fff;
	position:static;
}
#column_right {
	width: 467px;
	float:left;
	background-color:#fff;
}
.section {
	margin:25px;
}
#column_right .section {
	margin-left:1px !important;
}
#foot {
	clear:both;
}
#foot_container {
	background-color:#000;
	width:100%;
	text-align:center;
	clear:both;
	position:absolute;
	left:0;
}
#foot {
	width:960px;
	margin:0 auto;
	text-align:left;
	color:#fff;
	padding-top:1px;
	padding-bottom:10px;
}
#foot .section {
	margin-right:0;
	margin-bottom:0;
}
#foot_logo {
	float:left;
	width:210px;
	height:30px;
}
#foot_logo a {
	background-image:none !important;
	padding:0;
}
.start #content_wrapper {
	margin-top:520px;
}
#content_wrapper {
	background-color:#fff;
}
.start #content_wrapper {
	height:200px;
}
*> .start #content_wrapper {
	height:auto;
}
.no_margin #column_center {
	width:960px;
}
body#anton_help {
	background-image:none;
}

/*** BASIS SCHRIFTGRADE ***************************************/

body {
	font-size:0.95em;
}
table {
	font-size:1em;
}
div.image, #nav_here {
	font-size:0.85em;
}
#foot {
	font-size:0.75em;
}

/*** INHALTE DER SPALTEN *************************************/
#static_logo {
	float:right;
	position:absolute;
	margin-left:780px;
	top:10px;
}
#info_lastmodified {
	float:left;
	margin:0;
}
#content_footer p.jumper_top {
	float:left;
	margin:0;
}
#content_footer {
	border:25px solid #fff;
	border-bottom-width:15px;
}
#tools_login {
	margin:15px 0 15px 0;
	float:right;
}
#tools_login * {
	display:inline;
	margin-right:5px;
}

/* NAVIGATION */
#top_navigation	{
	height:35px;
	background:url(/Icons/Topbox_Corn_Top.gif) no-repeat top right;
}
#top_navigation .section {
	margin:0 !important;
	height:35px;
	width:925px;
	background-color:#fff;
}
#top_navigation #nav_top a, #top_navigation #nav_top span {
	padding:2px 25px 6px 25px;
	background-color:#eed9e2;
	border-right:2px solid #fff;
	display:block;
	float:left;
	height:28px;
	overflow:hidden;
	text-decoration:none;
	font-style:italic;
	color:#000;
}
*> #top_navigation #nav_top a, *> #top_navigation #nav_top span {
	height:20px;
}
#top_navigation #nav_top a:hover {
	background-color:#f9eff3;
}
#top_navigation #nav_top span, #top_navigation #nav_top a.active {
	background-color:#fff;
}
#top_navigation #nav_top {
	margin:0;
}
#foot_nav {
	clear:both;
	border:1px solid #fff;
	margin-left:180px;
	border-radius:15;
	-webkit-border-radius:15;
	-moz-border-radius:15;
	padding:15px 0 15px 5px;
	margin-bottom:30px;
}
#foot_nav li {
	display:block;
	width:170px;
	float:left;
	margin-left:0;
	margin-bottom:0;
}
#foot_nav .level_1 {
	font-weight:bold;
}
#foot_nav ul.sub {
	font-weight:normal !important;
	margin:0;
	padding:0;
	line-height:160%;
}
#foot_nav ul.sub li {
	width:100%;
}
#foot_nav ul.sub ul.sub li {
	margin-left:20px;
}
#foot_nav a {
	color:#fff;
	text-decoration:none;
}
#nav_here {
	display:block;
	border-left:25px solid #fff;
	color:#656565;
}
#nav_here a {
	text-decoration:none;
}
#nav_here .active {
	font-weight: bold;
}

/* UEBERSCHRIFTEN */
h1 {
	font-size: 1.7em;
	line-height:120%;
	margin:0 0 10px 0;
}
h2 {
	font-size: 1.3em;
	color:#000000;
	font-weight:normal;
	line-height:130%;
	margin:0 0 10px 0;
	font-weight:normal;
}
h3 {
	font-size: 1.3em;
	margin:0 0 15px 0;
	font-weight:normal;
}
h3 a {
	display:block;
	margin-top:20px;
}

/* BUTTONS */
.button, .img_button {
	border: 1px solid #ccc;
	margin-left: 1px;
	background:#fff url(/Icons/Buttonbg.gif) repeat-x top left;
	color: #6f6f6f;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	font-family: Helvetica,"Helvetica Neue",Arial,Sans-Serif;
	height:20px;
	padding:2px 4px 2px 4px;
	height:22px;
	width:auto;
	overflow:visible;
	line-height:1em;
	text-shadow: 1px 1px #fff;
	-moz-box-shadow: 2px 2px 2px #eee;
	-webkit-box-shadow: 2px 2px 2px #eee;
	box-shadow: 2px 2px 2px #eee;
	font-size:0.8em;
}
a.button, a.button:visited {
	position:relative;
	text-decoration: none;
	color: #6f6f6f !important;
	white-space: nowrap;
	padding-left:5px;
	padding-right:5px;
}
.img_button {
	height:19px;
	width:19px;
	overflow:hidden;
	background-image:none;
	background-color:#6f6f6f;
	padding:0 !important;
	margin-right:1px !important;
}

/* LINKS */
a, a:link, input.link {
	color: #CC3210;
}
a:hover, input.link:hover {
	text-decoration: none;
	color: #000;
}
input.link {
	overflow: visible;
	border: none;
	text-decoration: underline;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jumper_top a {
	margin-bottom: 2em;
}
.block_jumper_top a {
	margin-bottom: 2em;
}
.hidden_jumper {
	display: inline;
	margin: 0;
	padding: 0;
}
.hidden_jumper a {
	position: absolute;
	left: -1000em;
	top: -1000em;
}
.hidden_jumper a:focus, .hidden_jumper a:active {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	padding: 5px;
	border: 1px solid #B8B8B8;
	background-color: #ECECEC;
}
* > .hidden_jumper a:focus, * > .hidden_jumper a:active {
	position: fixed;
}

/* 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;
}
a.smalllink, .jumper_top {
	font-size:0.75em;
}

/* TABELLEN */
table.regular {
	width: 93%;
	margin: 5px 0 10px 0;
	border-collapse: collapse;
	line-height: 160%;
	color:#656565;
}
*> table.regular {
	width:99.9%;
}
#content_main table.regular {
	overflow:hidden;
}
table.regular td {
	padding:5px;
	vertical-align:top;
}
table.invisible tr.active td, table.regular tr.active td {
	padding:5px;
}
table.regular table.regular, .active table, form.block table {
	background-color: transparent !important;
}
table.regular td {
	vertical-align:top;
	padding:8px;
}
* > table.regular td {
	padding-right: 1em;
}
table.regular td {
	border: 1px solid #CCC;
}
table.invisible td {
	border: none;
	vertical-align:top;
	padding:5px 0 5px 0;
}
td.active, #layout tr.active {
	background-color: #F2F2F2;
}
form.block td, table.regular table.regular td {
	border: none;
}
#layout table.regular td.title, #layout table.regular tr.title td {
	background-color: #CCC;
	font-weight: bold;
}

/* TOOLS */
#tools_language {
	float:right;
	margin-left:50px;
	clear:right;
}
#tools_versions, #tools_font {
	float:right;
	margin:0;
}
#tools_versions input {
	text-indent:300px;
	width:17px;
	height:14px;
	overflow:hidden;
	margin-left:7px;
	margin-top:4px;
	border:none;
	background-color:#CC3210	!important;
	-moz-box-shadow: 0 0 0 0 !important;
	-webkit-box-shadow: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;
	 border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
#tools_versions input.hover {
	background-color:#000080 !important;
}
#tools_versions form#alternate_print input {
	background:url(/Icons/Print.png) no-repeat;
}
#tools_versions form#alternate_email input {
	background:url(/Icons/Mail.png) no-repeat;
}
#tools_versions form#alternate_pdf input {
	background:url(/Icons/Pdf.png) no-repeat;
}
#tools_versions form#alternate_newsletter input {
	background:url(/Icons/Newsletter.png) no-repeat;
}
#tools_versions form, form.tools {
	background-color:#fff !important;
	margin:0;
}
#tools_font h3 {
	display:inline;
	font-size:0.7em;
	font-weight:normal;
}
#tools_font {
	margin-right:10px;
}
#tools_font input {
	background-image:none;
	border:0;
	-moz-box-shadow: 0 0 0 0 !important;
	-webkit-box-shadow: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;
	background-color:#EED9E2;
	width:20px;
	height:20px;
	overflow:hidden;
	margin-right:3px;
	line-height:0.5em !important;
}
#tools_font input.hover {
	background-color:#F9EFF3;
}
form.tools {
	display: inline;
}
div#tools_skins, #tools_protected_link {
	display: block;
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
#tools_bookmark {
	float:right;
	margin-top:5px;
}
#tools_bookmark a {
	margin-right: 5px;
	line-height: 200%;
	background-color:#fff;
	width:20px;
	height:20px;
	diplay:block;
	float:left;
	 border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
#tools_bookmark a img {
	margin:2px;
}
div#tools_skins h3, div#tools_font h3, #tools_login h3, #tools_protected_link h3, #tools_bookmark h3 {
	margin-top:0 !important;
}

/* FORMULARE */
form {
	background-color: #eeeeee;
}
form.block {
	padding: 10px;
	border: 1px solid #ccc;
	background-color:#eee;
}
form.invisible {
	background-color: transparent;
}
.input, form iframe {
	border:1px solid #ccc;
	background:#fff url(/Icons/Inputbg.gif) repeat-x top left;
	padding:2px;
	margin:2px 0 2px 0;
}
.input:hover, input.hover, select.hover, textarea.hover, iframe#cms-edit_frame-anton:hover, iframe#cms-edit_frame-f:hover, iframe#cms-edit_frame-e:hover, a.hover {
	border-color:#999;
	color:#000 !important;
	-moz-box-shadow: 0 0 4px #DDD;
}
.img_button_hover {
	background-color:#000;
}
input, select, textarea, iframe, .button {
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
input.check {
	margin-bottom:5px;
}
form iframe {
	clear:both;
	margin-bottom:5px;
}
textarea.input, iframe {
	width: 99%;
}
select.input option {
	background-color:transparent;
}
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;
	margin-right:15px;
}
input.disabled {
	background-color:#eee;
	background-image:none;
}
label.disabled {
	color:gray;
}
#ooxml_newsfeed, #ooxml {
	width:100%;
}

/* MELDUNGEN */
p.error, label.error {
	font-weight: bold;
	color: red;
	border-color: red;
}
input.error, textarea.error {
	border-color: red;
}
p.error {
	background:#ffdede url(/Icons/Error.png) no-repeat 15px 10px;
	padding:10px 20px 10px 50px;
	margin:0 0 15px 0;
}

/* GEMISCHTES */
u {
	text-decoration:none;
	color:#000 !important;
	background-color:#EED9E2;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding-left:5px;
	padding-right:5px;
}
.galleria-stage {
	top:0;
}
.separator {
	color: #B8B8B8;
}
div.image {
	margin-bottom: 10px;
	line-height:120%;
	margin-top:5px;
}
tt, pre {
	font-family: monospace;
	line-height: 120%;
	font-size:0.9em;
}
*> tt, *> pre {
	font-size: 1.2em;
}
hr {
	margin: 15px 0 15px 0;
	border-top:1px solid #CCC;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	padding:0;
	height:1px;
}
img.regular {
	margin-bottom:15px;
}
iframe, .twtr-widget {
	margin-bottom:20px;
}
#anton_link_window {
	padding:0 !important;
}
#anton_link_window table td {
	padding:0 0 5px 0;
	font-size:0.85em;
}

/* META NAVIGATION */
#nav_meta {
	float: left;
	margin-bottom:30px;
	margin-top:5px;
}
#nav_meta a {
	color:#fff;
	text-decoration:none;
}
#nav_meta span {
	font-weight:bold;
}
#nav_meta .separator {
	color:#000;
	letter-spacing:5px;
}

.float_left {
	margin-right: 15px;
	margin-top:5px;
}
.float_right {
	margin-left: 15px;
	margin-top:5px;
}

/* LISTEN */
ul, ol, dl {
	margin:5px 0 10px 0;
	padding:0 0 0 25px;
	color:#656565;
	list-style-type:circle;
	line-height: 160%;
}
ul li, ol li, dl dd {
	margin-bottom:0.3em;
}

/* SITEMAP */
.sitemap {
	border-top: 1px solid #CCC;
	padding:6px 0 6px 0;
}
.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;
	margin:6px 0 4px 0;
}
.sitemap .sub1 li {
	font-weight: bold;
}
.sitemap .sub li {
	font-weight: normal;
}

/*** BLOECKE ***********************************************/
.block {
	margin-bottom: 10px;
	color:#656565;
}
.start_block_wrapper {
	position:absolute;
	top:165px;
	width:960px;
	height:500px;
	margin-left:-25px;
	z-index:0;
	background:url(/Icons/Topbox_Corn_Bot.png) bottom right no-repeat;
}
.start_block {
	height:465px;
	background-color:#fff;
}
#start_image {
	position:absolute;
	top:165px;
	width:300px;
	height:465px;
	z-index:100;
	background:url(/Icons/Startimage.jpeg) no-repeat;
}
#start_image a {
	width:150px;
	height:200px;
	margin-top:250px;
	float:left;
	padding:0;
	text-indent:-300px;
	font-size:0.1px;
	overflow:hidden;
}
#start_image .startimage_comp {
	background:url(/Icons/Startimage_Map.gif) no-repeat 0 0;
}
#start_image .startimage_agen {
	background:url(/Icons/Startimage_Map.gif) no-repeat -150px 0;
}
#start_image .startimage_comp:hover {
	background:url(/Icons/Startimage_Map.gif) no-repeat -300px 0;
}
#start_image .startimage_agen:hover {
	background:url(/Icons/Startimage_Map.gif) no-repeat -450px 0;
}
.start_block_content_wrapper {
	margin:0;
	position:absolute;
	top:165px;
	width:600px;
	height:490px;
}
.start_block_content_wrapper .start_block_content {
	position:relative;
	left:320px;
	border-left:1px solid #CCCCCC;
	margin:0;
	height:490px;
	top:0;
	background-color:#fff;
}
#start_fader_wrapper {
	margin:0;
	width:600px;
	height:490px;
	position:absolute;
	top:165px;
}
#start_fader_wrapper .start_block_content_wrapper {
	top:0;
}
.start_block_content .section {
	margin:0;
	border:25px solid #fff;
}
.anton_block .start_block_content_wrapper, .anton_block .start_block_content {
	position:static;
}
.start_block_content h1 {
	color:#4b4b4b;
}
.start_block_content .block {
	font-size:1.2em;
	color:#000;
}
.start_block_content .block a {
	display:block;
	margin-top:15px;
}
.start_block_content img {
	float:right;
	margin-left:20px;
}
.start_block_content h1 {
	margin-top:0;
}
.topslogan {
	position:absolute;
	top:15px;
	width:700px;
}
.topslogan h1 {
	margin:0;
}
.anton_block .topslogan {
	position:static;
}
.border {
	border:1px solid #CCCCCC;
	padding:10px 15px 0 15px;
	margin-bottom:25px;
	margin-top:15px;
}
.border .transition_block {
	margin-bottom:12px;
}
.rosabox {
	background-color:#f0e3ec;
	padding:15px 15px 5px 15px;
	margin-bottom:25px;
}
.bigarrow {
	background:url(/Icons/Bigarrow.gif) no-repeat top right;
	height:54px;
	overflow:hidden;
	margin-bottom:15px;
}
.bigarrow .block {
	margin:14px;
}
.bigarrow a {
	text-decoration:none;
}
.bigarrow_hover {
	background-position:right -62px;
}

.info_mimeblocks {
	border: 1px solid #CCCCCC;
	padding: 10px 10px 0px 10px;
	margin-bottom: 20px;
	font-size:0.8em;
	line-height:130%;
}

.twtr-widget {
 border:1px solid #cccccc;
}
.twtr-widget .twtr-hd  {
 border-bottom:1px solid #cccccc;
}


/* "TAB"-BLOECKE */
.tab_links {
	height:1.6em;
}
.tab_links a {
	white-space: nowrap;
	padding:5px 10px 4px 10px;
	text-decoration:none;
	margin-right:1px;
	height:1.7em;
	border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	color:#656565;
}
.tab_links a:hover {
	background-color:#fbfbfb;
}
.tab_links .open {
	background-color: #fff;
	color: #000;
	cursor: default;
	text-decoration: none;
	border:1px solid #ccc;
	border-bottom:0;
	position:relative;
	top:1px;
	padding-bottom:5px;
}
*> .tab_links .open {
	top:0;
}
.tab_links .closed {
	border: 1px solid #ddd;
	border-bottom:0 !important;
}
.tab_links .separator {
	display:none;
}
.tab_view {
	border: 1px solid #CCCCCC;
	padding:10px 10px 5px 10px;
	background-color:#fff;
	margin-bottom:15px;
}
table tr td .tab_links {
	margin-top:5px;
	height:1.55em;
}
table tr td .tab_links a {
	margin-top:5px;
}
form.block .tab_links a, tr.active .tab_links a {
	padding-left:4px;
	padding-right:4px;
	font-size:0.8em;
}
form.block .tab_view, tr.active .tab_view {
	font-size:0.8em;
}
form.block .tab_links {
	height:1.55em;
}

.anton_block {
	border:2px dotted #c3c3c3;
	padding:5px 5px 0 5px;
	margin-bottom:15px;
	overflow:hidden;
}

/* Ant-On! OVERVIEW */
.anton_overview_table table td {
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
	padding-left:0;
	padding-right:5px;
}
.anton_overview_table td.title, .anton_overview_table tr.title td {
	text-shadow: 1px 1px #F2F2F2;
}
.anton_overview_table table tr.active td, .anton_overview_table table tr.title td {
	border-left-width:1px;
	border-right-width:1px;
	padding-left:5px;
	padding-right:5px;
}
.anton_overview_table select#redirect {
	width:80%;
}
.anton_overview_table td.last {
	width:221px;
}
.anton_overview_table table td.last, .anton_overview_table table table {
	width:auto !important;
}
table #overview-table tr.first td.first label {
	display:inline;
}

/* PROGRESS BAR ******************************************/
#Progress_Bar_Bg {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #CCC;
	-moz-opacity: 0.75;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#Progress_Bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	text-align: center;
	border:1px solid #ccc;
	padding:15px;
		border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background-color:#fff;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
* > #Progress_Bar {
	width: 302px;
}
#Progress_Bar .block {
	margin: -1px 0px 0px 0px;
	padding: 5px;
	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;
}

/* BILD SKALIERUNG ********************************************/

a.image_scale_toggle {
	position: absolute;
	float: left;
	width: 32px;
	height: 32px;
	margin: 5px;
	background-repeat: no-repeat;
}
a.image_scale_up {
	background-image: url(/Icons/Scale_Up.png);
}
a.image_scale_down {
	background-image: url(/Icons/Scale_Down.png);
}

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

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

/* UI OVERLAY ************************************************/

.ui-dialog {
	background-color:#fff;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000');
	font-size:0.8em;
	text-align:left;
	border:1px solid #B8B8B8;
	position:absolute;
	overflow:hidden;
}
.ui-dialog .ui-dialog-titlebar-close {
	float:right;
	display:block;
	font-weight:normal;
}
.ui-dialog .ui-dialog-titlebar {
	background-color:#ECECEC;
	text-align:left;
	padding:10px;
	font-weight:bold;
	height:20px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
	float:left;
}
.ui-dialog .ui-dialog-content {
	padding:10px;
}

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

