@charset "UTF-8";
/* CSS Document */

html{
	height:100%;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	/* Skyggen utenfor center */
	background: #fff url(images/skygge.png) repeat-y;
	background-attachment:fixed;
	background-position:center;
	margin:0;
	
	/*For full høyde på siden uavhengig av menge innhold*/
	min-height: 100%;
	height:100%;
}


/* Generell stil på alle linker */
a{
	color: #b1151b;
}

a:visited{
	color: #666;
}

a:hover{
	color: #666;
}

/*Ingen border på bilder som er linker*/
img{
	border:none;
}

div#center{
	width:1000px;
	margin:0 auto;
	background:#fff;
	/*For full høyre på siden */
	min-height: 100%;
	height: auto !important;
	 
}

/* Flashstripene flyter til høyre*/
object#flash{
	float:right;
}

div#myAlternativeContent
{
float:right;
}

/* Alle tabeller */
table   { border-collapse: collapse }

/***********************************************
******************* TOP ***********************
***********************************************/
div#top{
	width:100%;
	height:90px;
	float:left;
}

/*Apeland logo*/
img#logo{
	margin:30px 0 30px 24px;
	float:left;	
}

div#headerImage{
	margin-bottom:30px;
}
div#headerImageFlash{
	margin-bottom:150px;
}



/***********************************************
******************* LEFT ***********************
***********************************************/

div#left{
	width: 145px;
	margin: 0 25px;
	float:left;
	font-size:0.7em;
	color:#666 !important;
}

/******************* MENU ***********************/

ul#menu{
	list-style-type:square;
	padding-left:19px;
	color:#B1151B;
	margin: 0 0 20px 0;

}

ul#menu a{
	/*color:#666;*/
	color:#b1151b !important;
	text-decoration:none;
}

ul#menu a:hover{
	/*color:#000 !important;*/
	font-weight:bold;
	/*color:#b1151b;*/
	text-decoration:none;
}
ul#menu a.active{
	/*color: #000 !important;*/
	font-weight:bold;
}

ul#menu li{
	padding-bottom:2px;
}



/****************** ADRESSES *******************/

div#left h2{
	font-size:1em;;
	color:#b1151b;
	font-weight:normal;
	margin-bottom:3px;
}

div#left p{
	margin-top:0;
}

div#left a{
	color:#666;
}

/***********************************************
******************* TEXT ***********************
***********************************************/

div#arkiv h3

{
color: #b1151b;
font-size: 14px;
font-weight: normal;
margin-top: 0pt;
margin-left:5px;
}
div#arkiv p

{
font-size:12px;
margin-top: 2px;
margin-left:5px;
}

div#arkiv img

{
margin-right:5px;
}


div#text{
	width:480px;
	float:left;
	font-size:13px;
	margin:0 20px;
}

div#text h1{
	color:#b1151b;
	font-size:18px;
	font-weight:normal;
	margin-top:0;
}

div#text h2{ /* For mellomtitler */
	font-weight:normal;
	font-size:13px;
	color:#b1151b;
	margin-top:30px;
}

h2.nopadding{ /*For overskrifter uten padding rundt */
	margin-top: 5px !important;
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}

p.nopadding{ /*For paragrafer som ikke skal ha padding */
	margin-top:0;
}

div#text ul{
	padding-left: 20px;
}

/* Gjelder kun nyhetssiden*/
img#newsImage{
	float:right;
	margin: 3px;
}
img#newsImage2{
	margin: 3px;
}

/* Gjelder kun møt oss siden */
div#krisehjelp{
	border: #b1151b 1px dashed;
	padding-left: 20px;
}

/***********************************************
******************* RIGHT ***********************
***********************************************/

div#rightBlog{
	width: 235px;
	float:right;
	margin:0 15px 0 0;
	font-size:0.7em;
	color:#666 !important;
}

div#rightBlog h2{
	font-size:12px;;
	color:#b1151b;
	font-weight:normal;
	margin-bottom: 1px;
}

div#rightBlog a{ 
	color:#b1151b;
}

div#rightBlog p{
	font-weight:normal;
	margin-top: 0;
margin-bottom: 5px;
}

div#rightBlog img{
	margin-bottom:5px; /*For å gi luft ned til bildeteksten*/
}


div#right{
	width: 235px;
	float:right;
	margin:0 15px 0 0;
	font-size:0.7em;
	color:#666 !important;
}

div#right h2{
	font-size:1em;;
	color:#b1151b;
	font-weight:normal;
	margin-bottom:0;
}

div#right a{ 
	color:#b1151b;
}

div#right img{
	margin-bottom:5px; /*For å gi luft ned til bildeteksten*/
}

.imgText
{
	background-color: #e8e8e8;
	width: 133px;
	font-size: 9px;
	text-align: left;
	float:left;
	margin: 5px 10px 5px 0;
	
}
.imgText p
{
	margin: 3px;
}

.imgText_wide
{
	background-color: #e8e8e8;
	width: 200px;
	font-size: 9px;
	text-align: left;
	float:left;
	margin: 5px 10px 5px 0;
	
}
.imgText_wide p
{
	margin: 3px;
}

.greybox{ /*Tekstboks med grå bakgrunnsfarge*/
	background:#EEE;
	padding:5px ;
	padding-bottom: 30px;
}

h2#rightHeader{
	font-size:14px !important;
}


/************* Bokbestilling ******************/
h2.boktittel{
	margin-bottom:0 !important;
	padding-bottom:0!important;
	margin-top:0 !important;
}

h2.forfatter{
	color:#333333 !important;
	font-style:italic;
	font-size:10px !important;
	margin-top:0!important;
	padding-top:0!important;
}

table#bestilling{
	font-size: 10px !important;
	color:#333333;
	width:200px;
	margin:20px 0 0 0;
}

table#bestilling td{
	padding-right:15px;
	padding-bottom:5px;
	padding-top:5px;
}

tr.border_top td{ /* Oppsummering av bestilling (Strek over)*/
	border-top:solid thin #CCC;
}
tr.border_bottom td{ /* Oppsummering av bestilling (Strek under)*/
	border-bottom:solid thin #CCC;
}

table.kontaktinfo{
	border-collapse:separate;
	color:#555;
	border-spacing:10px;

}

table.kontaktinfo tr{
	padding:20px;

}

/************ Mailingliste ****************/
form#mailinglist{
	margin-bottom: 30px;
}

form#mailinglist label,input {
	text-align:left !important;
	float: left;
	margin-bottom: 5px;
}


form#mailinglist label {
	text-align: right;
	width: 90px;
	padding-right: 10px;
}

form#mailinglist br {
	clear: left;
}
.submitbutton
{
	float: left;
}



/************* Påmelding seminarer ******************/

table.seminarer{
	font-size: 10px !important;
	color:#333333;
	width:200px;
	margin:-20px 0 0 0;
}

table.seminarer td{
	padding-right:15px;
	padding-bottom:5px;
	padding-top:5px;
}


right.input{
	float:right;
	text-align:right;
}



p.ingress_forside{
	margin-top:2px;
}



/************ Flinke folk **************/
a.ansatt
{
text-decoration:none;
color:#b1151b;
}

a.ansatt:hover
{
text-decoration: underline;
color:#b1151b;
}

a.active{
	color:#000 !important;
	text-decoration:none;
}

/* stil på mailadressene*/
a.ansattinfo{
	text-decoration:none;
	color: black;
}

a.ansattinfo:hover{
	text-decoration: underline;
	color: black;
}

h2#ansatt_navn{
	font-size: 16px !important;
	font-weight: bold;
	color:#b1151b;
	margin-top:0px!important;
}


div#ansatt_text{
	margin: 0 10px;
}

.ansattliste{
	font-size: 10px;
}

div#boks{ /*Boks rundt ansatte kan muligens fjernes*/
	font-size: 10px;
}

/*************** Alertbokser *********************************/
.alert {
	font-size:10px;
	background: #fff6bf url(http://www.apeland.no/images/icons/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos http://www.w3.org/TR/CSS21/colors.html */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}

.info {
	background: #f8fafc url(http://www.apeland.no/images/icons/information.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
	font-size: 10px;
	width: 170px;
	}

.info_wider {
	background: #f8fafc url(http://apeland.no/images/icons/information.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
	font-size: 10px;
	width: 400px;
	}



/**************************************************************
********************* FOOTER **********************************
**************************************************************/
div#footer{
	clear:both;
}