body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Ubuntu,sans-serif;
}
#header {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 457px;
    height: 60px;
    background-image: url(/images/newheaderhelp.png);
    background-size: 457px 60px;
}
#headermedium {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 60px;
    background-image: url(/images/headermedium.png);
    background-size: 300px 60px;
    display: none;
}
#headersmall {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 180px;
    height: 50px;
    background-image: url(/images/headersmall.png);
    background-size: 180px 50px;
    display: none;
}
#teaser {
    position: absolute;
    top: 2px; 
    left: 460px;
    width: 100px;
    height: 60px;
    background-image: url(/images/drotams.png);
    background-size: 100px 60px;
}
#banner {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 468px;
    height: 60px;
}
#bannersmall {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 320px;
    height: 50px;
    display: none;
}
#chart {
    position: absolute;
    top: 63px;
    bottom: 20px;
    right: 3px;
    left: 3px;
}
#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 13px;
}
#footer-left {
    padding: 0 0 3px 5px;
}
#footer a{
    margin: 0 4px;
    color: #4D7FA5;
}
#footer-right {
    position: absolute;
    right: 6px;
    bottom: 0px;

}
#copyright {
    position: absolute;
    bottom: 0px;
}
a.sociallink {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/images/social.png);
    background-size: 16px 48px;
    margin: 0 4px;
}

#DrotamMenu {
	border: 2px solid #4D7FA5;
	position: absolute;
	top: 63px;
	left: 460px;
    width: 250px;
	visibility: hidden;
	z-index: 140;
    background-color: white;
}
div.drotambutton {
    font-size: 16px;
    width: 200px;
}
#DrotamDescr {
    background-color: #EEE;
    border-top: 1px solid #4D7FA5;
    padding: 6px;
    font-size: 13px;
}
#DrotamDescr h3 {
    color: #4D7FA5;
    margin: 2px 0 2px 0;
}
#DrotamDescr p {
    margin: 4px 0;
}
#DrotamDescr a {
    color: #4D7FA5;
}
#FuelSelector {
	border: 2px solid #4D7FA5;
	position: absolute;
	top: 63px;
	left: 380px;
    width: 170px;
	visibility: hidden;
	z-index: 140;
    background-color: white;
}
a.fuelSelectorLink {
    text-decoration: none;
    display: block;
    color: #4D7FA5;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 1px 5px;
    cursor: pointer;
}
a.fuelSelectorLink:hover {
    text-decoration: none;
    display: block;
    color: white;
    background-color: #4D7FA5;
}

#ChartSelector {
	border: 2px solid #4D7FA5;
	height: 445px; width: 700px;
	position: absolute;
	top: 63px;
	left: 100px;
	visibility: hidden;
	z-index: 140;
}
#imgChartSelbase {
	position: absolute; 
	width: 700px;
	height: 445px;
	border: none;
}
#imgChartSelover {
	position: absolute; 	
	margin-top: 25px;
	width: 700px;
	height: 420px;
	border: none;
}
#imgChartSelHighlight {
	position: absolute; 
	margin-top: 25px; 
	width: 700px; 
	height: 420px;
	border: none;
}
#divChartSelLabelBack {
	position: absolute; 
	margin-top: 36px;
	margin-left: 203px;
	width: 405px;
	height: 24px;
	background-color: black;
	opacity: .4;
	visibility: hidden;
	filter: alpha(opacity=40);
}
#divChartSelLabel {
	position: absolute; 
	margin-top: 40px;
	margin-left: 103px;
	width: 605px;
	height: 30px;
	color: white;
	font-size: 16px;
	text-align: center;
	font-family: Verdana, sans-serif;
}
#imgChartSelMap {
	position: absolute;
	width: 700px;
	margin-top: 25px;
	height: 420px;
	border: none;
}
#ChartSelector area {
	cursor: crosshair;
}
#buttonmap area {
	cursor: pointer;
}
#cs_bsel0 {
	position: absolute;
	margin: 11px 17px;
	width: 591px;
	height: 18px;
	background: transparent url('/images/chartsel/buttons.gif') no-repeat scroll 0px -18px;
}
#cs_bsel1 {
	position: absolute;
	margin-left: 0px;
	width: 92px;
	height: 18px;
	background: transparent url('/images/chartsel/buttons.gif') no-repeat scroll 0px -90px;
}
#cs_bsel2 {
	position: absolute;
	margin-left: 186px;
	width: 70px;
	height: 18px;
	background: transparent url('/images/chartsel/buttons.gif') no-repeat scroll -186px -90px;
}
#cs_bhl {
	position: absolute;
	margin-left: 0px;
	width: 0px;
	height: 18px;
	background: transparent url('/images/chartsel/buttons.gif') no-repeat scroll 0px 18px;
}
#cs_bselmap {
	position: absolute; 
	width: 591px;
	height: 18px;
	border: none;
}


