/* class for tinyMCE
--------------*/

.mellemrubrik {
    font-family:Georgia;
    font-size:13px;
    font-weight:bold;
    padding-top:10px;
}

.faktatitle
{
    font-family: Georgia;
    font-weight: bold;
    font-size: 16px;
}

.citatstart
{
    color: #87b9d0;
    font-weight: bold;
    font-size: 14px;    
}

.quoter {
    font-family:verdana;
    font-size:12px;
    font-weight:normal;
    line-height:100%;
    text-transform:uppercase;
}

/* css reset
--------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	background: transparent;
	color: Black;
	font-family: Verdana;
}

html, body
{
    min-height: 100%;   
    background-color: #e7e7e7;
}

#aspnetForm
{
}


ol, ul
{
	list-style-position: outside;
}

ol
{
    list-style-type:decimal;
}

li ol
{
    list-style-type:lower-latin;
}

ul
{
    list-style-type: square;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* standard elements
----------------------*/

h1,h2,h3,h4,h5,h6
{
    font-family: Georgia;
}

p,blockquote,pre,q,dl,ol,ul,table
{
    margin-top:.5em;
}

p
{
    margin: .5em 0 0;
}

ol ol, ul ul
{
    margin:0 0 .2em;
}

hr.big
{
    height: 9px;
    color: Black;
    background-color: Black;
}

hr
{
    height: 3px;
    color: Black;
    background-color: Black;
}


/* page layout
----------------*/

#containerContainer
{
    max-width:930px;
    min-height:100%;
    margin:0 auto;
    background-color: White;  
    padding-left:5px;
    padding-right:5px;    
}

#container
{
    max-width:930px;
    min-height:100%;
    margin:0 auto;
    background-color: White;
    display:inline-block;      
}

#header
{
    width: 930px;
}

#logo
{
    float: left;
    height: 99px;
}

.face
{
    float:right;
    height:99px;
}

.face h2
{
    color: #00789D; 
    font-family:Arial Black;
    font-size:14px;
    font-weight:bold;
    padding-bottom:10px;
}

.face h2 img
{
    float: left;
    padding-right: 5px;
    padding-top: 3px;
}

.face p
{
    display:block;
    font-family:Georgia;
    font-size:11px;
    line-height:140%;
    width:240px;
    margin-top: 0;    
}

.face a
{
    text-decoration: none; 
}

#loginmenucontainer
{
    float:right;
    margin-top:1em;
    color:#999;
}

#smcontainer
{
    float:left;
    height:54px;
    width:930px;
    background:url(/content/images/menu/main-bg-large.png) no-repeat; 
    padding-bottom: 5px;    
}

#glemtkode
{
    padding-left:5px;
    padding-top:15px;    
}

#nycheckbox
{
    float:left;
    clear: both;
    padding-top:5px;    
}

#newsletterAdd
{
    display: none;
    float:left;
    padding-bottom:15px;
    padding-left:24px;
    width:100%;
}

#newsletterAdd input[type=text], #glemtkode input[type=text], #glemtkode input[type=password]
{
    background:url("/content/images/newsearchbg.png") repeat scroll 0 0 transparent;
    border:0 none;
    height: 24px;
    margin-top: 4px;
    padding: 0 0 0 5px;
    width: 233px;
    float: left;
    clear: both;
}

.comments input[type=text]
{
    background:url("/content/images/newsearchbg.png") repeat scroll 0 0 transparent;
    border:0 none;
    height: 24px;
    margin-bottom: 4px;
    padding: 0 0 0 5px;
    width: 233px;
    float: left;
    clear: both;
    margin-left: 5px;
}

#newsletterAdd input[type=image]
{
    float:left;
    margin-top: 7px;
    padding-left: 5px;
}

#glemtkode input[type=image]
{
    float:left;
    margin-top: 5px;
    padding-left: 5px;
}

#menucontainer
{
    float: left;
    width: 815px;
    padding-top: 5px;
    padding-bottom: 10px;
}

#subjectscontainer
{
    float: left;
    width: 930px;
}

#search
{
    float: right;
    display: inline;
    padding-top: 3px;    
}

#maincontent
{
    float: left;
    width: 680px;
    min-height: 100%;
}

#content
{
    float: left;
    width: 468px;    
    padding-right: 10px;
}

.fullwidth
{
    width: 100%;
}

#contentRight
{
    float: left;
    width: 202px;    
}

#rightcontent
{
    float: left;
    width: 240px;
    height: 100%;
    padding-left: 10px;
}

#boxcontainer
{
    background-color: #e0dfdf;
    padding: 15px 6px 20px 6px;
    height: 100%;
}

#footer
{
    clear: both;
}


/* header
-----------*/

#header a
{
    display: inline;
}

/* menu
---------*/

#menucontainer img
{
    float: left;
}

.red
{
    color: #cc3366;
}

div#menu {
    text-align: left;
    padding-left: 1px;
    float: left;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;  
    float: left;    
    line-height: 85%;
    padding-left: 7px;
}

div#menu li
{
    display: inline;
    margin-right: 12px;  
}

div#menu ul a
{
    font-family: Verdana;
    font-weight:normal;
    text-decoration: none;
    font-size: 11px;
    color: #00789D;     
}

div#menu li:hover
{
    
}

div#menu a:hover
{
    color: #00789b;   
}

div#menu li.selected a
{

}


/* subjects
---------*/

div#subjects {
    text-align: left;
    float: left;
    height: 26px;
}

div#subjects ul {
    margin: 0;
    padding-left:2px;
    padding-top:5px;
    list-style: none;  
    float: left;
    height: 26px;       
}

div#subjects li
{
    display: inline;
    height: 26px;
    padding-left:6px;
    padding-right:6px;
    padding-top:5px;
}

div#subjects ul a
{
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    color: White;     
}

div#subjects li:hover, #loginlink:hover
{
    background:url(/content/images/menu/hover-bg.png) repeat-x; 
}

div#subjects a:hover, #loginlink a:hover
{

}

div#subjects li.selected a, #loginlink.selected a
{

}

/* rightcontent
-----------*/

.rightMidBanner
{
    padding-left: 2px;
    padding-bottom: 12px;
    display: block;
}

.box
{
    width: 214px;
    border-top: solid 3px #b72559;
    padding: 6px 7px 6px 7px;
    background-color: White;
    font-size: 10px;    
    background-repeat:no-repeat;
    background-position:right bottom;
    margin-bottom: 12px;
    min-height: 100px;
}

.boxlink
{
    text-decoration: none;
}

.box p
{
    display: inline;
    font-size: 10px;
}

.box h2
{
    color: #b72559;
    font-family: Arial Black;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
}

.box strong
{
    font-family: Georgia;
    font-size:11px;    
}

.megafon
{
    padding-right:76px;
    width:146px;
}

.blog
{

}

.blog h2
{
    color: #00789D;  
}

.box h2 img
{
    float: left;
    padding-right: 5px;
    padding-top: 3px;
}

.analysis a
{
    font-weight: normal;
}

.analysis
{
    padding-right:76px;
    width:146px;
}

.box a, .box a:active, .box a:visited
{
    font-family: Georgia;
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 2px;
    text-decoration: none;
    display: block;
}

#opinion
{
    border-top: solid 3px #cc99cc;
    background: url(/content/images/opinionmid.png) no-repeat;   
    float: left;
    padding-top: 60px;
    padding-left: 11px;
    padding-bottom: 15px;
    font-family: Georgia;
    font-weight: normal;
    font-size: 14px;
    color: White;
    background-color: Black; 
    margin-top: 5px;  
    margin-bottom: 1px;     
}

#themeBox
{
    background-color: #d8d79f;
    font-family: Georgia;
    font-weight: normal;
    font-size: 14px;
    color: black; 
    padding-bottom:10px;           
}

#themeBox div
{
    background: url(/content/images/themeboxbg.png) no-repeat;   
    font-family: Arial Black;
    font-weight: bold;
    font-size: 17px;
    color: white;  
    height: 27px;   
    padding-left:28px;
    padding-top:1px;       
}

#themeBox p
{
    padding-left: 5px;
}

#opinionTopBox
{
    display: block;
    height:174px;
    margin-bottom:5px;    
}

#opinionData
{
    float:left;
}

#opinionImage
{
    float: left;
}

#opinionQuestion
{
    padding-left: 15px;
    padding-bottom: 15px;
    font-family: Georgia;
    font-weight: bold;
    font-size: 14px;
    width:255px;    
}

.opinionDataLine
{
    padding-bottom: 8px;
    font-family: Georgia;
    font-weight: bold;
}

.opinionDataBox
{
    border:1px solid #C4BCC4;
    display:inline-block;
    height:11px;
    margin-left:25px;
    margin-right:10px;
    width:11px;
}

#opinion p
{
    font-family: Georgia;
    font-weight: normal;
    font-size: 14px;
    color: White;    
}

#opinion a, #opinion a:active, #opinion a:visited
{
    font-family: Verdana;
    font-weight: normal;
    font-size: 15px;
    color: White;
}

.opiniontext
{
    font-family: Georgia;
    font-weight: normal;
    font-size: 14px;
    color: White;
}

.opiniontext a, .opiniontext a:active, .opiniontext a:visited
{
    font-family: Georgia;
    font-weight: normal;
    font-size: 14px;
    color: White;
}


/* search
-----------*/

#search form
{
    display: inline;
}

#archive
{
    float: right;
}

#archive a
{
    color: White;   
    text-decoration: none;
    font-size: 10px;
    padding-right: 11px;
}

#search input[type=text]
{
    background:url("/content/images/searchbg.png") repeat scroll 0 0 transparent;
    border:0 none;
    float:left;
    height:17px;
    margin-top:4px;
    padding:0;
    width:129px;
}

#search input[type=image]
{
    float:left;
    height:17px;
    margin-top:4px;
    padding-left:0;
    padding-right:10px;
}

#newsearch
{
    margin: 0 70px;
    padding-bottom: 40px;
}

#newsearch input[type=text]
{
    background:url("/content/images/newsearchbg.png") repeat scroll 0 0 transparent;
    border:0 none;
    height: 24px;
    margin-top:4px;
    padding: 0 0 0 5px;
    width:233px;
    float: left;
}

#newsearch input[type=image]
{
    float:left;
    margin-top:4px;
    padding-left: 5px;
}


#searchTitle
{
    padding-top: 3px;    
    display: inline;
    font-weight: bold;
    font-size: 14px;
    float: left;    
}

#searchtext
{
    padding-left: 10px;
    padding-top: 3px;
    font-size: 14px;
    color: #00789b;
    width: 140px;
    float: left;
}

#searchHeader
{
    border-top: solid 4px #00789d;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 10px;
}

#searchPaging
{
    font-size: 14px;
    float: left;
}

#searchPaging a
{
    font-weight: bold;
    color: #b50e4c;
}

.searchResult
{
    float:left;
    padding-bottom:10px;
    padding-left:5px;
    padding-top:8px;
    width:458px;
}

.searchImage
{
    display:block;
    float:left;
    padding-right:10px;
    padding-bottom:10px;
    padding-left:5px;
    padding-top:13px;    
    width:202px;
}

.searchResult div
{
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 5px;
}

.searchResult h2 a
{
    padding-left: 3px;
}

.lightBlue
{
    color: #7bb4cb;
}

/* login
------------*/
#epaperlogin {
    background-color:white;
    border:1px solid;
    margin:150px auto 0;
    padding:5px;
    width:468px;
}

#login
{
    padding-bottom: 10px;
}

#login h2
{
    color: #006699;
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 7px;
    font-family: Verdana;
}

#login h2 img
{
    vertical-align:sub;
}

#login input[type=text], #login input[type=password]
{
    border: solid 1px #b3b2b2;
    color: #b3b2b2;
    font-size: 11px;
    width:145px;
    height: 17px;
    margin-bottom: 3px;
    
}

#login input[type=image], #login-container input[type=image]
{
    padding-left:5px;
    position:relative;
    top:3px; 
}

#login a
{
    font-size: 11px;
    text-decoration: none;
}

#login-container
{
    
}

#login-container table
{
    margin-left: 5px;
    margin-bottom: 10px;
}

#login-container .text
{
    padding-right:5px;
    padding-top:7px;
}

#login-container input[type=text], #login-container input[type=password]
{
    background:url("/content/images/writersearchbg.png") repeat scroll 0 0 transparent;
    border:0 none;
    height: 24px;
    margin-top: 10px;
    padding: 0 0 0 5px;
    width: 197px;
    float: left;
}

/* content
------------*/
#datetop
{
    font-size: 10px;
    color: #707070;
    padding-left: 20px;
    padding-top: 5px;
    text-transform: uppercase;
}

.blueTop
{
    border-top: solid 4px #00789d;
    width: 100%;
}

.opinionTop
{
    border-top: solid 4px #cc99cc;
    width: 100%;
}

.opinionGraph
{
    background-color: #f5ebf5;
    width: 100%;
}

.opinionGraph a
{
    padding-left: 203px;
    padding-top: 10px;
    padding-bottom: 25px;
    display: block;
    margin-bottom: 20px;
}

.blogTop
{
    background: url(/content/images/krydsfelt.png);
    height: 127px;
}

.hoejborgen
{
    background-image:url("/content/images/hoejborgenbg.png");
    background-position:right top;
    background-repeat:no-repeat;
}

#controls
{
    float: right;
    padding-right:132px;
    padding-top:68px; 
}

#controls img
{
 cursor: pointer;    
}

.blogItem
{
    width: 330px;
    float: left;
}

.paddingRight15
{
    padding-right: 15px;
}

.smallRedFloat
{
    color:#B72559;
    display:block;
    float:left;
    font-size:10px;
    padding-left:5px;
    padding-right:5px;
    padding-top:6px;
}

.smallRedFloatNopaddingLeft
{
    color:#B72559;
    display:block;
    float:left;
    font-size:10px;
    padding-right:5px;
    padding-top:6px;    
}

.smallRed
{
    color:#B72559;   
    font-size:10px;     
}

.topImage
{
    border-top: solid 4px #00789d;
    font-size: 10px;
}

.imageText {
    font-size:10px;
    padding-bottom:10px;
    padding-left:5px;
}

.topImage strong
{
    font-size: 10px;    
}

.topImageMargin
{
    margin-top: 9px;
}

.smallImage
{
    border-top: solid 4px #76b4cf;
    font-size: 9px;
    padding-bottom: 1px;
}

#byline
{
    padding-top: 15px;
    padding-bottom: 25px;
    font-size: 11px;
    width: 468px;  
    height:16px;      
}

#byline img
{
    float: left;
    clear: both;
    padding-bottom: 3px;    
}

#bylineNames
{
    float: left;
    padding-top:5px;    
}

#megafonByline
{
    
}

#megafonByline p
{
    font-size: 12px;
    font-family: Georgia;
    color: #b72559;
    width: 330px;
    padding-left: 7px;    
}

#megafonByline p strong
{
    font-size: 12px;
    font-family: Georgia;
    color: #b72559;
}

.blogByline
{
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 10px;
    line-height: 140%;
    width: 170px;
}

#imageByline
{
    padding-bottom: 10px;
}

#imageByline div
{
    display:inline-block;
    font-size:10px;
    padding-bottom:3px;
    vertical-align:bottom; 
    font-size: 10px;     
}

#imageByline div a
{
    font-size: 10px;     
}

#imageByline img
{
    padding-left:14px;
    padding-right:5px;
}

#byline div
{
    padding-left: 5px;
}

#byline a
{
    font-size: 11px;
    float: left;
    padding-right: 10px;
}

#share
{
    width: 160px;
    float: right;
}

#shareImageByLine
{
    width: 160px;
    float: right;   
    position:relative;
    top:92px;     
}

#shareImageByLine img
{
    padding-left:0;
    padding-right:0;
}

#sharefull
{
    width: 100%;
    float: left;    
}

#share a
{
    padding-right: 0px;
}

#blogshare
{
    float:right;
    padding-top:8px;
    width:155px;    
}

.middelbox
{
    padding-left: 5px;
    line-height: 122%;
}

.searchmiddelbox
{
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 10px;
    color: #00789d;
}

.searchcheckbox
{
    padding-top: 10px;
}

#writersearch
{
    color: #00789d;
}

#writersearch
{
    color: #00789d;
}

#writersearch input[type=text]
{
    background:url("/content/images/writersearchbg.png") repeat scroll 0 0 transparent;
    border:0 none;
    height: 24px;
    margin-top: 10px;
    padding: 0 0 0 5px;
    width: 197px;
    float: left;
}

.middelSpacer
{
    width: 100%;
    height: 10px;
}

.middelboxItem
{
    line-height:140%;
    padding-bottom:7px;
    padding-left:3px;
}

.middelboxItem a
{
    font-size: 18px;
    font-family: Georgia;
}

.top
{
    border-top: solid 4px #76b4cf;    
}

.mostread
{
    padding-bottom: 15px;
    padding-left: 0px;    
}

.mostreadLine
{
    padding-left: 5px;    
    padding-bottom: 5px;
}

.middelbox .title
{
    background:url("/content/images/middel-box-top.png") no-repeat scroll 0 0 transparent;
    color:White;
    font-family:Georgia;
    font-size:14px;
    font-weight:bold;
    height:20px;
    padding-bottom:8px;
    padding-left:8px;
    padding-top:5px;
    width:194px;
}

.lesspadding
{
    padding-top: 4px;
}

.quotebox
{
    width: 330px;
    float: right;
    padding: 10px 10px 10px 10px;
}

.factbox
{
    width: 330px;
    float: right;
    padding: 0 0 0 0;
    margin: 10px 0 10px 10px;
    border-left: solid 10px #287799;
}

.factbox img
{
    float: left;
}

.factbox img.bottom
{
    top: 1px; position: relative;
}

.quoteboxText {
    font-size:14px;
    font-weight:bold;
    line-height:122%;
}

.announcementBox
{
    padding: 20px 20px 20px 20px;
    border-top: solid 3px #006699;
    border-left: solid 1px #006699;
    border-bottom: solid 1px #006699;
    border-right: solid 1px #006699;
    color: #006699;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.announcementText
{
    color: #006699;
}

.announcementText strong
{
    color: #006699;
    padding-top: 20px;
    display: block;
}

.announcementTitle
{
    padding-bottom: 20px;  
    font-weight: bold;
    color: #006699;    
}

.factboxText
{
    padding: 10px 10px 0 10px;
}

.factboxTitle
{
    padding:10px 10px 10px 10px;    
    font-weight: bold;
    font-size: 14pt;
}

#content a, #contentRight a
{
    text-decoration:none;
}

#content p a, #contentRight p a
{
    color: #00789D;
    text-decoration:none;
}

#content a:hover, #content a:active, #contentRight a:focus, #contentRight a:hover, #contentRight a:active, #contentRight a:focus
{
    color: #00789d;    
    text-decoration: none;
}

#opinion a:hover
{
    color: #e2bed9;
}

#content a:visited, #contentRight a:visited
{
    text-decoration: line-though;
}

h1,h3,h4,h5,h6
{
    color: Black;
}

#content p, .blogItem p
{
    padding-left:5px;    
    line-height:122%;    
}

#content h1, .blogItem h1
{
    font-size: 36px;
    font-family: Georgia;
    padding: 0 0 0 0;
    font-weight: normal;
    padding-left:5px;       
}

#content h1 a
{
    font-size: 36px;
    font-family: Georgia;
}

#content .first
{
    font-size: 41px;
}

#content h2
{
    font-size: 24px;
    font-family: Georgia;
    padding: 5px 0 0 0;
    font-weight: normal;
}

#login-container h2
{
    font-size: 24px;
    font-family: Georgia;
    padding-top: 5px;
    padding-left: 5px;
    font-weight: normal;
}

#content h2 a
{
    font-size: 24px;
    font-family: Georgia;
    display: block;    
}

#contentRight h2
{
    padding: 0 0 0 0;  
    font-weight: normal;    
}

#contentRight h2 a
{
    font-size: 18px;
    font-family: Georgia;
}

#content h3
{
    padding-left: 5px;
}

h3
{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 7px;
    margin-bottom: 0px;    
    color: #76b4cf;
    font-family: Arial Black;
    font-size: 16px;
}

#contentRight h4, .face h4
{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 1px;
    margin-bottom: 2px;  
    color: #76b4cf;
    font-family: Arial Black;
    font-size: 14px;    
}

.face h4
{
    color: #00789D;
}

#contentRight h4 img, .face h4 img
{
    padding-top: 3px;
    padding-right: 2px;
    float: left;
}

.overstregen
{
    border-top: solid 4px #00789d;
}

.overstregen h2
{
    color: #00789d;
}

.teaser
{

}

.teaser p
{
}

.readmore
{
    padding-top: 20px;
    padding-left: 5px;
    line-height: 122%;
}

#content ul, #content ol
{
    padding-left: 2em;
}

#back
{
    float: right;
}

.smallStory
{

}

.paddingRight9
{
    padding-right: 9px;   
}

.readmore
{
    padding-top: 10px;
}

#TestSubscription td
{
    padding-top: 3px;
}

/* comment
-----------*/
#comments, .comments {
    border-top:4px solid #00789D;
    margin-top:25px;
    padding-bottom:10px;
    padding-top:10px;
}

#comments .title, .comments .title
{
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;    
}

.comment
{
    padding-top: 10px;    
    padding-bottom: 10px;
    padding-left: 5px;
}

#comments #header, .comments .header
{
    padding-bottom: 10px;
}

#comments textarea, .comments textarea
{
    width: 453px;
    height: 170px;
    background-color: #ebebeb;
    border: none;
    font-size: 11px;   
    padding: 5px;    
    margin-left:5px;
}

.commentsinputimage
{
    margin-left: 5px;
}

.blogtextarea
{
    width: 325px;   
}

.comment a
{
    display: block;
    color: #00789d;
    text-transform: capitalize;
}

.commenticon
{
    vertical-align: top;
}


/* footer
-----------*/


/* messages
-------------*/

div.information, div.error, div.success, ul.validation-summary-errors
{
    margin:1em 0;
    padding:1em;
}

div.information
{
    color:#C60;
    background-color:#FF9;
    border:1px solid #F90;
}

div.error, ul.validation-summary-errors
{
    color: #F00;
    background-color:#C99;
    border:1px solid #900;
}

div.success
{
    color: #060;
    background-color:#9C9;
    border:1px solid #060;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

