body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link,a:visited,a:active { 
	color: white;
	}
	
a:hover { 
	color: white;
	background-color: #38537c;
	text-decoration: none;
	}

	
table.resultTable{
	position: absolute;
	left:	325px;
	top:	80px;
	width: 	705px;
	text-align: left;
}

table.messageTable{
	position: absolute;
	top:	25px;
	width: 	400px;
	vertical-align: top;
}

tr.ungerade{
	background-color: #f2f2f2;
}
thead{
	background-color: #38537c;
	color: white;
}

table.settingsTables{
	width: 288px;
}

td.settingsInput{
	text-align: right;
	width: 40px;
}

div.resultChart{
	position: absolute;
	left:	315px;
	top:	300px;
	width: 800px;
	height: 400px;
}

div.helpBox {
/*	position: absolute;
	top: 680px;
	left: 365px; */
	margin-top: 10px; 
    width: 1020px;
    border: 1px solid #4b6fa6;
    background-color: #38537c;
	color: white;
    padding-left: 10px;
    padding-right: 10px;
	padding-top: 5px;
    padding-bottom: 5px;
    /*box-sizing: border-box;*/
    overflow: hidden;
	visibility: hidden;
	
}
  
div.settings{
	position: absolute;
	left: 10px;
	top:	80px;
	width: 300px;
}

div.header{
	position: absolute;
	left: 10px;
	top: 5px;
	background-color: #38537c;
	width: 1020px;
	height: 65px;
}

div.navigation{
	position: absolute;
	left: 930px;	
	top: 5px;
	padding-top: 10px;
	padding-left: 3px;
	height: 100px;
	color: white;
	font-weight: bold;
	border-left: solid 3px white;
}

div.impressum{
	position: absolute;
	left: 10px;
	top:	80px;
	width: 1020px;
	height: 470px;
	background-color: #f2f2f2;
}

div.contact{
	position: absolute;
	left: 10px;
	top:	80px;
	width: 1020px;
	height: 400px;
	background-color: #f2f2f2;
}

div.help{
	position: absolute;
	left: 10px;
	top:	80px;
	width: 1020px;
	height: 430px;
	background-color: #f2f2f2;
}

div.mailsend{
	position: absolute;
	left: 0px;
	top:	0px;
	width: 1016px;
	height: 20px;
	text-align:center;
	font-weight: bold;
	border: 2px solid red;
}

div.chartText{
	position: absolute;
	left:	645px;
	top:	720px;
}

