#kontakt label, #loginForm label {
	text-align: right;
	margin-right: 0.5em;
	width: 10em;
	float: left;
	display: block;
}

#kontakt label.req {
	font-weight: bold;
}


/* Validate form */
.formError {
	border: 1px solid red;
}
.errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}

/* News */
a.black, a.black:visited, a.black:active, a.black:hover {
	color: #000000;
	text-decoration: none;
}

#ricoltwoc div.boxzt p {
	margin: 0;
}

#ricoltwoc div.boxzt p.pdate, #ricoltwoc p.pdate {
	margin: 0px 0 2px 0;
	padding-bottom: 0px;
	font-size: 10px;
}

/* Gallery */
#gallery {
	margin-top: 20px;
	margin-bottom: 20px;
}
#gallery img {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Sitemap */
#sitemap ul {
	padding-left: 24px;
	list-style-type: none;
	line-height: 16px;
}
#sitemap .section {
	font-weight: bold;
}

/* Publications */
#publ h2.pubh2 {
	padding-bottom: 4px;
}
#publ h4 {
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	padding-bottom: 0px;
	margin: 0.5em 0 0 0;
}
#publ .pub {
	border-bottom: 1px dotted #cccccc;
	height: 32px;
	font-size: 10px;
}
#publ a.black {
	color: #000000;
}


.pager {
	width: auto;
	float: right;
	display: inline;
	color: #999999;
}

.pager a {
	color: #999999;
	text-decoration: none;
}

.pager a:hover {
	color: #ac2020;
	text-decoration: none;
}

/* Search products - advanced form */
#pfind {
	width: 747px;
	height: auto !important;
	height: 250px;
	min-height: 250px;
	float: left;
	display: inline;
	margin: 0 0 0 15px;
}

#pfind input {
	margin: 0;
	padding: 0;
	border: 0px none;
}

div.searchform {
	width: 747px;
	background: url(/gfx/bgc_find2.gif) right bottom no-repeat;
}

div.searchformint {
	padding: 10px;
}

#pfind a, #pfind a:hover {
	color: #999999;
}

td.fitd {
	width: 170px;
	color: #666666;
}

td.fitd input {
	border: 0;
}

td.fitd h3 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	color: #515151;
}

#ricoltwoc h1 {
    color:#000000;
    font-family:'arial ce',arial,'geneva ce','helvetica ce',geneva,helvetica,verdana,lucida,sans-serif;
    font-size:10pt;
    font-weight:bold;
    margin:5px 0 12px;
    padding:0;
}

/* MessageBoxy */
.info {
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 14px;
	border: 1px solid #c0c0c0;
	background-color: #eeeeee;
	color: #000000;
	text-align: center;
}
.warning {
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 14px;
	border: 1px solid #c0c0c0;
	background-color: salmon;
	color: #000000;
	text-align: center;
}
.error {
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 14px;
	border: 1px solid #F78181;
	background-color: #F5A9A9;
	color: #000000;
	text-align: center;
}
