/*

	Ostrahult
	
*/
html {
/*	background: #1f9ce0 url(bilder/bg.jpg) repeat-y center;*/
	background: url(bilder/bg_topp.jpg) no-repeat center top;

}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
/*	background: url(bilder/bg_topp.jpg) no-repeat center top;*/
}
#container {
	height: 100%;
	width: 694px;
	margin: 0 auto;
	text-align: left;
}



#header {
	height: 190px;
	background: url(bilder/headerbg.jpg) repeat-x;
}
#header h1 {
	line-height: 0;
	text-indent: -9999px;
	background: url(bilder/header-illust.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 166px;
}
#header p {
	display: none;
}

.inner {
	padding: 1em;
}


#sidebar {
	float: left;
	width: 22%;
	background: url(bilder/sidebar.jpg) repeat-x;
}
#sidebar .inner {
	border-right: 1px solid #fff;
	min-height: 428px;
	_height: 428px;
}

#body {
	width: 77%;
	float: left;
}
#body .inner {
	border-left: 1px solid #ccc;
	min-height: 428px;
	min-height: 428px;
	_height: 428px;
}

#footer {
	border-top: 1px solid #ccc;
	padding-top: 1em;
	text-align: center;
	clear: both;
	font-size: 75%;
	color: #999999;
	margin: 0 auto;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #666666;
}

#header ul {
	margin: 3px 0 0 0;
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 1;
	top: 166px;
}
#header ul li {
	display: inline;
}
#header ul li a {
	font-size: 80%;
	display: block;
	float: left;
	color: #39507e;
	text-decoration: none;
	padding: 3px 14px;
	text-transform: uppercase;
}
#header ul li a:hover {
	background-color: #FFFFFF;
}

p {
	margin: 0 0 1em 0;
}




.tables {
	border: thin solid #000000;
}
.mailform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	border: 1px solid #999999;
	background-color: #CCCCCC;
}
.textliten {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 5px;
}

.align-right {
	float: right;
}
a img {
	border: 1px solid #000;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
