@import url(//fonts.googleapis.com/css?family=Roboto:100,300,400,700);
body, body.editor {
	font-family: 'Roboto', sans-serif;
	background-color: white;
}
body.contentmgr {
	background-color: white;
}
h1, h2 {
	color: #026890;
	margin-top: 0;
}
h2 {
	font-weight: 300;
}
body.control {
background: #9dd53a;

background: -moz-linear-gradient(top,  #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a));

background: -webkit-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);

background: -o-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);

background: -ms-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);

background: linear-gradient(to bottom,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );}
body.grouptree, .menu {
background: #f3f6ff;

background: -moz-linear-gradient(-45deg,  #f3f6ff 0%, #c7d7ed 100%);

background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f3f6ff), color-stop(100%,#c7d7ed));

background: -webkit-linear-gradient(-45deg,  #f3f6ff 0%,#c7d7ed 100%);

background: -o-linear-gradient(-45deg,  #f3f6ff 0%,#c7d7ed 100%);

background: -ms-linear-gradient(-45deg,  #f3f6ff 0%,#c7d7ed 100%);

background: linear-gradient(135deg,  #f3f6ff 0%,#c7d7ed 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f6ff', endColorstr='#c7d7ed',GradientType=1 );
	color: #000;
}

body.start {
	min-height: 730px;
	font-size: 13px;
	margin: 0px;
	color: #333;
	background: url(/local/skin-img/startFiller.jpg) no-repeat right bottom;
}
body.login, body.logincheck {
	background: url(Background.jpg) no-repeat left top;
	background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;	
}

div.loginLogo {
	display: none;
}

div.loginFields {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -115px;
	margin-top: -75px;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 8px #000;
	height: 150px;
	background: url(loginSoft.png) repeat;
	width: 230px;
}
.loginFields p {
	margin-bottom: 0;
	margin-top: 0;
}
.loginFields input {
	margin-top: 0;
	margin-bottom: 0;
	display: block;
}
input.loginButton {
	color: white;
background: #6db3f2;

background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de));

background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

background: -o-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

background: -ms-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );

	border-radius: 5px;
	border: 1px solid #77D5F7;
	padding-left: 5px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 400;
	cursor: pointer;
	}

input.loginButton:hover {
background: #cee0ee;

background: -moz-linear-gradient(top,  #cee0ee 0%, #8ec6ec 50%, #6cb8ea 51%, #b1dbf9 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cee0ee), color-stop(50%,#8ec6ec), color-stop(51%,#6cb8ea), color-stop(100%,#b1dbf9));

background: -webkit-linear-gradient(top,  #cee0ee 0%,#8ec6ec 50%,#6cb8ea 51%,#b1dbf9 100%);

background: -o-linear-gradient(top,  #cee0ee 0%,#8ec6ec 50%,#6cb8ea 51%,#b1dbf9 100%);

background: -ms-linear-gradient(top,  #cee0ee 0%,#8ec6ec 50%,#6cb8ea 51%,#b1dbf9 100%);

background: linear-gradient(to bottom,  #cee0ee 0%,#8ec6ec 50%,#6cb8ea 51%,#b1dbf9 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cee0ee', endColorstr='#b1dbf9',GradientType=0 );

	border: 1px solid #026890;
	color: #026890;
	cursor: pointer;
}

p.loginPass, p.loginName {
	margin-top: 10px;
}

.loginInfo {
	display: none;
}
div.sectionBar, body.start div.topline, div.barline {
background: #9dd53a;

background: -moz-linear-gradient(top,  #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a));

background: -webkit-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);

background: -o-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);

background: -ms-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);

background: linear-gradient(to bottom,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );

	color: white;
	border-top: 1px solid white;
}
.sectionBar span:hover {
	color: #11921a;
}
div.mOTypeHead { /* Shelf-Head der Objekte */
background: #6db3f2;

background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de));

background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

background: -o-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

background: -ms-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );

	border-radius: 5px;
	border: 1px solid #77D5F7;
	color: white;
	padding: 2px 2px 2px 4px;
	font-weight: 600;
}

table.mOTypeHead {
	font-size: 11px;
	background-image: none;
	color: white;
background: #6db3f2;

background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de));

background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

background: -o-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

background: -ms-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );

	border-radius: 5px;
	border: 1px solid #77D5F7;
	padding: 2px 2px 2px 4px;
	font-weight: 600;
}

td.mOTypeHeadRight, td.mOTypeFootRight {
	text-align: left;
}

td.mOTypeHeadRight span.listFirst {
	display: inline-block;
	text-indent: -9000px;
	background: url(listFirst.gif) no-repeat center center;
	width: 11px;
}

td.mOTypeHeadRight span.listPrev {
	display: inline-block;
	text-indent: -9000px;
	background: url(listPrev.gif) no-repeat center center;
	width: 11px;
}

td.mOTypeHeadRight span.listNext {
	display: inline-block;
	text-indent: -9000px;
	background: url(listNext.gif) no-repeat center center;
	width: 11px;
}

td.mOTypeHeadRight span.listLast {
	display: inline-block;
	text-indent: -9000px;
	background: url(listLast.gif) no-repeat center center;
	width: 11px;
}
td.mOTypeHeadRight span:hover, td.mOTypeFootRight span:hover {
	opacity: 0.6;
}
body.start p.selection {
	font-size: 11px;
	background-image: none;
	color: white;
background: #6db3f2;

background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de));

background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

background: -o-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

background: -ms-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );

	border-radius: 5px;
	border: 1px solid #77D5F7;
	padding-left: 5px;
	height: auto;
	margin-top: 0;
	margin-bottom: 2px;
	font-weight: 400;
}

div.mOTypeHead:hover, table.mOTypeHead:hover, body.start p.selection:hover {
background: #cee0ee;

background: -moz-linear-gradient(top,  #cee0ee 0%, #8ec6ec 50%, #6cb8ea 51%, #b1dbf9 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cee0ee), color-stop(50%,#8ec6ec), color-stop(51%,#6cb8ea), color-stop(100%,#b1dbf9));

background: -webkit-linear-gradient(top,  #cee0ee 0%,#8ec6ec 50%,#6cb8ea 51%,#b1dbf9 100%);

background: -o-linear-gradient(top,  #cee0ee 0%,#8ec6ec 50%,#6cb8ea 51%,#b1dbf9 100%);

background: -ms-linear-gradient(top,  #cee0ee 0%,#8ec6ec 50%,#6cb8ea 51%,#b1dbf9 100%);

background: linear-gradient(to bottom,  #cee0ee 0%,#8ec6ec 50%,#6cb8ea 51%,#b1dbf9 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cee0ee', endColorstr='#b1dbf9',GradientType=0 );

	border: 1px solid #026890;
	color: #026890;
}

body.cmshead {
	background: url(/global/show.image.php?x=1200&y=750&id=51511) no-repeat left top;
	background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;

}
body.cmshead div.cmsheadlogo {
	float: left;
	width: 100%;
	height: 57px;
	padding-top: 10px;
	background-image: none;
	background: url(cmsLogo.png) no-repeat left top;
	padding-right: 15px;
	text-align: right;
}
.exhibition div.mOListBlock:hover div.mOAttr_info {
	background-color: #f5fdd6;
}

.exhibition .mOListItemH div.mOListBlock:hover div.mOAttr_info {
	background-color: #7DBD0B;
}
.mOListItem:hover, .mOListItemRo:hover{
	background-color: #f5fdd6;
	box-shadow: 0 0 4px #999;
}

.exhibition .mOListItem:hover, .exhibition .mOListItemRo:hover{
	background-color: #f5fdd6;
	box-shadow: 0 0 4px #999;
	border-radius: 8px;
}
.mOListItemH, .mOListItemRoH {
background: #9dd53a;

background: -moz-linear-gradient(top,  #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a));

background: -webkit-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);

background: -o-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);

background: -ms-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);

background: linear-gradient(to bottom,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );

	box-shadow: 0 0 4px #999;
}
.exhibition .mOListItemH {
	background: none;
	box-shadow: 0 0 0;
}
.exhibition .mOListItemH .mOListBlock, .exhibition .mOListItemRoH .mOListBlock {
background: #9dd53a;

background: -moz-linear-gradient(top,  #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a));

background: -webkit-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);

background: -o-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);

background: -ms-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);

background: linear-gradient(to bottom,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );

	box-shadow: 0 0 4px #999;
	border-radius: 8px;
	overflow: hidden;
}
.mOListItem td.mOListBlock , .mOListItemH td.mOListBlock, .mOListItemRo td.mOListBlock, .mOListItemRoH td.mOListBlock {
	border: 0 none;
}
.mOListItem div.mOListBlock, .mOListItemH div.mOListBlock, .mOListItemRo div.mOListBlock, .mOListItemRoH div.mOListBlock {
	margin-right: 20px;
}
div.abort, div.preview, div.save, .searchButton {
	font-size: 11px;
	background-image: none;
	color: white;
background: #6db3f2;

background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de));

background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

background: -o-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

background: -ms-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );

	border-radius: 5px;
	border: 1px solid #77D5F7;
	padding-left: 5px;
	height: auto;
	font-weight: 400;
	margin-right: 0;
	margin-left: 10px;
	padding-right: 5px;
}
div.abort span, div.save span {
	padding-left: 0;
	padding-right: 0;
}

div.abort:hover, div.preview:hover, div.save:hover, .searchButton:hover {
background: #cee0ee;

background: -moz-linear-gradient(top,  #cee0ee 0%, #8ec6ec 50%, #6cb8ea 51%, #b1dbf9 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cee0ee), color-stop(50%,#8ec6ec), color-stop(51%,#6cb8ea), color-stop(100%,#b1dbf9));

background: -webkit-linear-gradient(top,  #cee0ee 0%,#8ec6ec 50%,#6cb8ea 51%,#b1dbf9 100%);

background: -o-linear-gradient(top,  #cee0ee 0%,#8ec6ec 50%,#6cb8ea 51%,#b1dbf9 100%);

background: -ms-linear-gradient(top,  #cee0ee 0%,#8ec6ec 50%,#6cb8ea 51%,#b1dbf9 100%);

background: linear-gradient(to bottom,  #cee0ee 0%,#8ec6ec 50%,#6cb8ea 51%,#b1dbf9 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cee0ee', endColorstr='#b1dbf9',GradientType=0 );

	border: 1px solid #026890;
	color: #026890;
}
.groupUnselected:hover, .menu div[onclick]:hover, .menu div[id^="FID_"]:hover, .menuItemOff:hover, .menuItemOn:hover {
	color: #7FC013;
}
.mOListItemH div.mOAttr_info, tr.mOListItemRoH {
	color: maroon;
}
td.mOListSearch, td.mOListSearchControls {
	background-color: #f5fdd6;
}
div.editGroupNameLoc {
	background: #6db3f2;

background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de));

background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

background: -o-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

background: -ms-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );

	border-radius: 5px;
	border: 1px solid #77D5F7;
	color: white;
	padding: 2px 2px 2px 4px;
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 10px;
}
div.editGroup, div.alert {
	border: 1px solid #A6C9E2;
	background-image: none;
background: #c7d7ed;

background: -moz-linear-gradient(top,  #c7d7ed 0%, #f3f6ff 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7d7ed), color-stop(100%,#f3f6ff));

background: -webkit-linear-gradient(top,  #c7d7ed 0%,#f3f6ff 100%);

background: -o-linear-gradient(top,  #c7d7ed 0%,#f3f6ff 100%);

background: -ms-linear-gradient(top,  #c7d7ed 0%,#f3f6ff 100%);

background: linear-gradient(to bottom,  #c7d7ed 0%,#f3f6ff 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7d7ed', endColorstr='#f3f6ff',GradientType=0 );





}

.mOTypeHeadRight span.listFromTo, span.menutitle a, .rightbar span a {
	color: #fff;
}
input.searchText, textarea, input, select, div.display, div.refPreview {
	/*overflow: hidden;*/
	border-radius: 4px;
}
div.editGroup[depth="d1"] div.attribut div.nameLoc {
	width: 107px;
}
table.mOTypeFoot {
	border: 0 none;
}
.mOAttrName, .mOAttrNameASC, .mOAttrNameDESC {
	font-weight: 300;
}
.infoi {
	cursor: help;
}
/* @group Editor */

/* Websuche */
div.submitAbort {
	position: relative;
	-moz-border-radius: 7px;
}

div.websearchlist {
	position: absolute;
	display: inline-block;
	height: 20px;
	overflow: hidden; 
	vertical-align: bottom;
	bottom: 0px;
	left: 0px;
	text-align: left;
}

div.websearchlist:hover {
	background-color: White;
	-moz-border-radius: 7px;
	height: auto;
	border-top: 1px solid White;
	border-left: 1px solid White;
	border-right: 1px solid Silver;
	border-bottom: 1px solid Silver;
}

div.websearch {	
	font-size: 11px;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	padding: 1px;
	vertical-align: middle;
	cursor: pointer;
	background-color: #B8CFEF;
	-moz-border-radius: 7px;
	background-image: url(../skin/img/group_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

div.websearch span {	
	margin-left: 10px;
	margin-right: 10px;
}
div.websearch img {	
	margin-left: 10px;
}

/* 1-spaltige Ausnahmen fuer html-, refIdList- und useList-Felder */

div.editGroup[depth=d1] div.attribut[edittype=html],
div.editGroup[depth=d1] div.attribut[edittype=refIdList],
div.editGroup[depth=d1] div.attribut[edittype=useList]{
	width: 100%;
}
div.editGroup[depth=d1] div.attribut[edittype=html] div.input,
div.editGroup[depth=d1] div.attribut[edittype=refIdList] div.input,
div.editGroup[depth=d1] div.attribut[edittype=useList] div.input { 
	width: 790px; 
	/*padding-bottom: 5px;*/
	margin: 2px;
}
div.editGroup[depth=d1] div.attribut[edittype=html] div.nameLoc,
div.editGroup[depth=d1] div.attribut[edittype=refIdList] div.nameLoc,
div.editGroup[depth=d1] div.attribut[edittype=useList] div.nameLoc { 
	width: 400px;
	/*padding-top: 5px;*/
}
div.editGroup[depth=d1] div.attribut[edittype=refIdList] div.attributButtons,
div.editGroup[depth=d1] div.attribut[edittype=useList] div.attributButtons {
	width: 380px;
	text-align: right;
}




/* Attribut abhaengige Ausnahmen fuer Reise.Reiseziele und Reise.Reiseart */

div.editGroup[depth=d1] div.attribut[attr="trips.tripDestinationList"],
div.editGroup[depth=d1] div.attribut[attr="trips.tripCategorieList"]{            
	width: 390px;
	display: inline-block;
	border: 1px none red;
}
div.editGroup[depth=d1] div.attribut[attr="trips.tripDestinationList"] div.input,
div.editGroup[depth=d1] div.attribut[attr="trips.tripCategorieList"] div.input{
	width: 390px;
	/*padding-bottom: 5px;*/
	margin: 0px;
}
div.editGroup[depth=d1] div.attribut[attr="trips.tripDestinationList"] div.nameLoc,
div.editGroup[depth=d1] div.attribut[attr="trips.tripCategorieList"] div.nameLoc{ 
	width: 180px;
	/*padding-top: 5px;*/
	border: 1px none blue;
}
div.editGroup[depth=d1] div.attribut[attr="trips.tripDestinationList"] div.attributButtons,
div.editGroup[depth=d1] div.attribut[attr="trips.tripCategorieList"] div.attributButtons{
	width: 195px;
	text-align: right;
	border: 1px none blue;
}



/* Sonderbreiten fuer Reise-Definitionen */
/* Reisetage, Zusatztage, Teilnehmerzahl */
div.editGroup[depth=d1] div.attribut[attr="trips.days"],
div.editGroup[depth=d1] div.attribut[attr="trips.addDays"],
div.editGroup[depth=d1] div.attribut[attr="trips.addText1"]{            
	width: 162px;
	padding-right: 40px;
	display: inline-block;
	border: 1px none red;
}
div.editGroup[depth=d1] div.attribut[attr="trips.days"] div.input,
div.editGroup[depth=d1] div.attribut[attr="trips.addDays"] div.input,
div.editGroup[depth=d1] div.attribut[attr="trips.addText1"] div.input{
	width: 50px;
	/*padding-bottom: 5px;*/
	margin: 0px;
}
div.editGroup[depth=d1] div.attribut[attr="trips.days"] div.nameLoc,
div.editGroup[depth=d1] div.attribut[attr="trips.addDays"] div.nameLoc,
div.editGroup[depth=d1] div.attribut[attr="trips.addText1"] div.nameLoc{ 
	width: 107px;
	/*padding-top: 5px;*/
	border: 1px none blue;
}

/* Seite, Layout, Position */
div.editGroup[depth=d1] div.attribut[attr="trips.page"],
div.editGroup[depth=d1] div.attribut[attr="trips.layout"],
div.editGroup[depth=d1] div.attribut[attr="trips.pagePos"]{            
	width: 162px;
	padding-right: 15px;
	display: inline-block;
	border: 1px none red;
}
div.editGroup[depth=d1] div.attribut[attr="trips.page"] div.input,
div.editGroup[depth=d1] div.attribut[attr="trips.layout"] div.input,
div.editGroup[depth=d1] div.attribut[attr="trips.pagePos"] div.input{
	width: 90px;
	/*padding-bottom: 5px;*/
	margin: 0px;
}
div.editGroup[depth=d1] div.attribut[attr="trips.page"] div.nameLoc,
div.editGroup[depth=d1] div.attribut[attr="trips.layout"] div.nameLoc,
div.editGroup[depth=d1] div.attribut[attr="trips.pagePos"] div.nameLoc{ 
	width: 68px;
	/*padding-top: 5px;*/
	border: 1px none blue;
}

/* Sonderbreiten Reisetermin-Definition */

div.editGroup[depth=d1] div.attribut[attr="terms.subtitle"]{            
	width: 800px;
}
div.editGroup[depth=d1] div.attribut[attr="terms.subtitle"] div.input{
	width: 659px;
	/*padding-bottom: 5px;*/
	margin: 0px;
}
div.editGroup[depth=d1] div.attribut[attr="terms.subtitle"] div.nameLoc{ 
	width: 100px;
	/*padding-top: 5px;*/
	border: 1px none blue;
}

/* Sonderbreiten fuer Laayoutkommentar-Definition*/

div.editGroup[depth=d1] div.attribut[attr="trips.note"]{            
	width: 100%;
}
div.editGroup[depth=d1] div.attribut[attr="trips.note"] div.input{
	width: 790px;
	/*padding-bottom: 5px;*/
	margin: 2px;
}

/* Sonderbreiten fuer Webseiten-Definition*/

div.editGroup[depth=d1] div.attribut[attr="webpages.plainHtml"]{            
	width: 100%;
}
div.editGroup[depth=d1] div.attribut[attr="webpages.plainHtml"] div.input{
	width: 790px;
	/*padding-bottom: 5px;*/
	margin: 2px;
}
div.editGroup[depth=d1] div.attribut[attr="webpages.plainHtml"] div.nameLoc{ 
	width: 400px;
	/*padding-top: 5px;*/
}


/* Sonderbreiten Bild-Definition */

div.editGroup[depth=d1] div.attribut[attr="images.file_name"],
div.editGroup[depth=d1] div.attribut[attr="images.message"],
div.editGroup[depth=d1] div.attribut[attr="images.abstract"],
div.editGroup[depth=d1] div.attribut[attr="images.description"],
div.editGroup[depth=d1] div.attribut[attr="images.keywords"],
div.editGroup[depth=d1] div.attribut[attr="images.id"] {            
	width: 100%;
}
div.attribut[attr="images.file_name"] a {
	cursor: default;
	color: #6d6d6d;
	text-decoration: none;
}
div.editGroup[depth=d1] div.attribut[attr="images.file_name"] div.input,
div.editGroup[depth=d1] div.attribut[attr="images.message"] div.input,
div.editGroup[depth=d1] div.attribut[attr="images.abstract"] div.input,
div.editGroup[depth=d1] div.attribut[attr="images.description"] div.input,
div.editGroup[depth=d1] div.attribut[attr="images.keywords"] div.input{
	width: 659px;
	/*padding-bottom: 5px;*/
	margin: 2px;
}
div.editGroup[depth=d1] div.attribut[attr="images.file_name"] div.input div{
	background-color: #eeeeee;
}
div.editGroup[depth=d1] div.attribut[attr="images.file_name"] div.nameLoc,
div.editGroup[depth=d1] div.attribut[attr="images.message"] div.nameLoc,
div.editGroup[depth=d1] div.attribut[attr="images.abstract"] div.nameLoc,
div.editGroup[depth=d1] div.attribut[attr="images.description"] div.nameLoc,
div.editGroup[depth=d1] div.attribut[attr="images.keywords"] div.nameLoc{ 
	width: 98px;
	/*padding-top: 5px;*/
}



/* 2-te Ebene Gruppen */

div.editGroup[depth=d2] { width: 780px; background-color: #DCDCDC; }
div.editGroup[depth=d2] div.attribut { width: 778px; }
div.editGroup[depth=d2] div.nameLoc { 	width: 130px; }


/* Darstellung von Mini-Previews */
/* Mini-Preview eines Termins in einem Feld mit einer Breite von min. 585 Pixeln */
div.miniPreview[active="active"] {
    border-left: 2px solid #EEEEEE;
}
div.refPreview[refObject=terms] div[attr] { height: 16px; vertical-align: top;display: inline-block;
}
div.refPreview[refObject=terms] div[attr=trip] { display: inline-block; width: 150px; overflow: hidden; margin-right: 5px; }
div.refPreview[refObject=terms] div[attr=code] { display: inline-block; width: 40px; overflow: hidden; margin-right: 5px; }
div.refPreview[refObject=terms] div[attr=days] { display: inline-block; width: 30px; text-align: right; }
div.refPreview[refObject=terms] div[attr=firstDay] { display: inline-block; width: 80px; text-align: right; }
div.refPreview[refObject=terms] div[attr=lastDay] { display: inline-block; width: 75px; text-align: right; margin-right: 5px; }
div.refPreview[refObject=terms] div[attr=price] { display: inline-block; width: 70px; text-align: left;  }
div.refPreview[refObject=terms] div[attr=price2] { display: inline-block; width: 70px; text-align: left; }
div.refPreview[refObject=terms] div[attr=price3] { display: inline-block; width: 70px; text-align: left; }
div.refPreview[refObject=terms] div[attr=price4] { display: inline-block; width: 70px; text-align: left; }
div.refPreview[refObject=terms] div[attr=price5] { display: inline-block; width: 70px; text-align: left; }
div.refPreview[refObject=terms] div[attr=price6] { display: none; }
div.refPreview[refObject=terms] div[attr=price7] { display: none; }
div.refPreview[refObject=terms] div[attr=price8] { display: none; }
div.refPreview[refObject=terms] div[attr=price9] { display: none; }
div.refPreview[refObject=terms] div[attr=price10] { display: none; }
div.refPreview[refObject=terms] div[attr=price11] { display: none; }
div.refPreview[refObject=terms] div[attr=price12] { display: none; }
div.refPreview[refObject=terms] div[attr=price13] { display: none; }
div.refPreview[refObject=terms] div[attr=price14] { display: none; }
div.refPreview[refObject=terms] div[attr=price15] { display: none; }
div.refPreview[refObject=terms] div[attr=status] { display: inline-block; width: 48px; text-align: left; overflow: hidden;}
/* Mini-Preview in einer Top-Angebotsliste */
div.refPreview[refObject=trips] div[attr=header], div.refPreview[refObject=trips] div[attr=note] { display: none; }

/* Mini-Preview in einer ArtikelListe */
div.refPreview[refObject=webpages] div[attr=designClass], div.refPreview[refObject=webpages] div[attr=plainHtml], div.refPreview[refObject=webpages] div[attr=textfield] { display: none; }

div.refPreview[refObject=webpages] div[attr=name], div.refPreview[refObject=webpages] div[attr=subtitle] { display: inline-block; width: 230px; overflow: hidden; margin-right: 5px; }

div.refPreview[refObject=webpages] div[attr=firstDay], div.refPreview[refObject=webpages] div[attr=lastDay] { display: inline-block; width: 100px; overflow: hidden; margin-right: 5px; }

/* Mini-Preview in eines Teasers */
div.refPreview[refObject=teaser] div[attr=textfield] { display: none; }
div.refPreview[refObject=teaser] div[attr=name], div.refPreview[refObject=teaser] div[attr=subtitle] { display: inline-block; width: 230px; overflow: hidden; margin-right: 5px; }

div.refPreview[refObject=teaser] div[attr=firstDay], div.refPreview[refObject=teaser] div[attr=lastDay], div.refPreview[refObject=teaser] div[attr=link] { display: inline-block; width: 100px; overflow: hidden; margin-right: 5px; }

/* Mini-Preview eines Zu/Abschlags mit einer Breite von min. 585 Pixeln */
div.refPreview[refObject=addValues] div[attr] { height: 16px; vertical-align: top; }
div.refPreview[refObject=addValues] div[attr=name] { display: inline-block; width: 230px; overflow: hidden; margin-right: 5px; }
div.refPreview[refObject=addValues] div[attr=subtitle] { display: inline-block; width: 100px; overflow: hidden; margin-right: 5px; }
div.refPreview[refObject=addValues] div[attr=priceOption] { display: inline-block; width: 50px; overflow: hidden; }
div.refPreview[refObject=addValues] div[attr=price] { display: inline-block; width: 70px; text-align: right; }
div.refPreview[refObject=addValues] div[attr=firstDay] { display: inline-block; width: 80px; text-align: right; }
div.refPreview[refObject=addValues] div[attr=lastDay] { display: inline-block; width: 80px; text-align: right; } 
/* Mini-Preview eines Bildes */
div.refPreview[refObject=images] div.miniPreview { padding: 5px; position: relative; display: inline-block; min-width: 46px;
	height: 62px;
	overflow: hidden;
} 
div.refPreview[refObject=images] div[attr=name] { position: absolute; bottom: 5px; overflow: hidden; display: block;
	font-size: 11px;
}
div.refPreview[refObject=images] div[attr=message] { display: none; }
/* Mini-Preview eines Zustiegsortes */
div.refPreview[refObject=tripDepartures] div[attr] { height: 16px; vertical-align: top; }
div.refPreview[refObject=tripDepartures] div[attr=name] { display: inline-block; width: 280px; overflow: hidden;  margin-right: 5px; }
div.refPreview[refObject=tripDepartures] div[attr=plz] { display: inline-block; width: 60px; overflow: hidden; margin-right: 5px; }
div.refPreview[refObject=tripDepartures] div[attr=price] { display: inline-block; width: 60px; text-align: right; margin-right: 5px; }
div.refPreview[refObject=tripDepartures] div[attr=dayTime] { display: inline-block; width: 60px; overflow: hidden; margin-right: 5px; }
div.refPreview[refObject=tripDepartures] div[attr=code] { display: inline-block; width: 100px; overflow: hidden; text-align: right; margin-right: 5px; } 
div.refPreview[refObject=tripDepartures] div[attr=journey] { display: inline-block; width: 40px; overflow: hidden; text-align: right; margin-right: 5px; } 
div.refPreview[refObject=tripDepartures] div[attr=transportation] { display: inline-block; width: 40px; overflow: hidden; text-align: right; margin-right: 5px; } 
div.refPreview[refObject=tripDepartures] div[attr=tripDeparturesList] { display: inline-block; width: 100px; overflow: hidden; text-align: right; margin-right: 5px; } 
/* Mini-Preview einer Kategorie */
div.refPreview[refObject=priceCategories] div[attr] { height: 16px; vertical-align: top; }
div.refPreview[refObject=priceCategories] div[attr=name] { display: inline-block; width: 350px; overflow: hidden;  margin-right: 5px; }
div.refPreview[refObject=priceCategories] div[attr=terms] { display: none; visibility: hidden; }
div.refPreview[refObject=priceCategories] div[attr=catText] { display: inline-block; width: 60px; margin-right: 5px; }
div.refPreview[refObject=priceCategories] div[attr=adults] { display: inline-block; width: 30px; margin-right: 5px; }
div.refPreview[refObject=priceCategories] div[attr=childs] { display: inline-block; width: 30px; margin-right: 5px; }
div.refPreview[refObject=priceCategories] div[attr=code] { display: inline-block; width: 100px; overflow: hidden; text-align: right; margin-right: 5px; } 
div.refPreview[refObject=priceCategories] div[attr=status] { display: inline-block; width: 90px; overflow: hidden; margin-right: 5px; }
div.refPreview[refObject=priceCategories] div[attr=deck] { display: inline-block; width: 30px; overflow: hidden; margin-right: 5px; } 
div.refPreview[refObject=priceCategories] div[attr=price] { display: inline-block; width: 50px; overflow: hidden; text-align: right; margin-right: 5px; } 


/* Auszublendende Feldueberschriften */
div[attr="trips.teaser"] div.nameLoc { display: none; }
div[attr="trips.intro"] div.nameLoc { display: none; }
div[attr~="trips.day"] div.nameLoc { visibility: hidden; } /* damit werden Ueberschriften und Texte erschlagen */
div[attr="trips.hotelText"] div.nameLoc { display: none; }
div[attr="trips.addText2"] div.nameLoc { display: block; }
div[attr="trips.advice"] div.nameLoc { display: none; }
div[attr="trips.value"] div.nameLoc { display: none; }
div[attr="trips.tripDeparturesList"] div.nameLoc { visibility: hidden; }
div[attr="trips.terms"] div.nameLoc { visibility: hidden; }
div[attr="trips.addValues"] div.nameLoc { visibility: hidden; }
div[attr="terms.tripDeparturesList"] div.nameLoc { visibility: hidden; }
div[attr="webpages.textfield"] div.nameLoc { display: none; }
div[attr="webpages.plainHtml"] div.nameLoc { display: none; }
div[attr="webpages.photos"] div.nameLoc { visibility: hidden; }
div[attr="topTermsList.termsList"] div.nameLoc { visibility: hidden; }
div[attr="galleries.photos"] div.nameLoc { visibility: hidden; }

/* Mini-Preview eines Termins in einem Feld mit einer Breite von min. 585 Pixeln */
div.refPreview[refObject=routePoints] div[attr] { height: 16px; vertical-align: top; display: inline-block; }
div.refPreview[refObject=routePoints] div[attr=arrivalDays] { display: inline-block; overflow: hidden; margin-right: 5px;
	width: 10px;
}
div.refPreview[refObject=routePoints] div[attr=name] { display: inline-block; width: 150px; overflow: hidden; margin-right: 5px; }
div.refPreview[refObject=routePoints] div[attr=firstDay] { display: inline-block; width: 60px; overflow: hidden; margin-right: 5px; }
div.refPreview[refObject=routePoints] div[attr=arrivalTime] { display: inline-block; width: 40px; overflow: hidden; margin-right: 5px; }
div.refPreview[refObject=routePoints] div[attr=departureTime] { display: inline-block; width: 40px; overflow: hidden; margin-right: 5px; }
div.refPreview[refObject=routePoints] div[attr=description] { display: inline-block; width: 265px; overflow: hidden; margin-right: 5px; }


/* Bohemia-Anpassungen */
/* Breiten von Eingabefenstern */
/*
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName1"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName2"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName3"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName4"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName5"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName6"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName7"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName8"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName9"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName10"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName11"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName12"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName13"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName14"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName15"]	{	width: 100%; }

div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName1"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName2"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName3"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName4"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName5"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName6"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName7"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName8"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName9"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName10"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName11"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName12"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName13"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName14"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzName15"] div.input{	width: 659px;	}
*/

div.editGroup[depth=d1] div.attribut[attr="btTermin.anreiseTage"] { 	width: 392px; min-height: 140px; }
div.editGroup[depth=d1] div.attribut[attr="btTermin.anreiseTage"] div.input {  	width: 260px;  	margin-left: 103px; }
div.editGroup[depth=d1] div.attribut[attr="btTermin.anreiseTage"] div.nameLoc {	width: 100px; }
div.editGroup[depth=d1][editgroup=std] {	position: relative; }
div.editGroup[depth=d1] div.attribut[attr="btTermin.kurztext"] { 	position: absolute; left: 399px; top: 220px; }
div.editGroup[depth=d1] div.attribut[attr="btTermin.verlaengerungstage"] { 	position: absolute; left: 594px; top: 190px; }

div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisMultiplikator"]	{	width: 100%; }

div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag1"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag2"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag3"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag4"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag5"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag6"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag7"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag8"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag9"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag10"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag11"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag12"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag13"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag14"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag15"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis1"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis2"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis3"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis4"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis5"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis6"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis7"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis8"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis9"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis10"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis11"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis12"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis13"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis14"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis15"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis1"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis2"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis3"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis4"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis5"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis6"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis7"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis8"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis9"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis10"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis11"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis12"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis13"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis14"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis15"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag1"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag2"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag3"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag4"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag5"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag6"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag7"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag8"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag9"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag10"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag11"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag12"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag13"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag14"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag15"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag1"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag2"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag3"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag4"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag5"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag6"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag7"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag8"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag9"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag10"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag11"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag12"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag13"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag14"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag15"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug1"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug2"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug3"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug4"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug5"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug6"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug7"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug8"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug9"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug10"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug11"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug12"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug13"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug14"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug15"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.tage"],
div.editGroup[depth=d1] div.attribut[attr="btTermin.verlaengerungstage"]
 {	width: 188px; }
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag1"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag2"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag3"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag4"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag5"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag6"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag7"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag8"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag9"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag10"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag11"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag12"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag13"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag14"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreisTag15"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis1"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis2"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis3"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis4"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis5"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis6"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis7"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis8"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis9"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis10"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis11"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis12"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis13"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis14"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.basisPreis15"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis1"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis2"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis3"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis4"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis5"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis6"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis7"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis8"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis9"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis10"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis11"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis12"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis13"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis14"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreis15"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag1"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag2"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag3"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag4"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag5"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag6"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag7"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag8"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag9"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag10"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag11"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag12"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag13"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag14"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzPreisTag15"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag1"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag2"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag3"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag4"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag5"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag6"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag7"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag8"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag9"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag10"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag11"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag12"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag13"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag14"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlag15"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug1"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug2"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug3"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug4"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug5"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug6"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug7"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug8"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug9"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug10"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug11"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug12"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug13"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug14"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.zusatzAufschlagBezug15"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.tage"] div.input,
div.editGroup[depth=d1] div.attribut[attr="btTermin.verlaengerungstage"] div.input
 {	width: 65px;	}

/* Darstellung von Mini-Previews */
/* Mini-Preview eines Termins in einem Feld mit einer Breite von min. 585 Pixeln */
div.refPreview[refObject=btOrt] div[attr] { height: 16px; vertical-align: top; }
div.refPreview[refObject=btOrt] div[attr=name] { display: inline-block; width: 150px; overflow: hidden; margin-right: 5px; }
div.refPreview[refObject=btOrt] div[attr=plz] { display: inline-block; width: 40px; overflow: hidden; margin-right: 5px; }

div.refPreview[refObject=btTermin] div[attr] { height: 16px; vertical-align: top; display: inline-block; }
div.refPreview[refObject=btTermin] div[attr=name] { visibility: collapse; width: 0px; max-width: 0px; overflow: hidden; }
div.refPreview[refObject=btTermin] div[attr=hotel] { display: inline-block; width: 150px; overflow: hidden; margin-right: 5px; }
div.refPreview[refObject=btTermin] div[attr=tage] { display: inline-block; width: 50px; overflow: hidden; margin-right: 5px; }
div.refPreview[refObject=btTermin] div[attr=startTag] { display: inline-block; width: 50px; overflow: hidden; margin-right: 5px; }
div.refPreview[refObject=btTermin] div[attr=code] { display: inline-block; width: 50px; overflow: hidden; margin-right: 5px; }
div.refPreview[refObject=btTermin] div[attr=basisName1] { display: inline-block; width: 150px; overflow: hidden; margin-right: 5px; }
div.refPreview[refObject=btTermin] div[attr=basisPreis1] { display: inline-block; width: 50px; overflow: hidden; margin-right: 5px; }


/* @end */

div.editGroup[depth=d1] div.attribut[attr="nwReise.leistungen"],
div.editGroup[depth=d1] div.attribut[attr="nwReise.neLeistungen"],
div.editGroup[depth=d1] div.attribut[attr="nwReise.keywords"],
div.editGroup[depth=d1] div.attribut[attr="nwReise.sonstiges"] {	width: 788px; }
div.editGroup[depth=d1] div.attribut[attr="nwReise.leistungen"] div.input,
div.editGroup[depth=d1] div.attribut[attr="nwReise.neLeistungen"] div.input,
div.editGroup[depth=d1] div.attribut[attr="nwReise.keywords"] div.input,
div.editGroup[depth=d1] div.attribut[attr="nwReise.sonstiges"] div.input {	width: 678px;	}


div.refPreview[refObject=nwKommentar] div[attr] { height: 16px; vertical-align: top; }
div.refPreview[refObject=nwKommentar] div[attr=name] { display: inline-block; width: 150px; overflow: hidden; margin-right: 5px; }
div.refPreview[refObject=nwKommentar] div[attr=image] { display: none; }
div.refPreview[refObject=nwKommentar] div[attr=kommentar] { display: inline-block; width: 400px; overflow: hidden; margin-right: 5px; }
