body {
	background:#000 url('./gfx/tlo_body.png') repeat-x left top;
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#FFF;
	font-family:Arial;
}

a {
	text-decoration:none;
	color: #ff8000;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

h1 {
	font-size:20px;
	color:#FF3300;
	padding:0px;
	margin:0 0 30px 0;
	text-align:left;
}

h1.start {
	text-align:center;
}
h3 {
	font-size:14px;
	color:#FF3300;
	padding:0px;
	margin:20px 0 0px 0;
	text-align:center;
	font-weight:bold;
}

#content {
	position:relative;
	width:100%;
	background:url('./gfx/header.jpg') no-repeat top center;
}

#top {
	position:relative;
	height:365px;
	width:941px;
	margin:auto;
}

#site {
	position:relative;
	background: url('./gfx/tlo_site.png') no-repeat center bottom;
	width:940px;
	padding-bottom:87px;
	margin:auto;
}

#foot {
	position:relative;
	height:58px;
	width:940px;
	margin:auto;
}

#bottom {
	position:absolute;
	width:100%;
	height: 390px;
	left:0px;
	bottom:0px;
	background:url('./gfx/tlo_bottom.png') repeat-x left bottom;
}


#box {
	width:546px;
	position:relative;
	float:right;
	right:75px;
	border:1px solid #0E2735;
	background:url('./gfx/tlo_box.png') repeat left top;
	padding:30px 0;
}


#box .top_box {
	position:absolute;
	left:-1px;
	top:-1px;
	background:url('./gfx/box_top.jpg') no-repeat left top;
	width:548px;
	height: 104px;
}

#box .bottom_box {
	position:absolute;
	left:-1px;
	bottom:-1px;
	background:url('./gfx/box_bottom.jpg') no-repeat left bottom;
	width:548px;
	height: 104px;
}

#box .tekst {
	position:relative;
	min-height:290px;
	padding:0 40px;
	text-align:left;
}

#box .tekst p {
	line-height:18px;
}

#column_left {
float:left;
	margin-left:80px;
}
ul#menu {
	top:0px;
	margin:0px;
	padding:0px;
	list-style:none;
}

.baner {
	text-align:center;
	margin-top:10px;
	background:#000;
	display:block;
	padding:3px;
	border:1px solid #0E2735; 
}

ul#menu li {
	margin:0px;
	padding:0px;
	padding-top:18px;
	padding-bottom:17px;
	width:179px;
	background:url('./gfx/tlo_menu.png') no-repeat center center;
	text-align:center;
}

ul#menu li a {
	color: #FFF;
}

#top img {
	position:absolute;
	top:191px;
	left: 230px;
}

#foot, #foot * {
	color: #FFF;
}

#foot .copy {
	position:absolute;
	top:20px;
	left:150px;
}

#foot .des {
	position:absolute;
	top:20px;
	right:150px;
}

.clear {
	clear:both;
}
