/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

img {
	border:0px solid #FFFFFF;
}

body {
	background: #eeeeee;
	color: #000000;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 15px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 18px Arial, Helvetica, sans-serif;}
h2 {font: bold 14px Arial, Helvetica, sans-serif;}
h3 {font: normal 14px Arial, Helvetica, sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h3 {padding-top: 6px; color: #000; margin-bottom: 4px;}
h2 {color:#FFF;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	position:relative;
	border: 1px solid #808080;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 20px;
	width: 950px;
}

.outer-container {
	background: #eeeeee;
}

/* headere & title */
.header {
	
	background:#FFF;
	height: 203px;
	width:950px;
	margin-bottom: 10px;
}
.anime_head {
	float:left;
	background: url('img/banner1.gif') no-repeat;
	width:719px;
	height:203px;
}

.logo {
	float:left;
	background: url('img/header_logo.jpg') no-repeat;
	width: 231px;
	height:203px;
}

.sprakval {
	position:absolute;
	top:10px;
	left:820px;
	width: 150px;
	height:30px;
	border:0px solid red;
}

.flag {
	float:right;
	width:30px;
	height:18px;
	padding:0 5px 0 0;
	}

/* MENU */
.menu {
	background: none;
	color: #FFF;
	font: bold 16px Arial, Helvetica, sans-serif;
	width:760px;
	padding: 10px 0;
	margin-bottom:10px;
	/*display:inline;*/
}
.menu a {
	background: #d10024;
	color: #FFF;
	padding: 10px 25px;
	text-decoration: none;
}
.menu a:hover {
	background: #a7001d;
	color: #FFF;
}

/* main */
.main {
	background: #FFF;
	padding: 0;
}
.content_wrap {
	float:left;
	width: 760px;
	margin-right:20px;
}
/* CONTENT */
.content {
	float: left;
	width: 760px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#999999;
}

/* RIGHT COLUMN */
.right_column {
	float: left;
	background: #FFF;
	width: 170px;
}
.searchbox {
	float:left;
	background: #d10024;	
	width:150px;
	padding: 10px;
	margin-bottom:10px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#FFF;
}
.search_txt {
	float: left;
	background: url('img/search_field.jpg') no-repeat;
	width:142px;
	height:16px;
	border:none;
	padding: 2px;
	margin: 10px 0;
}
.search_btn {
	float:left;
	background: url('img/search_btn.jpg') no-repeat;
	width:50px;
	height:20px;
	border:none;
}
.news {
	float:left;
	background: #d10024;
	width:150px;
	height:300px;
	padding: 10px;
}
.news ul {margin-top:20px;}
.news li {border-bottom:1px dotted #FFF;}
.news li a {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration:none;
}
.nyhetsdatum {
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#FFF;
}
.bottom_menu {
	float:left;
	width:760px;
}
/* FOOTER */
.footer_border {
	float:left;
	background: url('img/footer_border.jpg') repeat-x;
	width:950px;
	height:4px;
}
.footer {
	background: #FFF;
	width:950px;
	height:30px;
}