/* grundeinsellungen*/

body {
	background-color : #f0f0f0;
	scrollbar-base-color: #f0f0f0;
	scrollbar-highlight-color: #f0f0f0;
}
h1,h2,h3,h4,h5,p,i,ul,ol,li,div,td,th,address,blockquote,nobr  {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 9pt;
	color : #333333;
}

/* anderer text*/

h1  {
	color : white;
	font-size : 8pt;
	font-weight : 300;
}

li  {
	font-size : 9pt;
}

textarea {
	font-family : Verdana, Arial,Helvetica,sans-serif;
	font-size : 9pt;
	color : #003366;
}

option {
	font-family : Verdana, Arial,Helvetica,sans-serif;
	font-size : 9pt;
	color : #003366;
}

input {
	font-family : Verdana, Arial,Helvetica,sans-serif;
	font-size : 7pt;
	color : #003366;
}

select {
	font-family : Verdana, Arial,Helvetica,sans-serif;
	font-size : 7pt;
	color : #003366;
}

/* hyperlinks*/

a:link  {
	color : #003399;
	text-decoration : none;
}

a:visited  {
	color : #003399;
	text-decoration : none;
}

a:active  {
	color : #003399;
	text-decoration : none;
}

a:hover  {
	color : #003399;
	text-decoration : none;
}
