@charset "UTF-8";
/* CSS Document */

/* ERIC MEYER BROWSER RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, tr, thead, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent; weil sonst farbige BGs im IE nicht mehr moeglich */
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@media print
{
	#header, #navbar, #aloomdesktop, #tabnavi, #sidebar, #footer
	{
		display:none !important;
	}
	
	#content
	{
		margin-left:20px !important;
	}
	
	body
	{
		color: #000 !important;	
	}
	
	.noprint, textarea.printtextarea
	{
		display:none;
	}
	
	div.faketextarea
	{
		display:block !important;
	}
	
	input, select, div.faketextarea, div.angebotblockbox
	{
		border: 1px solid #000 !important;
	}
	
	input[type='checkbox']
	{
		border: 2px solid #000 !important;
	}
}





body {  }
#wrapper { width: 100% } 
#header { width: 100%;}
#navbar { width: 100%;height:32px;}
#main { width: 100%; margin-top:20px; margin-bottom:40px;}
#footer { width: 100%; margin: 0; padding: 0; }

#sidebar { width: 170px; margin-left:30px; margin-right:20px; display: inline;} /* display:inline wegen Doubled Float-Margin Bug */
#content { margin-left:220px; margin-right:20px; line-height: 18px;}
#content.ohnesidebar { margin-left:60px;}
 
/* Float controls */
 
.left{ float: left; }
.right { float: right; }
.clear { clear: both; }
.noshow, .hidden { display: none; }

.floatbox, .overflowhidden
{
	overflow: hidden;
}

.left50
{
	width:50%;
	float:left;
}

.right50
{
	width:50%;
	float:right;
}

body{
	color:#525252;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
}

h1
{
	font-size:20px;
	margin-bottom:30px;
	font-weight: normal;
}

h2
{
	font-size:16px;
	margin:-20px 0 20px 0;
	font-weight: bold;
	
}

h3
{
	font-size:16px;
	margin:20px 0;
	font-weight:bold;
}

h4
{
	font-size:14px;
	margin:20px 0;
	font-weight: bold;
}

p
{
	margin:20px 0;
	line-height:18px;
}

#content ul
{
	margin-top:20px;
	margin-bottom:20px;
}

a
{
	color:#aa2020;
	text-decoration: none;
}

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

.aloomrot
{
	color:#aa2020;
}

dl
{
	width:400px;
	overflow: hidden;
	margin:20px 0;
	line-height:18px;
}

dl.gross
{
	width:520px;
}

div.important dl
{
	margin-top:10px;
	width:368px;
}

dt
{
	float:left;
	width:160px;
}

div.important dt
{
	width:130px;
}

dd
{
	float:right;
	width:220px;
	
}

dd.gross
{
	width:340px;
}

dt.clear
{
	float:none;
	clear:both;
	width:auto;
	height:10px;
	
}

dt.erklaerung
{
	float:none;
	clear:both;
	width:auto;
	padding:10px 0;
}

.formularbreite
{
	width:400px;
}


input[type="text"], input[type="password"]
{
	width:210px;
	font-family:Arial,Sans Serif;
	font-size:14px;
	font-weight:bold;
	padding:4px;
	/*margin-bottom:5px;*/
	border:1px solid #b9b9b9;
}

input.klein
{
	width:90px;
}

.inputbreite
{
	width:220px;
}

textarea.inputbreite
{
	width:210px;
}

.inputbreiteklein
{
	width:100px;
}

input.datum
{
	background-image:url(../images/calendar.png);
	background-position:197px 50%;
	background-repeat:no-repeat;
}

input.euro
{
	background-image:url(../images/euro.png);
	background-position:201px 50%;
	background-repeat:no-repeat;
}


input.datumklein {
	background-image:url(../images/calendar.png);
	background-position:79px 50%;
	background-repeat:no-repeat;
}

input.prozentklein
{
	background-image:url(../images/prozent.png);
	background-position:79px 50%;
	background-repeat:no-repeat;
}

input.euroklein
{
	background-image:url(../images/euro.png);
	background-position:83px 50%;
	background-repeat:no-repeat;
}

input.qmklein
{
	background-image:url(../images/qm.png);
	background-position:72px 46%;
	background-repeat:no-repeat;
}

input.gross
{
	width:330px;
}

textarea, div.faketextarea
{
	width:390px;
	font-family:Arial,Sans Serif;
	font-size:12px;
	font-weight:normal;
	padding:4px;
	/*margin-bottom:5px;*/
	border:1px solid #b9b9b9;
	color:#000;
}

div.faketextarea
{
	min-height:90px;
	display:none;
}

select
{
	width:220px;
	font-family:Arial,Sans Serif;
	font-size:14px;
	font-weight:bold;
	padding:3px;
	/*margin-bottom:5px;*/
	border:1px solid #b9b9b9;
}

input.inputbox
{
	padding:0;
	margin:0;
	margin-right:10px;
	border:0;
	width:13px;
	height:13px;
	vertical-align: middle;
}

input.inputboxhoch
{
	padding:0;
	margin:0;
	margin-right:10px;
	border:0;
	width:13px;
	height:26px;
	vertical-align: middle;
}

.inputhoehe
{
	height:26px;	
}

.button {
background: url(../images/button220px.png);
border:none;
color:#ccc;
cursor:pointer;
font-family:Arial,Helvetica,Sans-Serif;
/*font-size:14px;*/
height:26px;
width:220px;
padding-bottom: 2px;
}

.stornobutton
{

}

div.inputblock
{
	margin-bottom: 5px;
}

div.inputblock2
{
	line-height: 25px;
	margin-bottom: 10px;
}

#header
{
	background-image:url(../images/header_background.jpg);
	background-repeat:repeat-x;
}

#logo
{
	margin-left:60px;
}

#navbar
{
	background-image:url(../images/navi_bg.png);
	background-position:left center;
	background-repeat:repeat-x;
}

#navbar ul
{
	margin-left:60px;
	overflow:hidden;
}

#navbar li
{
	display:inline;
}

#navbar li a
{
	background-image:url(../images/nav_on.png);
	color:#666666;
	float:left;
	padding:10px 0 8px;
	text-align:center;
	text-decoration:none;
	width:120px;
	/*
	text-transform:uppercase;
	font-size: 9px;
	*/
	line-height: 14px;
	font-variant:small-caps;
	font-size: 11px;
}

#navbar li#language a
{
	width:60px;
	padding:0;
	padding-top:6px;
}

#navbar li.active a, #navbar li a:hover
{
	background-image:url(../images/nav_over.png);
	color:#CCCCCC;
}

#navbar li#language a:hover
{
	background-image:url(../images/nav_on.png);
}

#aloomdesktop
{
	background-image:url(../images/aloom_desktop_bg.png);
	background-repeat:repeat-x;
	overflow:auto;
	height:1%;
}

#aloomdesktopimg
{
	float:left;
}

#tabnavi{
	background-image:url(../images/tab_navi_bg.png);
	background-position:0 20px;
	background-repeat:repeat-x;
	height:34px;
	margin-top: 5px;
	overflow:auto;
}

#tabnavi ul {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1.5em;
	list-style-type:none;
	margin:0;
	padding:0 0 0 201px;
}

#tabnavi.ohnesidebar ul
{
	padding-left: 41px;
}

#tabnavi ul li{
float: left;
margin: 0px 0px 0px 0px;
background: url(../images/navtab.png) no-repeat right top;
}

#tabnavi ul li a{
display: block;
padding: 8px 48px 8px 0px;
font-weight: bold;
text-decoration: none;
color: #525252;
background:transparent;

}

#tabnavi ul li a:hover{
text-decoration: none;
color: #a91111;
}

#tabnavi ul li.first a{
padding: 8px 48px 8px 34px;
background: url(../images/navtab_first.png) no-repeat;
}

#tabnavi ul li.last{
background: url(../images/navtab_last.png) no-repeat right top;
}

#tabnavi ul li.last a{
padding: 8px 46px 8px 0px;
}

#tabnavi ul li#firstcurrent{
background: url(../images/navtab_current.png) no-repeat right top;

}

#tabnavi ul li#firstcurrent a{
background: url(../images/navtab_current_first.png) no-repeat;
padding: 8px 48px 8px 34px;
color: #a91111;
}

#tabnavi ul li#current{
margin-left: -38px;
background:url(../images/navtab_current.png) no-repeat right top;
}

#tabnavi ul li#current a{
padding: 8px 42px;
background: url(../images/navtab_current_left.png) no-repeat;
color: #a91111;
}

#tabnavi ul li#lastcurrent{
margin-left: -38px;
background: url(../images/navtab_current_last.png) no-repeat right top;
}

#tabnavi ul li#lastcurrent a{
padding: 8px 39px 8px 38px;
background: url(../images/navtab_current_left.png) no-repeat;
color: #a91111;
}

#infozeile
{
	/*background-image: url(../images/aloom_desktop_logo.png);*/
	margin-left:240px;
	margin-top:32px;
	font-weight: bold;
	font-size:14px;
}

#sidebar li a, #sidebar li span
{
	display:block;
	width:150px;
	padding: 5px;
	color: #525252;
	text-decoration: none;
	border-bottom:3px solid white;
}

#sidebar li.active a, #sidebar li a:hover
{
	background-color: #aa2020;
	color:white;
	/*font-weight:bold;*/
}

.width400px
{
	width:400px;
}

.width330px
{
	width:330px;
}

.width380px
{
	width:380px;
}

.height150px
{
	height:150px;
}

.height300px
{
	height:300px;
}

.copy
{
	width:500px;
}

.copygross
{
	width:750px;
}

.copyextragross
{
	width:900px;
}

#footer
{
	background-image:url(../images/footer_bg.png);
	padding-top:10px;
}

#footer-wrapper
{
	margin-left:60px;
} 

#footer-wrapper .links
{
	float:left;
	margin-right:20px;
	width:150px;
	font-size:11px;
	line-height: 17px;
}

#footer-wrapper h3
{
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}

.important
{
	/*color: #3399FF;*/
	/*font-weight:bold;*/
	border: 1px solid #3399FF;
	padding:10px;
	width:478px;
	margin-left:20px;
}

/*
div.important
{
	padding: 0 10px;
}
*/
.important h3, .important h4, .note h3 
{
	margin:10px 0;
}

.note
{
	color: #10a231;
	border: 1px solid #10a231;
	padding:10px;
	width:478px;
	margin-left:20px;
}

.error
{
	color: #CD0A0A;
	/*font-weight:bold;*/
	border: 1px solid #CD0A0A;
	padding:10px;
	width:478px;
	margin-left:20px;
}

.fehler
{
	color: #CD0A0A;
	font-weight:bold;
}


div.paginator
{
	margin-top:20px;
	margin-bottom:20px;
}

div.paginator a
{
	text-decoration: none;
	padding:3px 4px;
	border:1px solid #aa2020;
}

div.paginator a.current,
div.paginator a:hover
{
	background: #aa2020;
	color: white;
}

div.paginator span.inactive
{
	display:none;
}

table.ergebnistabelle
{
	
}

table.ergebnistabelle
{
	
}

table.ergebnistabelle th,
table.ergebnistabelle td
{
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #B9B9B9;
	padding:10px 5px;
	line-height:16px;
}


table.formulartabelle
{
	margin:20px 0;
}

table.formulartabelle td, table.formulartabelle th
{
	padding-right:20px;
	padding-bottom: 10px;
	vertical-align: top;
}

table.formulartabelle td.nopadding, table.formulartabelle th.nopadding
{
	padding:0;
}

.bghellgrau
{
	background: #F5F3F0;
}

.hellgrau
{
	color:#A9A9A9;
}

.bggrau
{
	background:#dcdcdc; 
}

.rot, .stornocolor
{
	color: #CD0A0A;
}

.gruen, .buchungcolor
{
	color: #10a231;
}

.orange, .activecolor
{
	color:orange;
}

.vertragcolor
{
	color: #3399FF;
}

.durchgestrichen
{
	text-decoration: line-through;
}

.fett
{
	font-weight: bold;
}

.unterstrichen
{
	text-decoration: underline;
}

.pflicht
{
	color: #CD0A0A;
	font-size: 14px;
	padding-left:2px;

}

.aligncenter
{
	text-align: center;
}

.alignright
{
	text-align: right;
}

.blockcenter
{
	margin-left: auto;
	margin-right: auto;
}

.nobreak, .nowrap
{
	white-space: nowrap;
}

/******************** Anfang Maps*******************/
#markernavbarwrapper
{
	width:970px;
	margin-bottom:20px;
}

#markernavbar
{
	float:right;
	width: 200px;
	height: 588px;
	border: 1px solid #B9B9B9;
	display: none;
	overflow: auto;
	margin: 0px;
	padding: 5px 5px 5px 5px;
}

#markernavbar table
{
	margin: 0px;
	width: 100%;
}

#markernavbar td
{
	list-style-type: none;
	color: #8E9192;
	border-bottom: 1px dotted #B9B9B9;
	cursor: pointer;
	font-size: 11px;
	line-height: 14px;
	margin:0px;
}

#markernavbar tr span
{
	display: none;
}

#markernavbar td.checkboxspalte
{
	vertical-align: top;
	padding:2px;
	line-height: 14px;
}

#markernavbar td.checkboxspalte input
{
	margin:0 !important;
}

#markernavbar td.namespalte
{
	vertical-align: middle;
	padding:2px;
	padding-left:4px;
	font-family: Arial,Helvetica,sans-serif;
	color: #8E9192;
	font-size: 11px;
	line-height: 14px;
}

/* **************************  Cluster ***************************/

#clusterextinfoWindow
{
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	color: #525252;
	margin-top: 26px;
	margin-right: 10px;
	margin-bottom: 16px;
	margin-left: 22px;
}

#clusterextinfoWindow div
{
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	color: #3399FE;
	margin-top: -24px;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 200px;
}

#clusternavbar
{
	border-bottom: 1px dotted #B9B9B9;
	margin: 0px;
	padding: 0px;
	width: 205px;
}

#clusternavbar span
{
	display: none;
}

#clusternavbar table
{
	margin-bottom: 0px;
}

#clusternavbar td.checkboxspalte
{
	border-top: 1px dotted #B9B9B9;
	vertical-align: top;
	padding:2px;
	line-height: 14px;
}

#clusternavbar td.checkboxspalte input
{
	margin:0 !important;
}

#clusternavbar td.namespalte
{
	border-top: 1px dotted #B9B9B9;
	vertical-align: middle;
	padding:2px;
	padding-left:4px;
	font-family: Arial,Helvetica,sans-serif;
	color: #8E9192;
	font-size: 11px;
	line-height: 14px;
}

/* **************************  ende des Clusters ***************************/

#extinfoWindow #infoname
{
	margin-bottom:2px;
}

#extinfoWindow #bildcontainer
{
	margin-top:5px;
	height: 75px;
	vertical-align: middle;
	overflow: visible;
}

#extinfoWindow #auswahlbereich
{
	margin-top:5px;
}

#extinfoWindow
{
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	color: #525252;
	margin-top: 2px;
	margin-left: 24px;
	margin-right: 7px;
	margin-bottom: 0px;
	line-height: 16px;
}

#extinfoWindow div
{
	margin-bottom: 5px;
	width: 200px;
}

#extinfoWindow input
{
	position:relative;
	top: 1px;
}

#extinfoWindow a
{
	text-decoration: none;
	color:#AA2020;
}

#extinfoWindow strong
{
	color: #3399FE;
}

#extinfoWindow span
{
	white-space: nowrap;
}

#custom_info_window_red
{
	margin-top: 0px;
	margin-left: 94px;
	font-size: 14px;
	width: 250px;
}

#custom_info_window_red_contents
{
	background-color: #FFF;
}

#custom_info_window_red_tl
{
	width: 7px;
	height: 7px;
	background: url('../images/corners/demoWindow_tl.png') top left no-repeat transparent;
}

* html #custom_info_window_red_tl
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/corners/demoWindow_tl.png', sizingMethod='crop');
}

#custom_info_window_red_t
{
	background: url('../images/corners/demoWindow_t.jpg') top left repeat-x transparent;
}

#custom_info_window_red_tr
{
	width: 7px;
	height: 7px;
	background: url('../images/corners/demoWindow_tr.png') top left no-repeat transparent;
}

* html #custom_info_window_red_tr
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/corners/demoWindow_tr.png', sizingMethod='crop');
}

#custom_info_window_red_l
{
	width: 3px;
	background: url('../images/corners/demoWindow_l.jpg') top left repeat-y transparent;
}

#custom_info_window_red_r
{
	width: 3px;
	background: url('../images/corners/demoWindow_r.jpg') top right repeat-y transparent;
}

#custom_info_window_red_bl
{
	width: 7px;
	height: 7px;
	background: url('../images/corners/demoWindow_bl.png') top left no-repeat transparent;
}

* html #custom_info_window_red_bl
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/corners/demoWindow_bl.png', sizingMethod='crop');
}

#custom_info_window_red_b
{
	background: url('../images/corners/demoWindow_b.jpg') top left repeat-x transparent;
}

#custom_info_window_red_br
{
	width: 7px;
	height: 7px;
	background: url('../images/corners/demoWindow_br.png') top left no-repeat transparent;
}


* html #custom_info_window_red_br
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/corners/demoWindow_br.png', sizingMethod='crop');
}


#custom_info_window_red_close
{
	width: 21px;
	height: 21px;
	margin-top: 8px;
	margin-left: -2px;
	background: url('../images/corners/demoWindow_close.png') top left no-repeat transparent;
	cursor: pointer;
}

#custom_info_window_red_beak
{
	width: 29px;
	height: 10px;
	margin-left: -92px;
	background: url('../images/corners/demoWindow_beak.png') top left no-repeat transparent;
}


* html #custom_info_window_red_beak
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/corners/demoWindow_beak.png', sizingMethod='crop');
}


#custom_info_window_red_contents .section1
{
	margin: 0;
	padding: 0;
}

#custom_info_window_red_contents .section2
{
	margin: 0;
	padding: 0;
	background-color: #FFDFDF;
	border-bottom: dotted 1px #900;
	border-top: dotted 1px #900;
}

#custom_info_window_red_contents p
{
	margin: 1px 0;
	padding: 5px;
}

#custom_info_window_red_contents .title
{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #900;
}

/******************** Ende Maps*******************/



div.tagebox
{
	border:1px solid #b9b9b9;
	background: #f5f3f0;
	padding-left:20px;
	margin:20px 0;
	width:578px;
}

div.tagebox dl
{
	width:379px;
}

div.tagebox dt
{
	width:140px;
}

div.tagebox textarea
{
	width:369px;
}

div.tagebox table.formulartabelle td.ausstattunglabel,
div.tagebox table.formulartabelle th.ausstattunglabel
{
	width:199px;
}

div.tagebox table.formulartabelle td.ausstattungselect,
div.tagebox table.formulartabelle th.ausstattungselect
{
	width:220px;
}

div.tagebox table.formulartabelle td.ausstattungzeit,
div.tagebox table.formulartabelle th.ausstattungzeit
{
	padding-right:9px;
}

table.raumtabelle td.raumlabel,
table.raumtabelle th.raumlabel
{
	width:160px;
}


.pauschalenassistenkorrektur
{
	position:relative;
	left:-20px;
}

ul.disc
{
	list-style-position: outside;
	list-style-type:disc;
	margin-left:15px;
	line-height: 16px;
}

ul.disc li
{
	margin: 5px 0;
}

#infodiv {
	position:fixed;
	display:none;
	top: 20px;
	right: 20px;
	width: 250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	color:#FFFFFF;
	z-index: 100;
}

#infodiv a{
	color:#FFFFFF;
	text-decoration:underline;
}

#infodiv .infocontent h1 {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:15px;
}
#infodiv .infocontent h2 {
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	font-style:italic;
}
#infodiv .infocontent strong {
	font-weight: bold;
	font-style:italic;
}
#infodiv .infocontent {
	width: 210px;
	background-color: #3399ff;
	color: #fff;
	padding: 10px 20px 10px 20px;
	line-height: 16px;
}

#infodiv .infocontent p
{
	line-height: 16px;
}

#infodivclose {
	float:right;
	margin: 0 0 0px 10px;
	cursor:pointer;
	width:30px;
	height:30px;
	background: url(../images/info_close.gif);
}

#infodiv .topleft {
	float:left;
	width:15px;
	height:15px;
	background: url(../images/tl.gif);
}
#infodiv .topright {
	float:right;
	width:15px;
	height:15px;
	background: url(../images/tr.gif);
}
#infodiv .topmiddle {
	float:left;
	width:220px;
	height:15px;
	background: url(../images/tm.gif);
}

#infodiv .bottomleft{
	float:left;
	width:15px;
	height:15px;
	background: url(../images/bl.gif);
}
#infodiv .bottomright {
	float:right;
	width:15px;
	height:15px;
	background: url(../images/br.gif);
}

#infodiv .bottommiddle {
	float:left;
	width:220px;
	height:15px;
	background: url(../images/tm.gif);
}

#infodiv .roundclear {
	clear:both;
}

.infodiv
{
	cursor:help;
}

#csinfobox
{
	width:478px;
	padding:10px 10px 0 10px;
	border: 1px solid #aa2020;
	margin: 20px 0 20px 20px;	
	background-image: url(../images/csschleife.png);
	background-position:right 95%;
	background-repeat: no-repeat;
}

/*
#csinfobox h4
{
	margin:0 0 10px 0;
}
*/
#csinfobox h4, #csinfobox p
{
	margin:0 0 10px 0;
}

#jobidstatus
{
	width:478px;
	padding:10px 10px 0 10px;
	border: 1px solid #3399FF;
	margin-left:20px;
}

#jobidstatus.buchung
{
	border-color: #00cd00; /* #10a231*/
}

#jobidstatus.storno
{
	border-color: #CD0A0A;;
}



#jobidstatus h3
{
	margin:0 0 10px 0;
}

#jobidstatus ul, #jobidstatus p
{
	margin: 10px 0;
}



/*
#angebotsabgabestatus
{
	width:478px;
	padding:10px;
	border: 1px solid #3399FF;
	margin-left:20px;
}

#angebotsabgabestatus h3
{
	margin:0 0 10px;
}
*/
div.angebotblockbox
{
	margin: 20px 0;
	padding:10px;
	border:1px solid #b9b9b9;
	width:500px;
	page-break-inside: avoid;
}

div.angebotblockbox dl
{
	width:500px;
}

div.angebotblockbox dt
{
	width:260px;
}

div.angebotblockbox h4
{
	margin:0 0 20px 0;
}

div.angebotblockbox p
{
	margin:20px 0 20px 0;
}

div.angebotblockbox textarea, div.angebotblockbox div.faketextarea
{
	width:490px;
}

#angebotsabgabeverbindlichkeitstable td
{
	vertical-align: middle;
	padding-bottom:10px;
}
#angebotsabgabeverbindlichkeitstable td input
{
	margin-right:20px;
}

div.aenderung
{
	border:1px solid #FF8C00;
	padding:10px;
}

div.aenderung h3
{
	color: #FF8C00;
}

.top2px
{
	position:relative;
	top:2px;
}

.top3px
{
	position:relative;
	top:3px;
}

.top4px
{
	position:relative;
	top:4px;
}

.fullwidth
{
	width:100%;
}

.nomargin
{
	margin: 0 !important;
}

.nomargintop
{
	margin-top: 0 !important;
}

.nomarginbottom
{
	margin-bottom: 0 !important;
}


.abstand
{
	margin: 20px 0 !important;
}

.abstandklein
{
	margin: 10px 0 !important;
}



.abstandnachunten
{
	margin-bottom: 20px;
}

.abstandnachoben
{
	margin-top: 20px;
}

.abstandnachlinks
{
	margin-left:40px;
}

div#bestaetigunganker
{
	padding-top:20px;
	padding-bottom:20px;
}

a.iconlink
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a.iconlink img
{
	position:relative;
	top:2px;
	
}

.slidebox
{
	margin-right: -1000px;
	position:relative;
	height: 1%;

}

table#angebotsuebersicht
{
	width:100%;
}

table#angebotsuebersicht th.hotelspalte, table#angebotsuebersicht td.hotelspalte
{
	/*width:150px;*/
}

table#angebotsuebersicht p, table#angebotsuebersicht h3
{
	margin-top:0px;
	margin-bottom: 10px;	
}


table#angebotsuebersicht textarea
{
	width:250px;	
}

table#angebotsuebersicht div.angebottextwrapper
{
	height: 130px;
	overflow: auto;
}

table#angebotsuebersicht tr.vertraggewuenscht
{
	background: #ADD8E6; /*#E0FFFF;*/
}

table#angebotsuebersicht tr.vertrag
{
	background:#bbccff;
}

table#angebotsuebersicht tr.buchung
{
	background:#ccffcc;
}

table#angebotsuebersicht table.termintable td
{
	padding: 0 0 2px 0;
	border: 0;
}

table#angebotsuebersicht p.note
{
	background: white;
	margin-left: 0;
	width: auto;
	padding: 5px;
}

#flaghelptabelle
{
	margin-top:0px;
}

#flaghelptabelle td
{
	font-size: 12px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	vertical-align: top;
}

#flaghelptabelle img
{
	margin-top: 2px;
}

.marginbottom2px
{
	margin-bottom: 2px;
}

.marginbottom4px
{
	margin-bottom: 4px;
}

.marginbottom5px
{
	margin-bottom: 5px;
}

.marginbottom10px
{
	margin-bottom: 10px;
}

.margintop0px
{
	margin-top: 0px; 
}

.margintop5px
{
	margin-top: 5px; 
}

.margintop10px
{
	margin-top: 10px !important; 
}

.marginright10px
{
	margin-right: 10px;
}

.marginright20px
{
	margin-right: 20px;
}

.marginleft0px
{
	margin-left: 0px;
}

.marginleft20px
{
	margin-left: 20px;
}

.marginleft40px
{
	margin-left: 40px;
}


.pointer, .hand
{
	cursor: pointer;
}

.optionrot
{
	background:red;
	color: #525252;
}

.optionorange
{
	background:orange;
	color: #525252;
}

div.ui-dialog-content p
{
	margin:10px 0;
	text-align: justify;
}

.block
{
	display: block;	
}

table#rechnungtabelle th, table#rechnungtabelle td
{
	border:1px solid #dcdcdc;
	padding:5px;
}

.borderbox
{
	border:1px solid #dcdcdc;
	padding:10px;
}


table.spreadsheet th, table.spreadsheet td
{
	border:1px solid #dcdcdc;
	padding:5px;
}


table#spreadsheettoggler3col
{
	border-collapse:separate;
	border-spacing: 20px;
	margin-left: -20px;
}


table#spreadsheettoggler3col td
{
	border:1px solid #dcdcdc;
	padding:10px;
	vertical-align: top;
	width:215px;
}

table#spreadsheettoggler3col h2
{
	margin: 0 0 10px 0;
}

.schriftgross
{
	font-size:14px;
}


#pseudotabs ul {
	overflow:hidden;
	width:100%;
}

#pseudotabs ul li{
	float:left;
	margin-right:6px;
}

#pseudotabs ul a{
	color: #666;
	background:#e6e6e6;
	text-decoration: none;
	padding:6px 6px;
	display:block;
}

#pseudotabs ul a:hover,#pseudotabs ul a.active{
	color: #fff;
	background:#aa2020;
}

table.kontingenttabelle td, table.kontingenttabelle th
{
	padding:10px;
	border:1px solid #dcdcdc;
	font-weight: normal;
	text-align: left;
}

table.kontingenttabelle td p
{
	margin: 0 0 10px 0;
}

.lineheight24
{
	line-height:24px;
}

.lineheight0
{
	line-height:0;
}

.uploadifyQueueItem
{
	width:380px !important;
}

table.medienuebersicht td
{
	padding-right:20px;
	padding-bottom:10px;
	vertical-align: top;
}

table.medienuebersicht td.label
{
	width:140px;
}
table.medienuebersicht td.icon
{
	padding-right:30px;
}

.graubox
{
	padding:5px 10px 5px 10px;
}

#gallery img
{
	cursor: pointer;
}

.galleryimg
{
	margin: 0 4px 4px 0;
}

#videoshow
{
	position: absolute;
	margin-left: -1000px;
}

#videoshow a
{
	display: block;
	width:400px;
	height: 300px;
}

#content ul.list{
	list-style: disc;
	line-height:18px;
	list-style-position:outside;
	padding-left:20px;
	margin:20px 0;
}

#content ol.list{
	list-style: decimal;
	line-height:18px;
	list-style-position:outside;
	padding-left:20px;
	margin:20px 0;
}

#content ul.list li
{
	margin-bottom: 10px;
}

#caltable th, #caltable td
{
	border:1px solid #B9B9B9;
	vertical-align: top;
	width: 100px;
	line-height: 1em;
	white-space: nowrap;
}

#caltable th
{
	padding:2px 0px;
}

#caltable td div.dayheader
{
	background: #F5F3F0;
	text-align: right;
	padding:2px 4px;
}

#caltable td div.dayheader.today
{
	background: #FAD163;
}

#caltable td div.daycontent
{
	padding:2px 4px;
	min-height:75px;
	line-height: 16px;
}

#caltable td div.daycontent.today
{
	background: #FFF7D7;
}

#caltable td div.daycontent a
{
	text-decoration:none;
}

#caltable td div.daycontent a:hover span
{
	text-decoration:underline;
}

table.layouttable10bottom20right td
{
	padding: 0 20px 10px 0;
	vertical-align: top;
}

a.imglink
{
	text-decoration: none;
}

a.imglink img
{
	position:relative;
	top: 3px;
}

a.imglink:hover span
{
	text-decoration: underline;
}