/*
	(c) 2003 by Dipl. Inf. Markus Brandstaetter
*/


/* Globale Styles Datei*/


/*
	Allgemeine Einstellungen fuer links
*/
a:link 
{
	font-weight:bold;
	color:#FFFF33;
	text-decoration:none
}

a:visited
{
	font-weight:bold;
	color:#FFFF33;
	text-decoration:none
}

a:hover
{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none
}

a:active
{
	font-weight:bold; 
	color:#FFFF33;
	text-decoration:none
}

a:focus
{ 
	font-weight:bold; 
	color:#FFFFFFF; 
	text-decoration:none
}


/*
	Sonstige Elemente
*/
body
{ 
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px; 
	margin-right:10px;
}


h1
{
	font-size:18pt;
	text-align:center;
	color:#000000;
}


.NormText
{
	font-size:100%;
	padding:6px; 
	margin-top:0px;
	margin-bottom:0px;
	text-align:justify
}

