@charset "utf-8";

/* 
__________________________________

	 Last Updated: 12.4.2009
			   
	Bluesystem SARL Fribourg
		
	http://www.bluesystem.ch/

__________________________________
 
*/

/* reset all the shit */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

body, html {
	background: #abb6bc url("/images/bgx.jpg") repeat-x fixed;
	font-size: 100%;
	color: #3a012b;
}

a:link {
    color: #ec6500;
}

a:visited, a:hover, a:focus, a:active {
    color: #3a012b;
}

#headereffect {
	position: fixed;
	z-index: 999;
	width: 100%;
	top:0;
	left:0;
	height: 190px;
	background: url("/images/header.png") repeat-x;
}

#header {
	position: fixed;
	z-index: 1000;
	width: 920px;
	left: 50%;
	margin: 0 0 0 -405px;
}

#header #logo {
	margin: 15px 0;
	width: 140px;
}

#header #logo address {
	font-size: 0.7em;
	text-align: right;
	margin: 10px 4px 0 0;
}

#header #navigation {
	position: absolute;
	top:0;
	left:0;
	margin: 160px 0 0 160px;
}

#header #navigation ul {
	position: relative;
	display: block;
	min-height: 40px;
	
	list-style-type: none;
	
	font-size: 12px;
	letter-spacing: 0.09em;
	color: #fff;
}

#header #navigation ul li {
	float: left;
	margin: 0;
	text-transform: uppercase;
}

#header #navigation ul li a {
	display: block;
	padding: 0 30px 0 0;
	text-decoration: none;
	color: #3a012b;
	
}

#header #navigation ul li a.point {
	cursor: pointer;
}

#header #navigation > ul > li > a {
	cursor: default;
}

#header #navigation ul li a:hover,
#header #navigation ul li a.on,
#header #navigation ul li a.navon {
	color: #ec6500;
}

#header #navigation ul li ul {
	display: none;
	position: absolute;
	
	top:0;
	left:0;
	min-height: 20px;
	height: 22px;
	width: 180%;
	margin: 12px 0 0 -10px;
	padding: 0 0 0 5px;
}

#header #navigation ul li ul li {
	padding: 0;
	margin:0;
}

#header #navigation ul li ul li.on a {
	color: #3a012b;
	display: block;
	cursor: default;
}

#header #navigation ul li ul li a {
	color: #ec6500;
	padding: 5px;
	margin:0;
}

#header #navigation ul li ul li a:hover {
	color: #3a012b;
}

#header #text {
	position: absolute;
	
	top:0;
	right: 0;
	
	margin: 161px -90px 0 0;
	padding: 29px 0 0 0;
	
	width: 240px;
	font-size: 0.7em;
}

#header #text > * {
	display: inline;
}

#header #text h1 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #ec6500;
	margin: 0 0 10px 0;
}

#header #text p {
	/* background: #fff; */
	font-family: Times;
	font-size: 13px;
}

#contents {
	margin: 0 auto;
	padding-top: 180px;
	width: 500px;
	font-size: 0.6em;
}

.elefant,
.tank,
.arro {
	position: fixed;
	left: 50%;
	margin-left: -630px;
	bottom:0;
}

.tank {
	margin-left: 130px;
}

.arro {
	margin-left: -460px;
	margin-bottom: -100px;
}

p.contact {
	margin-top: -22px;
	font-size: 14px;
}

#contents.preload {
	font-size: 12px;
}

a#contact {
	cursor: pointer;
}