/* --------------- CHROMOS ------------------ */

.searchPreview
{
	background-color: #fff;
	border: 1px solid #cccccc;
	width: 500px;
	height: 200px;
	overflow:auto;
	padding: 5px;
}

.searchResult
{
	margin-top: 3px;
	border: 1px dotted #A8A9AC;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	width: 405px;
}

table.vorzurueck a {
	padding: 3px;
	color: #2376BC;
	text-decoration: none;
}

table.vorzurueck a:hover {
	padding: 3px;
	color: #2376BC;
	text-decoration: underline;
}

a.popupLink {
	padding-left: 12px;
	background-image: url(../gfx/external_arrow_inactive.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

a.popupLink:hover {
	text-decoration: underline;
	display: inline-block;
	padding-left: 12px;
	background-image: url(../gfx/external_arrow_active.gif);
}

div.para_richtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
}

.error{
	color: red;
}

p.more a {
	color: #C81B58;
	text-decoration: none;
}

table.newsliste {
	width: 550px;
}

table.newsliste td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

table.newsliste td.newsdate {
	text-align: left;
	vertical-align: top;
	width: 80px;
}

table.newsliste td.newsarrow {
	width: 15px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
}

table.newsliste td.newslink {
	text-align: left;
	vertical-align: top;
}



/* UMFRAGEN */

.ou_schrittAktiv {
	padding: 2px 2px 2px 2px;
	text-align: center;
	font-weight: bold;
	background-color: red;
	background-image: url(../gfx/ou_navi_pfeil.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 25px;
	

}

.ou_schrittInaktiv {
	padding: 2px 2px 2px 2px;
	text-align: center;
	font-weight: bold;
	background-color: silver;
	background-image: url(../gfx/ou_navi_pfeil.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 25px;
}

div.ou_fragebogen {
}

div.ou_fragebogen thead td {
	font-weight: bold;
}


div.ou_fragebogen div {
	width: 530px;
	padding: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

div.ou_fragebogen div input {
	font-size: 8pt;
}


div.ou_seiten {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: darkblue;
}

div.ou_error {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: red;
	background-color: #ffdddd;
	padding: 5px;
}

div.ou_fragebogen div.ou_address {
	padding: 3px;
	border: 0px solid blue;
	margin-bottom: -10px;
}


div.ou_fragebogenreport {
}


div.ou_fragebogenreport div {
	margin-top: 20px;
	width: 630px;
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

tr.ou_head
{
	background-color: #4169E1;
	color: White;
}

tr.ou_dark
{
	background-color: #E8E8E8;
}

tr.ou_light
{
	background-color: #F8F8F8;
}

td.ou_ergebnis
{
	text-align: left;
}

td.ou_antworttext
{
	font-weight: bold;
	width: 50%;
}

td.ou_moeglichkeiten
{
	font-weight: bold;
	text-align: center;
}

div.ou_fragebogenreport div.ou_einzelfett td {
	fonz-size: 16px;
	font-weight: bold;
}

/* UMFRAGEN ENDE */




