/* CSS Document */
/* f�r polar fallbackversion */

body {
	font-family: arial, helvetica;
	font-size: 14px;
	color: #000000;
	line-height: 130%;
	margin: 0px;
}
a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align:left;
	line-height:1.4em;
	margin-left:200px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height:1.4em;
	text-align:left;	
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height:1.4em;
    text-align:left;
    font-weight: normal;
    margin: 0;
    padding: 0;    
}

input, textarea, select {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: EEEEEE;
}

.datum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #AAAAAA;
	font-weight: bold;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

h2, h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin: 0;
    padding: 0; 
}

.subheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.subheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;

}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	font-weight: bold;
}


/* Navigation */

.navigation span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
}

.navigation span.margin {
	margin-bottom: 25px;
}

.navigation span.small {
    font-size: 12px;   
    margin-bottom: 0px;
    color: #111111;
}

.navigation a {
	text-decoration: none;
}

.navigation a:active,
.navigation a:hover,
.navigation a.active {
    text-decoration: underline;    
}