
/*******************
 Screen Styles
/******************/

@import url("typo.css");
@import url("layout.css");
@import url("layout-wireframe-02.css");
@import url("forms.css");
@import url("tables.css");
@import url("tools.css");


/* LANG-SWITCH */
div#lang-switch ul {
	z-index:9;
	position: absolute;
	top: 4px;
	left: 870px;
	margin: 0;
	margin-top:0;
	margin-right:10px;
	padding: 0;
	line-height: 1em;
	list-style: none;
	float: right;
	}
div#lang-switch li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff;
	}
div#lang-switch li.last {
	border-right: none;
	}
div#lang-switch a,
div#lang-switch a:link,
div#lang-switch a:active,
div#lang-switch a:focus,
div#lang-switch a:visited {
	display: inline-block;
	/* hide from ie/mac \*/
	display: block;
	/* end hide */
	font-weight: bold;
	width: 35px;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 2px 0;
	color: #fff;
	/* background: #A46218; */
	outline: 0;
	}

div#lang-switch a.active,
div#lang-switch a:hover {
	color: #000000;
	text-decoration: underline;
	/* background: #FADD1D; */ /* #fb5a02  #A46218 */
	}
/* END LANG-SWITCH */