/*** eigene ***/
html, body {
	
	background-color: #244273;
	height: 100%;
	margin-top: 5px;
	font-family: Lucida Sans, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color:	#ffffff;
}

a:link { font-weight:bold; color:#cc4422; text-decoration:none; }
a:visited { font-weight:bold; color:#cc4422; text-decoration:none; }
a:focus { font-weight:bold; color:#cc4422; text-decoration:underline; }
a:hover { font-weight:bold; color:#666666; text-decoration:none; }
a:active { font-weight:bold; color:#cc4422; text-decoration:underline; }

#searchblock	{
	padding: 30px;
	margin: 20px;
	background-color:#ffffff;
	color:	#244273;
}

.start {	
	font-size:	13px;
	line-height: 20px;
	text-align: center;
	color:#cc4422;
	/*color:#ffffff;*/
}

#header	{	
	background-image:url(../images/eurocorr.gif);
	background-repeat: no-repeat;
	height:145px;
}

td {	
	font-size:	14px;
	line-height: 20px;
	/*text-align: center;
	font-weight:	bold;*/
}

.rot {	
	font-size:	14px;
	line-height: 18px;
	font-weight: bold;
	color:#cc4422;
}

/*** ende eigene ***/

.highlight { background: #ddffbb; }
.searchheading { font-size: 120%; font-weight: bold; margin-top: 30px;}
.summary { font-size: 80%; font-style: italic; }
.suggestion { font-size: 100%; }
.results { font-size: 100%; }
.category { color: #cc4422; }
.sorting { text-align: right; }

.result_title { font-size: 100%;}		
.description { font-size: 100%; color: #666666; }
.context { font-size: 100%; }
.infoline { font-size: 80%; font-style: normal; color: #666666;} 

.zoom_searchform { font-size: 100%; }
.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
.zoom_match { font-size: 80%; margin-left: 10px;}				
.zoom_categories { font-size: 80%; }
.zoom_categories ul { display: block; /*display: inline;*/ margin: 0px; padding: 0px;}
.zoom_categories li { display: block;	 /*display: inline;*/ margin-left: 65px; list-style-type: none; }

.cat_summary ul { margin: 0px; padding: 0px; display: block;	/* display: inline;*/ }
.cat_summary li { display: block;	/* display: inline;*/ margin-left: 15px; list-style-type: none; }

input.zoom_button {  }
input.zoom_searchbox {  }		

.result_image { float: left; display: block; }
.result_image img { margin: 10px; width: 80px; border: 0px; }

.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }

.result_pages { font-size: 100%; }
.result_pagescount { font-size: 100%; }

.searchtime { font-size: 80%; }

.recommended 
{ 
	background: #DFFFBF; 
	border-top: 1px dotted #808080; 
	border-bottom: 1px dotted #808080; 
	margin-top: 15px; 
	margin-bottom: 15px; 
}
.recommended_heading { float: right; font-weight: bold; }
.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
.recommend_title { font-size: 100%; }
.recommend_description { font-size: 100%; color: #008000; }
.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
.recommend_image { float: left; display: block; }
.recommend_image img { margin: 10px; width: 80px; border: 0px; }
