﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	color: #81b531;
}
a:visited {
	text-decoration: none;
	color: #81b531;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #81b531;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 44px;
	line-height: 38px;
	color: #000000;
	font-weight: 300;
	margin-top: 10px;
}
h2 {
	font-family: Oswald, sans-serif;
	font-size: 30px;
	line-height: 26px;
	color: #000000;
	font-weight: 300;
	margin-top: 10px;
}
h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 4px;
	color: #555555;
	font-weight: 400;
}
h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 4px;
	color: #81b531;
	font-weight: 400;
}
h5 {
	font-family: 'Oswald', sans-serif;
	font-size: 44px;
	line-height: 38px;
	color: #ffffff;
	font-weight: 300;
	margin-top: 10px;
}
.ContainerTop {
	float: none;
	height: 635px;
	width: 100%;
	margin: 0px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(_images/start-wide.jpg);
	padding: 0px;
	background-color: #dedede;
	background-position: center top;
	background-repeat: repeat;
	clear: none;
	top: auto;
}
.ContainerTools {
	float: none;
	height: 665px;
	width: 100%;
	margin: 0px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(_images/bg-toolboard.jpg);
	padding: 0px;
	background-color: #dedede;
	background-position: center top;
	background-repeat: repeat;
	clear: none;
	top: auto;
}
.ContainerContact {
	float: none;
	height: 740px;
	width: 100%;
	margin: 0px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(_images/bg-green.jpg);
	padding: 0px;
	background-color: #85bb33;
	background-position: center top;
	background-repeat: repeat;
	clear: none;
	top: auto;
}
.loginform {
	width: 250px;
}
.brodtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
.infotext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.LoginBtn
{
    height:32px;
    width:71px;
    background-image:url(_images/btn-ok.jpg);
}
.failureNotification
{
    color: Red;
}

.imgButton
{
    display: inline;
    background-color: transparent;
    border: 0px none transparent;
    margin: 4px 0 4px 4px;
    float: right;
    width: 16px;
    height: 16px;
}

.DisplayNone
{
    display:none;    
}

