/**************************************************/
/* Galerdo Platforms, www.galerdo.com */
/* Client: Ahni Ekonomiservices */
/* CSS: SKIN */
/**************************************************/



/* --------------------------------------- */
/* main layout */
/* --------------------------------------- */

/* Clearfix */
.clearfix:after, .nav1:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix, .nav1 {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix, * html .nav1 {height: 1%;}
.clearfix, .nav1 {display: block;}
/* End hide from IE-mac */

body {
	background: #fff;
	padding-top: 0; margin-top: 0;
	text-align: center;
	font-size: 76%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 0; padding: 0;
}

#container {
	margin: 0 auto;
	width: 782px;
	min-height: 500px;
	padding: 0;
	text-align: left;
	background: transparent url(graphics/bg.gif) repeat-y;
	}
	
#head {
	height: 192px;
	background: transparent url(graphics/head.gif) left bottom no-repeat;
	padding-bottom: 2px;
	}
#main {
	background: #fff;
	min-height: 318px;
	clear: both;
	padding: 20px 8px 30px 8px;
	}
#foot {
	padding: 5px 5px 20px 5px;
	background: #fff url(graphics/foot.gif) left top repeat-x;
	}
	
#logo {
	border: none;
	margin: 26px 42px 0 46px;
	float: left;
}

#banner {
	height: 117px;
	margin: 0 0 23px 200px;
}

#left {
	float: left;
	width: 184px;
}
#content {
	margin-left: 202px;
	padding-right: 80px;
}

/* --------------------------------------- */
/* Footer*/
/* --------------------------------------- */

#foot {
	font-size: 0.9em;
	color: #ccc;
}

#copyright {
	float: left; 
	width: 500px; 
	}

#galerdo_link {
	float: right; 
	width: 200px; 
	text-align: right; 
	}
#galerdo_link a {
	 color: #ccc;
	 text-decoration: none; 
	 background: url(../main/graphics/galerdo_window.gif) 4px 3px no-repeat;
	 padding-left: 16px;
	 }
#galerdo_link a:hover {
	 color: #bf0222; 
	 text-decoration: underline;
	 background: url(../main/graphics/galerdo_window_hover.gif) 4px 3px no-repeat;
	 }

/* --------------------------------------- */
/* LANGUAGES */
/* --------------------------------------- */

#lang ul {	
	LIST-STYLE-TYPE: none;
	MARGIN: 0px; PADDING: 0px;
	}

#lang ul li { 
	FLOAT: right; 
	}

#lang ul li a:link, #lang ul li a:visited, #lang ul li a:active {
	FONT: 10px Verdana, Geneva, Arial, Helvetica, sans-serif; COLOR: #94999f; TEXT-DECORATION: none; TEXT-ALIGN: center;
	BORDER-RIGHT: solid 1px #f2f2f2;
	PADDING: 0px 5px;
	}

#lang ul li a:hover {
	BACKGROUND: #EFEFF0; 
	COLOR: #4a555f;
	}

#lang ul li a.nav1r_on {
	COLOR: #AB081B;
	}