/*BODY-Einstellungen fuer die Dokumente der EPOCHENUEBERSICHT*/
BODY
{
	font-family : Verdana, Tahoma, Arial;
	margin-right : 10px;
	color : #000;

}


.markup {
		color : #000;
		background : yellow;
}

.suchmaschine
{
	background : #CCC;
	/*background : #B9B9B9;
	background-image: url("./pics/bg_epochen.gif");*/
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-position : bottom left ;
	padding-left : 30px;
	color : #000;
	
}

DIV.kategoryTitle {	 
}

DIV.topLink {
	text-align : right;
}


.kategoryMatch {
	border-bottom: 1px solid black;
	margin-bottom : 15px;
}

/*
DIV#progressBar {
	text-align : center;
	background : #000;
	vertical-align: middle;
	padding : 20px;
	position : absolute;
	left:0;
	top:0;
	height:500px;
	width : 500px;
	z-Index:99;
	filter:alpha(opacity=60);	-moz-opacity: 0.6;	opacity: 0.6;
}
*/

DIV#progressBar {
	text-align : center;
	vertical-align : center;
	display : block;
}
DIV#progressBarWindow {
	background : #333333;
	color : #FFF;
	border : 1px solid #FFF;
	text-align : center;
	padding : 30px;
}


DIV#suchformular {

	border : 1px solid black;
	background : #888;
	padding : 10px;
	color : #FFF;
	text-align : center;
	vertical-align : middle;
	margin-top : 10px;
	margin-bottom : 10px;
		
}

A.link {
	color : blue;
	text-decoration : underline;
	font-family : Verdana, Tahoma, Arial;

}

H3
{
	text-decoration : none;
	font-family : Verdana, Tahoma, Arial;
	font-weight : bold;
	font-size : 17px;
	color : #000;
}


DIV.fileExcerpt {

	padding : 7px;
	border : 1px #888 solid;
	margin-bottom: 15px;
	background : #FFF;
	color : #000;
}

