* {
	box-sizing:border-box;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

::-moz-focus-inner {
	border:0;
}


html, body {
	height: 100%;
	background: #ffffff;
}

body {
	height: 100%;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.4em;
	font-family: "Verdana", sans-serif;
	color: #222222;
	z-index: 0;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0em;
	line-height: 1.2em;
	color: #777777;
	margin-bottom: 1.2em;
	width: 580px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0em;
	line-height: 1.2em;
	color: #777777;
	margin-bottom: 0.7em;
	padding-top: 0em;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0em;
	line-height: 1.2em;
	color: #777777;
	margin-bottom: 0.7em;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 1.2em;
	color: #777777;
	margin-bottom: 0.7em;
}

h5 {
	font-size: 120%;
	font-weight: normal;
	letter-spacing: 0em;
	line-height: 1.3em;
	color: #777777;
	margin-bottom: 0.5em;
}

h6 {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 1.3em;
	color: #000000;
	margin-bottom: 0.5em;
}

p {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0.7em;
}

p.erlaeuterung {
	margin-top: 0.5em;
	margin-bottom: 0em;
}

p.width_checkbox {
	padding-left: 25px;
}
p.width_checkbox input {
	margin-left: -25px;
}

strong, b {
	font-weight: bold;
}

div {
	font-size: inherit;
	line-height: inherit;
}

ul {
	list-style-type: square;
	padding-bottom: 1em;
}

li {
	margin-bottom: 0.3em;
}

ul.nospace {
	margin-bottom: 0.7em;
}

ul.nospace li {
	list-style-type: square;
	margin-bottom: 0.1em;
}

ul.flat {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

ul.flat li {
	list-style: none;
	float: left;
	padding: 0px 30px 0px 0px;
	margin: 0px;
}

ul.blanko li {
	list-style: none;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

sup {
	font-size: 8px;
	line-height: 9px;
}

option {
	padding-right: 10px;
}

.blau {
	color: #0000dd;
}

.clearer {
	clear: both;
	line-height: 0px;
	border: 1px solid #000000;
}

.alert {
	font-weight: bold;
	color: #cc0000;
}

.alert_block {
	font-weight: bold;
	color: #ffffff;
	background: #cc0000;
	padding: 10px;
	border-radius: 9px;
}

a:link, a:visited, a:active {
	color: #ff6600;
	text-decoration: underline;
}

a:hover {
	color: #ff6600;
	text-decoration: none;
}

fieldset {
	width: 100%;
	padding: 0px 10px 10px 10px;
	padding-right: 3%;
	padding-left: 3%;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	float: left;
	border-radius: 9px;
}

fieldset legend {
	font-weight: bold;
	font-size: 100%;
	line-height: 20px;
	vertical-align: baseline;
	margin-bottom: 5px;
	margin-left: -4px;
	padding: 0px 7px 2px 7px;
	color: #ff6600;
}

textarea, input {
	padding: 9px 9px 9px 9px;
	background-color: #eeeeee;
	font-size: 12px;
	font-family: inherit;
	border: none;
	border-radius: 5px;
}

input.full_width {
	width: 90%;
}

.osc_content_block textarea, .osc_content_block input {
	/* im Bestellformular */
	padding: 5px;
	background: #eeeeee;
	font-size: 12px;
	font-family: inherit;
	border: none;
	border-radius: 0px;
	border-radius: 0px;
}

input[type=checkbox] {
	width: 16px;
	height: 16px;
	padding: 2px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	line-height: inherit;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	-webkit-appearance: checkbox;
}

select {
	font-size: inherit;
	line-height: 25px;
	height:32px;
	font-family: inherit;
	padding: 0px 45px 1px 8px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background: #eeeeee url(../images/pfeil_select.gif) no-repeat center right;
	background-size: 32px;
}

select option {
	font-size: inherit;
	line-height: 13px;
	font-family: inherit;
	padding: 5px;
}

sub {
	font-size: 70%;
	vertical-align: bottom;
}

.checkbox {
	margin: 2px 6px 0px 0px;
}

.button {
	border: none;
	padding: 0px;
	margin: 0px;
}

.cellIndex {
	padding: 2px 2px 2px 0px;
	color: #0000aa;
}

.cellNormal {
	padding: 2px 2px 2px 2px;
}

/* =================================== Top =========================================== */
#top {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 90;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
}

#top_box {
	width: 100%;
	height: 50px;
	position: relative;
}



#logo {
	height: 58px;
	position: absolute;
	top: 10px;
	right: 40px;
	border: 10px solid #ffffff;
}


#current_user_block {
	display: block;
	height: 30px;
	float: right;
	padding-top:8px;
}

#mini_block {
	width:70%;
	position:absolute;
	right:50px;
	top:7px;
}

#logout_link {
	display: block;
	width: 25px;
	height: 30px;
	float: right;
	margin-left: 10px;
	margin-right: -10px;
	background: url(../images/icon_mg_logout.png) no-repeat top left;
}

#favoriten_button {
	display:block;
	background:#999999;
	border-radius: 5px; 
	padding:4px 10px 0px 10px; 
	float:right;
	text-decoration:none;
	font-size:20px;
	color:#ffffff;
	line-height:24px;
	margin-right:30px;
	margin-top:2px;
}
	


/* ==================== Seiteninhalt =================================== */
#main_container {
	width: 80%;
	padding: 0px;
	padding-top: 50px;
	position: relative;
	z-index: 1;
	margin-left: 20%;
}

#main_content {
	width: 100%;
	min-height: 850px;
	background: #ffffff;
	padding: 0%;
	padding-top: 1%;
	padding-bottom: 50px;
	position: relative;
	float: left;
}

#page_content_wrapper {
	padding: 20px;
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
	background: #ffffff;
}

.content_block {
	width: 100%;
	float: left;
}

/* ====================== Main-Menu Box ======================= */
#main_menu_container {
	width: 20%;
	padding: 0px 0px 0px 0px;
	position: fixed;
	top: 50px;
	left: 0px;
	bottom: 0px;
	background: #ffffff;
	border-right: 1px solid #cccccc;
}

#main_menu_container ul {
	list-style: none;
	margin: 0px;
	padding: 20px 0px 30px 0px;
}

#main_menu_container ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#main_menu_container ul li.rubrik a {
	color: #777777;
	line-height: 30px;
	padding: 5px 20px 5px 20px;
	padding-left:10%;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#main_menu_container ul li.rubrik a:hover {
	background: #eeeeee;
	/*color: #ffffff;*/
}

#main_menu_container ul li.rubrik.active .titel, #main_menu_container ul li.active .titel
	{
	line-height: 30px;
	padding: 5px 20px 5px 20px;
	padding-left:10%;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: #ff6600;
}

#main_menu_container ul li.active.has_sub .titel {
	background: #777777;
	color: #ffffff;
}



#main_menu_container ul li #shortcuts_menu {
	padding: 0px 20px 20px 20px;
	padding-left:10%;
}

#shortcut_select {
	max-width:90%;
	float:right;
	margin-right:30px;
}

#shortcut_select option {
	padding:0px;
}


/* ------------------ Hauptmen�-Ebene 2 --------------- */
ul.sublist {
	padding: 0px !important;
	margin: 0px !important;
}

ul.sublist li {
	padding: 0px !important;
	margin: 0px !important;
}

ul.sublist li a {
	font-weight: normal !important;
	color: #666666 !important;
	line-height: 17px !important;
	display: block;
	padding: 10px 20px 10px 20px !important;
	padding-left:10% !important;
	margin: 0px 0px 0px 0px !important;
	background: #eeeeee;
	text-decoration: none;
	border-bottom:1px solid #ffffff;
}

ul.sublist li a:hover {
	background: #dddddd !important;
}

ul.sublist li.active {
	line-height: 15px !important;
	color: #666666;
	padding: 10px 40px 10px 20px !important;
	padding-left:10% !important;
	margin: 0px 0px 0px 0px !important;
	/*background: #ff6600;*/
	background: #dddddd;
	border-bottom:1px solid #ffffff;
	font-weight:bold;
}

/* ====================== Box-Menu ======================= */
#box_menu_container {
	width: 100%;
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 30px 0px;
	float: left;
	position: relative;
	border-bottom: 2px solid #cccccc;
}

#box_menu_container ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#box_menu_container ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#box_menu_container li a, #box_menu_container li div.inactive {
	line-height: 30px;
	padding: 2px 10px 2px 10px;
	margin: 0px 3px 0px 3px;
	text-decoration: none;
	display: block;
	border: 1px solid #dddddd;
	border-bottom: none;
	color: #888888;
	background: #eeeeee;
	border-radius: 5px 5px 0px 0px;
}

#box_menu_container ul li a:hover, #box_menu_container ul li a:focus {
	background: #efefef;
	color: #666666;
}

#box_menu_container li div.active {
	line-height: 30px;
	padding: 2px 10px 1px 10px;
	margin: 0px 3px -3px 3px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border: 2px solid #cccccc;
	border-bottom: 3px solid #ffffff;
	background: #ffffff;
	border-radius: 5px 5px 0px 0px;
	color: #777777;
}

/* -------------------- Boxen --------------------------- */
.content_box {
	width: 570px;
	float: left;
}

.content_box .top {
	width: 570px;
	height: 15px;
	padding: 0px;
	float: left;
	background: url(../images/back_contentbox_top.png) no-repeat top left;
}

.content_box .body {
	width: 530px;
	padding: 0px 20px 20px 20px;
	float: left;
	background: url(../images/back_contentbox_bottom.png) no-repeat bottom
		left;
	min-height: 100px;
}

.content_box .body h2 {
	padding-top: 0px;
}

.seiten_box {
	width: 280px;
	float: right;
}

.seiten_box .top {
	width: 250px;
	padding: 7px 15px 6px 15px;
	float: left;
	color: #ffffff;
	font-weight: bold;
	background: url(../images/back_drittelbox_top_blau.png) no-repeat top
		left;
}

.seiten_box .body {
	color: #000000;
	width: 250px;
	padding: 10px 15px 0px 15px;
	float: left;
	background: #eeeeee;
}

.seiten_box .bottom {
	color: #000000;
	width: 250px;
	height: 15px;
	padding: 0px 15px 0px 15px;
	float: left;
	background: url(../images/back_seitenbox_grau.png) no-repeat bottom left;
}

.seiten_box .body h2 {
	padding-top: 0px;
}

.drittel_box {
	width: 280px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.drittel_box.re {
	float: right;
}

.drittel_box .top {
	width: 280px;
	padding: 10px 0px 5px 0px;
	float: left;
	color: #ffffff;
	font-weight: bold;
	background: url(../images/back_drittelbox_top.png) no-repeat top left;
}

.drittel_box .body {
	width: 240px;
	padding: 0px 20px 50px 20px;
	float: left;
	background: url(../images/back_drittelbox_bottom.png) no-repeat bottom
		left;
	position: relative;
}

.drittel_box .body h2 {
	padding-top: 0px;
}

.drittel_box .body.blau {
	color: #000000;
	padding: 15px 20px 20px 20px;
}

.zeilenkasten {
	width: 580px;
	float: left;
	padding-bottom: 20px;
}

/* ===================== Startseite ===================== */
#popup {
	width: 550px;
	padding: 20px 20px 30px 20px;
	position: fixed;
	background: #ffffff;
	z-index: 99;
	display: none;
}

.angebot_item {
	padding: 10px 0px 15px 0px;
	border-top: 1px solid #cc0000;
}

.angebot_item.first {
	padding: 0px 0px 15px 0px;
	border-top: none;
}

/* ==================================== Buttons ========================================== */

/* ------------------------------- Normal --------------------------------------------- */
a:link.buttonlink, a:visited.buttonlink, a:active.buttonlink {
	min-width:100px;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	vertical-align: bottom;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color: #ffffff !important;
	padding: 7px 25px 9px 25px;
	/*height:16px;*/
	background: #ff6600;
	border-radius: 10px;
	display: inline-block;
}

a:hover.buttonlink {
	background: #ff7700;
	text-decoration: none !important;
}

.buttonlink.fit {
	float: left;
}

.buttonlink.ok {
	text-align: center;
	background-position: top center !important;
	margin: auto;
}

.buttonlink.mini {
	text-align: center;
	padding: 2px 5px 1px 5px !important;
	font-size: 10px !important;
	background-position: top center !important;
}

.buttonlink.save {
	width: 20px !important;
	height: 32px !important;
	padding: 0px !important;
	line-height: 20px !important;
	text-align: center !important;
	background: #ff6600 url(../images/icon_save.gif) no-repeat center center !important;
	float: right;
	display: block;
	margin-left:30px;
}



.pfeil_button {
	width: 30px;
	height: 20px;
	padding: 0px;
	line-height: 20px;
	text-align: center;
	background: url(../images/pfeil_49_orange_re.png) no-repeat center center;
	display: block;
	background-size:16px;
}






a.switch {
	padding: 5px 0px 5px 15px;
	display: block;
	background: url(../images/pfeil_orange_11_re.gif) no-repeat center left;
}

a.switch.open {
	background: url(../images/pfeil_orange_11_down.gif) no-repeat center
		left;
}

/* ################### Tabellen ############################ */
table {
	border: none;
	float: left;
	background: #eeeeee;
	padding-bottom: 15px;
	border-radius: 9px;
}

table.no_bottom_border {
	background: transparent;
	padding-bottom: 0px;
	border-radius: 0px;
}

table.blanko, table.horiz_linien {
	border: none;
	float: left;
	background: transparent;
	border-radius: 0px;
}

table.blanko td, table.blanko th {
	border: none;
	background: transparent;
	padding: 0px 10px 5px 0px;
}

table.horiz_linien td {
	border: none;
	background: none;
	padding: 10px 10px 15px 0px;
	border-top: 1px solid #aaaaaa;
}

table.einstellungstabelle td {
	border: none;
	background: none;
	padding-bottom: 20px;
}

table.full_width {
	width: 90% !important;
	table-layout: fixed;
}

th {
	margin: 0px;
	padding: 7px 8px 7px 8px;
	border: none;
	background: #777777;
	border-bottom: 1px solid #ffffff;;
	border-right: 1px solid #ffffff;
	color: #ffffff
}

th.first {
	border-radius: 9px 0px 0px 0px;
}

th.last {
	border-radius: 0px 9px 0px 0px;
}

th.first.last {
	border-radius: 9px 9px 0px 0px;
}

td {
	margin: 0px;
	padding: 6px 8px 7px 8px;
	border: none;
	background: #eeeeee;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

td.dark {
	background: #cccccc;
}

tr {
	vertical-align: top;
}

td.label {
	color: #888888;
}

.todo_box .label {
	color:#888888;
}


.pager_box {
	width:100%;
	float:left;	
	padding: 10px 0px 10px 0px;
}

td.pager_box {
	padding: 10px 8px 10px 8px;
	background: #cccccc;
	border-radius: 0px 0px 9px 9px;
	float:none;	
}

.entries_box {
	display: block;
	float: left;
}

.chunks_box {
	display: block;
	float: right;
}

span.chunk a {
	/*color:#777777;*/
	text-decoration:none;
}

.chunk, .current_chunk {
	padding-left: 5px;
}

.chunk .current {
	font-weight:bold;
}

/* =========== Verschiedenes =================== */
.textbox {
	width: 580px;
	padding: 17px 20px 20px 20px;
	border: 1px solid #dddddd;
	margin-bottom: 15px;
	position: relative;
	float: left;
	/*clear:both;*/
}

.square {
	width: 11px;
	height: 11px;
	margin-top: 3px;
}

.square.alarm {
	background: #dd0000;
}

.square.warnung {
	background: #ff9900;
}

.square.hinweis {
	background: #ffff00;
}

.square.go {
	background: #00bb00;
}

.square.allg_kontakt {
	background: #666666;
}

/* ------ Verschiedenes --------- */
.visible {
	display: block;
}

.invisible {
	display: none;
}

.red {
	color: #dd0000 !important;
}

/* ----------------------- Popup ------------------------------------ */
#dialogbox {
	width: 400px;
	padding: 5px 20px 30px 20px;
	position: fixed;
	background: #ffffff;
	z-index: 99;
	display: none;
}

#film {
	width: 640px;
	height: 550px;
	padding: 20px 20px 30px 20px;
	position: fixed;
	background: #ffffff;
	z-index: 99;
	display: none;
}

#galerie {
	width: 550px;
	padding: 20px 20px 30px 20px;
	position: fixed;
	background: #ffffff;
	z-index: 99;
	display: none;
}

#popup_doc {
	width: 550px;
	padding: 20px 20px 30px 20px;
	position: fixed;
	background: #ffffff;
	z-index: 99;
	display: none;
}

#popup_doc h1 {
	padding-top: 0px;
}

#slideshow {
	width: 550px;
	height: 400px;
	padding: 0px;
	background: #eeeeee;
	margin-bottom: 10px;
}

.caption {
	width: 550px;
	height: 2em;
	padding: 0px 0px 15px 0px;
	color: #888888;
	font-size: 85%;
}

/* ------ Download --------- */
ul.download {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
}

ul.download li {
	list-style-image: none;
	background: url(../images/pdf-icon_mini.gif) no-repeat 0px 10px;
	padding: 10px 0px 30px 25px;
	border-top: 1px solid #cccccc;
}

ul.download li.avi_download {
	background: url(../images/avi-icon_mini.gif) no-repeat 0px 10px;
}

ul.download li.wmv_download {
	background: url(../images/wmv-icon_mini.gif) no-repeat 0px 10px;
}

ul.download li.quicktime_download {
	background: url(../images/quicktime-icon_mini.gif) no-repeat 0px 10px;
}

/* --- Links ------- */
ul.links {
	list-style-type: none;
	padding: 5px 0px 20px 0px;
}

ul.links li {
	padding-bottom: 1.5em;
}

ul.links li h6 a {
	text-decoration: underline;
}

ul.links li h6 a:hover {
	text-decoration: none;
}

/* =================== Formular-Editor =========================== */
#editor {
	width: 360px;
	height: 610px;
	background: #ffffff;
	padding: 70px 20px 20px 20px;
	border: 0px solid #777777;
	position: fixed;
	top: 100px;
	right: 50px;
	overflow: hidden;
	z-index: 99;
	box-shadow: 0px 0px 16px #666;
	cursor: move;
	border-radius: 9px 9px 9px 9px;
}

#editor iframe {
	width: 360px;
	height: 610px;
	background: #ffffff;
	padding: 0px;
	border: 0px solid #777777;
	overflow: hidden;
}

#editor h4 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 10px;
	color: #ffffff;
	background: #ff6600;
	text-align: center;
	border-radius: 9px 9px 0px 0px;
}

.editor_label {
	padding-top: 1em;
}

.osc_content_block {
	cursor: pointer;
	width: 550px;
	float: left;
	padding: 5px 0px 5px 0px;
}

table.leistung {
	border-top: 1px solid #cccccc;
	padding-top: 5px;
}

.alert_box {
	width: 520px;
	color: #ffffff;
	padding: 10px 15px 7px 15px;
	background: #cc0000;
	display: block;
	float: left;
	margin: 0px 0px 20px 0px;
	border-radius: 9px;
}

.alert_box a {
	color: #ffffff;
}

.label_top {
	padding-top: 0.6em;
}

/* ==================================== Fortschrittsbalken, Dialogbox ========================================== */
.loading_box {
	padding: 10px;
	margin: 20px 0px 0px 0px;
	background: #dddddd;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	box-shadow: 0px 0px 30px #666;
	position: relative;
}

.fortschritts_box {
	background: #ffffff;
	border: 1px solid #aaaaaa;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.fortschritt {
	width: 240px;
	height: 8px;
	font-size: 1px;
	line-height: 1px;
	background: none;
	margin-top: 15px;
	margin-left: 100px;
	margin-bottom: 40px;
	float: left;
}

.fortschritt_off {
	width: 8px;
	height: 8px;
	font-size: 1px;
	line-height: 1px;
	background: #aaaaaa;
	margin-right: 2px;
	float: left;
}

.fortschritt_on {
	width: 8px;
	height: 8px;
	font-size: 1px;
	line-height: 1px;
	background: #ff6600;
	margin-right: 2px;
	float: left;
}

.dialogue_box {
	width: 420px;
	padding: 50px 20px 20px 20px;
	margin: 20px 0px 0px 0px;
	background: #ffffff;
	box-shadow: 0px 0px 30px #333;
	position: relative;
	border-radius: 9px;
}

.dialogue_box h4 {
	width: 420px;
	padding: 9px 10px 9px 10px;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background: #777777;
	position: absolute;
	top: -3px;
	left: 0px;
	border-radius: 9px 9px 0px 0px;
}


.dialogue_box#shortcut_box {
	width:600px;
}

.dialogue_box#shortcut_box h4 {
	width:600px;
}



/* ############ Popup ########################## */
#popup_shadow {
	position: fixed;
	z-index: 90;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: none;
}

#popup {
	width: 500px;
	padding: 0px;
	position: absolute;
	background: #ffffff;
	z-index: 99;
	border: 4px solid #ffffff;
	border-radius: 14px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}

#popup_title {
	color: #ffffff;
	background: #777777;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 10px 20px 10px 20px;
	font-weight: 700;
}

#popup_content {
	padding: 15px 20px 30px 20px;
}

#popup_content li {
	padding-bottom: 10px;
}

#popup_close_button {
	width: 100%;
}

#popup_button_container a {
	text-align: center;
	background: #ff6600;
	margin: auto;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 8px 0px 10px 0px;
	text-decoration: none;
	display: block;
	color: #ffffff;
}

#popup_button_container a:hover {
	background-color: #ff8800;
}

.zwei_buttons #popup_button_container a#popup_button_left {
	width: 49.9%;
	float: left;
	border-bottom-right-radius: 0px;
	border-right: 1px solid #ffffff;
	box-sizing: border-box;
}

.zwei_buttons #popup_button_container a#popup_button_right {
	width: 49.9%;
	float: right;
	border-bottom-left-radius: 0px;
	border-left: 1px solid #ffffff;
}

.drei_buttons #popup_button_container a#popup_button_left {
	width: 32.9%;
	float: left;
	border-bottom-right-radius: 0px;
	box-sizing: border-box;
}

.drei_buttons #popup_button_container a#popup_button_center {
	width: 32.9%;
	margin-left: 0.6%;
	float: left;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	box-sizing: border-box;
}

.drei_buttons #popup_button_container a#popup_button_right {
	width: 32.9%;
	float: right;
	border-bottom-left-radius: 0px;
	box-sizing: border-box;
}

.ui-datepicker {
	font-family: inherit !important;
	font-weight: normal !important;
}

.ui-datepicker select, .ui-datepicker option {
	font-family: inherit !important;
	font-weight: normal !important;
}

.ui-datepicker table {
	background: #ffffff;
}

.ui-datepicker td {
	border: 1px solid #f37;
	border: 0px solid #cccccc !important;
}

.ui-datepicker select, .ui-datepicker option {
	font-family: din-condensed-web !important;
	font-weight: normal !important;
}

#gaestewohnung_belegung .ui-datepicker {
	width: 100%;
	max-width: 500px;
	width: 100% !important;
	font-family: din-condensed-web !important;
	font-weight: normal !important;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.ui-datepicker td a.ui-state-default {
	background-color: #eee;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: none;
}

.ui-datepicker td.datum_belegt a {
	background-image:
		url("../../../files/seiten/gaestewohnung/datum_belegt.png");
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	color: #ffffff !important;
	background-color: transparent;
}

.ui-datepicker td.datum_belegt_start a {
	background-image:
		url("../../../files/seiten/gaestewohnung/datum_belegt_start.png");
	background-position: center center;
	background-repeat: no-repeat;
	color: #ffffff !important;
	background-color: eeeeee
}

.ui-datepicker td.datum_belegt_ende a {
	background-image:
		url("../../../files/seiten/gaestewohnung/datum_belegt_ende.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: eeeeee
}

.ui-datepicker td.datum_belegt_start_ende a {
	background-image:
		url("../../../files/seiten/gaestewohnung/datum_belegt_start_ende.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: eeeeee;
	color: #ffffff !important;
}

.ui-datepicker-calendar {
	position: relative;
	z-index: 50;
	font-family: inherit !important;
}

button.ui-datepicker-current {
	font-family: inherit !important;
}



.todo_box {
	width:100%;
	border:1px solid #cccccc;
	border-radius:5px;
	margin-bottom:2em;
	float:left;
	position:relative;
}

.todo_box .main_block {
	width:50%;
	padding:15px;
	float:left;
}

.todo_box .info_block {
	width:50%;
	padding:15px;
	padding-bottom:0px;
	/*border-left:1px solid #cccccc;*/
	background:#eeeeee;
	float:right;
}


.zeile {
	width:100%;
	float:left;
	padding: 20px 0px 20px 0px;
	border-bottom:1px solid #cccccc;
}

.zeile .zelle {
	float:left;
}

.zeile .zelle.rechts {
	float:right;
	text-align:right;
}

.balken_ziel {
	height:10px;
	background:#ff0000;
}
.balken_erreicht {
	height:10px;
	background:#00cc00;
}

.label {
	color:#777777;
}