body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	background: #fff url(../img/bg.jpg) center top repeat-x;
	color:#333;
}

* { margin: 0; padding: 0; }

.hide {
	display: none;
	visibility: hidden;
}

:focus{
	border: none;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #9C3;
	text-decoration: underline;
}

div#wrap {
	position: absolute;
	left: 50%;
	margin-left: -465px;
	width: 960px;
}
	
div#header {
	display: block;
	width: 940px;
	height: 164px;
	background: url(../img/header.jpg) no-repeat center top;
}

div#nav {
	display: block;
	width: 940px;
	height: 20px;
	margin-top: -1px;
	margin-bottom: 20px;
	background: url(../img/nav-point.gif) no-repeat;
} 

ul#nav_list {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	font-size: 12px;
	margin-left: 14px;
}

ul#nav_list li, ul#nav_list a {
	display: block;
	width: auto;
	height: auto;
	text-decoration: none;
}

ul#nav_list li {
	float: left;
	margin: 0px 20px 0px 0px;
}

div#content {
	float: left;
	display: inline;
	width: 640px;
	padding: 20px;
	border-right: 1px solid #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 50px;
}

h1 {
	color: #666666;
	font-size: 36px;
	font-weight: lighter;
	font-family: Trebuchet MS, sans-serif;
	}

h2 {
	color: #64C2FF;
	font-size: 30px;
	font-family: Verdana;
	margin-bottom: 10px;
	}
	
h3 { color: #666; font-size: 16px; margin-bottom: 10px; margin-top: 10px; }
	
div#content img { border: 1px solid #666; padding: 3px; float: right; margin-left: 25px;}
div#sidebar img { border: 1px solid #666; padding: 3px;}
div#content p { margin-bottom: 10px; margin-top: 5px; }
div#content b { font-size: 13px; }
div#content ul, div#content ol, div#sidebar ol { padding: 0; padding-left: 20px; margin: 0; margin-bottom: 10px;}

ol li { margin: 0px; padding: 0; padding-bottom: 5px; line-height: 20px; border-bottom: 1px dotted #999;}

div#sidebar {
	display: inline;
	width: 200px;
	float: left;
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 50px;
}

div#sidebar .editable {
	margin-bottom: 20px;
	border-bottom: 1px dotted #666;
	padding-bottom: 20px;
	line-height: 16px;
}

div#login {
	text-align: left;
	margin: 0;
	display: block;
	width: 70px;
	font-size: 10px;
	position: absolute;
	right: 20px;
	top: -31px;
	background: url(../img/login-bg.png) right bottom;
	
}

form#login_form {
	margin-left: 5px;
}

p#login_show {
	margin: 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
}

input#login_submit {
	display: none;
}

input#password {
	width: 55px;
}

div#status {
	display: none;
	background: #F30;
}

div#status p {
	font-size: 10px;
	font-weight: bold;
}

.one img {
	display: inline;
	border: 1px solid black;
}

div#contactform {
	display: block;
	background: transparent url(contactbg.png) no-repeat;
	padding-left: 21px;
}

div#warning {
	display: block;
	width: 250px;
	padding-left: 21px;
	overflow: hidden;
}

div#warning p {
	display: none;
	width: 250px;
	float: left;
}

#loading {
	display: block;
	background: url(../img/indicator.gif) no-repeat;
	width: 18px;
	height: 18px;
}

#form {
	width: 158px;
	border: 1px solid black;
}

#contactform input, #contactform textarea {
	background: #FFF;
	border: 1px solid black;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	width: 250px;
}

input:focus, textarea:focus {
	border: 1px solid black;
}

#nameinput {
	margin-top: 42px;
}

#emailinput, #checkinput, #adresinput{
	margin-top: 24px;
}

#commentinput {
	margin-top: 24px;
	display: block;
	height: 76px;
	overflow: auto;
}

#submitinput {
	margin-top: 10px;
	cursor: pointer;
	padding: 5px;
}

#success {
	color: green;
}

#bademail {
	color: red;
}

div#footer {
	clear: both;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	margin-bottom: 30px;
	font-size: 10px;
	display: block;
	padding: 10px;
}

.mbmlink {
	height: 16px;
	background: url(../img/mbmlink.png) left top no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	display: block;
	float: right;
	margin-top: -15px;
}