body {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	background-color: #729BB1;
	margin: 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 1pt;
	margin: 0 0 6px 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 1pt;
	margin: 0 0 6px 0;
}

p {
	line-height: 18px;
	margin-bottom: 6px;
	padding-left: 3px;
}

p.textjustify {
	text-align: justify;
}

p.smallbold {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

p.smaller {
	font-size: 75%;
}

ul {
	list-style-position: outside;
	list-style-image: url(images/main/icon_arrow_small.gif);
	margin: 2px 0 2px 18px;
	padding: 0;
}

li {
	margin: 0 0 1px 0;
}

img.kalkulation {
	border: 1px solid #808080;
}

#pageheader {
	background: #B7CDDA url(images/main/calc_header.gif) 20px 0px no-repeat;
	border-bottom: solid 1px #6C6D71;
	overflow: hidden;
	width: 100%;
	height: 96px;
}

#pageheaderlinks {
	width: 973px;
	margin: 10px 20px;
	text-align: right;
	color: #0e7768;
	font-weight: bold;
	font-size: 12px;
}

a.alert,
#pageheaderlinks a {
	font-weight: bold;
	color: #0e7768;
	text-decoration: none;
}

#calc_main {
	width: 973px;
	margin: 0 20px 20px 20px;
}

#calc_returntostart,
#calc_returntostart p {
	float: left;
	text-align: left;
	top: 0;
	margin: 0;
	padding: 0;
}

#calc_returntostart a {
	text-decoration: none;
	color: #0e7768;
}

#calc_login,
#calc_login p {
	text-align: right;
	top: 0;
	margin: 0;
	padding: 0;
}

#calc_left {
	width: 450px;
	float: left;
	margin-top: 30px;
}

#calc_right {
	width: 450px;
	float: right;
	margin-top: 30px;
	text-align: left;
}

.oben {
	display: block;
	background: transparent url(images/main/rahmen_oben.gif) left top no-repeat;
	height: 6px;
	width: 450px;
	margin: 0;
}

.unten {
	display: block;
	width: 450px;
	background: transparent url(images/main/rahmen_unten.gif) left bottom no-repeat;
	margin-bottom: 20px;
}

.oben_small {
	display: block;
	background: transparent url(images/main/rahmen_oben_small.gif) left top no-repeat;
	height: 6px;
	width: 300px;
	margin: 0;
}

.unten_small {
	display: block;
	width: 300px;
	background: transparent url(images/main/rahmen_unten_small.gif) left bottom no-repeat;
	margin-bottom: 20px;
}

form div {
	position: relative;
	clear: both;
	margin-bottom: 1px;
}

form div.checked {
	background: #8eafc1;
}

fieldset {
	border: none;
	padding: 10px;
}

legend {
	margin-top: -16px;
	padding: 0 0 0 6px;
	background: #729BB1 url(images/main/rahmen_links.gif) left top no-repeat;
	color: #0e7768;
	font-weight: bold;
	font-size: 12px;
}

legend span {
	float: left;
	height: 15px;
	padding-right: 6px;
	background: transparent url(images/main/rahmen_rechts.gif) right top no-repeat;
}

label {
	padding-top: 2px;
	margin: 0 5px 0 5px;
}

label.small_info {
	font-size: 75%;
	color: #d0d0bf;
}

label.labelshort {
	width: 70px;
	float: left;
}

label.labelnormal {
	width: 120px;
	float: left;
}

label.labelsmall {
	width: 150px;
	float: left;
}

label.labelright {
	width: auto;
	float: left;
	margin: 0;
}

label.required {
	background: url(images/main/required.png) 145px 3px no-repeat;
}

label.labelnormal.required {
	background: url(images/main/required.png) 115px 3px no-repeat;
}

.vorschau_rechts {
	display: block;
	float: right;
	top: -5px;
	position: absolute;
	left: 208px;
	width: 221px;
	height: 230px;
	background: url(images/main/whitebox.gif) top right no-repeat;
	text-align: right;
	padding: 5px 20px 0 0;
	margin: 0;
}

.vorschau_links {
	height: 205px;
}

input,
select,
textarea {
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 12px;
	color: #000000;
	border: 1px solid #808080;
	border-right-color: #EEEEEF;
	border-bottom-color: #EEEEEF;
	background-color: #cccccc;
}

input.required,
select.required,
textarea.required {
	background-color: #ffffff;
	border: 1px solid #000000;
	border-right-color: #cecece;
	border-bottom-color: #cecece;
}

.input_invisible {
	background-color: #729BB1;
	border: none;
}

.input_integer {
	width: 75px;
	text-align: right;
	padding-right: 15px;
}

.input_mm {
	width:75px;
	background: #ffffff url(images/main/input_mm.gif) right center no-repeat;
	text-align: right;
	padding-right: 30px;
}

.input_wide {
	width: 400px;
}

.input_full {
	width: 260px;
}

.textarea_full {
	width: 260px;
	height: 50px;
}

.input_normal {
	width: 190px;
}

select.input_normal {
	width: 192px;
}

.input_tiny {
	height: 18px;
	width: 30px;
}

.input_quarter {
	width: 45px;
}

.input_threequarter {
	width: 143px;
}

.input_threequarterfull {
	width: 213px;
}

.input_half {
	width: 94px;
}

.input_halffull {
	width: 129px;
}

.frm_button {
	border: 1px solid #6C6D71;
	background: #cce5ff url(images/main/icon_arrow_blue.gif) 1px 1px no-repeat;
	padding: 0 2px 0 12px !important;
	margin-top: 3px;
	text-align: left;
	width: 193px;
}

.red_button {
	background: #ffcde2 url(images/main/icon_arrow_red.gif) 1px 1px no-repeat;
}

.green_button {
	background: #cdffcf url(images/main/icon_arrow_green.gif) 1px 1px no-repeat;
}

.error {
	background: url(images/main/icon_warning.png) top left no-repeat;
	color: #b22c13;
	font-weight: bold;
	padding-left: 20px;
}

.erfolg {
	background: url(images/main/icon_warning.png) top left no-repeat;
	color: #0e7768;
	font-weight: bold;
	padding-left: 20px;
}

.admin {
	color: #ffffff;
	margin: 5px 0 5px 0;
}

span.half {
	float: left;
	width: 50%;
}

.right {
	text-align: right;
}

table.warenkorb {
	border: none;
	width: 430px;
}

table.small {
	width: auto;
}

table.full {
	width: 100%;
}

table.warenkorb tr {
	margin: 0;
	padding: 0;
}

table.warenkorb tr.content:hover {
	background: #d0d0bf;
}

table.warenkorb th {
	overflow: hidden;
	text-indent: -999999px;
	height: 100px;
	margin: 0;
	padding: 0 2px;
	border: none;
	border-left: 1px solid #000000;
}

table.warenkorb th.admin {
	height: 170px;
}

table.warenkorb tr.flat th {
	text-indent: 0;
	height: auto;
}

table.warenkorb th.first,
table.warenkorb td.first {
	border-left: 1px solid transparent;
}

table.warenkorb th.auswahl {
	background: transparent url(images/main/wk_auswahl.gif) bottom center no-repeat;
}
table.warenkorb th.lfdnr {
	background: transparent url(images/main/wk_lfdnr.gif) bottom center no-repeat;
}
table.warenkorb th.posnr {
	background: transparent url(images/main/wk_posnr.gif) bottom center no-repeat;
}
table.warenkorb th.profilnr {
	background: transparent url(images/main/wk_profilnr.gif) bottom center no-repeat;
}
table.warenkorb th.slbreite {
	background: transparent url(images/main/wk_slbreite.gif) bottom center no-repeat;
}
table.warenkorb th.slhoehe {
	background: transparent url(images/main/wk_slhoehe.gif) bottom center no-repeat;
}
table.warenkorb th.profilbreite {
	background: transparent url(images/main/wk_profilbreite.gif) bottom center no-repeat;
}
table.warenkorb th.olsl {
	background: transparent url(images/main/wk_olsl.gif) bottom center no-repeat;
}
table.warenkorb th.brand {
	background: transparent url(images/main/wk_brand.gif) bottom center no-repeat;
}
table.warenkorb th.anzahl {
	background: transparent url(images/main/wk_anzahl.gif) bottom center no-repeat;
}
table.warenkorb th.epreis {
	background: transparent url(images/main/wk_epreis.gif) bottom center no-repeat;
}
table.warenkorb th.gpreis {
	background: transparent url(images/main/wk_gpreis.gif) bottom center no-repeat;
}
table.warenkorb th.zarge {
	background: transparent url(images/main/admin_zarge.gif) bottom center no-repeat;
}
table.warenkorb th.schatten {
	background: transparent url(images/main/admin_schatten.gif) bottom center no-repeat;
}
table.warenkorb th.schattenmit {
	background: transparent url(images/main/admin_schattenmit.gif) bottom center no-repeat;
}
table.warenkorb th.spiegel {
	background: transparent url(images/main/admin_spiegel.gif) bottom center no-repeat;
}
table.warenkorb th.verglasungeins {
	background: transparent url(images/main/admin_verglasung1.gif) bottom center no-repeat;
}
table.warenkorb th.verglasungzwei {
	background: transparent url(images/main/admin_verglasung2.gif) bottom center no-repeat;
}
table.warenkorb th.lzarge {
	background: transparent url(images/main/admin_lzarge.gif) bottom center no-repeat;
}

table.warenkorb td.linie {
	border: 1px solid #000000;
	border-bottom: none;
	margin: 0;
	padding: 0 !important;
	height: 1px;
}

table.warenkorb td {
	margin: 0;
	padding: 0 2px;
	border: none;
	border-left: 1px solid #000000;
	text-align: right;
	min-width: 15px;
	_width: 15px;
}

table.warenkorb th.left,
table.warenkorb td.left {
	padding: 1px;
	text-align: left;
}

table.warenkorb td.center {
	text-align: center;
}

table.warenkorb th.tiny,
table.warenkorb td.tiny {
	width: 32px;
	padding: 0;
}

table.warenkorb td.square {
	width: 18px;
	padding: 0;
}

table.warenkorb td.status {
	text-indent: -999999px;
	text-align: left;
	border: 1px solid #6C6D71;
}

span.square {
	display: inline;
	width: 12px !important;
	height: 12px !important;
	padding: 0;
	margin-right: 3px;
	text-indent: -999999px;
	text-align: left;
	border: 1px solid #6C6D71;
}

div.trenner {
	width: 100%;
	background-color: #d0d0bf;
	height: 1px;
	margin: 10px 0 10px 0;
}

div.grey {
	color: #d0d0bf;
}

div.clear {
	float: none;
	clear: both;
}

.topmargin {
	padding-top: 6px;
}

td {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

a.infolink {
  color: #000000;
  text-decoration: blink;
  height: 10px;
  border-bottom: 1px dashed #387188;
}


.grp_header2 { font-family: Arial, Verdana, Sans-Serif; color: #000000; font-size: 13px; font-weight: bold; padding-top: 5px; padding-bottom: 10px;}
.grp_table { width: 450px; margin-top: 10px; background-color: #729BB1; }

.calc_table {
  margin-left: 7px;
}

.calc_table_td1 {
  width: 240px;
}
.calc_table_td2 {
  width: 100px;
  text-align: right;
}

.area_selected {
  background-image: url(images/main/area_background_selected.gif);
  background-repeat: no-repeat;
  width: 138px;
  height: 21px;
  padding-left: 8px;
  padding-top: 3px;
  margin-top: 5px;
  margin-bottom: 30px;
}

.area_not_selected {
  background-image: url(images/main/area_background.gif);
  background-repeat: no-repeat;
  width: 138px;
  height: 21px;
  padding-left: 8px;
  padding-top: 3px;
  margin-top: 5px;
  margin-bottom: 30px;
}

.small_info {
  font-size: 75%;
  color: #656669;
}

#result_header {
    background-color: #FFFFFF;
    border-top: solid 1px #6C6D71;
    border-bottom: solid 1px #6C6D71;
    color: #0F576B;
    font-size: 12px;
    margin-bottom: 20px;
    height: 20px;
    vertical-align: middle;
}

#result_subheader
{
    padding-left: 50px;
    border-top: solid 1px #6C6D71;
    border-bottom: solid 1px #6C6D71;
    font-size: 12px;
    color: #F4F4F4;
    margin-bottom: 10px;
    height: 20px;
    vertical-align: middle;
}

.warning{
  margin-top: 10px;
  color: #b22c13;
  font-weight: bold;
  display: none;
}


#result_main
{
    padding-left: 50px;
    font-size: 12px;
}

#calc_head {

}

#calc_bottom
{
    margin-top: 10px;
}

#valuetable {
    border-style: none;
    border-color: #6391A9;
}


#valuetable td {


border-style: none;
border-color: #6391A9;

}


.print_body{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
}

.print_calc_table {
  margin-left: 0px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.print_calc_table_td1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  width: 320px;
}

.print_calc_table_td2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  width: 40px;
  text-align: left;
}

.print_calc_table_td3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  width: 60px;
  text-align: right;
}

.print_header {
  font-size: 18px;
  color: #446F91;
  font-weight: bold;
}

.print_subheader {
  font-weight: bold;
}

.agb {
	font-size: 11px;
	margin-left: 20px;
}

.agb input {
	margin-left: -20px;
	width: 18px !important;
}
