body {
	margin: 0px;
	
	background-color: #ffffff;
}

img {
	border-width: 0px;
}

table {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

.Headline1 {
	font-family: verdana;
	font-size: 10px;
	color: #81000f;
	font-weight: bold;
}

.Headline2 {
	font-family: verdana;
	font-size: 10px;
	color: #393570;
	font-weight: bold;
}

.CurrentLocation {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

.NewsmailBottomText {
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
}

.PollStatsTable {
	height: 15px;
	
	background-color: #8DB0C3;
	
	border-style: solid;
	border-width: 1px;
	border-color: #5189A5;
}

.PollStatsTableBox {
	height: 10px;
	
	background-color: #FFFFFF;
	
	border-style: solid;
	border-width: 1px;
	border-color: #8DB0C3;
}

.TableHeader {
	height: 22px;
	
	background-image: url(../gfx/bg_box_top.gif);
	background-repeat: repeat-x;
	
	font-family: verdana;
	font-size: 10px;
	color: #393570;
	font-weight: bold;
}

a:link, a:active, a:visited {
	color: #393570;
	text-decoration: none;
}

a:hover {
	color: #393570;
	text-decoration: underline;
}

a.BottomEmail:link, a.BottomEmail:active, a.BottomEmail:visited {
	color: #393570;
	text-decoration: none;
}

a.BottomEmail:hover {
	color: #393570;
	text-decoration: underline;
}

a.Footer:link, a.Footer:active, a.Footer:visited, a.Footer:hover {
	color: #393570;
	text-decoration: none;
}

a.LeftMenu:link, a.LeftMenu:active, a.LeftMenu:visited, a.LeftMenu:hover {
	color: #393570;
	font-weight: bold;
	text-decoration: none;
}

a.LeftMenu_Active:link, a.LeftMenu_Active:active, a.LeftMenu_Active:visited, a.LeftMenu_Active:hover {
	color: #810010;
	font-weight: bold;
	text-decoration: none;
}

a.Topmenu:link, a.Topmenu:active, a.Topmenu:visited, a.Topmenu:hover {
	color: #393570;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

a.Topmenu_Active:link, a.Topmenu_Active:active, a.Topmenu_Active:visited, a.Topmenu_Active:hover {
	color: #393570;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.CurrentLocation:link, a.CurrentLocation:active, a.CurrentLocation:visited {
	font-family: verdana;
	font-size: 10px;
	color: #315466;
	text-decoration: none;
}

a.CurrentLocation:hover {
	font-family: verdana;
	font-size: 10px;
	color: #315466;
	text-decoration: underline;
}

.LeftmenuTD {
	height: 22px;
}

.PageContent, .BoxBlueContent {
	background-color: #e9ecf0;
	padding: 12px;
}

.BoxBrownContent {
	background-color: #dddbd0;
	padding: 12px;
}

.PageBottom, .PageTopmenu {
	color: #000000;
}

.PageTop {
	background: url("../gfx/top.jpg") no-repeat;
	position: relative;
}

.SearchFormTable {
	position: absolute;
	right: 3px;
	bottom: 2px;
}

.FormElement {
	border-style: solid;
	border-width: 1px;
	border-color: #393570;

	font-family: verdana;
	font-size: 10px;
	color: #393570;
	
	background-color: #FFFFFF;
}


.FormElementCheckBox {
	border-style: none;
	border-width: 1px;
	border-color: #393570;

	font-family: verdana;
	font-size: 10px;
	color: #393570;
}


.FormElement100 {
	border-style: solid;
	border-width: 1px;
	border-color: #393570;

	font-family: verdana;
	font-size: 10px;
	color: #393570;
	
	background-color: #FFFFFF;
	
	width: 100%;
}

.Button {
	border-style: solid;
	border-width: 1px;
	border-color: #393570;

	font-family: verdana;
	font-size: 10px;
	color: #393570;
	
	background-image: url(../gfx/bg_button.gif);
	background-repeat: repeat-x;
	
	height: 18px;
	
	cursor: pointer;
}

.Button60 {
	border-style: solid;
	border-width: 1px;
	border-color: #393570;

	font-family: verdana;
	font-size: 10px;
	color: #393570;
	
	background-image: url(../gfx/bg_button.gif);
	background-repeat: repeat-x;

	width: 60px;
	height: 18px;
	
	cursor: pointer;
}

.ButtonBox {
	border-style: solid;
	border-width: 1px;
	border-color: #393570;

	font-family: verdana;
	font-size: 10px;
	color: #393570;
	
	background-image: url(../gfx/bg_button_box.gif);
	background-repeat: repeat-x;
	
	cursor: pointer;
}

.Border1 {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-collapse: collapse;
}

.Border2 {
	border-style: solid;
	border-width: 1px;
	border-color: #393570;
	border-collapse: collapse;
}

.Border3 {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	border-collapse: collapse;
}

.SplitLine {
	height: 1px;
	
	background-color: #393570;
}

.ImageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;

	border-style: solid;
	border-width: 1px;
	border-color: #8DB0C3;
}

.ImageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;

	border-style: solid;
	border-width: 1px;
	border-color: #8DB0C3;
}

.ImageFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.ImageFloatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.ImageBorderFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;

	border-style: solid;
	border-width: 1px;
	border-color: #8DB0C3;
}

.ImageBorderFloatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;

	border-style: solid;
	border-width: 1px;
	border-color: #8DB0C3;
}

.TableFloatLeftVisibleTableBorder {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}

.TableFloatRightVisibleTableBorder {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}

.TableFloatLeftHiddenTableBorder {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.TableFloatRightHiddenTableBorder {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.VisibleTableBorder {
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}

.HiddenTableBorder {
}

.HiddenElements {
	display: none;
}

.kontaktheader {
	font-weight:bold;
}

.kontakttext {
	font-weight:normal;
}

.KontaktFormElementCheckBox {
	border-style: none;
	border-width: 1px;
	border-color: #393570;

	font-family: verdana;
	font-size: 10px;
	color: #393570;
}


.KontaktFormElement100 {
	
	border-style: solid;
	border-width: 1px;
	border-color: #393570;

	font-family: verdana;
	font-size: 10px;
	color: #393570;
	
	background-color: #FFFFFF;
	
	width: 200;
}

.kontaktheaderImportant {
	font-size: 12px;
	font-weight: bold;
}
