/* Body */
body {
	background-color : White;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 10pt;
	background-image : url(images/bgbluelines.gif);
    scrollbar-face-color : #17487F;
    scrollbar-arrow-color : White;
}

/* Überschriften */
h1 {
	font-family : Arial,Helvetica,sans-serif;
	color: #ff9900;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom : 3px;
}

/* Text */
p, td {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 10pt;
}

select {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 10pt;
	width : 150px;
}

select.w300 {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 10pt;
	width : 300px;
}

p.justify {
	text-align : justify;
}
p.center {
	text-align : center;
}
p.lila {
	color: #320065;
}
p.fett {
	font-weight : bold;
}
p.fettjustify {
	text-align : justify;
	font-weight : bold;
}
p.fettlila {
	color: #320065;
	font-weight: bold;
}
p.fettorange {
	color: #ff9900;
	font-weight: bold;
}
p.fettorange3 {
	color: #ff9900;
	font-weight: bold;
	font-size: 12pt	
}
p.justify8grau {
	text-align : justify;
	font-size : 8pt;
	color : #666666;
}
p.center8 {
	text-align : center;
	font-size : 8pt;
	color : #000000;
}
p.unsichtbar{
	font-size: 6pt;
	color: #FFFFFF;
}
/* Links */			
a:link { 
	font-family : Arial,Helvetica,sans-serif;
	font-size : 10pt;
	color:#320065;
	text-decoration:none; 
}
a:visited {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 10pt;
	color:#320065;
	text-decoration:none;
}
a:hover { 
	color:#ff9900; 
	text-decoration: underline; 
}
a:active { 
	color:#ff9900; 
	text-decoration: underline; 
}
a.small:link	{
	font-size : 8pt;
}
a.small:visited	{
	font-size : 8pt;
}
a.fett:link	{
	font-weight : bold;
}
a.fett:visited	{
	font-weight : bold;
}

a.box:link { 
	font-family : Arial,Helvetica,sans-serif;
	font-size : 10pt;
	color:#320065;
	text-decoration:none; 
}
a.box:visited {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 10pt;
	color:#320065;
	text-decoration:none;
}
a.box:hover { 
	color:#000000; 
	text-decoration: underline; 
}
a.box:active { 
	color:#000000; 
	text-decoration: underline; 
}

/* Unsichtbare Links zu anderen Domains */ 
a.unsichtbar:link { 
	font-family : Arial,Helvetica,sans-serif;
	font-size : 1px;
	color:#FFFFFF;
	text-decoration:none; 
	visibility : hidden;
}
a.unsichtbar:visited {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 1px;
	color:#FFFFFF;
	text-decoration:none;
	visibility : hidden;
}
a.unsichtbar:hover { 
	color:#FFFFFF;
	text-decoration:none;
	visibility : hidden;
}
a.unsichtbar:active { 
	color:#FFFFFF;
	text-decoration:none;
	visibility : hidden;
}

td.vmiddle {
	vertical-align : middle;
}

td.hmiddle {
	text-align : center;
}

hr {
	height: 1px;
	color:#320065;
}
