@charset "utf-8";


body {
	background-color: #999999;
	margin-top:0px;
	margin-bottom: 15px;
}

#logo {
	float: left;
	height: 180px;
	width: 265px;
	background-image:url(../img/logo.jpg);
}

#contentHeader {
	height: 180px;
	width: 675px;
	z-index: 1;
}

#header {
	height: 180px;
	width: 940px;
}

#headerBar {
	background-color:#F0800E;
	height: 42px;
	width: 940px;
}

#banner{
	float: right;
	position: relative;
		}
#langMenu {
	position: absolute;
	z-index: 2;
	height: 24px;
	width: 246px;
	bottom: 0px;
	right: 0px;
}


#left {
	width: 265px;
	float: left;
	background-image: url(../img/leftBar.jpg);
	background-repeat: repeat-y;
	padding-bottom: 0px;
	
}
#content {
	background-color: #FFFFFF;
	float: right;
	position: relative;
	width: 580px;
	right: 70px;
	text-align: left;
	top: 10px;
	bottom: 10px;
	min-height: 900px;
}
#footer {
	width: 940px;
	height: 40px;
}
#middle {
	width: 940px;
	background-color:#FFFFFF;
	overflow: hidden;
	background-image: url(/assets/img/leftBar.jpg);
	background-repeat: repeat-y;
}

#navigation {
	background-color: #FFFFFF;
}
#login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(/assets/img/leftBar.jpg);
	background-color: #CCC;
	color: #333;
}
#newsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 35px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #FFF;
	float: left;
	clear: both;
}

#newsletter table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sponsor {
	padding-top: 15px;
	padding-bottom: 15px;
	height: 295px;
	clear: both;
	float: left;
}

.Stil1 {
	font-size: 14px;
}
#container {
	overflow: hidden;
}

#container #middle #spacer {
	background-image: url(../img/leftBar.jpg);
	background-repeat: repeat;
	width: 100%;
}

#loginFrame {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

