body {
	text-align: left;
	background-color: white;
	color: black;
	font-size: 85%;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
	clear: both;
}

#logo_lvr {
	float: right;
	overflow: hidden;
	margin-top: 45px;
    margin-bottom: 0px;
    margin-right: 100px;

}

#logo_infokom {
    float: left;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 100px;
}

#header {
	min-height:100px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	-webkit-box-shadow: 10px 0px 42px -11px rgba(0,0,0,0.22);
	-moz-box-shadow: 10px 0px 42px -11px rgba(0,0,0,0.22);
	box-shadow: 10px 0px 42px -11px rgba(0,0,0,0.22);
} 

#main {
	-webkit-box-shadow: 10px 0px 42px -11px rgba(0,0,0,0.22);
	-moz-box-shadow: 10px 0px 42px -11px rgba(0,0,0,0.22);
	box-shadow: 10px 0px 42px -11px rgba(0,0,0,0.22);
	margin-left: 100px;
	margin-right: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 100px;
	padding-right: 100px;
	position: relative;
}

h1 {
	color: #005ea8;
	font-size: 2.5em;
	font-weight: normal;
}

h2 {
	color: #4E4E4E;
	font-size: 2.0em;
	font-weight: normal;
}

a {
	color: #005ea8;
    border-bottom: 1px solid #005ea8;
    text-decoration: none;
}

#lbserver {
	color: #4E4E4E;
	font-size: 0.6em;

	position: absolute;
	bottom: 10px;
	right: 2px;

}