@import url(projects.css);
@import url(ansatte.css);
@import url(kontakt.css);

html {
	background: #fff url(gfx/BG_big.png) no-repeat top center;
	background-attachment: fixed;
	height: 100%;
}
body {
	/*background: url(gfx/bg_whiteShadow.png) repeat-y top center;*/
	/**background: none;*/
	color:#282828;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 16px;
	margin: 0;
	padding: 0;

	min-height: 100%;
	height: 100%;
}
html, body {  
	
	/*height: auto;*/
}

div#pagewrap {
	background: #fff;
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto;
	margin-bottom: -100px;
	padding: 0;
	padding-bottom: 0px;
}
* html #pagewrap { 
	height: 100%; 
}
/*** id layout START ***/
#top {
	height: 145px;
}

#banner {
	/*height: 214px;*/
	background: none;
}
#contentholder {
	background: url(gfx/contentholder_bg.gif) -131px 20px;
	width: 876px;
	margin: 30px 0px 0px 0px;
	padding: 0px 37px 130px 37px;
	/*background: red;*/
	/*height:500px;*/
}
#contentholder_news {
	background: url(gfx/contentholder_bg.gif) 27px 20px;
	width: 876px;
	margin: 30px 0px 0px 0px;
	padding: 0px 37px 130px 37px;
	/*background: red;*/
	/*height:500px;*/
}

#left {
	float: left;
	height: auto;
	width: 338px;
	text-align: left;
	background: none;
	/*height:100px;*/
}
#frontpage-text p {
	font-size: 11px;
	
}
#left_news {
	float: left;
	height: auto;
	width: 490px;
	text-align: left;
	background: none;
	/*height:100px;*/
}
#right {
	float: right;
	width:504px;
	height: auto;
	background: none;
	margin-left: 2px;
	/*height:100px;*/
}
#right_news {
	float: right;
	width:352px;
	height: auto;
	background: none;
	/*height:100px;*/
}
li {
	margin: 0;
	padding: 0;
}
img.logo {
	margin: 34px 0 0px 37px;
	border: 0;
}
#footer {
	font-size: 11px;
	padding: 35px 0 0 0;
	margin: 0 auto;
	height: 65px;
	width: 950px;;
	background: url(gfx/footer_bg.gif);
	text-align: center;
	color: #000;
	line-height:130%;
}

#flashcontent {
	margin:0;
	padding:0;
}
#microbanner{
background:url(gfx/line_x.gif) #FFF top left repeat-x;	
	margin-left: 36px;
	margin-right: 36px;
	margin-top: 5px;
	height: 1px;
	/*background: #d3d3d3;*/
}

#gasellene{
	margin-top: 20px;
	margin-bottom: 20px;
	width:249px;
	/*border: 1px solid black;*/
	

}
#gasellene img{
	
	margin-left: 65px;

}
#gasellene p{
	width: 170px;
	margin-top: 10px;
	margin-left: 30px;
	font-size: 9px;
	text-align: center;
	

}


/*** .projects START ***/

.projects {
	list-style: none;
	background: none;
	margin: 0px 0px 0px -16px;
	padding: 0;
}
.projects li {
	background:url(gfx/project_bg.png) #FFF top left no-repeat;
	margin: 0;
	padding: 16px 0px 0px 28px;
	height: 171px;
	width: 500px;
	font-size: 11px;
	line-height: 15px;
	list-style: none;
	vertical-align: bottom;
}
.projects li img {
	margin: 0px 9px 0px 0px;
	padding: 1px;
	float: left;
	/*border:1px solid #d9d9d9;*/
}
.projects li a img {border:1px solid #d9d9d9;}
.projects li div {float: left; width:285px; height: 170px; vertical-align: top;}
.projects li p {
	margin: 0;
	height: 81px;
	width: auto;
	padding: 0px 20px 0px 0px;
}
.projects li h3 {
	margin: 0px 0px 4px 0px;
	padding: 0;
	text-transform: uppercase;
}
.projects li ul.tag {
	margin: 0px 0px 0px -2px;
	padding: 0;
	display: block;
	height: 43px;
}
.projects li ul.tag li {
	font-size:12px;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
	height: 43px;
	width: auto;
}
.projects li ul.tag li a {
	color:#083f67;
	text-decoration: none;
	float: left;
	background: url(gfx/project_ul_lesmer.png) top left no-repeat;
	padding: 14px 0px 0px 12px;
	height: 29px;
	width: 158px;
}
.projects li ul.tag li a:hover { background-position: 0px -43px; text-decoration: underline;}
*html .projects li ul.tag li a:hover { background: url(gfx/project_ul_lesmer.png) left top no-repeat; text-decoration: underline;}
.projects li ul.tag li.bta {
	color:#083f67;
	background: url(gfx/project_ul_bta.png) top left no-repeat;
	padding: 14px 0px 0px 9px;
	width: 103px;
}
/*** .projects END***/

/*** .newslist START ***/

#contentholder .newslist{
	
	margin: 6px 0px 10px 0px;
}
#contentholder .newslist li{
	background: none;	
}
.newslist, .newslist li {
	font-size: 11px;
	list-style: none;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.newslist li {
	background: url(gfx/line_x.gif) bottom repeat-x;
	padding: 4px 0px 12px 0px;
}
.newslist li a {
	margin-top: 7px;
	display: block;
}
.newslist h3 {
	background:url(gfx/newslist_front_bg_blue.gif) top left repeat-y;
	padding: 0px 0px 0px 13px;
	margin: 0;
	font-size: 11px;
	/*height: 11px;
	
	line-height: 12px;*/
	text-transform: uppercase;
}
.newslist li div {
	background: url(gfx/newslist_front_bg_gray.gif) repeat-y;
	padding: 0px 0px 0px 13px;
	margin: 5px 0px 0px 0px;
}
.newslist li p {
	padding: 0;
	margin: 0;
}		
/*** .newslist START ***/

/*** id layout END ***/


.rightpic200 {
	margin: 0 0 5px 5px;
	float: right;
}
.rightpic200 img {padding: 7px 7px 5px 5px;}

/*** h, p, a, etc. START***/

* img {vertical-align:bottom;}
img a {border:none;}
#frame {
	background-repeat: no-repeat;
	border:1px solid #d9d9d9;
	padding: 1px;
	/*width: 589px;
	height: 289px;
	*/
}
#imageDummy {
	display: none;
}

h1, h2, h3, h4 {color:#083f67;}
h1 {
	height:43px;
	width:655px;
	background:url(gfx/h1_bg.jpg);
	/*color:#5b6e74;*/
	font-size: 10pt;
	margin:0;
	padding:0;
	line-height: 130%;
}
h2 {
	background: url(gfx/line_x.gif) bottom repeat-x;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 7px;
	margin-top: 0px;
	padding: 0px 0px 6px 0px;
	line-height: 130%;
}
#left h2 {}
#right h2 {margin-bottom: 6px;}
h3 {
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 10px;
	padding:0;
	line-height: 130%;
}
h4 {
	font-size: 11px;
	margin:0;
	padding:0;
	line-height: 130%;
}
p {
	margin-bottom: 16px;
		margin-top:1px;
}

table p.bodytext {
	padding: 0;
	margin: 0;
}

a:link {
	color:#005384;
	text-decoration: underline;
}
a:visited { 
	color:#005384;
	text-decoration: underline;
} 
a:hover {text-decoration: none;} 
a:active{outline: none;}
a:focus{-moz-outline-style: none;}

#footer a {
	color:#5b6e74;
	text-decoration:underline;	
}
#footer a:hover {text-decoration:none;}



.single-article-timedata{
	margin-bottom: 15px;
	margin-top: -5px;
}
/*** h, p, a, etc. END***/

h2.header-som{
	margin-top: 23px;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap {

margin: 10px 0px 10px 10px;
}
img.sublogo {
	margin: 1px 0px 8px 0px;	
}



/*** lists START ***/

/******************************************/
/*
#articles {
	margin:25px 0px 0px 0px;
	padding: 0;
}
#articles li {
	margin:0;
	list-style:none;
	padding: 0px 14px 2px 18px;
	background: url(images/right_line.jpg) bottom right no-repeat;
}
#articles li h3 a:link {color:#f79222;}
#articles li h3 a:visited {color:#f79222;}
#articles li p.bodytext{
	margin:0;
	padding:5px 0px 0px 0px;
}
#articles li p.shortNewsContent{
	padding:0;
	margin: 0;
}
*/
/******************************************/
/*
#listarticles{
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
#listarticles li {
	margin: 0px 0px 17px 0px;
	padding: 0px 0px 3px 0px;
	background: url(images/list_line.jpg) bottom left no-repeat;
}
#listarticles li div{margin: 0px 0px 7px 0px;}
#listarticles li div div{font-size: 11px;}
#listarticles li h3{
	margin-top:0px;
	padding-top:0px;
}
#listarticles li h3 a{
	color: #f79222;
	font-size: 12px;
	margin-top:0px;
}
*/
/*** lists END ***/


/*** klasser START ***/

.clear {
	clear: both;
	height: 120px;
}
.clear_0px {
	clear: both;
}
/*
.footerspan {
	margin-top: 20px;
}
.single-article-timedata {float: right;}
.single-article-timedata, .news-single-imgcaption {font-size: 10px;}
.single-article h2{
	padding: 0px 0px 20px 0px;
	font-size: 16px;
}
.single-article h3{
	font-style: italic;
	font-weight: bold;
	padding-bottom: 15px;
	color: #000;
	font-size: 13px;
}
.csc-textpic-image {
	border: 1px solid #B7B7B7;
	padding: 5px;
}
*/
/***  Search ***/
/*.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { 
	color: #cc0000; 

}

.tx-indexedsearch-form{
	padding-top: 5px;
	padding-left: 5px;
}
.tx-indexedsearch-search-submit{
	padding-left: 5px;
	padding-bottom: 5px;
}


.tx-indexedsearch-text-item-path{
	display: none;

}
.tx-indexedsearch-res h3{
	margin-bottom: 5px;
}
.tx-indexedsearch-res h3 a{
	color:#f79222;
}
.tx-indexedsearch-descr{
	margin: 0px 0px 10px 0px;	
}
dl.tx-indexedsearch-info {
	font-size: 12px;
	margin: 0px 0px 30px 0px;	

}

dl.tx-indexedsearch-info dt{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 40px;
}

dl.tx-indexedsearch-info dd{
	padding: 0px 0px 0px 0px;
	margin: 0px 00px 0px 0px;
}
*/
/***  Search END ***/

/*** klasser END ***/


/***** content START *****/


/***** content END *****/


