/*----------------------------------------------------------------------------*/
/* GLOBAL settings (FONT-FAMILY, FONT-SIZE, COLORS)*/
/*----------------------------------------------------------------------------*/

/*body
{
	background-color: #ffffff;
	color:#000000;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}*/

body, p, td, th, div, b
{
	font-family: Verdana;
	font-size: 12px;
}


/* ANCHOR settings */

a	{ text-decoration: none; ; font-weight: bold}
a:link	{ color: #0C2074; ; text-decoration: none}
a:active	{ color: #0C2074; text-decoration: none; }
a:visited	{ color: #0C2074; ; text-decoration: none}
a:hover	{ color: #21a42c; text-decoration: none; }

hr
{
	height:1px;
	width:100%;
	color:#000000;
}

pre
{
	font-family: Courier New;
	font-size: 12px;
	line-height:150%;
	margin:20px;
	border:1px solid black;
	background-color: #ffffee;
	/*text-indent:10px;*/				/*gilt nur für die erste Zeile*/
}

/* HEADERS */
h1		{ font-family: Verdana; color:#003366; font-size: 19px} 
h2		{ font-family: Verdana; color:#336699; font-size: 17px}
h3		{ font-family: Verdana; font-weight: bold; color:#003366; font-size: 15px}
h4		{ font-family: Verdana; color:#336699; font-size: 13px}
h5		{ font-family: Verdana; color:#003366; font-size: 11px}
h6		{ font-family: Verdana; color:#000000; font-size: 10px}



/*---------------------------------------------------------------------------*/
/* SCROLLBARS settings 	(IE 5.5+) */
/*---------------------------------------------------------------------------*/

/*
body
{
	scrollbar-face-color:	#eeeeee;
	scrollbar-track-color:	#dddddd;
	scrollbar-arrow-color:	#003366;
	scrollbar-highlight-color:	#ffffff;
	scrollbar-shadow-color:	#ffffff;
	scrollbar-3dlight-color:	#666666;
	scrollbar-darkshadow-color:	#666666;
}
*/


/*----------------------------------------------------------------------------*/
/* TABLE settings */
/*----------------------------------------------------------------------------*/

table
{
	border-color: #000000;
	/*border-spacing:0;*/								
	
}

th
{
	border-color: #000000;
	background-color: #eeeeee;
	color: #000000;
	font-weight: normal;
	text-align: left;
	/*
	border-width:1px;
	padding:3px;
	*/
}

td
{
	border-color: #000000;
	color: #000000;
	font-weight: normal;
	
}



/*----------------------------------------------------------------------------*/
/* FORM elements settings */
/*----------------------------------------------------------------------------*/

input, select, textarea, file
{
	font-family: Verdana;
	font-size: 11px;
	color: #003366;
	border-color: #666666;
	background-color: #eeeeee;
}

select
{
	background-color: #eeeeee;
}

textarea
{
	background-color: #eeeeee;
}

.option
{
	background-color: #ffffff;
}


/*----------------------------------------------------------------------------*/
/* LIST settings */
/*----------------------------------------------------------------------------*/

/*
decimal = für <ol>-Listen: Numerierung 1.,2.,3.,4. usw.
lower-roman = für <ol>-Listen: Numerierung i.,ii.,iii.,iv. usw.
upper-roman = für <ol>-Listen: Numerierung I.,II.,III.,IV. usw.
lower-alpha = für <ol>-Listen: Numerierung a.,b.,c.,d. usw.
upper-alpha = für <ol>-Listen: Numerierung A.,B.,C.,D. usw.

disc = für <ul>-Listen: Dateisymbol als Bulletzeichen
circle = für <ul>-Listen: rundes Bulletzeichen
square = für <ul>-Listen: rechteckiges Bulletzeichen

none = kein Bulletzeichen, keine Numerierung
*/

ol
{
	list-style-type: decimal;
	line-height: 150%;
}

ul
{
	/*list-style-type: disc;*/
	list-style-image:url("../images/arrow.gif");
	line-height: 150%;
}



/*----------------------------------------------------------------------------*/
/* MISC (CLASSES) */
/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/
/*Standard colors */
/*----------------------------------------------------------------------------*/

.lightblue
{
	background-color:#DDDDE;
}

.green
{
	background-color:#369226;
}

.blue
{
	background-color:#0C2074;
}

.gray
{
	background-color:#737A7C;
}
.Subtitle {  font-weight: bold; color: #000000; font-size: 9pt}
.Title { font-weight: bold; color: #000000; font-size: 11pt }
.foottext { font-weight: normal; color: #000000; font-size: 10px}
.lightgrey {  background-color: #CCCCCC}
.small {  font-size: 10px}
