@charset "iso-8859-2";
body,html {
	width:100%;
	height:100%;
}
body {
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
	margin:0;
}
#header {
	background-image: url(../images/indexHeaderBg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 182px;
	width: 100%;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
}
#containerDesign {
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	height: 813px;
}

#logo {
	margin-top: 44px;
	z-index: 2;
	position: relative;
}

#headPic {
	float: right;
	z-index: 2;
	position: relative;
	margin-top: 44px;
	background-image: url(../images/indexHeaderPicture.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 255px;
	width: 667px;
}
#adsText, #adsText a  {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #800000;
	margin-top: 229px;
	padding-right: 15px;
	padding-left: 3px;
	height: 50px;
	text-decoration: none;
}
#adsText, #adsText a:hover {
	color: #FFFFFF;
}



#infoScroller{
	width: 660px;
	height: 22px;
	margin-top: 0px;
	margin-left: 0px;
}
#startText {
	font-family: "Arial Narrow";
	font-size: 12px;
	color: #CC0000;
	width: 220px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	height: 180px;
	overflow: visible;
	position: relative;
	top: -5px;
}
#footerBg {
	background-image: url(../images/indexFooterBg.png);
	height: 285px;
	position: absolute;
	left: 0px;
	top: 585px;
	width: 100%;
	z-index: -1;
}

#startInfos {
	width: 220px;
	text-align: center;
}
.startInfosText, .startInfosText a {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.startInfosText a:hover {
	color: #337493;
}
#logIn {
	position: absolute;
	z-index: 2;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.logInInput {
	font-family: "Arial Narrow";
	font-size: 11px;
	color: #000000;
	height: 14px;
	width: 100px;
}
.logInOK {
	background: transparent url(../images/buttonOKBg.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 48px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
#menu {
	background-image: url(../images/indexMenuBg.png);
	background-repeat: no-repeat;
	height: 350px;
	width: 717px;
	position: relative;
	top: -290px;
	text-align: center;
	padding-top: 14px;
	background-position: right top;
	left: 247px;
}

#footer {
	background-image: url(../images/footerBg.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 964px;
	z-index: 4;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -270px;
	text-align: center;
	padding-top: 14px;
}
#footer a {
	font-family: Tahoma;
	font-size: 12px;
	color: #fff03b;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerText {
	width: 964px;
	z-index: 4;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	padding-top: 5px;
	top: -270px;
}
.menuItems {
	float: left;
	width: 150px;
	padding-right: 38px;
	padding-top: 12px;
}
.menuItemsLast {
	float: left;
	width: 150px;
	padding-top: 12px;
	clear: right;
}
.menuItems2 {
	float: left;
	width: 150px;
	padding-right: 38px;
	padding-top: 22px;
}
.menuItems2Last {
	float: left;
	width: 150px;
	padding-top: 22px;
	clear: right;
}.menuItems a, .menuItemsLast a, .menuItems2 a, .menuItems2Last a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.menuItems a:hover, .menuItemsLast a:hover, .menuItems2 a:hover, .menuItems2Last a:hover {
	color: #006699;
	text-decoration: none;
}

