/* -- Default everything -- */
html, body, div, dl, dt, dd, pre, form, fieldset, p, blockquote, table{
	margin:0;
	padding:0;
}
td {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
	padding-top: 0;
}
a img {
	border:0;
}
input, button, select, textarea {
	font-size: 12px;
}
/* -- Main Tags -- */
body {
    font: 12px Arial, Verdana, Helvetica, sans-serif;
    line-height: 1.2em;
    color: #3a3a3a;
	background: transparent url(images/bg_karob.gif) top left repeat-x;
	height:100%; 
	width: 100%;
	position: absolute;
}
a {
	text-decoration: underline;
	color: #3a3a3a;
}
a:hover {
	color: #cc2030;
}
h1,
h2,
h3,
h4,
input,
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}
h1 {
	font-size: 17px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
	font-style:italic;
}
h4 {
	font-size: 12px;
	font-style:italic;
}
h1, h2, h3, h4 {
	padding-bottom: 8px;
    line-height: 1.2em;
}
h2, h3, h4 {
	padding-top: 12px;
}
hr {
	color: #8b161b;
	background-color: #8b161b;
	height: 1px;
}
ul{
    margin: 0 auto;
    padding: 0;
}
li{
    text-align: left;
    list-style: none;
    margin: 0;
    background: url(images/li.gif) 0px 4px no-repeat;
}
/* -- Borders/Outside -- */

#out_out {
	position: relative; /* needed for footer positioning*/
	width: 980px;
	margin: 0 auto;
}
#total_out {
	position: relative; /* needed for footer positioning*/
	float: left;
	width: 980px;
	margin: 0 auto;
    clear: both;
}

/* -- Top -- */
#top{
	position:relative;
	display:block;
	height:88px;
	width: 980px;
    clear: both;
}

/* -- Center -- */
#center  {
	margin: 0;
	padding: 30px 0px 0px 0px;
	width: 980px;
}

/* -- Menu -- */
#menu {
	padding: 0px;
	margin: 0px;
	width: 160px;
	position: relativ;
	float: left;
}
#menu_a {
	padding: 0px 5px 0px 5px;
	margin: 0px;
	position: relativ;
    background: url(images/meny_top.gif) left top no-repeat;
}
#menu_a li{
	padding: 15px 15px 15px 2px;
	margin: 0px;
	position: relativ;
    background-color: #8b161b;
}
#menu_b {
	padding: 0px 5px 0px 5px;
	margin: 0px;
	margin-top: 1px;
	position: relativ;
}
#menu_b li{
	padding: 15px 15px 15px 2px;
	margin: 0px;
	position: relativ;
    background-color: #99121f;
}
#menu_c {
	padding: 0px 5px 0px 5px;
	margin: 0px;
	margin-top: 1px;
	position: relativ;
}
#menu_c li{
	padding: 15px 0px 15px 2px;
	margin: 0px;
	position: relativ;
    background-color: #ab2127;
}
#menu_d {
	padding: 0px 5px 0px 5px;
	margin: 0px;
	margin-top: 1px;
	position: relativ;
    background: url(images/meny_bottom.gif) left bottom no-repeat;
}
#menu_d li{
	padding: 15px 15px 15px 2px;
	margin: 0px;
	position: relativ;
    background-color: #ba252d;
}
#menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
	margin: 0px;
	padding: 4px 0px 4px 20px;
	display: block;
}
#menu ul li a:hover {
	background: transparent url(images/arrow_red.gif) 8px no-repeat;
}
#menu .selected {
	background: transparent url(images/arrow_red.gif) 8px no-repeat;
}

/* -- Main -- */
#main  {
	padding: 70px 55px 30px 55px;
	width: 525px;
	position: relativ;
	float: left;
    line-height: 1.3em;
}

/* -- News Side-- */
#news {
	padding: 0px;
	margin: 0px;
	position: relativ;
	float: left;
    width: 185px;
}
#news_top {
	padding: 51px 5px 0px 5px;
	margin: 0px;
    background: url(images/nyheter_top.gif) left top no-repeat;
    width: 175px;
}
#news .news_item {
	width: 135px;
	margin: 0px;
	position: relativ;
	padding: 1px 20px 10px 20px;
    background-color: #cd842b;
}
#news .news_date{
	padding: 0px 15px 15px 2px;
	margin: 0px;
	position: relativ;
	font-style:italic;
}
#news, #news a {
	color: #fff;
}
#news a:hover {
	color: #cc2030;
}
#news_bottom {
	margin: 0px;
	padding: 0px;
    background: url(images/nyheter_bottom.gif) left top no-repeat;
    width: 185px;
    height: 8px;
}

/* -- News page-- */
#newspage .news_item {
	margin: 0px;
	position: relativ;
	padding: 1px 0px 10px 0px;
}
#newspage .news_date{
	padding: 0px 15px 15px 2px;
	margin: 0px;
	position: relativ;
	font-style:italic;
}

/* -- Double block -- */
#block {
	position:relative;
	display:block;
	width: 525px;
	float: left;
	vertical-align: bottom;
}
#block .left {
	position:relative;
	float: left;
	width: 200px;
}
#block .right {
	position:relative;
	float: left;
	width: 300px;
	padding-left: 25px; 
}



/* -- Copyright -- */
#lidali {
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding-top: 37px;
	padding-bottom: 20px;
    font-size: 10px;
    color: #959595;
	width: 100%;
    clear: both;
    background: url(images/bg_bottom.gif) top left repeat-x;
}
#lidali a {
	text-decoration: underline;
    color: #959595;
}

#lidali a:hover {
    color: #cc2030;
}

/* -- Forms -- */
input {
	border: #8b161b 1px solid;
	width: 250px;
	height: 14px;
	margin-bottom: 2px;
	padding: 2px;
	color: #3a3a3a;
	background-color: transparent;
}
input.small {
	width: 138px;
}
input.big {
	width: 392px;
}
textarea {
	border: #8b161b 1px solid;
	height: 80px;
	width: 250px;
	margin-bottom: 2px;
	padding-left: 2px;
    color: #3a3a3a;
	background-color: transparent;
}
input.button {
	border: #8b161b 1px solid;
    width: 60px;
    background-color: transparent;
    height: 20px;
    padding: 0;
    margin: 0;
    color: #3a3a3a;
}
input.radio {
	width: 15px;
	border: 0;
}
.frageform {
	background-color: #f3e7e8;
	padding: 15px;
}
.frageform td {
	padding: 2px 5px;
}


.error {
	color: #cc2030;
	display: inline;
}
