/*--Mads Rasmussen nov. 2007 - steal if you like ;-) Modified when needed*/
/*
#articlecontent ul { background-color: transparent; margin-top: 15px; margin-right: 0; margin-left: 0; padding-left: 0; list-style-type: none; }
#articlecontent li { margin: 0 0 75px; padding: 0; list-style-type: none; }

*/


html { margin: 0; padding: 0; }
body { color: black; font-size: 12px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; background-color: white;  margin: 0; padding: 0; }
/*Start of individual settings for DIV's*/
#maincontainer { background-color: transparent; width: 762px; }
#banner { background-color: transparent; height: 63px; margin-bottom: 20px; }
/*settings for the content of article pages*/
#articlecontent { height: 100%; min-height: 3000px; margin-right: 140px; margin-left: 140px; padding: 5px 20px 20px 40px; border-right: 1px solid black; border-left: 10px solid black; }
#share { height: 30px; width: 60px; float: right; margin-top: 11px; }
/*setttings for the content of the feature pages-
*/
#featurecontent { text-align: left; min-height: 3000px; margin-right: 140px; margin-left: 140px; padding: 5px 0 20px 15px; border-right: 1px solid black; border-left: 10px solid black; }
#copyrights { bottom: 0; height: 60px; padding-top: 10px; }
#submenu { height: 30px; width: 100%; }
#logoholder { height: 65px; }
#knapmenu { height: auto; }
#headlinebox1, #healinebox2 { font-weight: bold; padding-left: 5px; }
#inheadlinebox3 { width: 430px; padding-right: 10px; padding-left: 10px; }
/*End for the individual settings of DIV's*/
/**/
/* Holder for healineboxes */
#headlineholder  { margin-top: 10px; }
/* grey background settings for headline */
#headlinebox1, #healinebox2, #inheadlinebox3 { background-color: #ccc; }
/*settings for padding - margin - border*/
#logo,  #copyrights, #healinebox3   { margin-right: 140px; margin-left: 140px;  border-right: 1px solid black; border-left: 10px solid black; padding-right: 10px; padding-left: 10px; }
/* text align */
#copyrights, #articlecontent, #headlinebox1, #healinebox2, #healinebox3, #logo  { text-align: left; }
/* width settings*/
#knapmenu, #contentcontainer, #headlineholder, #logoholder #banner { width: 100%; }
#healinebox3, #logo, #copyrights {   width: auto; }
#headlinebox1, #healinebox2, #google, #redmenu, #logoleft, #logoright { width: 130px; }
/* height setting*/
#google, #redmenu, #maincontainer, #articlecontent  { height: 100%; }
#headlineholder, #headlinebox1, #healinebox2, #healinebox3, #inheadlinebox3 { height: 20px; }
 /* clear both settings */ 
#submenu, #headlineholder, #knapmenu, #banner, #logoholder, #copyrights { clear: both; }
 /* float right  settings */
#redmenu, #healinebox2, #logoright  { float: right; }
/* float left settings */
#headlinebox1, #google, #inheadlinebox3, #logoleft    { float: left; }

/* font relatered */

/* Photos with credit text. */
.photo     { font-size: 10px; margin: 20px 0 15px }
.photo .underphoto {font-size: 12px;}
#articlecontent.photo { font-size: 10px; margin: 20px 0 15px }
/*cover is used when text has to be bold*/
.cover { font-weight: bold }

/*only used in the index page when text has to be bold*/
.cover11pt { font-size: 14px; font-weight: bold }

/*used in the #headlinebox3 as header for ie. an article*/
.cover_gray_in   { color: #333333; font-size: 14px; font-weight: bold; text-transform: uppercase; text-align: left; margin-left: 10px; padding-left: 10px    }
.cover_gray_in_right   { color: #333333; font-size: 14px; font-weight: bold; text-transform: uppercase; text-align: right; margin-left: 190px; padding-left: 10px    }
.cover_white { color: #ffffff; font-size: 11pt; font-weight: bold }

/* blackborder is used when an photo is too white at the right left borders*/
.blackborder { border: solid 1px black; }

/* This is used at each article at the bottom to align date to the right. */ 
.date  { text-align: right; }

/*links relateret*/
a { font-size: 12px; }
A:link { color: #006699; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif }
A:visited { color: #006699; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif }
	A:hover { color: #006699; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; text-decoration: none }
	A:active { color: #006699; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif }
	/* The text about the amazon.com link */
	/* BLURB LINK STYLE -- Note the LVHA order! 
	.bookblurb { color: red; font-size: 10px }*/
	.bookblurb a:link { color: #a40200; font-weight: bold; font-size: 10px }
	.bookblurb a:visited { color: red; font-weight: bold; font-size: 10px }
	.bookblurb a:hover { color: red; font-weight: bold; font-size: 10px }
	.bookblurb a:active { color: red; font-weight: bold; font-size: 10px }
	/*belows to the red_menu
	.featmenu { font-size: 10px  ; font-weight: normal; }
	.featmenu a:link { color: red; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; text-decoration: underline; }
	.featmenu a:visited { font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; text-decoration: none;}
	.featmenu a:hover { font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; text-decoration: none; font-size: 10px }
	.featmenu a:active { color: #006699; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-size: 10px
	*/
/*end links*/