html
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 100%;
}
body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #333333;
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
}

/*
----------------------------------
  MASTER LAYOUT ELEMENTS
----------------------------------
*/

#outercontainerbox
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 994px;
}

#leftcolomn
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 170px;
	float: left;
}

#rightcolomn
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 328px;
	float: right;
	background-color: #ffffff;
}

#maincontentcolomn
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-left: 170px;	
	background-color: #f7f5ec;
	display: inline;
}

#centercolomn
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #f7f5ec;
	float: left;
	width: 496px;
}

#maincontainer
{
	width: 997px;
	background-color: #ffffff;
	line-height: 100%;
	display: inline-block;
}

#contentcontainer
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    margin-left: 170px;
	width: 824px;
	display: block;
}

#leftnav
{
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#rightnav
{
	float: right;
	width: 328px;
	margin: 0;
	padding: 0;
}

#topleftgraphic
{
	padding: 0;
	margin: 0;
	width: 170px;
	height: 87px;
	background-color: #ffffff;
	display: inline;
}

#rightcontentwrapper
{
	padding: 20px 0px 20px 20px;
}

#contentwrapper
{
	padding: 10px 20px 20px 20px;
	background-color: #f7f5ec;
	width: 456px;
	float: left;
	display: inline;
}

#contentwidewrapper
{
	padding: 10px 20px 20px 20px;
	background-color: #f7f5ec;
	width: 784px;
	float: left;
	display: inline;
}

#content
{
	margin: 0px 0px 0px 0px;
	background-color: #f7f5ec;
	display: inline;
}

#contentwide
{
	margin: 0px 0px 0px 0px;
	background-color: #f7f5ec;
	display: inline;
}

#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.689em;
	padding: 0 0 0 5px;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }

/*
----------------------------------
  TEKST & LINKS
----------------------------------
*/

.skjul	
{
	display: none;
}

a:link	{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #0d2b88;
	}
	
a:visited	{
	text-decoration: none;
	color: #07055d;
	}

a:hover, a:active {
	text-decoration: underline;
	color: #83bad8;
	}

.normal 
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.689em;
}

div
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: inherit;
}

table { font-size: 0.689em; }

th	{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	font-size: inherit; 
	margin: 0 0 8px 0;
	}	

td	{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: inherit; 
	margin: 0 0 8px 0;
	}
	
/* Nested problem fix */	
td p, td .normal, td h2, td h3, p table, table li, table table, table table h1
{
	font-size: 100%;
}

h1	{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #0d2b88;
	margin: 0px 0px 0px 0px;
	padding: 0;
	}

h2, h3	{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.689em;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	}
	
/* Nested problem fix */
h2 .normal, h3 .normal, .normal h2, .normal h3
{
	font-size: 100%;
}

p 	{
	font-size: 0.689em;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	color: #000000;
	margin: 0 0 8px 0;
	}
	
p.manchet	
{
	font-weight: bold;
	color: #88939c;
	margin: 0;
	padding: 8px 0 8px 0;
}

/* Nested problem fix */
p .normal, .normal .normal, .normal p
{
	font-size: 100% 
}

ul, ol
{
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

/* Nested problem fix */
ul ul, ol ol, li li
{
	font-size: 100%;
}

li
{
	font-size: 0.689em;
}

/* Nested problem fix */
li p, li div, li span, li .normal, li h2, li h3, li table
{
	font-size: 100%;
}

.floatright
{
	float: right;
	margin: 0 0 10px 10px;
	padding: 10px;
}

img
{
	border: 0px;
}

/*
----------------------------------
  TOP GRAFIK
----------------------------------
*/

#topleftimage
{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 50;
	padding: 0;
	margin: 0;
}

#topgraphicwrapper
{
	background-color: #f7f5ec;
	padding: 0;
	margin: 0;
	width: 824px;
	float: left;
}

#topgraphicwrapper img
{
	vertical-align: bottom;
}	

#topmiddlegraphicwrapper
{
	background-color: #f7f5ec;
	padding: 0;
	margin: 0;
	width: 496px;
	float: left;
}

#topmiddleimage
{
	padding: 0;
	margin: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
	width: 496px;
	float:left;
}

#toprightgraphicwrapper
{
	background-color: #c4cdd9;
	padding: 0;
	margin: 0;
	width: 328px;
	float: left;
}

#toprightgraphicwrapper img
{
	vertical-align: bottom;
}	

#toprightimage
{
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 328px;
	float: left;
}

#logocontainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 12px 10px 20px 17px;
	z-index:70;
}

#logocontainer a
{
	font-size: 0.75em;
	font-weight: bold;
}

#logocontainer img
{
	border: 0;
}

/*
----------------------------------------------------------------
  MODULER: DIN SITUATION
----------------------------------------------------------------
*/

#dinsituationcontainer
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#dinsituation
{
	background-color: #c4cdd9;
	padding: 20px 20px 20px 20px;
}

/*
----------------------------------------------------------------
  MODULER: SE OGSÅ, LINKS, SELVBETJENINGSLINKS
----------------------------------------------------------------
*/

#internelinks
{
	padding: 10px 20px 10px 20px;
	width: 288px;
	float: left;
}

#eksternelinks
{
	padding: 10px 20px 10px 20px;
	width: 288px;
	float: left;
}

#selvbetjeningcontainer
{
	background-color: #c4cdd9;
	padding: 10px 20px 20px 20px;
	min-height: 103px;
	float: left;
	width: 288px;
}

.selvbetjeningsheader
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #0d2b88;
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-transform: uppercase;	
}

.linkitem
{
	font-size: 0.6785em;
	font-family: verdana, arial, helvetica, sans-serif;
}

.linkheader
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #0d2b88;
	margin: 0px 0px 0px 0px;
	padding: 0;	
}

/*
----------------------------------
  BUND KONTAKTOPLYSNINGER
----------------------------------
*/

#contactinfocontainer
{
	clear: both;
}

#pageeditby
{
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.689em;
	padding: 8px 10px 20px 20px;
	width: 466px;
	float: left;
}

#pageeditbywide
{
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.689em;
	padding: 8px 10px 20px 20px;
	width: 794px;
	float: left;
}

/*
----------------------------------
  TOP MENU
----------------------------------
*/

#topmenucontainer
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 12px;
	left: 195px;
	z-index:60;
	width: 470px;
}

.topmenuitem
{
	float: left;
	padding-top: 0px;
	padding-right: 30px;
}

.topmenuitem a
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.689em;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.topmenuitem a:hover, a:active
{
	text-decoration: underline;
}

.godservice
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.125em;
	font-weight:bold;
	color: #ffffff;
	margin: 0;
	padding:  20px 0 5px 0px;
	clear: both;
}

.breadcrumbs
{
	padding:  15px 30px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.689em;
	color: Gray;
	clear:left;
}


.breadcrumbs a:link, .breadcrumbs a:visited	{
	text-decoration : none;
	color: Gray;
	}

#topsearchcontainer
{
		position:absolute;
		top:12px;
		left:665px;
		z-index:60;
		display: inline;
}

/*
----------------------------------
  VENSTRE MENU
----------------------------------
*/

#leftmenucontainer
{
	vertical-align: top;
	padding: 0;
	margin: 0;
	display: inline-block;
}

/* LEFT MENU NIVEAU 1 */
.leftmenuitem1
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.625em;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 0px 3px 18px;
	overflow: hidden;
}

.leftmenuitem1selected
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.625em;
	font-weight: bold;
	padding: 4px 0px 3px 18px;
}

/* LEFT MENU NIVEAU 2 */
.leftmenuitem2
{
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.625em;
	padding: 2px 0px 2px 24px;
	overflow: hidden;
}

.leftmenuitem2selected
{
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.625em;
	padding: 2px 0px 2px 24px;
}

/* LEFT MENU NIVEAU 3 */
.leftmenuitem3
{
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.625em;
	padding: 2px 0px 2px 34px;
	overflow: hidden;
}

.leftmenuitem3selected
{
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.625em;
	padding: 2px 0px 2px 34px;
}

/* LEFT MENU NIVEAU 4 */
.leftmenuitem4
{
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.625em;
	padding: 2px 0px 2px 44px;
	overflow: hidden;
}

.leftmenuitem4selected
{
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.625em;
	padding: 2px 0px 2px 44px;
}

/*
----------------------------------
  HELP BOX MODULE
----------------------------------
*/

#helpboxcontainer
{
	margin: 0;
	width: 160px;
}

#helpboxtopgraphic
{
	background-color: #ffffff;
	padding-top: 40px;
}

#helpboxtopgraphic img
{
	vertical-align: bottom;
}

#helpboxcontent
{
	width: 160px;
	background-color: #cfdeeb;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#helpboxinnercontent
{
	width: 143px;
	margin: 0px 0px 0px 17px;
}

.helpboxitem
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.689em;
	background-color: #cfdeeb;	
	clear: both;
}

.helpboxitemtext
{
	font-weight: bold;
	text-align: left;
	float: left;	
	width: auto;
	padding: 0px 0px 4px 0px;
}

.helpboxitemnumber
{
	font-weight: normal;
	text-align: right;
	width: auto;
	white-space: nowrap;
	float: right;
	padding: 0px 0px 4px 0px;
}

/*
----------------------------------------------------------------
  MODULER: A - Å
----------------------------------------------------------------
*/

.indexHeader
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #0d2b88;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}

.indexInfo
{
	font-size: 0.625em;
	color: Gray;
	text-transform: lowercase;
}

p .indexInfo, p .indexHeader
{
	font-size: 100%;
}

/*
----------------------------------
  OPENINGHOURS/CONTACT MODULE
----------------------------------
*/

#openinghourscontainer
{
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}

#openinghours
{
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 20px 0px;
}

.kontaktitem
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.689em;
	width: 280px;
	clear: both;
	padding: 0px 0px 0px 0px;
}

.kontaktitemtitle
{
	text-align: left;
	float: left;	
	width: 80px;
	padding: 0px 0px 0px 0px;
}

.kontaktitemtext
{
	font-weight: normal;
	width: 200px;
	white-space: nowrap;
	float: left;
	padding: 0px 0px 0px 0px;
}

.openhouritem
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.689em;
	clear: both;
	width: 180px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
}

.openhouritemtitle
{
	text-align: left;
	float: left;	
	width: 80px;
	padding: 0px 0px 0px 0px;
}

.openhouritemtext
{
	font-weight: normal;
	text-align: right;
	width: 100px;
	white-space: nowrap;
	float: left;
	padding: 0px 0px 0px 0px;
}

/*
----------------------------------------------------------------
  MODULER: NYHEDER
----------------------------------------------------------------
*/

#nyhedswrapper
{
	padding: 0px 0px 0px 0px;
}

.nyhedsitem
{
	padding: 0px 0px 5px 0px;
	display: inline-block;
}

.nyhedsheader
{
	padding: 0px 0px 0px 0px;
}

.nyhedsimage
{
	width: 100px;
	float: left;
	border: 0;
	padding-top: 5px;
}

.nyhedsimage img
{
	width: 100px;
	height: 100px;
}

.nyhedstextfull
{
}

.nyhedstextfull  h2
{
	padding-top: 0px;
	margin-top: 0px;
}

.nyhedstext
{
	margin: 0px 0px 0px 114px;
	min-height: 115px ;
}	

.nyhedstext h2
{
	padding-top: 0px;
	margin-top: 0px;
}

.extrainfo_left	
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.625em;
	color: #666680;
	margin: -0.5em 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

.imagealt	
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: inherit;
	color: #88939c;
	margin: 0px 0px 0px 0px;
	padding:  5px 0px 0px 0px;
}

#rssfeediconcontainer
{
	padding-bottom: 10px;
}

/*
----------------------------------------------------------------
  MODULER: TEMA
----------------------------------------------------------------
*/

#temacontainer
{
	padding: 0px 0px 0px 0px;
}

.temaitem
{
	padding: 0px 0px 5px 0px;
	display: inline-block;
}

.temaheader
{
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}

.temaimage
{
	width: 100px;
	float: left;
	border: 0;
	padding-top: 5px;
}

.tematextfull
{
}

.tematextfull  h2
{
	padding-top: 0px;
	margin-top: 0px;
}

.tematext
{
	margin: 0px 0px 0px 114px;
	min-height: 115px ;
}	

.tematext h2
{
	padding-top: 0px;
	margin-top: 0px;
}

/*
----------------------------------
  ANKIRO SØGNING
----------------------------------
*/

#ankiro_search_field
{
	height: 16px;
	background: #ffffff;
	border: 1px solid #ffffff;
	width: 100px;
	font-size: 0.6785em;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px  4px 14px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 60;
	position:absolute;
}

#ankiro_search_button
{
	margin: 0px 0px 0px 1px;
	position:absolute;
	z-index: 60;
	left: 105px;
	height: 18px;
}

/* 
	All selectors are used within an Ankiro-specific scope, named "#ankiro".
	Changing this *will* affect the general appearence of your website, and should only be
	attempted by someone with a clear understanding of Cascading Style Sheets.
*/ 

#ankiro{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	width: 95%; 
	text-align: left;
	padding: 10px;
	}

#ankiro	UL{
	margin: 10px 0 0 0;
	padding: 0;
	}

#ankiro LI{
	margin: 0 0 10px 20px;
	padding: 0;
	list-style-type: square;
	color: navy;
	}

#ankiro .title A{                                /* Document title */
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 110%;
	text-decoration: underline;
	color: navy;
	}

#ankiro .hjemmesidecategory
{
	color: Gray;
}

#ankiro .title A:hover{
	color: gray;
	}

#ankiro .markup{                                /* Document markup */
	margin: 1px 0 1px 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	text-align: justify;
	line-height: 120%;
	}

#ankiro .extrasearch{                            /* Document Extra Search (website and category) */
	margin: 1px 0 1px 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.689em;
	color: #888888;
	text-align: justify;
	line-height: 120%;
	}

#ankiro .suggestion{
    font-weight: bold;
	color: red;
	}

#ankiro .meta{                                   /* Document metadata and URL */
	margin: 2px 0 2px 0;
	color: #888888;
	}

#ankiro .meta A{                                 /* Document metadata and URL (links) */
	font: 110% tahoma;
	color: #888888;
	text-decoration: underline;
	}

#ankiro .meta A:hover{
	color: black;
	text-decoration: underline;
	}

/* 
	Markup type; 
	highlites words in the document that matches the query:
	------------------------------------------------------
	.max = high match (exact)
	.med = medium match (eg. expansions or inflections)
	.min = minimal match (eg. low-weight synonyms)
*/

#ankiro .markup .max{
	font-weight: bold;
	color: black;
	}

#ankiro .markup .med{
	font-weight: bold;
	color: black;
	}

#ankiro .markup .min{
	color: black;
	}
	
.ankiroFocus
{
	background-color: #FFEE00;
	font-weight: bold;
}

/*
	Navigation-bar; 
	used to display information regarding the searchresult set and/or categories
*/

.ankirotopinfocontainer
{
	width: 100%;
	background-color: #c4cdd9;
	border: 1px solid gray;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 4px 4px 0px 4px;
	display: inline-block;
}

.ankirotopinfocontainerleft
{
	width: 70%;
	float: left;
}

.ankirotopinfocontainerright
{
	width: 30%;
	float: left;
	text-align: right;
}

#ankiro .navigation A{
	text-decoration: underline;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #555555;	
	}

#ankiro .navigation A:hover{
	color: black;	
	}

#ankiro .expand A, #ankiro .expand A:visited, #ankiro .expand A:link{
	padding: 0 3px 0 3px;
	background: #ffffff;
	text-decoration: none;
	border: 1px solid #777777;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: black;
	}
	
#ankiro .expand A:hover {
	background: #cccccc;
	text-decoration: none;
	color: white;
	border: 1px solid black;
	}

#ankiro_search_field_new{
	height: 16px;
	background: #ffffff;
	border: 1px solid #ffffff;
	width: 100px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.689em;
	margin: 12px  4px 14px 0;
	padding: 0;
	}

#ankiro_search_button_new{
	margin: 12px 0px 11px 0px;
	}

#integra_search_field
{
	height: 16px;
	background: #ffffff;
	border: 1px solid #ffffff;
	width: 160px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.689em;
	margin:  6px  4px 20px 0px;
	padding: 0px;
}

#integra_search_button
{
	margin:  7px  4px 20px 0px;
	height: 18px;
}

/*
----------------------------------
  MODULER: 	DYNAMIC EVENTS V1.0; 
            used to display information about the dynamic events
----------------------------------
*/

#DynWrapper
{
}

.DynImg 
{
	float: left;
	width: 100px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
}

.DynSpacer
{
	float: left;
	width: 10px;
	height: 120px
}

.DynHeadLine
{
	float: left;
	padding: 0px 4px 0px 4px;
	width: 325px;
	height: 35px;
	overflow: hidden;
}

.DynManchet
{
	float: left;
	padding: 3px 4px 0px 4px;
	width: 325px;
	height: 50px;
	overflow: hidden;
}

.DynLink
{
	float: left;
	padding: 5px 4px 0px 4px;
	width: 325px;
	height: 25px;
	overflow: hidden;
}

.DynAlleArr
{
	z-index: 99;
	cursor: pointer;
	height: 120px;
	overflow: hidden;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.689em;
}

.DynArr
{
	width: 455px;
	height: 120px;
	padding: 5px 0px 5px 0px;
	float: left;
}

/*
----------------------------------
  MODULER: NEWSLETTER
----------------------------------
*/

.newslettersubscription
{
	
	padding: 16px 16px 16px 16px;
	width: 496px;
	background: #f7f5ec;
	font-size: 0.689em;
}

.newslettersubscription table, .newslettersubscription h2
{
	font-size: 100%;
}

.newsletterlogintext
{
	
}
.newsletternewusertext
{
	margin-top: 16px;
}
.newsletterloginform
{
	margin-top: 16px;
}
.newsletterlabel
{
	font-weight: bold;
	font-size: 92%;
}
.newsletterinput
{
	width: 250px;
}
.newsletterbutton
{
	margin-top: 10px;
}
.newsletterloggedintext
{
	font-weight: bold;
	font-size: 92%;
}
.newslettersubscribetext
{
	margin-top: 24px;
}
.newslettersubscribehelptext
{
	margin-bottom: 8px;
}
.newsletterformatchoice
{
	font-weight: bold;
	font-size: 92%;
	margin-bottom: 4px;
}
.newsletterformatchoice input
{
	vertical-align: middle;
}
.newslettererrormsg
{
	color: #dd0000;
	background-color: inherit;
	margin: 16px 0px 16px 0px;
}