@import "boxes.css";
@import "colors.css";
@import "sIFR-screen.css";
@import "newsletterform.css";
@import "dropdown_list.css";

/* GENERAL STYLES */	
body 
{
	color:#000;
	font-size:0.7em;
	font-family: arial,helvetica;
	background-color:#000;
	margin: 5px 0px 0px 0px;
	
}

td
{
	xfont-family: arial,helvetica;
	xfont-size: 0.7em;
}

p
{
    margin:0px;
    margin-bottom:8px;
    padding:0px;
}

img
{
	border:0px;
}

/* LINK STYLES */	
a 
{ 
	text-decoration: underline;
	color:#000;
}
	
a:hover
{ 
	text-decoration: none; 
}



	
/* HEADER STYLES */	
h1 {
	font-size:24px;
	font-weight:normal;
	color:#000000;
	margin:0px;
	padding:0px;
}

h2 {
	font-size: 11px;
	color:#666;
	margin:0px;
	padding:0px:	
}

h3 {
	font-size:16px;
	font-weight:normal;
	color:#8795ab;
	margin:0px;
	padding:0px;
}

h4 {
	font-size: 11px;
	margin:0px;
	padding:0px;
}

h4.info_box {
    width:350px;
    font-size:33px;
    
}

h5 {
	font-size:30px;
	margin:0px;
	padding:0px;
}

/* FORM STYLES */	
input,select,text,textarea {
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	background-color:#ffffff;
	border:1px solid #000000;
}

input.checkbox
{
	border:0px;
}

/* CLASSES */
.clear
{
    clear:both;
}

.noheight
{
    height:0px;
    line-height:0px;
}

div.statement
{
    position:absolute;
    margin-top:-60px;
    margin-left:15px;
    padding-left:10px;
    background-color:#000;
}

img.front_page
{
    display:block;
    margin-bottom:10px;
}

/* Brødkrummesti */
p.bct
{
    float:right;
    margin-right:5px;
}

a.bct
{
    color:#000;
    text-decoration:none;
}

a.bct:hover
{
    text-decoration:underline;
}

/* NEWS Classes */
a.news
{
    color:#fff;
    text-decoration:none;
}

.news_page
{
    color:#000 !important;
}

.news_selected
{
    font-weight:bold;
    background-image:url(../images/green_grad.png);
    background-repeat:repeat-y;
    padding:3px 0px 3px 3px;
    margin-left:-3px;
}

h1.news
{
    font-size:14px;
    margin-bottom:5px;
}

p.news
{
    margin-bottom:20px;
}

a.news:hover
{
    text-decoration:underline;
}

.news_image
{
    float:right;
    width:215px;
    overflow:hidden;
}

.news_image img
{
    display:block;
    margin-bottom:10px;
}

.news_image_text
{
    width:195px;
    padding:4px;
    border:6px solid #b2d234;
    background-image:url(../images/news_image_bg.jpg);
    background-repeat:repeat-x;
    background-color:#cfe771;
    color:#fff;
    font-weight:bold;
}

div.blue_box
{
    color:#fff;
    width:252px;
    height:289px;
    font-size:1.1em;
    padding:17px 15px 17px 15px;
    float:right;
    border: #00aeef 4px solid;
    background-position: left bottom;
    background-image: url(../aviva/media/gfx/fakta_blue.jpg);
    background-repeat: repeat-x;
    background-color: #00aeef;
}

.blue_box a {color:#fff;}


/* ID SPECIFIC STYLES */
#container
{
	width:890px;
    padding:0px 10px 10px 10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;	
}

#content_front
{
	float:right;
    width:590px;
    height:226px;
    overflow:hidden;
}

#content_page
{
    float:left;
    margin-left:10px;
    width:290px;
    height:331px;
    overflow:hidden;
}

#search
{
    float:right;
    margin-top:30px;
}

#search p 
{
    text-align:right;
}

#searchInput
{
    background-image:url(../images/sog_bg.jpg);
    background-repeat:no-repeat;
    border:1px solid #231f20;
    height:16px;
    width:137px;
}

#subtext 
{
	
	width:665px;
	float:left;
	margin:0px 0px 0px 10px;
}

#subpage {
	
    margin-top:50px;
    margin-left:auto;
    margin-right:auto;
	min-height:500px;
	display:block;
    width:665px;
	
}

#quicklinks
{
  display:none;
}

#icons
{
   display:none;
}

#icons img.margin
{
    margin-left:6px;
}

#posNews
{
    background-color:#b3d236;
    background-image:url(../images/news_bg.jpg);
    background-position:4px 4px;
    background-repeat:no-repeat;
    width: 254px;
    height:218px;
    padding:8px 18px 0px 18px;
    margin-bottom:10px;
}

#address
{
    margin:0px -10px 0px -10px;
    padding:0px 12px 0px 10px;
    height:37px;
    border-top:1px solid #c7c7c7;
    line-height:37px;
    font-size:10px;
}

#address span
{
    color:#b2d234;
    font-weight:bold;
}

table.skema {
	background-color:blue;
	padding:2px;
	width:100%;
	border-spacing:1px;
}

.skema td {
	background-color:#ffffff;
}

/* hide stuff */
.xm_0,.xm_1,.xm_2,.xm_3 {
    display:none;
}
