/*****************************************
*	Stylesheet Intersignal				 *
*	By: Bjorn Hall - Celebration Studios *
*****************************************/

/**************
*	Content	  *
*	1. Text	  *
*	2. Layout *
*	3. Lists  *
**************/

body{
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #000;
}

p{
	margin-bottom: 25px;
	margin-top: 0;
	line-height: 16px;
}

p.newslist_meta{
	font-size: 9px;
	font-family: 'Arial Black', Arial, sans-serif;
	color: #19b9c6;
	margin: 0;
	padding: 0;
}

p.newslslist_text{
	padding: 0;
	margin: 0;
	line-height: 16px;
	color: #000;
}
h1{
	font-family: 'Arial Black', Arial, sans-serif;
	font-size: 28px;
	color: #fff;
	margin: 20px 0 15px 0;
	line-height: 28px;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #8b8b8b;
	margin: 7px 0 7px 0;
}

h2.white{
	color: #fff;
}

h3{
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

h4{
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	padding: 4px 0 0 0;
	margin: 0;
}

#ingress, #ingress p{
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
}


a:link, a:visited, a:active{
	color: #19b9c6;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
	text-decoration: none;
}

a:hover{
	color: #77cfd6;
	text-decoration: none;
}


#menu li a:link, #menu li a:visited{
	color: #56554c;
	font-size: 14px;
	font-weight: bold;
	padding: 0 7px 0 7px;
}


#menu li a:hover{
	color: #83827b;
}


#menu li.active a:link, #menu li.active a:visited{
	color:#fff;
	background-color: #6dbe45;
	padding: 5px 7px 6px 7px;

}

.newslist_newsentry:hover{
	background-color: #DFDED5;
}

.newslist_newsentry_article:hover{
background:transparent url(images/list_article_arrow.png) no-repeat scroll 4px 50%;
	
}


/*#newslist_content_container_article:hover{
background: url(images/list_article.png) repeat-y;
	margin: 0 0 10px 0;
	width: 660px;
}*/

.puff_text_container {
	color: #000;
}

#langchange a:link, #langchange a:visited{
	color: #56554c;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#langchange a:link.en, #langchange a:visited.en{
	background: url(images/icons/gb.png) no-repeat;
	padding: 0 0 0 20px;
}

#langchange a:link.se, #langchange a:visited.se{
	background: url(images/icons/se.png) no-repeat;
	padding: 0 0 0 20px;
}
/*******************************
		Sidebar_left >
*******************************/

#sidebar_left li, #sidebar_left li a:link, #sidebar_left li a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #56554c
}
#sidebar_left li a:hover{
	color: #83827b;
}

#sidebar_left li.active, #sidebar_left li.active a:link, #sidebar_left li.active a:visited{
	color: #6dbe45;
}

#sidebar_left ul.sidebar_sub_parent li.sidebar_sub_child, #sidebar_left ul.sidebar_sub_parent li.sidebar_sub_child a:link, 
#sidebar_left ul.sidebar_sub_parent li.sidebar_sub_child a:visited{
	color: #56554c;
}

#sidebar_left ul.sidebar_sub_parent li.sidebar_sub_child a:hover{
	color: #83827b;
}

#sidebar_left ul.sidebar_sub_parent li.active a:link, #sidebar_left ul.sidebar_sub_parent li.active a:visited{
	color: #6dbe45;
}


/*****************************
		Sidebar_right >
******************************/

.sidebar_right_block, .sidebar_right_block li, .sidebar_right_block li a:link, .sidebar_right_block a:link, .sidebar_right_block a:visited{
	color:#fff;
}
/********************************************
			2. LAYOUT
*********************************************/
img, img a:link, img a:visited, img a:hover{
border: none;
}
body{
	background-color: #DFDED5;
	padding: 0px;
	margin: 0px;
}


#wrapper{
	width: 960px;
	margin: 0 auto 0 auto;
}

#bgcolorwrap{
	background: #f4f3e7 url(images/body.png) repeat-x;
	width: 100%;
	float:left;
}

#header{
	float: left;
	width: 940px;
	padding: 19px 0 0 0;
}

#footer{
	width: 100%;
	float: left;
	background-color: #dfded5;
	margin: 20px 0 0 0;
	padding-bottom: 20px;
}

#footer_content{
	width: 960px;
	margin: 0 auto 0 auto;
}


#menu{
	float:left;
	margin: 0;
	width: 940px;
}
#menu ul{
	margin: 0;
	padding: 0;
	float:left;
}
#menu li{
	float:left;
	margin-top:14px;
	padding: 5px 0 6px 0;
}

#menu li.active { 
	background: url(images/menu.png) bottom no-repeat;
	padding-bottom: 12px;
}

#content_wrapper{
	margin: 9px 0 20px 0;
	width: 960px;
	float:left;
}



#sidebar_left{
	width: 226px;
	float:left;
	background:transparent url(images/sidebar_left.png) repeat-y scroll 0 0;
}

#main_content_container{
	float:right;
	width: 716px;
	margin: 0 0 0 14px;
	background: url(images/main_content_container.png) repeat-y;
}


#ingress_container{
	width: 700px;
	float:left;
}

#ingress{
	background-color: #6dbe45;
	float:left;
	width: 700px;
}

#ingress_full_width{
	background-color: #6dbe45;
	float:left;
	width: 960px;
	}

#ingress_text{
	padding: 0 21px 25px 21px;
}

#article_main_image{
	float:left;
	background: url(images/article_mainimg.png) no-repeat bottom;
	padding-bottom: 6px;
	width: 700px;
	margin-bottom: 12px;
}

#article{
	width: 440px;
	float:left;
	background-color: #fff;
	padding: 0 20px 0 20px;
}

#article_list{
	float:left;
	padding: 0 0 0 20px;
	width: 670px;
}
#article ul{
	margin-top: 0px;
}

#article_wide{
	width: 660px;
	float:left;
	background-color: #fff;
	padding: 0 20px 0 20px;
}

#langchange{
	float:right;
	margin: 17px 0 0 0;
	}

/*********************************************
			Sidebar_right
*********************************************/
#sidebar_right{
	width: 236px;
	float:left;
	background:transparent url(images/sidebar_right.png) repeat-y scroll 0 0;
}

.sidebar_right_block{
	width: 230px;
	float:left;
	background: url(images/sidebar_right_block.png) repeat-y;
	padding: 0 10px 0 10px;
	margin: 0 0 20px 0;
}

/*********************************************
			Article
*********************************************/

#article_contact_container{
	width: 330px;
	float:left;
	background-color: #fff;
	border-right: 1px solid #f4f3e7;
	border-top: 1px solid #f4f3e7;
	padding: 0 0 0 20px;
}

#article_contact_container_office{
	width: 330px;
	float:left;
	background-color: #fff;
	border-right: 1px solid #f4f3e7;
	border-top: none;
	padding: 0 0 0 20px;
}

#article_docs_content_office{
	border-top: none;
		float:left;
	padding: 0 0 0 22px;
	width: 318px;
}
#article_office_right{
	width: 330px;
	float:left;
	background-color: #fff;
	border-right: 1px solid #f4f3e7;
	border-top: none;
	padding: 0 20px 0 0;
}

#article_referens_container{
	width: 360px;
	float:left;
	background-color: #fff;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}

#article_docs_container{
	width: 339px;
	float:left;
	background-color: #fff;
}

#article_docs_content{
	float:left;
	padding: 0 0 0 22px;
	width: 318px;
	border-top: 1px solid #f4f3e7;
}

#emp_text{
	float:left;
	width: 214px;
	margin-top:-175px;
	}

#contact_text{
	float:left;
	width:180px;
}

#contact_image{
	float:left;
	margin-top: 10px;
}

/***************************************
		Startpage specific >
***************************************/
#content_wrapper_startpage{
	margin: 9px 0 0 0;
	width: 940px;
	float:left;
}

#startpage_flash_container{
	width: 940px;
	float:left;
	margin: 0 0 10px 0;
}

#startpage_left_container{
	float:left;
	width: 640px;
}

#startpage_right_container{
	float:left;
	width: 300px;
}

.puff_container{
	width: 300px;
	float:left;
	background-color: #fff;
	margin: 0 20px 20px 0;
}

.puff_container:hover{
	background-color: #DFDED5;
	cursor: pointer;
	}

.puff_img_container{
		background: url(images/puff_shadow.png) no-repeat bottom;
		padding: 0 0 6px 0;	
}

.puff_text_container{
	padding: 0 10px 10px 10px;
	max-height: 100px;
	overflow: hidden;
}

.newslist_heading{
	background-color: #6dbe45;
	height: 30px;
	padding: 0 0 0 10px;
}


#newslist_content_container{
	background-color: #fff;
	margin: 0 0 0 0;
}

#newslist_content_container_wide{
	background-color: #fff;
	margin: 0 0 0 0;
	width: 700px;
}

#newslist_content_container_article{
	background: url(images/list_article.png) #fff repeat-y;
	margin: 0 0 10px 0;
	width: 660px;
}

.newslist_newsentry{
	padding: 10px 10px 7px 10px;
	border-bottom: 1px solid #f4f3e7;
}

.newslist_newsentry_article{
	padding: 10px 10px 7px 25px;
	background:transparent url(images/list_article_arrow.png) no-repeat scroll 2px 50%;
}
/********************************************
			3. Lists
*********************************************/


#menu li, #menu li a:link, #menu li a:visited{
	list-style-type: none;
}

/*********************************
Sidebar_left >
****************************/

#sidebar_left li, #sidebar_left li a:link, #sidebar_left li a:visited{
	list-style-type: none;
	margin: 6px 0 0 0;
	padding: 0 0 6px 6px;
}

#sidebar_left li a:link, #sidebar_left li a:visited{
}

#sidebar_left li{
	list-style-type: none;
	border-bottom: 1px solid #f4f3e7;
}

#sidebar_left li.active{
	background: url(images/sidebar_left_arrow.png) 220px no-repeat;
}

#sidebar_left ul{
	margin: 0 0px 0 0;
	padding-left: 0;
	padding-top: 0;
}

#sidebar_left ul.sidebar_sub_parent{
	margin: 7px 0 7px 0;
	border:none;
}

#sidebar_left li.sidebar_sub_child, #sidebar_left li.sidebar_sub_child a:link, #sidebar_left li.sidebar_sub_child a:visited{
	border-bottom:none;
	padding: 0 0 5px 13px;
	margin: 0;	
}


/********************
Sidebar_right >
********************/

#sidebar_right ul{
	margin: 0;
	padding: 0 0 15px 0;
}
#sidebar_right li{
	list-style-type: none;
	margin-bottom: 3px;
	background: url(images/sidebar_right_block_arrow.png) 220px center no-repeat;
}



/*******************************
		Contact >
*******************************/

#article_contact_content ul{
	margin: 0 0 22px 0;
	padding: 0;
}


#article_contact_content li{
	list-style-type: none;
	padding: 0 0 2px 0;
}



/****************************
		Docs >
*******************************/

#article_docs_content ul{
	padding: 0;
	margin: 0;
}
#article_docs_content li{
	list-style-type: none;
}

#article_docs_content li a:link, #article_docs_content li a:visited{
	background: url(images/icons/pdf.png) left no-repeat;
	padding: 0 0 0 17px;
}

#article tr{
border: 1px solid #000;
}

#article tr:hover{
background-color: #DFDED5;
}

#article tr#no_bg:hover{
background-color: #fff;
}
.sorter a:link{
	font-weight: bold;
}
/***************************
	Overwriters
***************************/

.right{
float:right;
margin-right: 15px;
}
.left{
float: left;
}

#print{
	float:right;
	width: 100px;
	height: 53px;
	}

	
	.Pufflink, a.Pufflink , a.Pufflink a:visited, a.Pufflink a:hover{
		color: #000;
		}
/***************************
	Applyform
***************************/
div.applyBox
{  width: 216px; overflow: hidden; background-image: url(sidebar_right_block);
	background: url(images/sidebar_right_block.png) repeat-y; color: #fff; padding: 5px 0px 5px 5px;
	 margin-bottom: 10px;
}

div.applyBox h2 { color:#fff;}
div.applyBox a:link, div.applyBox a:visited, div.applyBox a:active, div.applyBox a:hover { color:#fff;}

div.applyBox .error { color:#000;}

div.applyBox .applyField, div.applyBox .applyFieldFile
{
    font-family: 'Arial', sans-serif;
	font-size: 12px;
	width: 200px; margin: 2px 0px 5px 0px;
}
