*   {
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 11px;
	line-height: 15px;
	-webkit-text-size-adjust: none;
}
body   {
   background-color: #000;
   text-align: center;
   padding-top: 8px;
   padding-bottom: 4px;
}
.header   {
	background-image: url('../../resources/images/logo.png');
	background-position: left;
	background-repeat: no-repeat;
	height: 233px;
	width: 872px;
}

/* Link */
a, a:link, a:visited, a:active   {
	color: black;
	font-size: 11px;
	text-decoration: none;
}
a:hover   {
	color: black;
	text-decoration: underline;
}

.header a, .header a:link, .header a:visited, .header a:active, .header a:hover	{
	color: darkorange;
}

.menu a, .menu a:link, .menu a:visited, .menu a:active   {
	color: white;
	font-size: 13px;
	padding: 5px;
	height: 26px;
	text-shadow: #000 2px 2px 2px;
}
.menu a:hover   {
	color: white;
	font-size: 13px;
	text-shadow: #000 2px 2px 2px;
}


/* Text decoration */
.white   {
	color: white;
	text-shadow: #000 2px 2px 2px;
}

/* Menu style */
.menu   {
	background-image: url('../../resources/images/menu_background.png');
	background-position: 0px -2px;
	background-repeat: repeat-x;
	background-color: #000;
	height: 28px;
	width: 872px;
	float: left;
	width: auto;
	height: 26px;
	border: 1px solid darkorange;
	vertical-align: middle;
}
.menu li   {
	list-style-type: none;
	display: inline;
	color: white;
	font-size: 13px;
	line-height: 26px;
	padding: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Content boxes */
.box_border   {
   background-color: #000;
	padding: 1px;
	border: 1px solid darkorange;
	margin-bottom: 11px;	
}
.box_header   {
   background-image: url('../../resources/images/menu_background.png');
	background-position: center;
	background-repeat: repeat-x;
	background-color: #000;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	text-shadow: #000 2px 2px 2px;
	padding-left: 10px;
	border-bottom: 1px solid darkorange;
}
.box_content   {
	background-color: darkorange;
	color: #000;
	padding: 0px;
	border-top: 1px solid #000;
	overflow: auto;
	outline: none;
}
.padding	{
	padding: 5px;
}

#news	{
	max-height: 207px;
	height: 207px;
}
#content	{
	max-height: 284px;
	overflow: auto;
	height: expression(this.scrollHeight > 284 ? "284px" : "auto"); /* IE */
	padding: 0px;
}
#fotoalbum	{
	max-height: 100px;
	overflow: auto;
	height: expression(this.scrollHeight > 100 ? "100px" : "auto"); /* IE */
	height: 100px;
}

/* Filter returns from list items */
.list br	{
	display: none;
} 
li	{
	//list-style: circle;
	list-style-position: inside;
}
.container {
	overflow: hidden;
	background-image: url('../../resources/images/menu_background.png');
	background-position: 0px -2px;
	background-repeat: repeat-x;
	background-color: #000;
	height: 28px;
	width: 872px;
	float: left;
	width: auto;
	height: 26px;
	border: 1px solid darkorange;
}
img {border: none;}
ul#topnav {
	margin: 0px 0 20px; 
	padding: 0; 
	list-style: none;	
	font-size: 1.1em;
	clear: both;
	float: left;
}
ul#topnav li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height: 28px;
}
ul#topnav a, ul#topnav span {
	padding: 3px 9px; 
	float: left; 
	text-decoration: none; 
	color: #fff;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
	background: #1d1d1d; 
}
ul#topnav a {	color: #7bc441; }
ul#topnav span {
	display: none;
}

ul#topnav.v2 span{
	background-image: url('../../resources/images/menu_background.png');
	background-position: 0px -2px;
	background-repeat: repeat-x;
	background-color: #000;
}
ul#topnav.v2 a{
	color: black;
	background-image: url('../../resources/images/a_bg.gif');
	background-position: 0px -40px;
	background-repeat: repeat-x;
	background-color: white;
}
