@charset "iso-8859-2";
body {
	font: 12px Tahoma;
	margin: 0px;
	color: #523f3f;
	background: url(../images/indexBg.jpg) repeat;
}
.slogenBox {
	color: #523f3f;
	text-align: center;
	vertical-align: middle;
	width: 273px;
	height: 182px;
	font-family: "Arial Narrow";
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
p {
	margin: 0px;
}

.loginBox {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
}
.loginFormBox {
	float: right;
	text-align: left;
	width: 200px;
}
.loginTextfield {
	font: 10px Tahoma;
	text-decoration: none;
	height: 12px;
	width: 140px;
	margin-top: 3px;
	background: #FFF7DF;
	border: 1px solid #583D3D;
	color: #796363;
}
.loginButton {
	font: 10px Tahoma;
	color: #FFF7DF;
	text-decoration: none;
	background: #8D7979;
	margin-top: 3px;
	border: 1px solid #583D3D;
	height: 17px;
}





.pictBox {
	height: 182px;
	width: 273px;
}
.head {
	width: 100%;
	background: url(../images/indexHead.png) no-repeat center top;
	height: 309px;
	min-width: 904px;
}
#loginForm {
	margin: 0px;
}



.infoBar {
	height: 50px;
	background: url(../images/infoBar.png) no-repeat center center;
	font: bold 14px Tahoma;
	color: #9b0003;
	text-decoration: none;
}

#infoScroller{
	width: 804px;
	height: 18px;
	margin-top: 2px;
	margin-left: 45px;
}

.container {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -140px;
}

.footerBar {
	height: 50px;
	background: url(../images/footerBar.png) no-repeat center center;
	font: bold 11px Tahoma;
	color: #bfb4aa;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.footerBar a {
	font: bold 11px Tahoma;
	color: #bfb4aa;
	text-decoration: none;
	margin-right: 6px;
	margin-left: 6px;
	cursor: pointer;
}

.footerBar a:hover {
	color: #FFFFFF;
}

.navLink {
	color: #FFFFFF;
	font-size: 6px;
}

.navLink a {
	color: #FFFFFF;
	text-decoration: none;
}
