html, body  {
	text-align: center; 
	font-size: 12px; 
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	background:#000 url('../gfx/tlo_bottom.jpg');
	margin:0px;
	padding: 0px;
}
	
body * {
	margin: 0px; 
	padding: 0px; 
  font-size: 12px; 
}
	
img {
	border: 0px;
}
	
h1 {
	font-size: 20px; 
	font-weight: bold;
}
	
h2 {
	font-size: 17px;
}
	
h3 {
	font-size: 14px; 
	font-weight: bold;
}

a {
	color: #FFF; 
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color: #FF7F00;
}


#content {
	position:relative;
	min-width:950px;
	width:100%;
	background:#000 url('../gfx/tlo_body.jpg') repeat-x left top;
}

#site {
	position:relative;
	margin:auto;
	width: 950px;
	background: url('../gfx/start/auto.jpg') no-repeat 442px 369px;
}

#foot {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:50px;
}

#main {
	position: relative;
	padding-top: 225px;
	left: 50px;
	width:350px;
	min-height:400px;
	text-align:left;
	line-height: 16px;
	padding-bottom:80px;
	text-align:justify;
}

#main ul {
	list-style:none;
}

#main ul li {
	margin-bottom:10px;
}

#main p {
	margin: 7px 0 5px 40px;
}

#main div a {
	font-weight:bold;
}

#foot * {
	color: #FFF;
}

#foot a:hover {
	color: #ff8000;
}

.des {
	position:absolute;
	top:25px;
	right: 30px;
}

#foot ul {
	position:absolute;
	top:25px;
	left: 350px;
	list-style:none;
}

#foot ul li {
	float: left;
	padding: 0 5px;
	border-right:1px solid #fff;
}

#foot ul li.last {
	border:none;
}

.copy {
	position:absolute;
	top:25px;
	left: 30px;
}

.stat {
	position:absolute;
	top:20px;
	left:240px;
}
.tunel {
	position:absolute;
	min-width:950px;
	width:100%;
	height:570px;
	left:0px;
	top:72px;
	background: url('../gfx/start/tlo_content.jpg') no-repeat center top;
}

.tlo_bottom {
	position:absolute;
	width:100%;
	height:50px;
	left:0px;
	bottom:0px;
	background:url('../gfx/start/tlo_foot.jpg') repeat-x left bottom;
}

.tlo_flagi{
	position:absolute;
	width: 181px;
	height:70px;
	top: 0px;
	right: 47px;
	background:url('../gfx/start/tlo_flagi.jpg') no-repeat left top;
}

ul.langs {
	position:absolute;
	list-style:none;
	top: 15px;
	right: 20px;
}

ul.langs li {
	float:left;
	padding-left:30px;
}

.logo {
	position:absolute;
	left: 50px;
	top: 100px;
	z-index:2;
}

ul.menu {
	position:absolute;
	right: 35px;
	top: 90px;
	list-style: none;
}

ul.menu li {
	float:left;
	padding-left: 20px;
	padding-top: 15px;
}

ul.menu.de {
	right:40px;
}

ul.menu.de li {
	padding-left: 15px;
}

ul.menu li.select {
	padding-top:0;
}

.link {
	padding-right:10px;
}


