table#resultAttributes tr.topheader th {
	vertical-align: top;
	font-size: 120%;
}

table#resultAttributes tr.bottomheader th {
	vertical-align: top;
	font-size: 80%;
}

/* Allgemeine Formatierungen =======================================*/
h1 { /*ConfigWorks Interactive Advisor - Main Header*/
	margin: 0px;
	text-indent: 10px;
	line-height: 50px;
	color: white;
	font-size: 16px;
	font-weight: bold;
}

h2 { /*Menu Header*/
	color: black;
	font-size: 13px;
	margin: 0px;
	margin-top: 5px;
	margin-left: 5px;
}

h3 { /*Question Header*/
	color: #aa0000;
	font-size: 135%;
	border-bottom: 1px solid #ccc;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

table.h3 {
	color: #aa0000;
	font-size: 135%;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 7px;
	width: 100%;
}

h4 { /*Progress Header*/
	margin-left: 15px;
	color: black;
	font-size: 13px;
	font-weight: normal;
}

h5 { /*Result Header + */
	margin: 10px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

p {
	margin: 0px;
	margin-left: 5px;
	font-size: 115%;
	padding-left: 30px;
}

a:visited {
	color: #4d4d4d;
}

a:link {
	color: #4d4d4d;
}

.bold {
	font-weight: bold;
}

.rightAlign {
	text-align: right;
}

body {
	font-family: arial, "Lucida Grande", verdana, sans-serif;
	line-height: 1.4em; /*S1*/
	font-size: 10pt;
}

hr {
	height: 1px;
	border: none;
	color: #cccccc;
}

/*Hauptdiv ===================== */
div#center {
	position: absolute;
	left: 1%;
	right: 1%;
	top: 1%;
	bottom: 1%;
	height: 98%;
	width: 98%;
	text-align: left;
}

* html div#center {
	height: 730px;
}

/*Banner ===========================*/
div#top { /*background-image: url(images/SoftNet_Logo_site.png );
    background-repeat: no-repeat;
    height: 50px;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;  */
	
}

/* Navigation ====================================== */
div#left {
	position: absolute;
	float: left;
	top: 0;
	width: 20%;
	height: 460px;
	padding: 0px;
	background-color: #F6FAFD;
	border-right: 0px solid #6699cc;
	border-bottom: 0px solid #6699cc;
	overflow: auto;
}

div#bottomleft {
	background-color: #F6FAFD;
	border-bottom: 0 solid #6699CC;
	border-right: 0 solid #6699CC;
	bottom: 0;
	float: left;
	height: 150px;
	padding: 0;
	position: absolute;
	width: 20%;
	overflow: hidden
}

#PRERESULT_TOP ul {
	padding-left: 20px;
}

.dottedBorder {
	border: 1px dashed #ccc;
}

div#persons {
	height: 112px;
	background-image: url( images/2persons.gif );
	background-repeat: no-repeat;
}

div#bottom {
	position: absolute;
	/*left: 0px;*/
	/*bottom: 0px;*/ /*top: 610px;*/
	top: 560px;
	height: 50px;
	width: 80%;
	right: 0px;
	z-index: 1;
}
/*
div#resultbottom {
	position: relative;
	left: 0px;
	height: 50px;
	width: 100%;
	z-index: 1;
}
*/
div#resultbottom {
	position: absolute;
	left: 0px;
	/*bottom: 0px;*/ /*top: 610px;*/
	top: 560px;
	height: 50px;
	width: 100%;
	z-index: 1;
}

div#bottom a,div#resultbottom a {
	margin: 0 0 0 .15em;
	font-family: arial, "Lucida Grande", verdana, sans-serif;
	line-height: 1.6em; /*S1*/
}

#startButton {
	margin-top: 400px;
	z-index: 40;
}

div#bottom table,div#resultbottom table {
	float: right;
	width: 70%;
}

/*

div#bottom td {
    width: 20%;
    height: 40px;
}
*/
div#prodcompbottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url( images/banner-bottom.jpg );
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
}

div#prodcompbottom a {
	color: white;
	font-family: Trebuchet MS;
	font-size: 14px;
}

div#hints {
	border: 1px dashed #777777;
}

/* Inhaltsdiv in der Mitte =================================================== */
div#middle {
	font-size: 10px;
	position: absolute;
	/*left: 190px;*/
	top: 0;
	height: 470px;
	/*bottom: 50px;*/ /*height: 575px;*/ /*width:760px;*/
	width: 80%;
	right: 1px;
	overflow: auto;
	/*background-image:url("images/gradient_yellow.gif");
		background-repeat:repeat-x;*/
}

* html div#middle {
	overflow-x: hidden;
}

table#resultAttributes {
	text-align: center;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 95%;
	padding-left: 30px;
	border-collapse: collapse;
}

table#resultAttributes td {
	border-top: 1px solid #ccc;
}

table#resultAttributes td.left {
	border-left: 1px solid #ccc;
	line-height: 1.55em;
	text-align: left;
}

table#resultAttributes th.left {
	border-left: 1px solid #ccc;
}

table#resultAttributes table.buttons,.buttons {
	/* Buttons Vorw?rts, Zur?ck, etc */
	margin: auto;
	width: 300px;
}

td.resultAttributesHeaderEnd {
	border-top: 1px solid #6699cc;
	padding: 3px;
	width: 50%;
	text-align: center;
}

td.resultAttributesValueEnd {
	padding: 3px;
	width: 50%;
	text-align: center;
}

/*Welcome Seite*/
div#welcome { /*background-image:url("images/gradient_yellow.gif");
		background-repeat:repeat-x;*/
	
}

div#result {
	text-align: left;
	position: absolute;
	top: 0;
	bottom: 50px;
	width: 100%;
	overflow: auto;
	z-index: 0;
}

div#result h4 {
	padding-left: 10px;
	font-size: 120%;
	font-weight: bold;
}

div#result div#moreInformation {
	text-align: right;
	padding-right: 10px;
}

div#result div#productSummary,div#result {
	
}

#resultPage h3 {
	font: normal normal normal 1.4em/ normal sans-serif;
	margin-left: 0px !important;
	padding-left: 0px;
	border-bottom: none;
}

#resultPage .content-separator {
	background: rgb(238, 238, 238);
	clear: both;
	color: rgb(255, 255, 238);
	display: block;
	font-size: 0px;
	height: 1px;
	line-height: 0;
	margin: 12px 0px 24px;
}

#singleRecommendation {
	padding-left: 25px;
	padding-right: 10px;
}

#resultPage ul {
margin-left:-25px;
}

#singleRecommendation h4 {
	margin-left: 0px;
	padding-left: 0px !important;
}

#resultPage ul li {
	list-style-image: url(images/arrow-grey.gif);
	list-style-position: inside;
	margin: 2px 0px 0px 0px;
}
#resultPage #Recommendations
{
	padding-left: 0px;
	padding-right: 10px;
}
div#moreInformation {
	margin-right: 10px;
}

div#welcome table.text th, div.LOADINGIMAGEDIVSTYLE table.text th {
	width: 80%;
	margin: 20px auto;
	color: #aa0000;
	font-size: 210%;
	padding: 5px 10px;
	text-align: center;
}

div#welcome table.text p, div.LOADINGIMAGEDIVSTYLE table.text p {
	width: 80%;
	margin: 20px auto;
	color: black;
	font-size: 150%;
	padding: 5px 10px;
	text-align: center;
}

/* =====================================================================*/
	/*F?r Help, Feedback und Impressum*/
div#pageContent,div#welcome, div.LOADINGIMAGEDIVSTYLE{
	position: absolute;
	top: 0;
	bottom: 50px;
	width: 100%;
	text-align: center; /* Zentrierung fuer Tabelle im Internet Explorer */
	overflow: auto;
	z-index: 0;
}

div#NoRecommendation h4
{
    margin-left: 0px;
    font-size: 120%;
    font-weight: bold;
}

div#pageContent table.text {
	width: 90%;
	margin: 20px auto;
}

div#pageContent table.text td,div#welcome table.text td {
	text-align: center; /* Zentrierung im Internet Explorer */
}

div#pageContent table.text div,div#welcome table.text div {
	margin: auto; /* Zentrierung  */
}

div#pageContent table.text th,div#welcome th {
	font-size: 16px;
	font-weight: bold;
}

div#pageContent table.text p,div#welcome p {
	margin: 5px 15px;
	text-align: left;
}

div#pageContent ul {
	margin-left: 30px;
	text-align: left;
}

div#pageContentp a { /
	text-decoration: underline; */
	cursor: pointer;
}

div#pageContent table.buttons,.buttons {
	/* Buttons Vorw?rts, Zur?ck, etc */
	margin: auto;
	width: 300px;
}

/*Result Explanation Tabelle =================*/
div#pageContent table.resultExplanation table {
	margin: 0px auto;
	border-spacing: 7px;
}

div#pageContent table.resultExplanation table  td {
	border: 1px solid #6699cc;
	background-color: white;
}

/*Product Details, Endtips==============================*/
div#productDetails {
	width: 99%;
	text-align: center;
}

div#productDetails table {
	margin: 20px auto;
	width: 90%;
	border-spacing: 3px;
}

div#productDetails table.text th {
	border: 1px solid #6699cc;
	background-color: white;
}

div#productDetails table.text td {
	background-color: white;
	border: 1px solid #6699cc;
}

div#nutzwerte table table td {
	background-color: white;
	border: 1px solid #6699cc;
	/* Bug, da Tabelle automatisch erzeugt wird muss Div angelegt werden um ?ber CSS zu formatieren */
}

/* RAting ========================= */
div.rating {
	position: absolute;
	height: 78%;
	width: 100%;
	overflow: auto;
	text-align: center; /*Zentrierung Tabelle IE */
}

table.rating {
	margin: 20px auto 0px;
	border-spacing: 10px;
}

* html table.rating { /*Korrektur f?r IE*/
	
}

table.rating p {
	text-align: left;
	padding-left: 25px;
}

/* Zun?chst versteckte Tooltips ============================== */
.tooltip {
	cursor: help;
	font: 10pt Trebuchet MS, arial, sans-serif;
	position: absolute;
	width: 150px;
	border: 1px solid #ea8811;
	padding: 10px;
	background-color: #fff;
	color: #000;
	visibility: hidden;
	z-index: 100;
}

* html .tooltip { /*Korrektur f?r IE*/
	
}

.hiddenbutton {
	background-image: url( images/button.gif );
	background-repeat: no-repeat;
	width: 118px;
	height: 24px;
	color: #4d4d4d;
	text-align: center;
	visibility: hidden;
}

/* Vorw?rts R?ckw?rtsbuttons */
a.winbutton {
	background-image: url( images/button.gif );
	background-repeat: no-repeat;
	width: 118px;
	height: 24px;
	color: #4d4d4d;
	text-align: center;
	text-decoration: none;
	display: block;
	/*display: -moz-stack;*/
}

.winbutton {
	background-image: url( images/button.gif );
	background-repeat: no-repeat;
	width: 118px;
	height: 24px;
	color: #4d4d4d;
	text-align: center;
}

.winbuttonlong {
	background-image: url( images/longbutton.gif );
	background-repeat: no-repeat;
	width: 180px;
	height: 24px;
	color: #4d4d4d;
	padding-top: 4px;
	text-align: center;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
}

.winlink {
	width: 115px;
}

.winbutton a {
	text-decoration: none;
	color: #4d4d4d;
}

.winbuttonlong a {
	text-decoration: none;
	color: #4d4d4d;
}

.winbutton a:visited {
	text-decoration: none;
	color: #4d4d4d;
}

/*Product Comparison Adaptionen, Rest wurde aus alten cwa.css genommen*/
div#pageContent table.productComparison {
	margin: 20px auto;
	text-align: left;
}

div#pageContent table.productComparison td {
	font-size: 11px;
}

/* =================================================== ENDE ===============================================*/
	/* =========================================================================================================*/
	/* F?r Result Comparison eingebunden ======================================================================*/
	/*============================================ cwa.css ====================================================*/
	/* gek?rzt */ /*
CW Adivsor Stylesheet
Filename: cwa.css
Last Modified: 22.03.2005
Purpose: Defines Settings for CW-Templates
*/ /* QUESTION + ANSWER SETTINGS */
.TABLEDIVSTYLE {
	position: absolute;
	left: 230px;
	top: 90px;
	visibility: visible;
	height: 360px;
	width: 520px;
	overflow: auto;
}

TABLE.QUESTIONTABLE {
	WIDTH: 600px;
}

.QUESTION {
	padding: 00px;
	font-size: 12px;
	font-weight: bold;
}

/* Rand f?r die Frage */
.QUESTION-BORDER {
	height: 2px;
	background-color: #4269AD;
}

TABLE.ANSWERTABLE {
	FONT-FAMILY: Trebuchet MS;
	FONT-SIZE: 12px;
	WIDTH: 600px;
	border-collapse: collapse;
}

.ANSWER {
	TEXT-ALIGN: left;
	PADDING-LEFT: 10px;
	PADDING-TOP: 0px;
	font-size: 135%;
}

/* Rand f?r die Antworten */
.THIN-BORDER {
	height: 1px; /* background-color:#000080;*/
	background-color: #d6def3;
}

/* Option - Einr?cken */
.OPTION {
	padding-left: 20px;
	width: 8%;
}

/* Die Hinweise auf den Seiten */
.PAGEHINTS {
	font-size: 10px;
	font-style: italic;
	text-align: left;
	font-weight: bold;
}

/* HEADER SETTINGS */
DIV.HEADERPOSITION {
	position: absolute;
	visibility: visible;
	left: 5px;
	top: 5px;
	width: 725px;
	height: 25px;
}

/* RESULT SETTINGS */
DIV.RESULTPOSITION {
	position: absolute;
	visibility: visible;
	left: 230px;
	top: 90px;
	height: 375px;
	width: 500px;
	overflow: auto;
}

.RESULT {
	WIDTH: 470px;
}

/* FULL TABLE SETTINGS */
DIV.FULLTABLEDIVSTYLE {
	position: absolute;
	visibility: visible;
	left: 30px;
	top: 60px;
	overflow: auto;
	height: 100%;
	width: 100%;
}

TABLE.FULLTABLE {
	FONT-FAMILY: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans;
	FONT-SIZE: 12px;
	WIDTH: 650px;
}

/* PHASE SETTINGS */ /* Location der Phasen, umfassendes div */
.PHASEDIVSTYLE {
	position: absolute;
	left: 230px;
	top: 50px;
	width: 500px;
	visibility: visible;
}

/* MENU SETTINGS */
	/* Funktionsmenu (Hinweise, Schnellsuche, Funktionen)*/
.MENUPOSITION {
	position: absolute;
	top: 90px;
	left: 30px;
}

/* Rand f?r Tabelle */
.BORDEREDTABLE {
	border: 0px solid #000080;
}

.BORDEREDTABLE TD {
	width: 150px;
	padding-left: 5px;
}

/* Titelzelle f?r Funktionsmenu */
.MENUHEADER TD {
	background-color: #4269ad;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: white;
	height: 20px;
}

.HEADER TD {
	color: black;
	font-size: 16px;
	font-weight: bold; /*padding:8px;*/
	height: 30px;
	width: 400px;
}

/* IMAGE SETTINGS */ /* Images have no borders */
IMG {
	border: 0px;
	border-color: #ccc;
}

DIV.IMAGEPOSITION {
	position: absolute;
	visibility: visible;
	left: 560px;
	top: 100px;
	height: 220px;
	width: 220px;
	overflow: auto;
	margin-top: 10px;
}

/* DIFFERENT POSITION SETTINGS */
	/* Navigationsposition (Weiter-, Zur?ckbuttons)*/
DIV.NAVIGATIONPOSITION {
	position: absolute;
	visibility: visible;
	left: 315px;
	top: 650px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}

DIV.NAVIGATIONPOSITION a,DIV.NAVIGATIONPOSITION a:visited,DIV.NAVIGATIONPOSITION a:hover
	{
	font-family: Trebuchet MS;
	font-size: 14px;
	text-decoration: none;
}

.NAVIGATIONTABLE {
	margin-left: 160px;
	border-spacing: 20px
}

.LOGOPOSITION {
	height: 30px;
	width: 100%;
}

/* Footerposition (Impressum, Feedback, Schliessen) */
.FOOTERPOSITION {
	height: 30px;
	width: 100%;
}

/* Ein spezieller Link zum Erzwingen auf der Erkl?rungsseite ("ist mir aber wichtig!")*/
.REDLINK {
	color: #f04a00;
	font-size: 11px;
}

/* BUTTON SETTINGS */
.SLIDERTEXT {
	font-size: 10px;
	FONT-FAMILY: Tahoma;
}

/* Small navigation buttons */
.NAVIGATION {
	position: absolute;
	left: 190px;
	bottom: 0px;
	height: 50px;
	width: 100%;
	/*
	top: 620px;
	left: 190px;
	width: 760px;
	*/
}

/* Buttons */
.WIDEBUTTON A {
	border-bottom: #e5e5e5 outset 1px;
	border-right: #e5e5e5 solid 1px;
	border-left: #e5e5e5 solid 1px;
	border-top: #e5e5e5 solid 1px;
	background-color: #4269ad;
	text-decoration: none;
	width: 120px;
	display: block;
	text-align: center;
	color: white;
	font-weight: bold;
	padding: 1px;
	padding-left: 3px;
	padding-top: 4pt;
	padding-bottom: 4pt;
}

.WIDEBUTTON A:hover {
	color: #a13c32;
}

/* Small Buttons */
.SMALLBUTTON A {
	border-bottom: #e5e5e5 outset 1px;
	border-right: #e5e5e5 solid 1px;
	border-left: #e5e5e5 solid 1px;
	border-top: #e5e5e5 solid 1px;
	background-color: #4269ad;
	text-decoration: none;
	width: 100px;
	display: block;
	text-align: center;
	color: white;
	padding: 1px;
	padding-left: 3px;
	padding-top: 0pt;
	padding-bottom: 0pt;
	font-size: 10px;
}

.SMALLBUTTON A:hover {
	color: red;
}

/* Nicht angezeigter Zur?ck-Button auf erster Seite */
.HIDDENBUTTON {
	width: 120px;
}

/* Button "Gleich zum Ergebnis!" */
.RBUTTON A {
	border-bottom: #e5e5e5 outset 1px;
	border-right: #e5e5e5 solid 1px;
	border-left: #e5e5e5 solid 1px;
	border-top: #e5e5e5 solid 1px; /*	background-color:#d6def3; */
	text-decoration: none;
	width: 140px;
	display: block;
	text-align: center;
	color: #000080;
	font-weight: bold;
	padding: 1px;
	padding-left: 3px;
	padding-top: 4pt;
	padding-bottom: 4pt;
}

.RBUTTON A:hover {
	color: red;
}

/* Dunkel unterlegte Headertext der Resultate */
td.ResultHead {
	border-style: solid;
	border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(214, 222, 243);
	border-width: 0px 0px 1px;
	padding: 0px;
	background: #4269ad no-repeat scroll left top;
	height: 1px;
}

td.ResultHead span {
	border: 0px solid rgb(0, 0, 0);
	margin: 0px;
	padding: 1px 5px 1px 10px;
	width: 100%;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: rgb(255, 255, 255);
	display: block;
}

/* Dunkelblau unterlegtes td im Resultattributes und Buttons */
td.ResultContent {
	padding: 5px;
	background-color: rgb(244, 247, 253);
	font-family: Verdana;
	font-size: 8pt;
	vertical-align: top;
}

/* Normaler Text auf Ergebnisseite */
.resulttext {
	font: 11px Verdana;
	color: #4269AD;
	text-decoration: none
}

/* ?berschrift auf Ergebnisseite */
.resulttitle {
	font: 12px Verdana;
	color: #4269AD;
	text-decoration: none
}

/* Umrandung bei Ergebnissen und Hinweisen */
table.resultbox {
	border-width: 0px;
	border-collapse: collapse;
	background-color: rgb(255, 255, 255);
	margin-bottom: 5px;
}

table.resultbox img {
	border-width: 0px;
}

table.resultbox td {
	padding: 0px;
}

table.resultbox tr {
	vertical-align: top;
}

table.resultbox td.northwest {
	background: transparent url( images/northwest.gif ) no-repeat scroll
		left top;
	width: 4px;
	height: 4px;
}

table.resultbox td.northeast {
	background: transparent url( images/northeast.gif ) no-repeat scroll
		right top;
	width: 4px;
	height: 4px;
}

table.resultbox td.southwest {
	background: transparent url( images/southwest.gif ) no-repeat scroll
		left bottom;
	width: 4px;
	height: 4px;
}

table.resultbox td.southeast {
	background: transparent url( images/southeast.gif ) no-repeat scroll
		right bottom;
	width: 4px;
	height: 4px;
}

table.resultbox td.verlineleft {
	background: transparent url( images/verline.gif ) repeat-y scroll left
		top;
	width: 1px;
}

table.resultbox td.verlineright {
	background: transparent url( images/verline.gif ) repeat-y scroll right
		top;
	width: 1px;
}

table.resultbox td.horlinetop {
	background: transparent url( images/horline.gif ) repeat-x scroll left
		top;
	height: 1px;
	width: 99%;
}

table.resultbox td.horlinebottom {
	background: transparent url( images/horline.gif ) repeat-x scroll left
		bottom;
	height: 1px;
	width: 99%;
}

table.resultbox td.content {
	padding: 5px;
}

table.resultbox img.tr {
	width: 4px;
	height: 4px;
}

div#middle table#slider2table_k_exp_preis {
	background-color: rgb(246, 246, 246);
}

div#middle td.slider2background {
	background-image: url(images/sliderbg1.gif);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: left;
}

div#middle div.slider2bar {
	background-image: url(images/slider.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 26px;
	margin-top: 7px;
	margin-left: 0px;
	cursor: move;
}

div#middle td.slider2text {
	text-align: center;
}

#slider2rowanswers_q_accuracy {
	visibility: hidden;
}

table.slider2table {
	width: 479px;
	margin-left: 50px;
}

/* Hintergrundfarben f?r Tabelle auf Expertenseite */
.bg_historie {
	font-family: Trebuchet MS, arial, helvetica, verdana, geneva;
	border-bottom: 1px dashed black;
	padding-left: 20px;
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 10px;
}

.bg_weitereauswahl_contenthead {
	font-family: Trebuchet MS, arial, helvetica, verdana, geneva;
	font-size: 11px;
	color: rgb(77, 77, 77);
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
}

.bg_weitereauswahl_content {
	font-family: Trebuchet MS, arial, helvetica, verdana, geneva;
	font-size: 11px;
	color: rgb(77, 77, 77);
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
}

.einfuehrung_table {
	border-top: 0px;
	border-bottom: 0px;
}

.typauswahl_table {
	text-align: left;
}

.typauswahl_radio {
	
}

.typauswahl_image {
	width: 50px;
	padding: 0px;
	margin: 0px;
	background-color: rgb(235, 236, 238);
}

.anwendungsbereiche_table {
	
}

select {
	font-family: arial, helvetica, verdana, geneva;
	font-size: 11px;
	color: rgb(77, 77, 77);
	font-weight: normal;
	text-decoration: none;
	width: 160px;
	top: -4px;
	left: -3px;
	z-index: 0;
}

div#resultmiddle {
	font-size: 12px;
	position: absolute;
	left: 200px;
	top: 55px;
	height: 580px;
	width: 750px;
	right: 10px;
	overflow: auto;
}

table.details {
	font-family: Trebuchet MS, arial, helvetica, verdana, geneva;
	font-size: 11px;
	color: rgb(77, 77, 77);
	font-weight: normal;
	text-decoration: none;
	border-collapse: collapse;
}

table.details tr.odd {
	
}

table.details tr.even { /* background-color:rgb(235, 236, 238); */
	
}

/* Umrandung bei Ergebnissen und Hinweisen */
table.rbox {
	width: 90%;
	border-width: 0px;
	border-collapse: collapse;
	background-color: rgb(255, 255, 255);
	margin-bottom: 5px;
}

table.rbox img {
	border-width: 0px;
}

table.rbox td {
	padding: 0px;
}

table.rbox tr {
	vertical-align: top;
}

table.rbox td.nw {
	background: transparent url(images/nw2.gif) no-repeat scroll left top;
	width: 4px;
	height: 4px;
}

table.rbox td.ne {
	background: transparent url(images/ne2.gif) no-repeat scroll right top;
	width: 4px;
	height: 4px;
}

table.rbox td.sw {
	background: transparent url(images/sw3.gif) no-repeat scroll left bottom
		;
	width: 4px;
	height: 4px;
}

table.rbox td.se {
	background: transparent url(images/se3.gif) no-repeat scroll right
		bottom;
	width: 4px;
	height: 4px;
}

table.rbox td.vll {
	background: transparent url(images/vline3.gif) repeat-y scroll left top;
	width: 1px;
}

table.rbox td.vlr {
	background: transparent url(images/vline3.gif) repeat-y scroll right top
		;
	width: 1px;
}

table.rbox td.hlt {
	background: transparent url(images/hline3.gif) repeat-x scroll left top;
	height: 1px;
	width: 99%;
}

table.rbox td.hlb {
	background: transparent url(images/hline3.gif) repeat-x scroll left
		bottom;
	height: 1px;
	width: 99%;
}

table.rbox td.cont {
	padding: 5px;
}

table.rbox img.tr {
	width: 4px;
	height: 4px;
}

