/* 
style sheet definition file (default.css)

You may change the whole look of your internet appearance using this 
style sheet definition file. This file is linked with each html page.

Created using TM's StyleAssistant v1.00.30 (www.styleassistant.de), 
some fixes and adjustments done "by hand" (Oliver.Hausmann@ePost.de).  
*/

H1
{
Color: DarkBlue; /* Original: Orange */
Font-Family: Arial, Helvetica, Sans-Serif;
Font-Size: 16pt;
Font-Variant: normal;
Font-Weight: bold;
Font-Style: normal;
Line-Height: normal;
Text-Align: left;
Vertical-Align: middle;
Text-Transform: none;
Text-Decoration: underline;
Letter-Spacing: normal;
Word-Spacing: normal;
}

H2
{
Color: DarkBlue; /* Original: Orange */
Font-Family: Arial, Helvetica, Sans-Serif;
Font-Size: 14pt;
Font-Variant: normal;
Font-Weight: bold;
Font-Style: normal;
Line-Height: normal;
Text-Align: left;
Vertical-Align: middle;
Text-Transform: none;
Text-Decoration: underline;
Letter-Spacing: normal;
Word-Spacing: normal;
}

H3
{
Color: DarkBlue;
Font-Family: Arial, Helvetica, Sans-Serif;
Font-Size: 12pt;
Font-Variant: normal;
Font-Weight: bold;
Font-Style: normal;
Line-Height: normal;
Text-Align: left;
Vertical-Align: middle;
Text-Transform: none;
Text-Decoration: underline;
Letter-Spacing: normal;
Word-Spacing: normal;
}

BODY
{
Color: Black;
Background-Color: LightGrey; /* Original: Yellow */
Font-Family: Arial, Helvetica, Sans-Serif;
Font-Size: 11pt;
Font-Variant: normal;
Font-Weight: normal;
Font-Style: normal;
Line-Height: normal;
Text-Align: left;
Vertical-Align: middle;
Text-Transform: none;
Text-Decoration: none;
Letter-Spacing: normal;
Word-Spacing: normal;
}

P
{
Color: Black;
Font-Family: Arial, Helvetica, Sans-Serif;
Font-Size: 11pt;
Font-Variant: normal;
Font-Weight: normal;
Font-Style: normal;
Line-Height: normal;
Text-Align: left;
Vertical-Align: middle;
Text-Transform: none;
Text-Decoration: none;
Letter-Spacing: normal;
Word-Spacing: normal;
Margin-Right: 2cm;
}

A
{
Color: DarkBlue;
Font-Family: Arial, Helvetica, Sans-Serif;
Font-Size: 11pt;
Font-Variant: normal;
Font-Weight: normal;
Font-Style: normal;
Line-Height: normal;
Text-Align: left;
Vertical-Align: middle;
Text-Transform: none;
Text-Decoration: underline;
Letter-Spacing: normal;
Word-Spacing: normal;
}

A:LINK
{
Color: DarkBlue;
Font-Family: Arial, Helvetica, Sans-Serif;
Font-Size: 11pt;
Font-Variant: normal;
Font-Weight: normal;
Font-Style: normal;
Line-Height: normal;
Text-Align: left;
Vertical-Align: middle;
Text-Transform: none;
Text-Decoration: underline;
Letter-Spacing: normal;
Word-Spacing: normal;
}

A:VISITED
{
Color: Blue;
Font-Family: Arial, Helvetica, Sans-Serif;
Font-Size: 11pt;
Font-Variant: normal;
Font-Style: normal;
Line-Height: normal;
Text-Align: left;
Vertical-Align: middle;
Text-Transform: none;
Text-Decoration: underline;
Letter-Spacing: normal;
Word-Spacing: normal;
}

/* this style only works with Internet Explorer */
A:HOVER
{
Color: DarkBlue;
Font-Family: Arial, Helvetica, Sans-Serif;
Font-Size: 11pt;
Font-Variant: normal;
Font-Weight: bold;
Font-Style: normal;
Line-Height: normal;
Text-Align: left;
Vertical-Align: middle;
Text-Transform: none;
Text-Decoration: underline;
Letter-Spacing: normal;
Word-Spacing: normal;
}

.headline {
	font-family: "Trebuchet MS", Verdana;
	font-size: 22px;
	color: #003399;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}
.uheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.rahmen {
	padding: 3px;
	border: 1px solid #666666;
}
.bildunterschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.textfett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}
.counter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00008B;
}
