@charset "UTF-8";
/*

2013-15 by mai-multimedia.de, Tom Mai
Stand: 29.01.2016 (12.01.2016, 25.05.2015, 13.11.2014)
Version: 14

Grün        00917e
Dunkelgrün  00675a
Hellgrün    a0cabf
Hellergrün  ccdddb
Blau        246078
Rot         c80000
Gelb        ffc800
Hellgelb    ffea82
Dunkelgrau  333
Grau        666
Mittelgrau  878787
Hellgrau    bbb
Hellergrau  f2f2f2
Braun       AD8E72
Dunkelbraun 78624E

*/


/**
 *	Allgemeine Styles
 */

:focus, *:active { outline: none !important; }

* {
	margin:0;
	padding:0;
}

html {
	font-size:100.01%;
	height:100%;
	width:100%;
}

img { border:none; }

form {
	width:100%;
	height:100%;
	border:none;
	margin:0;
	padding:0;
}

body {
	width:100%;
	height:100%;
	background-color:#fff;
	font-size:0.75em;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#333;
}

h1, h2, h3, h4 {
	font-weight:normal;
	color:#000;
	padding-bottom:0.7em;
	padding-top:1px;
	font-size:1.5em;
	line-height:1.2em;
}

h1, .h1 { font-size:2.0em; }
h2, .h2 { font-size:1.5em; }
h3, .h3 { font-size:1.3em; }
h4, .h4 { font-size:1.0em; }
h5, .h5 { font-size:1.0em; color: #666; }

.label { color: #78624E; }

h1.group { font-size:1.8em; }

h2.group {
	font-size:1.5em;
	margin:40px 0 5px 0;
}

h3, .h3 {
	color:#78624f;
	padding-bottom:0;
}

.subhead {
	padding:2em 0 0.8em 0;
}

h4 {
	font-weight:bold;
	color:#78624f !important;
	padding:0.4em 0 0.2em 0;
	margin:0;
}

em {
	font-weight: bold;
	color: #00917e;
	font-style: normal;
}

pre {
	color: #00675a;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

.bold { font-weight:bold; }
.green { color:#00917e !important; }
.blue { color:#246078 !important; }
.greenBg { background-color:#00917e !important; color:#FFF; }
.greenBg:hover { background-color:#00675a !important; }
.redBg { background-color:#c80000 !important; color:#FFF; }
.redBg:hover { background-color: #820000 !important; }
.gray { color:#878787 !important; }
.lightgray { color:#bbb !important; }
.important { color:#c80000 !important; }
.redText { color:#c80000 !important; }
.yellow { color:#ffc800 !important; }
.inactive { color:#aaa !important; }
.transparent { background-color: transparent; }
input.transparent { background-color: transparent; border:none; margin-left:0; margin-right:0; padding-left:0; padding-right:0; }

#rightbox h4 { margin:5px 5px 0 5px; }

#rightbox p {
	padding-left:0;
	padding-right:0;
	margin-left:5px;
	margin-right:5px;
}

.textbox { width:auto; max-width:600px; margin-bottom:30px; }

p { padding-bottom:1em; }

i {
	font-weight:bold;
	color:#78624f;
}

small {
	font-size:0.8em;
	line-height:1.1em !important;
}

strong { /* color:#78624f; */
	font-weight:bold;
}

a:link, a:visited {
	color:#78624f;
	text-decoration:none;
}

a.greenlink:link {
	color:#00917e;
	text-decoration: underline;
}

a:active, a:hover {
	text-decoration:underline;
	color:#78624f;
}

a.next:link, a.next:visited {
	color:#78624f;
	background-image:url(img/bullet_submit.gif);
	background-position:left center;
	background-repeat:no-repeat;
	margin-top:0.5em;
	padding-left:1em;
}

img { border:none; }

.list { margin-bottom:0.5em; }

ul {
	list-style-type:square;
	margin-top:0.5em;
	margin-left:0;
	padding-left:0;
}

li {
	margin-left:2em;
	padding-left:0;
	margin-bottom: 0.4em;
}

.hr {
	width:100%;
	height:1px;
	background-color:#bbb;
	overflow:hidden;
	margin:0.5em 0 0.5em 0;
}

.errorbox, .warning, .success, .message {
	font-size:16px;
	color:#78624f;
	margin-bottom:10px;
}

.error, .warning, .success { font-weight:bold; }
.error { color:#c80000; }
.warning { color:#a77d00; }
.success { color:#00917e; }

.errormsg {
	color:#c80000;
	font-style:normal;
	font-weight:bold;
}

.messagebox {
	background-color:#fff;
	border:1px solid #ad8e72;
	padding:5px 7px 5px 7px;
	margin-bottom:5px;
}

.attentionbox {
	background-color:#ffea82;
	padding:15px 20px 15px 20px;
	margin:15px 0 150px 0;
	width:auto;
	max-width:500px;
}

.schnellbuchunginfobox,
.successbox,
.errorbox,
.warningbox {
	display:inline-block;
	padding:18px 22px 18px 22px;
	background-color:#ffc800;
	line-height:1.4em;
	width:auto;
	max-width:440px;
	font-weight:bold;
	font-size:16px;
	color:#000;
	margin:10px 0 10px 0;
}

.whitebox {
	padding:20px;
	background-color: #fff;
	margin:10px 0 10px 0;
}

.successbox {
	background-color: #00917e;
	color: #FFFFFF;
}

.errorbox {
	background-color:#c80000;
	color:#fff;
}

.citationbox {
	margin:10px 0 10px 0;
	color:#246078;
	border-left:1px solid #246078;
	padding-left:15px;
}

.hline {
	background-color:#8ca2c9;
	height:1px;
	width:100%;
	overflow:hidden;
}

.grayed {
	color:#aaa !important;
}

.caption {
	font-weight:bold;
	color:#77624f;
}


/**
 * Icon
 */

.icon16 {
	background-repeat: no-repeat;
	background-size:16px 16px;
	background-position: left center;
	line-height: 16px;
	padding: 5px 0 5px 23px;
}

.icon16.refresh { background-image:url(img/refresh-b@2.png); }


/**
 *	Layout
 */

/* Fullscreen Warnung, nichts geht mehr */
#apocalypse {
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#b00c31;
	color:#fff;
	font-weight:bold;
	font-size:21px;
	text-align:center;
	z-index:10000;
	padding-top:150px;
}

#carryall {
	width:100%;
	height:100%;
}

#bodybox, #bodybox_max {
	text-align:left;
	min-height:100%;
	margin:auto;
	/*background-color:#f2f2f2;*/
	/*background-color: #eccdab;*/
	background-color: #ccdddb;
	width:100%;  /* 962, 860px */
	max-width:1230px; /* 1140 */
	min-width:760px;
}

#headerbox {
	width:100%;
	height:84px;
	border-top:3px solid #00917e;
	border-bottom:3px solid #00917e;
	background-color:#fff;
}

#contentbox {
	margin:48px 18px 0 18px;
}

#servicenavbox {
	background-color:#00917e;
	height:18px;
	padding:4px 8px 0 8px;
	overflow:hidden;
	float:right;
	margin-right: 18px;
}

#logobox {
	position:relative;
	left:21px;
	top:28px;
	width:140px;
	height:33px;
}

#captionbox {
	position:relative;
	left:184px;
	top:10px;
	width:400px;
	font-size:14pt;
	color:#555;
}

#bannerbox {
	position:relative;
	width:734px;
	height:205px;
	overflow:hidden;
	margin-bottom:28px;
	float:left;
}

#leftbox {
	position:relative;
	float:left;
	width:191px;
	height:200px;
	display:none;
}

#middlebox {
	line-height:1.5em;
	min-width:250px;
	margin-left:0px;    /* 192px */
	width:100%;        /* 670, 490px */
	padding-top:20px;
}

#middleboxFixed {
	line-height:1.5em;
	min-width:250px;
	margin-left:192px;
	width:670px;     /* 490px */
	padding-top:20px;
}

#middleboxWide {
	line-height:1.5em;
	width:100%; /* 734px */
	margin-left:0; /* 192 */
	min-width:870px;
	padding-top:20px;
}

#rightbox {
	float:right;
	width:230px;
	height:auto;
	margin-left:20px;
	margin-right:2px;
	margin-bottom:20px;
}

/* "Schritt 1 von 5" Box in der rechten Spalte */
.infobox {
	width:100%;
	background-color:#fff;
	margin-bottom:0;
	padding-bottom:0;
}

.infoheaderbox {
	width:100%;
	height:25px;
	background-color:#ad8e72;
	color:#fff;
}

.infoheaderbox h3 {
	color:#fff !important;
	padding:6px 0 3px 10px !important;
}

.infobox h2 {
	font-size: 16px;
	color: #AD8E72;
	padding: 1em 0 0.5em 0;
	margin: 0;
}

.infobox h3 {
	font-size:1em; /* Original: 1.2em */
	font-weight:bold;
	color:#AD8E72;
	padding:8px 0 4px 0;
}

.infobox p { padding:10px; margin-left:10px !important; }
.infobox div div { padding:10px; }
.infobox table { padding:10px !important; }
.infobox table.report { padding:5px 0 0 10px !important; margin:0 !important; }
.infobox img { }
.infobox ul, .infobox ol {
	padding:10px 5px 5px 5px;
}

.infobox ol li {
	margin-bottom:7px;
}

.infobox .indent { margin:0 5px 5px 5px; }

#footerbox {
	clear:both;
	width:100%;
	height:20px;
	padding-top:16px;
	margin:20px 0 8px 0;
	border-bottom:1px solid #00917e;
	text-align:right;
}

#footernavbox {
	width:100%;
	color:#999999;
	padding-bottom:10px;
}

#footernavbox a:link, #footernavbox a:visited {
	color:#999;
	text-decoration:none;
}

#footernavbox a:active, #footernavbox a:hover { text-decoration:underline; }


.teaserbox {
	position:relative;
	width:232px;
	margin-bottom:17px;
	height:160px;
	float:left;
	border:3px solid #ccdddb;
	cursor:pointer;
	margin-right:15px;
}

.teaserbox .desc { color:#333; }
.teaserbox .caption { color:#000; }

.teaserbox:hover {
	background-color: #fff;
	border:3px solid #fff;
}

.teaserpic {
	border:1px solid #dbd9d9;
	margin-bottom:7px;
}

.teasergroup {
	clear:both;
	color:#AD8E72;
	font-size:1.5em;
	padding:0 3px 20px 3px;
}



/**
 *	Menu
 */

.selectedMainMenu {
	background-color: #00917e;
	color:#fff !important;
}

#menubox {
	width:174px;
	height:auto;
	background-image:url(img/menu-shadow-right.png);
	background-position:right;
	background-repeat:repeat-y;
}

.submenusel {
	background-color: #00917e;
	color:#fff !important;
}

#servicenavbox a:link, #servicenavbox a:visited { color:#fff; }
#servicenavbox a:hover, #servicenavbox a:active { text-decoration:underline; color:#fff; }



/**
 *	Formular
 */

/* select auslassen, da FF die Controls sonst vergroessert */
input[type="text"], textarea, .listbox {
	font-size:1em;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#333333;
	/*padding:1px 0 3px 1px;
	border:1px solid #666;*/
	padding:3px 5px 3px 5px;
	border:none;
}

/* select auslassen, weil FF sonst von native Controls zu nachgezeichneten umschaltet */
input[type="text"]:focus, textarea:focus { background-color: #fffed7; }


.radio, .check { border:none; margin:0 1px 0 0; }

.listbox { width:110px; }

.button, .smallbutton, a.button {
	width:auto;
	height:26px;
	border:none;
	padding:0 10px 0 10px;
	color:#fff;
	font-weight:bold;
	background-color:#78624f;
	cursor:pointer;
	margin-right:30px;
}

.button, a.button {
	-webkit-box-shadow:0 1px 2px 1px rgba(0,0,0,0.3);
	box-shadow:0 1px 2px 1px rgba(0,0,0,0.3);
}

.button:active, .button:focus,
a.button:active, a.button:focus {
	-webkit-box-shadow: inset 0 4px 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 4px 6px rgba(0,0,0,0.3);
	transform: translate(1px, 1px);
}

.button.right { float:right; }
.smallbutton { line-height: 10px; }

a.button, a.button:hover {
	display:inline-block;
	background-color:#78624f;
	text-decoration:none;
	line-height:26px;
	padding:0 14px 0 14px;
}
a.button:hover, a.button:focus { background-color: #645044; }
.button:hover, .smallbutton:hover, .smallbutton:focus { background-color: #645044 !important; text-decoration: none; }
.absagebtn { background-color: #AD8E72; margin-right:4px !important; }
.stornobtn { background-color: #78624E; }

.inactiveBtn, a.inactiveBtn, a.inactiveBtn:hover {
	background-color:#bbb !important;
	color:#555;
	cursor:default;
}

.smallbutton {
	font-size:0.9em;
	padding:2px 7px 2px 7px;
	margin:0;
	height:16px;
	color:#fff !important;
	-moz-border-radius:0.8em;
	-webkit-border-radius:0.8em;
	-khtml-border-radius:0.8em;
	border-radius:0.8em;
}

.ghostbutton {
	background-color: transparent;
	border: 1px solid #ddd;
	color: #666 !important;
}

.ghostbutton:hover { color: #fff !important; }

input.default, a.button.default { background-color:#00917e; }
input.default:hover, a.button.default:hover { background-color:#00675a !important; }
input.red { background-color:#c80000; }
input.red:hover { background-color: #850000; }
a.red { background-color:#c80000; }
a.red:hover { background-color: #850000; }
input.large { font-size:1.6em; }
input.disabled { border:none; background-color:#f2f2f2; margin:0; padding:0; }

.left { float:none; }
select.short { width:50px; }

legend { display:none; }
fieldset { border:none; }

.formctrl { width:470px; }
.formtextarea { width:470px; height:100px; }
#kostenstelle { width:60px;}
#vepkdnr { width:100px;}

.lightFieldset {
	padding:10px;
	background-color:#ccdddb;
	max-width:630px;
}

.formLong { width:320px !important; }
.formMedium { width:150px !important; }
.formMidi { width:100px !important; }
.formShort { width:80px !important; }
.formMini { width:35px !important; }




/**
 *	Tables
 */

.tabrow { border-bottom:1px solid #bbb; padding:3px 0 5px 0; }
.tabrline { border-right:1px solid #dbd9d9; }
.nowrap { white-space:nowrap; }

.tableBtns a { display:inline-block; margin-top:2px; }
.tableLabel { color:#00917e; }
table.underlined td { border-bottom:1px solid #bbbbbb; }
td.upperlined { border-top: 2px solid #444; }
td.right { text-align: right; }
td.center { text-align: center; }


/**
 *	App-spezifisch
 */

.gotopbox {
	position:relative;
	width:200px;
	margin-top:5px;
	margin-bottom:25px;
}

#popup { background-color: #ddd; }
#popupbox {
	margin:0px 20px 0 20px;
	padding-top:20px;
	text-align:left;
}

.w100 { width:98%; }

.incomplete {
	border:1px solid #78624f;
	background-color:#efe8e2;
}

.deleteIcon { border:none; }

.bgSecColor {
	background-color:#e0d1c5;
}

.smallFont { font-size:11px !important; }
.smallFont td { font-size:11px !important; }

/* Farbplaettchen fuer Legende */
.colorpad {
	display:block;
	margin-right:5px;
	border:1px solid #aaa;
	width:10px;
	height:10px;
	float:left;
}

.infobox .colorpad { margin-left:10px; }

.legend {
	color:#78624f;
	font-size:1em;
	font-weight: bold;
}

.infoContentBox {
	padding:15px 10px 15px 10px;
	margin:10px 0 10px 0;
	background-color:#ccdddb;
}

.punktekonto {
	color: #AD8E72;
	display: inline-block;
	min-width: 20px;
	padding-top: 2px;
}



/**
 *	Events-Tabelle
 */

.bookable { }
.not_bookable { color:#999 !important; }

table.tablesorter {
	font-family:arial,helvetica,sans-serif;
	color:#333;
	background-color: #fff;
	margin:0;
	font-size: 9pt;
	width:100%;
	text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #ad8e72;
	color:#fff;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 0px 3px 0px 3px;
}

table.tablesorter thead tr .header {
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #333;
	padding: 0px 3px 0px 3px;
	margin:0;
	background-color: #FFF;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(img/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(img/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #77624f;
	color:#fff;
}

table.highrows tbody td { padding:5px; }



/**
 *	Tooltips (tinyTips)
 */

.lightTip {  }
.lightTip .content {
	width: 180px;
	padding: 10px;
	border: 5px solid #a0cabf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ddf0ed;
	color: #020202;
}

.lightTip .bottom {
	height: 14px;
	background: url(img/notch-green.png) top center no-repeat;
}

a.tooltip { text-decoration: none !important; }



/**
 *	Spezielles
 */

.menuDescription {
	font-size:11px;
	line-height:13px;
	color:#666;
	margin:0 0 5px 15px;
	padding:0;
}

.must {
	color:#c80000;
	font-weight:bold;
	font-size:15px;
}

.glow {
	color:#c80000;
	font-weight:bold;
}

.usermessage {
	margin:10px 0 10px 0;
	color:#246078;
	border-left:1px solid #246078;
	padding-left:15px;
	line-height:14px;
	display:inline-block;
	/*
	border:1px solid #ccc;
	background-color:#fff;
	min-width:200px;
	max-width:500px;
	padding:5px;
	*/
}

#prologBox {
	width:540px;
	margin-bottom: 20px;
}

#noScriptBox {
	position:absolute;
	left:0;
	top:91px;
	z-index:1000;
	width:100%;
	height:100%;
	background-color:#fff;
	padding:50px;
	text-align: center;
	overflow: hidden;
}

.debugBox {
	clear:both;
	display:block;
	padding:20px;
	background-color:#ffea82;
}

.price { color:#00675a; font-weight:bold; }

.gesamt_netto {
	font-size:21px;
	font-weight:bold;
	color: #878787;
	text-align:right;
}

.gesamt_brutto {
	font-size:21px;
	font-weight:bold;
	color:#00917e;
	text-align:right;
}

.testplatform { color: #ffea82; font-weight: bold; }