
/* corrected, max styles */
li {
	list-style-image: url(/img/design/ul_pfeil.gif);
}

img {
	border: 0px;
}

pre.screen {
	background-color: rgb( 255, 255, 192 );
	border-top: solid black 1px;
	border-bottom: solid black 1px;
}

p.black {
	color: #000000;
}

p.blue {
	color: #0000FF;
}

p.green {
	color: #009900;
}

p.red {
	color: #FF0000;
}

dt {
	font-weight: bold;
	margin-bottom: 10px;
}

dd {
	margin-bottom: 20px;
}

h2, .untertitel {
	font-weight: bold; font-size: 16px;
}

h3, .zwischentitel {
	font-weight: bold;
	font-size: 13px;
}

smallfont, smallfont {
	font-size: 6px;
	font-family: Arial, Helvetica, Verdana;
}

a:link {
	color: #f00;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: underline;
}

h1, .titel {
	font-weight: bold;
	font-size: 20px;
}

.Select, .Input {
	border: solid #666666 1px;
}

.Check, .Radio {
	border: solid 0px;
}

body, td {
	color: #333;
	font-size: 13px;
	font-family: Arial, Helvetica, Verdana;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

a.glossary {
	font-style: italic;
}

a.glossary:hover {
	color: rgb( 192, 0, 0 );
	background: transparent;
	text-decoration: none;
}

.MainNavi {
	color: white;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}

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

/* styles for the solnet forms */
table.form-option-table, table.form-table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px; }
td.checkbox {
	vertical-align: top; }
td.form-option-box {
	width: 40px;
	vertical-align: top; }
td.form-option-price {
	text-align: right;
	vertical-align: top;
	width: 80px; }
td.form-left, td.form-left-last {
	width: 180px; }
td.form-left, td.form-line, td.form-right,
td.form-left-last, td.form-line-last, td.form-right-last {
	padding: 5px;
	vertical-align: top; }
td.form-left-last, td.form-line-last, td.form-right-last {
	border-top: 2px solid rgb( 192, 192, 192 );
	background-color: rgb( 240, 240, 240 );
	color: black; }
td.form-left, td.form-line, td.form-left-last, td.form-line-last {
	border-right: 1px solid rgb( 192, 192, 192 ); }
.BigButton {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    background-color: #eebb00;
    padding: 10px;
    display: block;
    margin: 40px auto 40px auto;
} 

/* common tables */
td.header, td.rightheader {
	border-bottom: 2px solid rgb( 192, 192, 192 ); }
td.header, td.line, td.hline, td.lastline, td.formline, td.formlastline, td.footer {
	border-right: 1px solid rgb( 192, 192, 192 ); }
td.lefthline {
	border-right: 3px solid rgb( 192, 192, 192 ); }
td.hline, td.lefthline, td.righthline {
	font-weight: bold; }
td.line, td.rightline, td.hline, td.righthline, td.lefthline {
	border-bottom: 1px solid rgb( 192, 192, 192 ); }
td.formlastline, td.formlastrightline {
	border-top: 2px solid rgb( 192, 192, 192 ); }
td.header, td.rightheader, td.line, td.rightline, td.lastline,
td.rightlastline, td.lastrightline, td.formline, td.formrightline,
td.formlastline, td.formlastrightline, td.footer, td.rightfooter,
td.lefthline, td.hline, td.righthline {
	padding: 5px;
	vertical-align: top; }
td.formlastline, td.formlastrightline, td.footer, td.rightfooter, td.header, td.rightheader {
	background-color: rgb( 240, 240, 240 );
	color: black; }
td.formseperator {
	border-top: 1px solid rgb( 192, 192, 192 ); }
table.form {
	border-collapse: collapse;
	border-spacing: 0px; }

/* visual step display */
table.wizard {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed; }
td.wizard, td.wizardcurrent {
	border-top: 2px solid rgb( 192, 192, 192 );
	border-bottom: 2px solid rgb( 192, 192, 192 );
	padding: 5px; }
td.wizard {
	background-color: rgb( 240, 240, 240 );
	color: black; }
td.wizardcurrent {
	background-color: #c0d0f0;
	color: black; }


