/* * * * * *  Colors  * * * * * */

	body { background-color: White; }

	body, td, dl, ul, li, menu, blockquote, input, textarea, select, option
	{	color: rgb(0, 0, 0); }
	
	h2, h3, h4 { color: #000000; }
	h1 { color: rgb(145,145,145); }
	h1.small { color: #000000; }

	a:active, a:link, a:visited { color: red; }
	
	a.grey:link, a.grey:visited { color: rgb(145, 145, 145); font-weight: normal;}
	a.black:link, a.black:visited { color: black;  font-weight: bold;}
	a.red:link, a.red:visited { color: red;  }
	a.small:link, a.small:visited { color: gray; }
	
	a:hover , a.grey:hover, a.black:hover, a.red:hover { color: rgb(255,153,51); }
	
	.grey { color: rgb(145, 145, 145); }
	.black { color: black; }
	.red  { color: red; }
	
/* * * * * *  Font Styles * * * * * */

	body, td, dl, ul, li, menu, blockquote, input, textarea, select, option, h1, h2, h3, h4, p 
	{ font-family : Arial, Helvetica, Geneva, sans-serif; }
	
	body, td, menu, blockquote, p { font-size: 12px; }
	dl, ul, li { font-size: 12px; }
	
	h1 { font-size: 24px; }
	h2 { font-size: 12pt; }
	h3 { font-size: 114%; }
	h4 { font-size: 100%; margin-bottom : 5px; margin-top : 18px; }
	
	h4.top{ margin-top : 0px;  }
	
	ul { margin-top : 5px; list-style : outside; margin-left : 18pt; padding-left : 0px; }
	
	li { padding-bottom : 3px; }

	p.abstand{ margin-bottom : 3px; margin-top : 0px; }
	
	.large    { font-size: 12px; font-weight: bold; }
	.small    { font-size: 10px; }
	.footnote { font-size: 10px; color: Gray; }
	
	.thread { font-size: 12px; }

/* * * * * *  Link Appearance  * * * * * */

	a { text-decoration: none; }
	a.naked { text-decoration: none; }

/* * * * * *  Forms  * * * * * */

	input, input.field, select, option, textarea, button { font-size: 9pt; }
	input.field, select, option, textarea { background-color: Seashell; }

	.defaultButton { font-weight: bold;	}




/* * * * * *  FhG-CD  * * * * * */

.Navig
{
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: rgb(255, 0, 0);
	vertical-align: top;
	text-decoration: none;
}

.Inhalt1
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: rgb(0, 0, 0);
	vertical-align: top;
}

.Inhalt2
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: rgb(100, 100, 100);
	vertical-align : top;
}

.Inhalt3
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	color: rgb(0, 0, 0);
	vertical-align: top;
}

.Inhalt4
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	color: rgb(100, 100, 100);
	vertical-align: top;
}

.mdpi
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

sup { font-family: Arial, Helvetica, sans-serif; font-size: 8px; }

sub { font-family: Arial, Helvetica, sans-serif; font-size: 8px; }


