﻿body {
	background: #fff;
	font: 75%/1.5 Verdana, sans-serif;
	color: #000;
	text-align: center;
	margin: 0px;
}

a:link, a:visited {color: #0073BA; text-decoration: none;}
a:hover {color: #000; text-decoration: underline;}

#center {
	background: #fff;
	position: relative;
	width: 740px;
	height: 100%;
	top: 0px;
	padding: 0px;
	margin: auto auto;
}

#header {
	background: #ccc url(header_top.jpg) no-repeat left top;
	position: relative;
	top: 0px;
	left: 20px;
	float: left;
	width: 700px;
	height: 37px;
	padding: 0px;
	margin: 0px;
}

#header_pic {
	position: relative;
	top: 0px;
	left: 20px;
	float: left;
	width: 700px;
	height: 163px;
	padding: 0px;
	margin: 0px;
}

#language {
	background: transparent;
	position: relative;
	top: 10px;
	right: 10px;
	float: right;
	width: 300px;
	height: 20px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #AB1501;
	text-align: right;
}

#meny {
	background: transparent;
	font-size: 0.9em;
	position: relative;
	top: 0px;
	left: 20px;
	width: 180px;
	float: left;
	text-align: left;
	padding-top: 0px;
}

#main {
	background: #fff url(m_bg.jpg) repeat-y top left;
	position: relative;
	top: 0px;
	width: 740px;
	float: left;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
}

#text {
	background: #fff;
	position: relative;
	top: 0px;
	right: 20px;
	width: 450px;
	float: right;
	text-align: left;
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

#right {
	background: #fff;
	position: relative;
	top: 0px;
	left: 0px;
	width: 249px;
	height: 300px;
	float: left;
	text-align: left;
	padding-bottom: 0px;
	border-left: 0px dotted #ddd;
}

#footer_pic {
	position: relative;
	top: 0px;
	left: 20px;
	float: left;
	width: 700px;
	height: 50px;
	padding: 0px;
	margin: 0px;
}

#footer {
	background: #fff url(bg.jpg) repeat-x top center;
	position: relative;
	top: 0px;
	right: 20px;
	width: 700px;
	height: 40px;
	float: right;
	text-align: left;
	border-top: 5px solid #ddd;
	padding-bottom: 10px;
}

#footer p {
	padding-top: 10px;
	padding-left: 30px;
}


p {
	padding: 0px;
	margon: 0px;
}

img {
	margin: 5px;
}

a img {
	border: 0px;
}

hr {
	height: 1px;
	width: 500px;
	color: #333;
	text-align: left;
}

h1 {
	position: relative;
	padding-top: 10px;
	clear: both;
	font: 2em Georgia, serif;
	color: #AB1501;
}

h2 {
	position: relative;
	padding-top: 10px;
	clear: both;
	font: 1.8em Georgia, serif;
	color: #555;
}

h3 {
	position: relative;
	padding-top: 10px;
	clear: both;
	font: 1.5em Georgia, serif;
	color: #555;
}

#left
	{
	position: relative;
	background: #fff;
	left: 0px;
	top: 0px;
	width: 500px;
	text-align: left;
	padding: 5px;
	float: left;
	border-right: 1px dashed #ddd;
	}

/* PROFILSIDAN */

#left2
	{
	position: relative;
	left: 0px;
	top: 0px;
	width: 500px;
	text-align: left;
	padding: 5px;
	float: left;
	border-right: 1px dashed #ddd;
	}

p.profil {
	padding: 5px;
}

#profil_info
	{
	position: absolute;
	top: 65px;
	left: 140px;
	width: 340px;
	height: 120px;
	background: #fff;
	padding: 0px;
	}

.textfield {
	font:1.1em  Verdana, Arial, Helvetica, sans-serif ;
	color:#000;
	margin:3px;
	height:12px;
	border:1px solid #ddd;
	padding: 3px 3px;
	background: #fff;
	width:150px;
}

#menuitems
{
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

#menuitems a
{
	display: block;
	padding: 10px 10px 10px 10px;
	width: 160px;
	background-color: #E5E5E5;
	border-bottom: 1px solid #ddd;
	margin: 0px;
	font: bold 12px Arial, serif;
}

#menuitems a:link, #menuitems a:visited
{
	color: #777;
	text-decoration: none;
}

#menuitems a:hover
{
	background-color: #eee;
	color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
	background-color: #eee;
	color: #AB1501;
}

/* forms */
#login{
	position: relative;
	background: #f4f4f4;
	padding: 1.25em 15px 0;
	border: 1px solid #ddd;
	width: 250px;
	font-size: 0.95em;
	margin: auto auto;
	text-align: left;
}
form {
	position: relative;
	background: #fff;
	padding: 1.25em 15px 0;
	border: 1px solid #eee;
	width: 400px;
	font-size: 0.95em;
	text-align: left;
}
fieldset {
	margin: 0 -1.5em 1.5em;
	padding: 0 1.5em 1.5em;
	border: none;
	text-align: right;
}
fieldset * {
	text-align: left;
}

label {
	display: block;
	padding-bottom: 1.5em;
	line-height: 1;
}
label input {
	display: block;
	margin-top: 0.5em;
	border: 1px solid #aaa;
	float: none;
	width: 180px;
}

label #textarea {
	display: block;
	margin-top: 0.5em;
	border: 1px solid #aaa;
	float: none;
	width: 380px;
}

#input_send {
	display: block;
	background: #eee;
	margin-top: 0.5em;
	border: 1px solid #aaa;
	text-align: center;
	float: right;
}

/* ANNONSER */

#ad_header {
	position: relative;
	float: left;
	width: 440px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.tbody {
	position: relative;
	float: left;
	width: 440px;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 5px;
}

.timage {
	position: relative;
	float: left;
}

.tlink {
	padding: 5px;
	position: relative;
	float: left;
	width: 200px;
}

.tlink a {
	font-weight: bold;
}
