@charset "UTF-8";
/* CSS Document */

#wrapper{
}

/**
 * Header
 */
#header{
	width: 720px;
	background: url(../images/shadow_bg.jpg);
	/*border: 1px solid red;*/
}
#header .inside{
	width: 700px;
	height: 172px;
	margin: 0 10px 0 10px;
	background: url(../images/header_bg.jpg);
	/*border: 1px solid green;*/
}
#logotype{
	float:left;
	width: 157px;
	height: 172px;
	/*background-color: red;*/
}
#logotype img{
	width: 113px;
	height: 109px;
	margin:36px 0 0 44px;
}
#headerSearch{
	float: left;
	width: 543px;
	height: 36px;
	/*background-color: green;*/
}
*html #headerSearch{
	display: inline;
	overflow-x: hidden;
	overflow-y: hidden;
}
#headerSearch form{
	margin: 0;
	padding: 0;
}
#headerSearch form .formbody{
	float: right;
	margin: 13px 20px 0 0;
	/*background-color: pink;*/
}
#headerSearch form input.text{
	float: left;
	clear: left;
	height: 15px;
	width: 150px;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #ccc;
}
#headerSearch form .submit_container{
	float: left;
}
#headerSearch form input.submit{
	margin: 0;
	padding: 0;
}
#tagline{
	position: relative;
	float: right;
	width: 423px;
	height: 136px;
	/*background-color:blue;*/
}
/**
 * Main
 */
#container{
	width: 720px;
	margin:0;
	padding:0;
	min-height: 100%;
	background: url(../images/shadow_bg.jpg);
}
#container_bg{
	background:url(../images/left_bg.jpg) 10px bottom no-repeat;
}
#left{
	width:205px;
	margin-left:10px;
	margin-bottom:0px;
}
#left .inside{
	width:205px;
}
#main{
	margin-left: 215px;
	margin-right: 10px;
	border-left:1px solid #274604;
	/*background-color: red;*/
}
#main .inside{
	background-color:#f8ffe6;
	/*background-color: red;*/
}
#swf_5{
	margin: 10px 0 20px 10px;
}
.mod_article{
	padding:20px 30px 20px 30px;
}
#tagline{
	text-align: right;
	padding: 0 10px 0 40px;
}
#footer{
	width: 720px;
	height: 12px;
	background: url(../images/footer_bg.jpg) top left no-repeat;
}
#footer .inside{
	width: 720px;
	height: 12px;
}
/**
 * Co-worker page
 */
.coworkerImage{
	width: 150px;
}
#camilla{
	width: 175px;
}


/**
 * Latest News startpage 
 */
#LatestNews{
	padding: 0;
}
*html #LatestNews{
	margin-bottom: -2px;
}
/**
 * Newspages and newslists 
 */ 
#newsReader, #newsListFull{
	padding: 20px 30px 30px 30px;
}
#newsListTen, #newsListStart{
	margin: 0;
	padding: 20px 30px 30px 30px;
	width: 435px;
	background:url(../images/gradient_bg.jpg) repeat-x;
	background-color:#86ba20;
}
*html #newsListTen{
	margin-bottom: -2px;
}

/**
 * Searchpage 
 */
.mod_search{
	/*padding:20px 40px 20px 40px;*/
}
.mod_search a{
	color:#86ba20;
}


