/* --------------- CHROMOS ------------------ */

.searchPreview
{
	background-color: #fff;
	border: 1px solid #cccccc;
	width: 500px;
	height: 200px;
	overflow:auto;
	padding: 5px;
}

.searchResult
{
	margin-top: 6px;
	border: 1px dotted #A8A9AC;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	width: 405px;
}

div.newsliste {
	margin-top: 5px;
	border: 1px dotted #A8A9AC;
	padding: 3px;
}

div.newsliste div.newsdate {
	font-size: 10px;
	color: #999999;
	margin: 0px;
}

div.newsliste div.newstitle {
	font-weight: bold;
}

div.krankheits_tab {
	margin-top: 10px;
	background-color: #f8f8f8;
	padding: 3px;
}

ul.krankheits_liste {
	margin-top: 5px;
	margin-bottom: 15px;
}

table.vorzurueck a {
	padding: 3px;
	color: #2376BC;
	text-decoration: none;
}

table.vorzurueck a:hover {
	padding: 3px;
	color: #2376BC;
	text-decoration: underline;
}

a.glossarLink {
	padding-left: 12px;
	background-image: url(../gfx/external_arrow_inactive.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

a.glossarLink:hover {
	text-decoration: underline;
	display: inline-block;
	padding-left: 12px;
	background-image: url(../gfx/external_arrow_active.gif);
}

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: #333333;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
}

.error{
	color: red;
}

p.more a {
	color: #C81B58;
	text-decoration: none;
}

.currentpage
{
	font-weight: bold;
}

.formerror {
	background-color: #F8D9C8;
	border: 1px solid #ABADB3;
}

.errormarker {
	margin-left:  8px;
	margin-top:   5px;
	margin-right: 10px;
	float: 		  left;
	border: 	  3px solid #F8D9C8;
	width: 		  0px;
	height: 	  0px;
}


