
/*
----------------		LINK SECTION --------------------------
*/

a:link
{
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	color: #960000;
}
a:visited
{
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	color: #960000;	
 }
a:hover
{
	font-weight: normal;
	color: #960000;
	text-decoration: underline;
	background: transparent;
}
a:active
{
	font-weight: normal;
	color: #960000;
	text-decoration: underline;
}
a.submenulink:link{
	color: #f7c200;
}
.news a{
	color: #151515;

}
#bottom a{
	color: #984944;
}
/*
----------------		END LINK SECTION --------------------------
*/




/*
----------------		GENERAL SECTION --------------------------
*/
h2{
	color: #960000;
	font-size: 13px;
	margin: 0;
	padding: 0;

}
h2{
	text-decoration: none;

}
body {
	background: url(../img/tlo.png);
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Verdana, Tahoma, Arial, serif, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #414141;
}

img,div,option {
	padding: 0;
	margin: 0;
	border: 0;
}
#global{
	width: 896px;
	margin: 0 auto 0 auto;
}
#top{
	width: 896px;
	background: url(../img/bg-top.jpg) no-repeat;
	
	
}
#top-top{
	width: 556px;
	height: 81px;
	padding-left: 340px;

}
#logo{
	width: 220px;
	height: 81px;
	float: left;
	cursor: pointer;
}
#languages{
	width: 81px;
	height: 22px;
	float: right;
	margin-top: 28px;
	background: url(../img/bg-languages.png) no-repeat;
	padding: 7px 0 0 7px;
}
#top-menu{
	width: 896px;
	height: 40px;	
}
#top-submenu{
	width: 896px;
	height: 23px;
	background: url(../img/bg-submenu.jpg) no-repeat;
	color: #c5bda1;
	padding: 5px 0 0 20px;
}

#top-submenu a{

	color: #c5bda1;
}
#top-submenu a:hover, a:active{

	color: #f7c200;
}
#content{
	width: 896px;
}
#content-left{
	width: 564px;
	float: left;
	background: #c9c1a5;
	padding: 11px 11px 0 11px;
}
#content-right{
	width: 300px;
	float: left;
	margin-left: 10px;
	background: url(../img/bg-content-right.png);
	padding-bottom: 18px;
}
#content-right-flash{
	padding: 12px;
}
#content-header{
	width: 549px;
	height: 36px;
	background: url(../img/bg-content-header.gif) no-repeat left;
	padding: 10px 0 0 15px;
}
#content-include{
	width: 524px;
	background: #dcd5bc;
	padding: 10px 20px 0 20px;
}
#content-footer{
	background: url(../img/bg-content-footer.gif) no-repeat;
	width: 564px;
	height: 26px;
}
#content2{
	width: 876px;
	padding: 0 10px 0 10px;
	background: #cac2a6;
	float: left;
}
.content-left2{
	width: 433px;
	float: left;
	padding: 11px 0 0 0;
}
.content-header2{
	width: 418px;
	height: 36px;
	background: url(../img/bg-content-header.gif) no-repeat left;
	padding: 10px 0 0 15px;
	float: left;	
}
.content-include2{
	width: 393px;
	background: #dcd5bc;
	padding: 10px 20px 0 20px;
	float: left;	
}
.content-footer2{
	background: url(../img/bg-content-footer.gif) no-repeat;
	width: 433px;
	height: 26px;
	float: left;	
}
#bottom{
	width: 896px;
	height: 237px;
	background: url(../img/bg-bottom.png) no-repeat;
	margin-top: 10px;
	float: left;
	color: #833733;
	text-align: center;
	padding-top: 10px;
}
#flashgallery{
	width: 896px;
	height: 245px;
}
.news{
	width: 375px;
	padding: 10px;
	background: #e9e5d9;
	float: left;
	margin-bottom: 10px;
}

.floatleft{
	float: left;
}
.floatright{
	float: right;
}

