* { 
	padding:0px;
	margin: 0px;
}

body { 
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #000000;
}

#container {
	width: 1000px;
	background-color: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 1px;
}

#title {
	background-image: url(../images/annette_5.jpg);
	position: relative;
	background-repeat: no-repeat;
	width: 650px;
	height: 130px;
	left: 0px;
	margin-top: 10px;
	margin-left: 220px;
	margin-right: auto;
	margin-bottom: 0px;
}

#title span {
	display: none;
}

#title_image {
	float: left;
	margin-top: 20px;
	margin-left: 8px;
}

.menubar {
	width: 850px;
	height: 40px;
	background-color: #000000;
	padding-top: 2px;
	padding-bottom: 7px;
	margin-bottom: 1em;
	text-align: center;
	float:left;
}

ul.menu {
	list-style-type: none;
}

ul.menu ul {
	list-style-type: none;
	padding-top: 0;
	padding-bottom: 0;
}

.menu a {
	text-align: center;
	position: static;
	width: 8em;
	height: 30px;
	font-size: 10px;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 2px 0px 0px;
	color: #ffffff;
	text-decoration: none;
	padding: 0em;
}

.menu a:hover {
	color: #666666;
}

.menu a:active {
	color: #cccccc;
	font-weight: bold;
}

.menu a#current {
	color: #666666;
	font-weight: bold;
}

.menu#headmenu {
	padding: 0;
}

.menu#headmenu li {
	float: left;
	//display:table-cell;
	vertical-align: middle;
	padding-left: 0.2em;
}

#content {
	padding: 20px 20px;
	text-align: left;
	margin-left: 140px;
	position: relative;
}

#content img {
	margin: 0px 20px 10px 0;
	/*border-style: outset;
	border-color: #cccccc;
	border-width: 6px;*/
}

div#content form#contact table {
	width:420px;
	border: 0;
	border-spacing:2px;
	margin-left: 150px;
	margin-top: 15px;
}

div#content form#contact td {
	vertical-align: top;
}

#content_inner {
	background-color: #333333;
	width: 700px;
	padding: 10px 0 0 0px;
	text-align: left;
	margin-left: 40px;
}

#content_inner p{
	text-align: left;
	padding-left: 150px;
}

#content_inner h2{
	text-align: left;
	padding-top: 110px;
}

#content_inner h5{
	text-align: left;
	padding-left: 150px;
}

#content_inner .block_1{
	width: 550px;
	position: relative;
	float: right;
	margin: 20px 0 0 0;
}

#content_inner .block_1 p{
	padding-left: 0;
	padding-bottom: 10px;
}

#content_inner .block_1 img{
	float: right;
	margin-right: 0;
	margin-bottom: 0;
}

#content_inner .block_1 .image_block{
	float: right;
	margin-right: 0;
	margin-bottom: 0;
	width: 300px;
}

#content_inner .block_1 .image_block img{
	margin-right: 0;
	margin-bottom: 0;
}

#content_inner .block_1 .image_block p{
	text-align: right;
	font-size: 11px;
	padding: 0 1px 5px 0;
	margin: 0;
}

#content_inner .block_2{
	width: 550px;
	position: relative;
	float: left;
	margin: 20px 0 0 0;
}

#content_inner .block_2 p{
	padding-top: 0px;
}

#content_inner .block_2 img{
	float: left;
	margin-left: 0;
	margin-bottom: 0;
}

#content_inner .block_3{
	width: 370px;
	position: relative;
	margin: 20px 0 0 150px;
}

#content_inner .block_3 p{
	padding-top: 10px;
	padding-left: 0;
	padding-right: 30px;
}

#content_inner .block_3 img{
	margin-left: 0;
	margin-bottom: 0;
}

#content_inner .news{
	width: 100%;
}

#content_inner .block_news{
	width: 500px;
	position: relative;
	float:right;
	margin: 20px 0 10px 0;
}

#content_inner .block_news p{
	padding-left: 0;
	padding-right: 60px;
}

#content_inner .block_news img{
	float: right;
	margin-right: 0;
	margin-bottom: 0;
}

#first_image {
	margin-left: 150px;
	margin-bottom: 20px;
}


/*
.image_block {
	margin: 0;
}

.image_block img {
}

.image_block p {
	text-align: left;
	font-size: 11px;
	padding: 0 10px 5px 0;
	margin: 0;
}
*/

.linje{
	width: 600px;
	height: 2px;
	background-color: #b9d064;
	margin: 20px auto 20px auto;
}

.linje_news{
	width: 600px;
	height: 1px;
	background-color: #ffffff;
	margin: 10px 50px 0px auto;
	float:right;
}

.credits {
	font-size: 0.8em;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 8px;
}

.credits a {
	color: #666666;
}

.clearthis {
	clear:both;
}


#footer {
	padding: 0 0 0 140px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-weight: bold;
	font-size: 0.8em;
}

#footer a {
	text-decoration: none;
}

#footer img {
	float:right;
}
