fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.menu {
	width: 65%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: 65px;
	margin-bottom: 10px;
}

fieldset.errorBox {
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
	visibility: collapse;
	border: 1px solid #bb9060;
	background-color: #f0ccbb;
}

fieldset.errorBox > legend {
	font-weight: bold;
}


div.status {
	position: relative;
	margin-left: 10px;
	margin-bottom: 20px;
	height: 24px;
}

div.status > div {
	line-height: 22px;
	text-align: center;
	position: absolute;
	width: 130px;
	height: 22px;
}

div.status > div.arr1Act {
	background: url(/images/grafik_elemente/progress_arrow1_yellow.png);
}

div.status > div.arr2Act {
	background: url(/images/grafik_elemente/progress_arrow2_yellow.png);
}

div.status > div.arr3Act {
	background: url(/images/grafik_elemente/progress_arrow3_yellow.png);
}

div.status > div.arr1Done {
	background: url(/images/grafik_elemente/progress_arrow1_green.png);
}

div.status > div.arr2Done {
	background: url(/images/grafik_elemente/progress_arrow2_green.png);
}

div.status > div.arr3Done {
	background: url(/images/grafik_elemente/progress_arrow3_green.png);
}

div.status > div.arr1Undone {
	background: url(/images/grafik_elemente/progress_arrow1_gray.png);
	color: #aaaaaa;
}

div.status > div.arr2Undone {
	background: url(/images/grafik_elemente/progress_arrow2_gray.png);
	color: #aaaaaa;
}

div.status > div.arr3Undone {
	background: url(/images/grafik_elemente/progress_arrow3_gray.png);
	color: #aaaaaa;
}

ul.status {
	list-style-type: none;
	text-align: center;
	margin-bottom: 25px;
}

ul.status > li {
	display: inline;
	padding: 0 20px 0 20px;
	margin: 0 10px 0 10px;
}

ul.status > li.act {
	border-bottom: 4px solid yellow;
}

ul.status > li.done {
	border-bottom: 4px solid green;
}

ul.status > li.undone {
	border-bottom: 4px solid red;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity:0.2;
}

ul.status * a {
	text-decoration: none;
}


fieldset.item {
	border: 1px solid #e0ddbb;
	background-color: #faf5e5;
	padding: 10px;
}

fieldset.item > legend {
	font-weight: bold;
}


ul.assigned {
	list-style-image: url(/images/minus3.png);
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	line-height: 1.2em;
}

ul.assigned > li:hover {
	cursor: pointer;
}

ul.unassigned {
	list-style-image: url(/images/plus3.png);
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	line-height: 1.2em;
}

ul.unassigned > li:hover {
	cursor: pointer;
}


ul.tooltip {
	list-style-type: square;
	margin: 3px 3px 3px 15px;
	line-height: 18px;
}

ul.tooltip * a {
	font-size: 8pt;
}

ul.tooltip > li:hover {
	cursor: pointer;
}


ul.cform {
	list-style-type: none;
	line-height: 2em;
	text-align: right;
	margin: 5px 40% 5px 5px;
}

ul.cform * input {
	border: 1px solid gray;
	background-color: #f9f9f9;
	width: 200px;
}

#cformContact li {
	display: none;
	visibility: collapse;
}

#cformBank li {
	display: none;
	visibility: collapse;
}


table.cart {
	clear: none;
	width: 100%;
	margin: 0 0 10px 0;
	border-collapse: collapse;
}

table.cart > caption {
	text-align: left;
	padding: 0 0 5px 10px;
	font-weight: bold;
	font-size: 1.2em;
}

table.cart * td {
	border: 1px solid #e0ddbb;
	padding: 5px;
	border-left: 0;
	border-right: 0;
}

div.cart {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 10px 2px;
}

tr.even {
	background-color: #faf5e5;
}

tr.odd {
	background-color: #f2eddd;
}

tr.sum > td {
	border-top: 2px solid #e0ddbb;
	border-bottom: 0;
}

li.orderTarif {}

li.orderDomain {}

li.orderFeature {}

fieldset.cartSetup {
	border: 1px solid #e0ddbb;
	background-color: #faf5e5;
}

fieldset.cartSetup > legend {
	font-weight: bold;
}


fieldset.cform {
	border: 1px solid #e0ddbb;
	background-color: #faf5e5;
}

fieldset.cform > legend {
	font-weight: bold;
}

legend.toggle:hover {
	cursor: pointer;
}


fieldset.cntrl {
	border: 1px solid #e0ddbb;
	background-color: #faf5e5;
	padding: 10px;
}

fieldset.cntrl > legend {
	font-weight: bold;
}

fieldset.cntrl > table {
	border: 0;
	margin: 5px;
	margin-bottom: 10px;
}

fieldset.cntrl * caption {
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
}

fieldset.cntrl * td {
	width: 125px;
	white-space: pre;
	padding: 2px;
}

span.tarif {
	font-size: 1.1em;
	margin-left: 5px;
}

ul.features {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 0 0 0 0;
	line-height: 1.2em;
}

input[type=text].textbox_s {
	padding-left: 2px;
	border: 1px solid #606060;
	background-color: #f8f8f8;
	width: 75px;
}

input[type=text].textbox_m {
	padding-left: 2px;
	border: 1px solid #606060;
	background-color: #f8f8f8;
	width: 150px;
}

input[type=text].textbox_l {
	padding-left: 2px;
	border: 1px solid #606060;
	background-color: #f8f8f8;
	width: 300px;
}

td.clicktab {
	background-color: #f8f2df !important;
	/*#f9c3b3 !important;*/
}

td.clicktab2 {
	background-color: #e6ddbd !important;
	/*background-color: #f9c3b3 !important;*/
}

td.syntaxError {
	background-color: #f9c3b3 !important;
}

div.txtBold {
	font-weight: bold;
}

div.txtNormal {
	font-weight: normal;
}

.button_order {
	font-weight: bold;
}

input[type=submit].submitButton, input[type=button].submitButton {
    background-color: #a0b0ee;
	border-style: outset
	border-width: 2px;
	border-color: silver gray gray silver;
}

input[type=submit].submitButton:hover, input[type=button].submitButton:hover {
    background-color: #c0d0ff;
}

input[type=submit].submitButton:active, input[type=button].submitButton:active {
	border-color: gray silver silver gray;
}

/*
.tooltip {
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid black;
	background-color: #f1f1f1;
	color: #000000;
	text-align: center;
	padding: 15px;
	height: 80px;
	width: 200px;

	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
*/

