@charset "UTF-8";
/* CSS Document */
html, body {
	margin: 0px;
	padding: 0x;
	height: 101%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 125%;
	background-color: white;
	background-image: url(../images/body-background.jpg);
	background-repeat: repeat-x;
}
img {
	border:none;
}
#centerBody {
	position:relative;
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	width: 1000px;
}
#siteHeader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/lv-top-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:255px;
	width: 1000px;
}
#flagBox {
	position: absolute;
	top: 210px;
	left: 128px;
	z-index: 30;
	width: 780px;
}
#langBox {
	float:left;
	padding-top: 10px;
}
#mspLink {
	float:right;
}
#logoBox {
	position: absolute;
	top: 18px;
	right: 62px;
}
#mainMenu {
	position: absolute;
	top: 127px;
	left: 280px;
	border-left: 1px solid #F3B300;
}
#mainContainer {
	position: absolute;
	top: 255px;
	left: 87px;
	background-image: url(../images/lv-centerbody-background.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	width: 826px;
	padding-left: 13px;
}
#mainBox {
	float:left;
	width: 760px;
	padding-left: 20px;
}
#footerBoxContainer {
	width: 800px;
	clear:both;
}
#footerBox {
	clear:both;
	background-image: url(../images/lv-footer-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sponsorBox {
	float:left;
	padding-left: 20px;
}
#credits {
	float:right;
	font-size: 12px;
	padding-right: 20px;
}
