/* LAYOUT */

html, body {
	height: 100%;
}

* {
	font-family: Arial, Helvetica, sans-serif; /*  Verdana */
	font-size: 11px;
}

body
{
	margin: 0;
	padding: 0;

	overflow: hidden;
	position: relative;

}

body {
	background-attachment: scroll;
	background-image: url(../images/background.jpg);
	background-position: -320px -10px;
	background-color: #DDD8BC;
}

#stripe
{
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 48%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#horizontal
{
	background: url(../images/l_horizontal.png) repeat-x left top;
	position: absolute;
	margin-left: -50%;
	top: -25px;
	left: 50%;
	width: 100%;
	height: 50px;
	visibility: visible;
	z-index: 80;
}

#vertical
{
	background: url(../images/l_vertical.png) repeat-y center top;
	position: absolute;
	margin: 0 auto;
	left: 47%;
	width: 50px;
	height: 100%;
	z-index: 100;
}

#logo
{
	position: absolute;
	background-color: transparent;
	top: -221px;
	left: 49%;
	width: 263px;
	height: 221px;
	display: block;
	visibility: visible;
	z-index: 90;
}


#signet
{
	position: absolute;
	top: 520px;
	left: 12px;
}

#language {
	position: absolute;
	top: 12px;
	left: 12px;

}

#language a {
    text-decoration: none;
    color: #000000;
}

#language a:hover {
    text-decoration: none;
    color: #333333;
}

#language a.on {
    color: #9e0812;
}

/* SET FINAL POSITIONS HERE */
/*
#stripe
{
	top: 300px;
}
#vertical
{
	left: 300px;
}
#logo {
	left: 320px;
}
*/
