@import "editor.css";

body { 	background-color: white;
	font-family: verdana, univers, helvetica, sans-serif, arial;
	color: black;
	background-image: url("/img/Paper.jpg");
	background-repeat: repeat;
	line-height: 120%;
	font-size: 10pt ;
 }

td {	font-size: 12px;
}	

a:link    {color: 404080; text-decoration: none;}
a:hover   {color: 606040; text-decoration: underline}
a:active  {color: 808060; text-decoration: underline}
a:visited {color: 404060; text-decoration: none;}
	 

.wrsci { 
	font-family: verdana, univers, helvetica, sans-serif, arial ;
	font-size: 12pt ;
	color: black;
}

.keywords {
	font-family: verdana, univers, helvetica, sans-serif, arial ;
	font-size: 12pt ;
	font-weight: normal;
	color: black;
	text-transform: uppercase;
	line-height: 140%;
}

.slogan {
	font-family: verdana, univers, helvetica, sans-serif, arial ;
	font-size: 12pt ;
	font-weight: bold;
	color: #282828;
	text-transform: uppercase;
	text-indent: -100px;
	padding-left: 108px;
	line-height: 140%;
}

.kontakt {
	font-family: univers, helvetica, sans-serif, arial ;
	color: #505050;

	font-size: 9pt;
}

ul li {
	list-style-type: disc;
	margin-left: -0.5em;
}

ol li {
	list-style-type: 1;
	margin-left: -0.5em;
}

p	{margin-top: 1.5ex;
}

.blocknote {
	font-style: italic;
	font-family: verdana, univers, helvetica, sans-serif, arial;
	font-size: 9pt;
}

.footnote {
 	font-size: 8pt;
	color: #9999BB;
}

h3.wellspaced { 	margin-top: 2ex;
	margin-bottom: 0ex;
	padding-bottom: 0ex;
}

h4.wellspaced { 	margin-top: 2ex;
	margin-bottom: 0ex;
	padding-bottom: 0ex;
}

.textdunkel,h3 { color: #282828; }
.textmittel,p,b,li,td { color: #505050; }
.texthell,i,em{ color: #515151; }
/* .texthell,i,em{ color: #787878; } */


.test { color: red;}
