/* 
	This stylesheet conatains common styles for ncc.se.
	Site layout, menus and general typographie etc.
*/

/* element defaults */

ul, li 								{list-style:none;margin:0px;padding:0px;}

ol li
{
    list-style-type:decimal;
}

a, a:link, a:visited 				{text-decoration:underline;color:#2375bb;}
a:hover								{color:#000;}
img 								{border:none;}
h1, h2, h3, h4, h5, h6 				{margin:0px;padding:0px;}	
p									{margin:0px;padding:0px 0 12px 0;}
.hidden 							{display:none}
input, select, textarea 			{font-size:1.1em;padding:2px 2px 2px 4px;font-family:verdana, arial, sans-serif;}
.white-line							{border-bottom:1px solid #fff}

.blue, .blue a:link, .blue a:visited							
{color:#2375bb;font-weight:bold;}

.form-button,
.form-button:link,
.form-button:visited {
	background:url(../media/img/bg_formbutton.gif) no-repeat right #000;
	padding:2px 18px 2px 5px;
	border:1px solid #dddddd;
	color:#fff;
	font-weight:normal;	
}

a.form-button-blue,
a.form-button-blue:link,
a.form-button-blue:visited 
{
	background:url(../media/img/bg_formbutton_blue.gif) no-repeat right #2375bb;
	padding:2px 18px 2px 5px;
	border:1px solid #dddddd;
	color:#fff;
	font-weight:normal;	
}

.clear {clear:both;overflow:hidden;height:1px}

body
{
    color:#343434;
}

/* Typography */


#NCC .page .view a,
#NCC .page .view a:link,
#NCC .page .view a:visited,
#NCC a.dotted,
#NCC a.dotted:link,
#NCC a.dotted:visited
{
	text-decoration:underline;
	margin-bottom:4px;
	padding-bottom:3px !important;
  

	
}


#NCC .page .view h2 a,
#NCC .page .view h2 a:link {background:none !important}

.page-headline {
	margin:0 0 0px 0;
	font-size:34px;
	line-height:41px;
	text-transform:uppercase;
	font-weight:normal;
	background-repeat:no-repeat;
	width:580px;
}


.section-headline {
	font-size:30px;
	line-height:36px;
	background-repeat:no-repeat;
	float:left;
	text-transform:uppercase;
	cursor:hand;
}


.project-headline 
{
	background-repeat:no-repeat;
	font-size:16px;
	line-height:22px;
	margin:0px;
	font-weight:normal;
	font-family:Georgia;
}


.puff-headline,.puff-headline a,.sub-headline
 {
	background-repeat:no-repeat;
	font-size:18px;
	line-height:22px;
	margin:0px;
	color:#343434;
	text-decoration:none !important;
	font-family:Georgia;
	font-weight:normal;
	letter-spacing:2px;
}

.search-headline
 {
	background-repeat:no-repeat;
	font-size:15px;
	line-height:22px;
	margin:0px;
	font-weight:normal;
	letter-spacing:2px;
	text-transform:uppercase;
}

.puff-headline-wide,
.puff-headline-narrow 
 {
	background-repeat:no-repeat;
	font-size:18px;
	line-height:22px;
	margin:0px;
	color:#343434;
	text-decoration:none !important;
	font-family:Georgia;
	font-weight:normal;
	letter-spacing:2px;
}

.project-listing-headline 
{
	background-repeat:no-repeat;
	line-height:22px;
	margin:0px;
	font-weight:normal;
	letter-spacing:1px;
}

.sub-headline-container 
{
	margin:0px;
	padding:0px;
	height:29px;
	margin:34px 0 22px 0 !important;
}

.sub-headline-container .sub-headline {
	width:100%;
	line-height:1.4em;
	padding:0 0 2px 0;
	margin:0px !important;
}



a.arrow-link,
a.arrow-link:link,
a.arrow-link:visited {
	padding:0 0 2px 0;
}

a.arrow-link-back,
a.arrow-link-back:link,
a.arrow-link-back:visited {
	padding:0 0px 2px 18px;
}

a.arrow-link-white,
a.arrow-link-white:link,
a.arrow-link-white:visited {
	background:url(../media/img/bg_arrowlink_white.gif) no-repeat right top !important;
	padding:0 18px 2px 0 !important;
	color:#5fb5ff !important;
}

a.arrow-link-dotted-white,
a.arrow-link-dotted-white:link,
a.arrow-link-dotted-white:visited {
	padding:0 18px 3px 0 !important;
	color:#5fb5ff !important;
}

.link-container {
	text-align:right;
}

/* layout */

body {
	margin:0px;
	padding:0px 0 0px 0;
	text-align:center;
	font-family:verdana, arial, sans-serif;
	font-size: 62.5%;
	height:100%;

}

html {height:100%;}


#NCC {
	text-align:center;
	background: url(../media/img/bg_headerlines.gif) top center #fff repeat-x;
	padding:0px 0px 0px 0px;
	margin:0px 0 0 0;
	border:1px solid #fff;
	min-height: 99.7%;
	position:relative;
	float:left;
	width:99.8%;
	background-position:0px 10px;
}

*body {min-height: 100%;}

form {height:100%;}


.mobileredirect 
{
    padding: 5px 5px 5px 5px;
    width: 99.8%;
    background-color: #e1d2dd;
    border-bottom: 2px solid #894d77;
    margin-bottom: 10px;
}


#NCC #container {
	width:950px;
	margin:0 auto 0px auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	position:relative;
	display:block;
	top:0px;
	clear:both;
	border-right:1px solid #fff;

}


#NCC .page {
	margin:20px 0 0 0;
}

#NCC .page .left-column {
	width:150px;
	float:left;
	min-height: 400px;
	margin-top:12px;
}

#NCC .page .wide-left-column {
	width:621px;
	float:left;
}

#NCC .page .mid-column {
	width:591px;
	float:left;
	margin:0 0 0 25px;
}

#NCC .page .wide-column {
	width:772px;
	float:left;
	margin:0 0 10px 25px;	
}


#NCC .page .right-column {
	width:170px;
	float:right;
	margin:12px 0 0 0px;
	padding-bottom:30px;
}

#NCC .page .bottom-content 
{
	padding-top:20px;
	border-top:1px solid #cccccc;
	clear:both;
	font-size:1.1em;
	line-height:1.65em;
}

#NCC .page .wide-right-column {
	width:290px;
	float:right;
	margin:0 0 0 0px;
}

#NCC .page-footer {
	float:right;
	width:775px;
	height:40px;
	border-top:1px solid #ccc;
	margin:25px 0 0 80px;
	padding-top:5px;
	text-align:left;
	font-size:1.1em;
	position:relative;
}

#NCC .page-footer .content-layer {text-align:left}

#NCC .page-footer a,
#NCC .page-footer a:link,
#NCC .page-footer a:visited
{
	color:#2375bb;
}
#NCC .page-footer {color:#666666;}


#NCC .page-footer a:hover {color:#000}

#NCC .site-footer {
	clear:both;
	width:100%;
	background:url(../media/img/bg_sitefooter.gif) repeat-x;
	height:20px;
	padding:0 0 0px 0;
	text-align:center;	
	margin-top:20px;
	position:absolute;
	bottom:0px;
	left:0px;
}

#NCC .site-footer .content 
{
	padding-top:4px;
	margin:0px auto 0 auto !important;
	width:950px;
	color:#fff;
	text-align:left;
	position:relative;
}

#NCC .site-footer .content .left {
	float:left;
}

#NCC .site-footer .content .right {
	float:right;
}



#NCC .site-footer .left a,
#NCC .site-footer .left a:link,
#NCC .site-footer .left a:visited,
#NCC .site-footer .right a,
#NCC .site-footer .right a:link,
#NCC .site-footer .right a:visited {
	color:#fff;
	margin:0 10px 0 10px;
	text-decoration:none;
}

#NCC .site-footer .content-layer a 
{
	margin-bottom:10px;
	line-height:25px;
	vertical-align:middle;
}

/* page header */

/* left menu */

#NCC #left-menu 
{
	padding-bottom:40px;
}

#NCC #left-menu ul {
	width:150px;
	font-size:1.1em;
	border:1px solid #cccccc;
	border-width:1px 0 0 0;
}

#NCC #left-menu ul li.active > a
{
    color:#2375bb !important;
}
#NCC #left-menu ul li.active > a:hover
{
color:#000 !important;
}


#NCC #left-menu ul li.active ul 
{
	background:url(../media/img/bg_leftmenu.gif) no-repeat top left #dfdfdf;
}
#NCC #left-menu ul ul 
{
    	background:url(../media/img/bg_leftmenu_regular.gif) no-repeat top left #f7f7f7;
	font-size:1em;
}

#NCC #left-menu ul li ul li.active a
{
    background:#2177c2;
    color:#FFF !important;

}

#NCC #left-menu ul li ul li a
{
    color:#000 !important;
}

#NCC #left-menu ul li ul li a:hover
{
    color:#2375bb !important;
}

#NCC #left-menu ul li ul li.active a:hover
{
    color:#000 !important;
}

#left-menu ul li.active ul li a
{
   padding-left:10px !important; 
}

#NCC #left-menu ul li.back-arrow a
{
	background:url(../media/img/bg_leftmenuarrow.gif) no-repeat !important;
	padding-left:20px !important;
}

#NCC #left-menu ul li a,
#NCC #left-menu ul li a:link,
#NCC #left-menu ul li a:visited
{
	display:block;
	padding:6px 0 6px 2px;
	border:1px solid #cccccc;
	border-width:0 0 1px 0;
	line-height:1.3em;
	color:#000;
	text-decoration:underline;
	
}
#NCC #left-menu ul li a:hover
{
    color:#2375bb;
}
#NCC #left-menu ul li.expanded a,
#NCC #left-menu ul li.expanded a:link,
#NCC #left-menu ul li.expanded a:visited {
	border:1px solid #b4b4b4;
	border-width:0 0 1px 0;
}

#NCC #left-menu ul li.expanded ul li a,
#NCC #left-menu ul li.expanded ul li a:link,
#NCC #left-menu ul li.expanded ul li a:visited
{
	padding:6px 0 6px 10px;
	border:1px solid #fff;
	border-width:0 0 1px 0;
}

#NCC #left-menu ul li.expanded ul li.last-item a,
#NCC #left-menu ul li.expanded ul li.last-item a:link,
#NCC #left-menu ul li.expanded ul li.last-item a:visited
{
	border:1px solid #cccccc;
	border-width:0 0 1px 0;
}

#NCC #left-menu ul .current a,
#NCC #left-menu ul .current a:link,
#NCC #left-menu ul .current a:visited
{
	color:#2375bb;
	background:url(../media/img/bg_leftmenucurrent.gif) repeat-x bottom;
}

#NCC #left-menu ul .current ul li a,
#NCC #left-menu ul .current ul li a:link,
#NCC #left-menu ul .current ul li a:visited
{
	background:none;
	color:#000;
}


/* content puff */

.puff {
	padding:0 0 20px 0;
}

.tight-puff {
	padding:0;
}

.startpage .puff {font-size:1.1em;}
.startpage .puff .arrow-link {line-height:16px;}
.startpage .puff-newslist {height:198px;border:none;}


.leftpuff {
	float:left;
	 clear: left;
}

.rightpuff {
	float:right;
}

.middlepuff 
{
	float:left;
	padding:0 0px 0 35px;
}

.startpage .middlepuff 
{
	float:left;
	padding:0 40px 0 40px;
}

.puff-normal {
	width:290px;
} 


#NCC .puff-normal .plate a,
#NCC .puff-normal .plate a:link,
#NCC .puff-normal .plate a:visited
{
	background:none !important;
}

.puff .footer {
	clear:both;
	background:#2375bb;
	margin:1px 0 0 0;
	text-transform:uppercase;
}

#NCC .puff .footer a,
#NCC .puff .footer a:link,
#NCC .puff .footer a:visited
{
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0 10px 2px 0 !important;
    text-align: right;
    text-transform: none;
    }


.puff  .content {
	height:160px;
	overflow:hidden;
	position:relative;
	font-size:11px;
	line-height:18px;
}

.puff .content div.plate {
	height:47px;
	position:absolute;
	top:113px;
	width:100%;
	overflow:hidden;
	margin:0px;
	color:#fff;
	
}


.puff .content div.plate-bottom,.bottomArea div.plate-bottom {
	position:absolute;
	bottom:0;
	width:100%;
	overflow:hidden;
	margin:0px;
	color:#fff;
	background: #2375bb;

	
}
.puff .content div.plate a,.bottomArea div.plate-bottom a,
.puff .content div.plate a:link,
.puff .content div.plate a:visited ,.puff .content div.plate-bottom a,
.puff .content div.plate-bottom a:link,
.puff .content div.plate-bottom a:visited 
{
	color:#fff !important;
}

.puff .content .opac-bg {
	height:47px;
	background:#000;
	position:absolute;
	top:113px;
	width:100%;
	overflow:hidden;
	opacity: .8;
	filter: alpha(opacity=80);
}


.puff .content .opac-bg-bottom {
	background:#000;
	position:absolute;
	bottom:0;
	width:100%;
	overflow:hidden;
	opacity: .8;
	filter: alpha(opacity=80);
}

#NCC .puff .projectlist a,
#NCC .puff .projectlist a:link,
#NCC .puff .projectlist a:visited {
	color:#65b8ff !important;
}


.puff .content p {
	padding:4px 8px 4px 8px;
}

.pollpuff .content p
{
    padding:0;
}

.pollpuff table.vote
{
    height:111px;
    width: 100%; padding-bottom: 35px; 
}

.pollpuff .link-container
{border-top: 1px solid #e5e5e5;
 margin-top:5px;
 padding-top:3px;
}

.pollpuff div.vote
{
   height:111px;
}

.puff-wide {
	width:464px;
	clear:both;
} 

.puff-wide  .content {
	height:146px;
}

.puff-wide .content div.plate {
	top:0px;
	left:232px;
	width:232px;
	height:146px;
}

.puff-wide .content .opac-bg {
	top:0px;
	left:232px;
	width:232px;
	height:146px;
}

.puff-narrow {
	width:222px;
} 

.puff-narrow  .content {
	height:146px;
}

.puff-narrow .content div.plate {
	top:96px;
	width:232px;
	height:146px;
}

.puff-narrow .content .opac-bg {
	top:96px;
	width:232px;
	height:146px;
}

.puff .projectlist {
	border-top:1px solid #585857;
}

.puff .projectlist p {padding-top:0px;margin-top:0px;line-height:18px;}

.puff h3 {
	padding: 7px 0 5px;
}

.puff-large {
	width:620px;
	clear:both;
}

.puff-large .content {
	height:275px;
	width:100%;
}

.puff-large .content .opac-bg {
	top:228px;
}

.puff-large .content div.plate {
	top:228px;
}


.puff-large .footer a,
.puff-large .footer a:link,
.puff-large .footer a:visited {
	padding:1px 24px 3px 0;
}


.puff-news {
	width:290px;
	border-bottom:1px solid #2375bb;
	height:200px;
	overflow:hidden;
	padding:0px;
	position:relative;
	margin-bottom:23px;
}

.startpage .puff-news {border:none;	height:185px;
}

.puff-news .content {
	margin:0px 0 0px 0;
	height:auto;
	padding:0px;
	position:absolute;
	top:42px;
}
.startpage .puff-news .content {
	margin:0px 0 0px 0;
	height:178px;
	padding:0px;
	position:absolute;
	top:42px;
}

.startpage .puff-news .content {margin:0px 0 0px 0;position:relative;top:0px;}
.startpage .puff-news .content p {line-height:18px;background:url(../media/img/stroke_grey.gif) 121px 82px no-repeat;overflow:hidden; height:134px;border-bottom:1px solid #e5e5e5;}

.puff-news .content p img {
	float:left;
	margin:5px 10px 0 0;
	width:113px;
	height:116px;
}


.startpage .puff-news .content p img {
	float:left;
	margin:5px 10px 0 0;
	width:113px;
	height:77px;
}

.puff-news .content p {
	padding:0px;
}

.puff-news .content .link-container {
	clear:both;
	margin:7px 0px 0px 0px;
	padding:0px;
}

.startpage .puff-news .content .link-container {margin:4px 0px 0px 0px;}

.puff-newslist {
	width:290px;
	height:201px;
	padding:0px;
	margin-bottom:23px;
	border-bottom:1px solid #2375bb;
	overflow:hidden;
}



*body .puff-newslist {
	width:290px;
	height:201px;
	padding:0px;
	margin-bottom:22px;
	border-bottom:1px solid #2375bb;
	overflow:hidden;
}

.puff-newslist .content {
	height:166px;
	padding:0px;
	margin:0px;
	border-top:1px solid #cccccc;
	padding-top:5px;
	margin-top:10px;
	overflow:hidden;
}

.startpage .newslist-small,.startpage .newslist-small ul
{height:auto !important;
} 



.startpage .newslist-small .content
{
    height:auto !important;
}

.startpage .puff-newslist .content {margin-top:4px;padding-top:0;height:202px;float:left;width:290px;}

.puff-newslist .content .link-container {
	clear:both;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

*+html .startpage .puff-newslist .content .link-container {margin-top:-2px !important;}
.startpage .puff-newslist .content .link-container {margin-top:3px;}

.puff-newslist .content .txt {
	float:left;padding-top:3px;
	
}

.puff-newslist .content .date {
	float:right;
	padding-top:3px;

}

.puff-newslist .content .date a {color:#2375bb;}


.puff-newslist ul  
{
	margin:0 0 4px 0;
	background:none !important;
	list-style:none !important;
}

.startpage .puff-newslist ul  
{
    height:129px;
	margin:0 0 4px 0;
	background:none !important;
	position:relative;
	list-style:none !important;
}

*+html .startpage .puff-newslist ul li 
{
    height:23px !important;
}

.puff-newslist ul li {
	border-bottom:1px solid #e5e5e5;
	height:20px;
	margin-top:3px;
	list-style:none !important;
	background:none !important;
	margin:0px !important;
	padding:0px !important;
}

.startpage .puff-newslist ul li {
	border-bottom:1px solid #e5e5e5;
	height:25px;
	margin-top:3px;
	list-style:none !important;
	background:none !important;
	margin:0px !important;
	padding:0px !important;
}


#NCC .puff-newslist ul li a,
#NCC .puff-newslist ul li a:link,
#NCC .puff-newslist ul li a:visited {background:none !important}

.store-puff {
	width:591px;
	border-bottom:1px solid #2375bb;
	padding:0px;
	margin-bottom: 22px;
}

.store-puff .content {
	margin:0px 0 0px 0;
	height:auto;
	padding:0px;
	padding-bottom:14px;
}

.store-puff .content p img {
	float:left;
	margin:5px 10px 0 0;
	width:151px;
	height:108px;
}

.store-puff .content p {
	padding:0px;
}

.store-puff .content .link-container {
	margin:5px 0px 0px 0px;
	padding:0px;
	text-align:right;
}

/* right column */

.info-box {
	background:#f0f0f0;
	margin:0 0 21px 0;
	color:#333;
	
}

.info-box-blog
{
    float:right;
    width:160px;
    }

.info-box h3 {

	padding:4px 8px 4px 8px;
}

.info-box p {
	padding:6px 8px 14px 8px;
	font-size:1.1em;
	line-height:1.65em;
	border-top:1px solid #fff;
}

p.paragraph-info-box-heading
{
    padding: 4px 8px 4px 8px;
    font-size: 14px;
}

br.clear {clear:both;line-height:1px;overflow:hidden;font-size:1px !important;height:1px !important;position:absolute;}

.info-box p .picture 
{
	float:right;
}

.blue-button {
	margin:0 0 15px 0;
	padding:3px 8px 4px 10px;
	background-color:#2070b5;
	clear:both;
}

.block-square {
	margin:0 0 7px 0;
	padding:3px 8px 4px 10px;
	background:#e9f1f8;
	clear:both;
}

.cbutton 
{
	margin:0 0 1px 0;
}

.arrow-right {
	background:url(../media/img/bg_arrowbtn.gif) #2070b5 no-repeat right bottom;
}

.arrow-left {
	background:url(../media/img/bg_arrowbtn.gif) #2070b5 no-repeat left top;
}

.arrow-down 
{
	background:url(../media/img/bg_arrowbtn_down.gif) #2070b5 no-repeat left top;
}

.arrow-right a,
.arrow-right a:link,
.arrow-right a:visited {
	color:#fff;
	display:block;
	padding-right:30px;
	line-height:1.65em;
}

.arrow-left a,
.arrow-left a:link,
.arrow-left a:visited {
	color:#fff;
	padding-left:20px;
	line-height:1.65em;
	margin-bottom:1px;
}

.teasers .teaser-body .small-teaser-image {
	width:69px;
	height:54px;
	margin:5px 5px 5px 0;
	float:left;
}
.teasers .teaser-body .big-teaser-image {
	margin:5px 5px 5px 0;
	display:block;
}

.teasers .teaser-body {
	margin-top:4px;
	display:block;
	line-height:1.4em;
}

.info-box p a,
.info-box p a:link,
.info-box p a:visited {
	padding-bottom:4px;
	line-height:17px;
}


/* custom form elements */

.select-list 
{
	background:url(../media/img/bg_customselect.gif) no-repeat;
	width:211px;
	height:21px;
	position:relative;
}

.long-select .select-list
{
	background:url(../media/img/bg_customselectl.gif) no-repeat;
	width:286px;
}

.medium-select .select-list
{
	background:url(../media/img/bg_customselectm.gif) no-repeat;
	width:253px;
}

.select-list a:hover {color:#000}

.select-list a,
.select-list a:link,
.select-list a:visited
{
	display:block;
	padding:4px 5px 1px 8px;
	font-size:11px;	
	line-height:14px;
	text-transform:uppercase;
}

.select-list ul li a,
.select-list ul li a:link,
.select-list ul li a:visited
{
	text-transform:none;
}

.long-select .select-list a,
.long-select .select-list a:link,
.long-select .select-list a:visited
{
	width:273px;
}

.medium-select .select-list a,
.medium-select .select-list a:link,
.medium-select .select-list a:visited
{
	width:240px;
}

.select-list ul 
{
	width:100%;
	background:#fff;
	position:absolute;
	top:21px;
	display:none;
	border:1px solid #ccc;
}

.select-list ul li 
{
	width:100%;
	color:#000;
}

.select-list ul li a,
.select-list ul li a:link,
.select-list ul li a:visited 
{
	padding:1px 5px 3px 8px;
	font-size:11px;	
	line-height:14px;
	display:block;
}

.select-list ul li a:hover 
{
	color:#000;
	background-color:#ccc;
}

.select-disabled
{
	background:url(../media/img/bg_customselect_disabled.gif) no-repeat;
	width:211px;
	height:21px;
	position:relative;
	cursor:default;
}

.long-select .select-disabled
{
	background:url(../media/img/bg_customselectl_disabled.gif) no-repeat;
	width:286px;
}

.medium-select .select-disabled
{
	background:url(../media/img/bg_customselectm_disabled.gif) no-repeat;
	width:253px;
}

.select-disabled a {cursor:default;}

.custom-checkbox 
{
	height:15px;
	width:16px;
	overflow:hidden;
	background:url(../media/img/bg_chkbox.gif) no-repeat;
	cursor:pointer;
}

.checked 
{
	background:url(../media/img/bg_chkbox_checked.gif) no-repeat;
}


/* residential search ------------------------ */

.residential-search 
{
	background:#e9f1f8;
	height:334px;
}

.sectionpage2 .residential-search {height:200px;margin:5px 0 20px 0;}
.sectionpage2 .white-line {margin-bottom:9px;}
.residential-search h3 
{
	clear:both;
}

.residential-search .headline-container 
{
	padding:6px 0 1px 10px;
	clear:both;
}

.residential-search .form 
{
	margin:2px 20px 1px 17px;
}

.residential-search .f1 
{
	height:200px;
}

.sectionpage2  .f1 {height:156px;}
.residential-search .arrow-link {margin:0px 0  0 16px !important;}

.residential-search .select-list
{
	margin:14px 0 14px 0;
}

.residential-search .f2 .select-list
{
	margin:22px 0 10px 0;
	clear:both;
}

.checkbox  .custom-checkbox 
{
	float:left;
	margin:0 5px 0 0px;
}

.checkbox 
{
	float:left;
	padding:0 10px 0 0px;
}

.residential-search .form-button 
{
	float:right;
}

.contact-form 
{
	margin:0 0 7px 0;
	padding:3px 8px 16px 10px;
	background-color:#2070b5;
	clear:both;
	color:#fff;
	font-size:1.1em;
	line-height:1.45em;
	display:none;
}

.error {background:#fff;color:red;margin-top:30px;padding:5px;}

.contact-form  .form-button 
{
	float:right;
	margin-bottom:16px;
}

.contact-form  p 
{
	padding:4px 0 8px 0;
}

.contact-form .txt 
{
	margin:2px 0 2px 0;
	padding:3px;
	border:1px solid #8e8e8e;
	clear:both;
	width:142px;
}

.contact-form .field3
{
	margin:0px 0 10px 0;
}

.contact-form .field2 
{
	margin:0 0 10px 0;
}

.contact-form .radio-buttons
{
	float:left;
}

/* content layer */

.content-layer 
{
	position:absolute;
	display:block;
	z-index:10000;
	width:571px;
	top:-200px;
	left:0px;
	display:none;
}

.content-layer .body 
{
	background:url(../media/img/footerlayer_body.png) no-repeat;
	width:571px;
	margin:0px;
	padding:0px;
	position:static;
}

.content-layer .body .container {font-size:1.1em;line-height:1.35em;color:#000 !important;padding-top:40px;margin:0px 0 0 45px !important;width:475px;display:none;position:relative;z-index:3000;clear:both;}
.content-layer .body .container p {padding-top:10px;}
.content-layer .body .container a,
.content-layer .body .container a:link {color:#2365bb !important;}

.content-layer .body .close {position:absolute;right:33px;top:26px;cursor:pointer;}
.content-layer .bottom-img {width:571px;height:52px;background:url(../media/img/footerlayer_bottom.png) no-repeat;}


.content-layer-outer 
{
	position:relative;
}

.pdf
{
	display:block;
	background-image:url(/media/img/icn/pdf.gif);
	text-indent: 35px;
	line-height:24px;
	margin-left:2px;
	height:auto;
	background-repeat:no-repeat !important;
}

/* EPiServer editor classes */ 
.blockSquare 
{
	display:inline-block;
	background:#e9f1f8;
	margin-top:2px;
	margin-bottom:2px;
	padding:0px;
	clear:both;
}

*body .blockSquare li {padding:0px !important;}

/* tell a friend layer */
#tellafriend-layer .container {font-size:11px;}
#tellafriend-layer input,
#tellafriend-layer textarea {width:300px;margin-top:2px;}
#tellafriend-layer textarea {height:60px;}
#tellafriend-layer .form-button {color:#fff !important}

/* flash menu - wide format */
.flash_menu { width: 60px; height: 13px; line-height: 13px; font-size: 11px; background:#932f46; color:#fff; padding: 2px 0 2px 8px; position: absolute; bottom: 9px; right: 1px; z-index: 9999; }
.flash_menu_holder { width: 200px; height: 300px; position: absolute; right: 0; bottom: 0; }
.flash_menu_holder ul.media-nav { position: absolute !important; bottom: 28px !important; right: 10px; z-index: 99999; }

/* microhold form */
.dissed { background-color: #ebebe4; }



/*
Fix for tables in subnavigation in dk on safari...
*/

.vert-lines
{
    clear:both;
}


.topArea
{
    background:#5EA0B5 !important;
}

.bottomArea
{
    background:#5EA0B5 !important;
    padding-top:0 !important;
    padding-bottom:25px;
}

.bottomArea span
{
    color:#FFF;
    padding-bottom:2px;
    display:block;
}

/*
search button new design 20110204
*/

.search-btn
{
    font-weight:bold;
    color:#FFF;
    background:#2375bb;
    text-transform:uppercase;
    border:1px solid #3988cc;
    width:auto !important;
    cursor:pointer;
    
}

a.clicker
{
    color:#000;
    text-decoration:none !important;
}
