/* CSS Document */
/*Site Stylesheet*/
body {
	background-color: #d5d5d5;
	margin:0;
	padding:0;
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	/*font-family:Trebuchet;*/
	font-size: 11px;
	text-align:center;
}

a {
	color: #ae3227;
	text-decoration: none;
}

a:link {
	color: #ae3227;
	text-decoration: none;
}

a:hover {
	color: #ae3227;
	text-decoration: underline;
}

a:active {
	color: #ae3227;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a img, a:link img {
	border: none;
}


h1 {
	color: #ae3227;
	font-weight:normal;
	margin: 0;
	line-height: 18px;
	font-size: 18px;
}

#siteWrap {
	width:668px;
	margin:0 auto;
	text-align: left;
}

/*Navigation*/

#navContainer {
	background-image: url(/assets/images/site/nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

ul{
	list-style-type: none;
	display: inline;
	line-height:33px;
}

li{
	float:left;
	padding-left: 10px;
	padding-right: 25px;
	font-size:14px;
}

li a{
	color: #ae3227;
	text-decoration: none;
}

#navContainer div{
	width: 668px;
	height: 33px;
}

/* FlashContainer */
#flashContainer {
	float: left;
	background-color: #FFFFFF;
	height: 203px;
	width: 309px;
	background-image: url(/assets/images/site/containerCorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px;
	border-top: 10px solid #d5d5d5;
	border-right: 0px solid #d5d5d5;
	border-bottom: 0px solid #d5d5d5;
	border-left: 0px solid #d5d5d5;
}

/* News */
#newsContainer {
	float:left;
	background-color: #FFFFFF;
	height: 203px;
	width: 309px;
	background-image: url(/assets/images/site/containerCorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px;
	border-top: 10px solid #d5d5d5;
	border-left: 10px solid #d5d5d5;
}

#newsContainer a, #newsContainer a:hover {
	color: #ae3227;
}

	
/* info */
#infoContainer {
	clear:both;
	float: left;
	background-color: #FFFFFF;
	height: 104px;
	width: 309px;
	background-image: url(/assets/images/site/containerCorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px;
	border-top: 10px solid #d5d5d5;
}
/* Saldo */
#saldoContainer {
	float: left;
	background-color: #FFFFFF;
	height: 104px;
	width: 309px;
	background-image: url(/assets/images/site/containerCorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px;
	border-top: 10px solid #d5d5d5;
	border-left: 10px solid #d5d5d5;
}

#saldoContainer h1 {
	font-size: 18px;
	color: #ae3227;
	font-weight: normal;
}

#saldoContainer h2 {
	font-size: 14px;
	color: #ae3227;
}
/* footer */

#footer {
	clear:both;
	float: left;
	background-color: #FFFFFF;
	color: #9e2c21;
	font-size: 9px;
	height: 23px;
	width: 658px;
	background-image: url(/assets/images/site/containerCorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top: 10px solid #d5d5d5;
	text-align:left;
	padding-left: 10px;
	padding-top: 10px;
}

.saldoSubmit {
}

/* Article */

#articleContainer {
	width:100%;
}

#rightCol {
	float: left;
	width: 450px;
	background-color: #FFFFFF;
	color: #8FC73E;
	background-image: url(/assets/images/site/containerCorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top: 10px solid #8fc73e;
	padding: 10px;
}

#leftCol {
	float: left;
	width: 168px;
	background-color: #FFFFFF;
	color: #8FC73E;
	background-image: url(/assets/images/site/containerCorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top: 10px solid #8fc73e;
	border-left: 10px solid #8fc73e;
	padding: 10px;
}

.articleNavi a, .articleNavi a:hover {
	font-size:14px;
	color: #ae3227;
}

.leftColHeadline {
	font-weight: bold;
}

.leftColLink,.leftColLink:hover {
	color: #ae3227;
}

/* pageContainer */

#pageContainer {
	background-color: #FFFFFF;
	background-image: url(/assets/images/site/containerCorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top: 10px solid #d5d5d5;
	padding: 10px;
}

#pageContainer img{
	padding-right: 10px;
}

#pageContainer .td1{
	background-color: #f1e0de;
	padding: 3px;
}

#pageContainer .td2{
	background-color: #fff;
	padding: 3px;
}

#pageContainer th {
	padding-left: 3px;
}

#pageContainer .shops_region{
	background-color: #fff;
	padding: 6px;
}

#pageContainer .news_top th {
	text-align:left;
	font-size: 14px;
	padding:3px;
}

#pageBreadcrum {
	padding-bottom: 10px;
	color: #ae3227;
}
#pageBreadcrum a,a:hover {
	color: #ae3227;
}

.saldoSubmit {
	background-image:url(/assets/images/site/saldo.gif);
	width: 89px;
	height: 26px;
	border: 0;
}

