﻿body
{
	font-size: 12px;
	font-family: Arial, Sans-Serif;
}
H1
{
	font-size: 13px;
	font-weight: bold;
	color: gray;
	
}

H2
{
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	
}

.HL1
{
	font-size: 13px;
	font-weight: bold;
	color: gray;
}

.txtNormal
{
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	color:#000000;
}
.txtNormalfett
{
    FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    color:black;
    font-weight:bold;
}
.txtNormalkursiv
{
    FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    color:black;
    font-style: italic;
}
.HL2
{
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
}

.newsblock
{
	text-align: justify;
}

	




.hilTxt
{
	font-size: 12px;
	color: #FF9900;
}

.hil2Txt
{
	font-size: 12px;
	color: gray;
}

.hilTxtBold
{
	font-size: 12px;
	color: #FF9900;
	font-weight:bold;
}

.hil2TxtBold
{
	font-size: 12px;
	color: gray;
	font-weight:bold;
}

A
{
	color: gray;
	text-decoration: none;
	font-size:12px;
}

A:link
{
	color: gray;
	text-decoration: none;
}
A:visited
{
	color: gray;
	text-decoration: none;
}
A:active
{
	color: #ff9900;
	text-decoration: underline;
}
A:hover
{
	color: #ff9900;
	text-decoration: underline;
}

A.mainMenu
{
	color: black;
	font-size:12px;
	text-decoration: none;
}

A.mainMenu:link
{
	color: black;
	font-size:12px;
	text-decoration: none;
}
A.mainMenu:visited
{
	color: black;
	font-size:12px;
	text-decoration: none;
}
A.mainMenu:active
{
	color: black;
	font-size:12px;
	text-decoration: underline;
}
A.mainMenu:hover
{
	color: black;
	font-size:12px;
	text-decoration: underline;
}

.txtButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #666666;
	background-color: #ffffff;
}
.txtbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #666666;
}