body {
    background:#f2f2f2 url("../img/bg.png") repeat-x;
    font:11px/1.4em Verdana, Arial;
}

/*LAYOUT STYLING*/
#wrapper, #wrapper_top {
    width: 928px;
    margin: 0 auto;
    padding: 0;

}
#wrapper_top{
	background: #fff url("../img/top_wrapper_bg.png") top no-repeat;
	height:230px;
}
#wrapper {
	background: #fff url("../img/wrapper_bg.png")  repeat-y;
}
#top {
	background:#007000 url("../img/top_back.png") bottom no-repeat;
	width:928px;
	height:50px;
}
#top_logo {
		float:left;
		margin:5px 0 0 5px;
}
#header {
	width:900px;
	margin:0 auto;

}
	#header_inner {
		border-top:10px solid #fff;		
		border-left:10px solid #fff;	
		border-right:10px solid #fff;	
		margin:0 auto;
		background:#007000;
		width:880px;
		height:148px;
	}
	
	#news_box {
		width:225px;
		height:239px;
		position:relative;		
		float:right;
		margin:15px 15px 0 0;
		z-index:19;
		background:url("../img/news_box.png")  no-repeat;
			
	}
	#news_box #news_box_content {
		width:210px;
		height:179px;
		margin:10px;
		overflow:auto;
		
		color:#000;
	}
		#news_box #news_box_content a {
			color:#000;
		}
		#news_box #news_box_content .news_date {
			
			color:#ccc;
			margin-right:5px;

		}
		#news_box #news_box_content .news_header{
						
			font-weight:bold;
		}
		#news_box #news_box_content .news_text{
			clear:left;
		}
		
		
	#tjanster_box {		
		width:200px;
		margin:0 0 15px 0;
		height:239px;
		background:url("../img/tjanster.png")  no-repeat;	
	}
	#tjanster_box #tjanster_box_content {
		width:185px;
		height:197px;
		margin:10px;
		overflow:auto;
		
		color:#000;
	}
		#tjanster_box #tjanster_box_content a {
			color:#000;
		}
		#tjanster_box#tjanster_box_content .tjanster_date {
			
			color:#ccc;
			margin-right:5px;

		}
		#tjanster_box #tjanster_box_content .tjanster_header{
						
			font-weight:bold;
		}
		#ntjanster_box #tjanster_box_content .tjanster_text{
			clear:left;
		}
		

	


#bread_crumb {
	height:20px;
	background:#000;
	color:#fff;
	margin:0 auto;
	width:870px;
	max-width:870px;
	padding:0 5px;

}
	#bread_crumb a {
		color:#fff;
	}
	#bread_crumb a:hover {
		color:#007000;
		text-decoration:none;
	}
#start_text {
	width:390px;
	max-width:380px;
	background:#007000;
	position:relative;
	float:left;
	color:#fff;
	height:56px;
	max-height:54px;
	margin:15px 15px 0 15px;
	padding:5px;
}
	#start_text div {
		color:white;
	}
	#start_text a {
		color:#fff;
	}
#content {
	background: url("../img/content_top_bg") top repeat-x;
	width:880px;
	margin:0 auto;
}
	#content_left {
		width:215px;
		float:left;		
		margin-top:16px;
		padding:0 0 20px 0;
	}
	#content_right {
		width:630px;
		min-width:649px;
		float:left;
		padding:0 0 15px 15px;
		margin-top:25px;		
	}
		#content #content_right ul {
			list-style:circle;
			margin-left:20px;
		}
	#content #column_start a {
		color:#000;
	}
		#content #column_start a strong {
			color:#008000;
		}
	
#footer {
	width:928px;
	background:url("../img/footer_bg.png") no-repeat;
	height:53px;
	color:#fff;
	text-align:center;
}
	#footer p {
		color:#fff;
		padding-top:10px;
	}
#search {
	background:url("../img/search_bg.png") no-repeat;
	width:180px;
	height:80px;
	padding:10px;
	margin:20px 0;
}
	#search input {
		width:148px;
		float:left;
		margin-right:5px;
	}
	#search h2 {
		margin-bottom:20px;
		
	}
	#search a {
	float:left;
	}
	
#news_list span {
	display:block;
	color:#333;
	line-height:10px;
}
	
#news_list li {
	border-bottom:1px solid #007000;
	margin-bottom:10px;
}
	
	#news_list li a.news_item  {
		padding-left:15px;
		background: url("../img/arrow_right_grey.png") left center no-repeat;
		color:#333;
		
	}
	#news_list a:hover.news_item {
		background: url("../img/arrow_right_green.png") left center no-repeat;
		color:#43b03b;
		text-decoration:none;
	}
	
	
/*MENU*/
#menu {
	float:left;
	width:880px;
	margin-left:14px;
	margin-top:10px;
}

	#menu li {
		float:left;
	}
	#menu li a {
		display:block;
		padding:5px 5px 0;
		margin-right:10px;
		color:#fff;
		height:25px;
		float:left;
	}
	#menu li a:hover, #menu li a.active {
		border-bottom:1px solid #a5bd00;
		color:#a5bd00;
		text-decoration:none;
	}
	
ul#submenu {
	list-style:none;
	margin-bottom:15px;
}
	#submenu a {
		padding-left:15px;
		background: url("../img/arrow_right_grey.png") left center no-repeat;
		color:#333;
		
	}
	#submenu a:hover, #submenu a.active {
		background: url("../img/arrow_right_green.png") left center no-repeat;
		color:#43b03b;
		text-decoration:none;
	}
	
	.subsubmenu {
		margin-left:15px;
	}
	
	

/*TEXT STYLING*/
h1 {
	color:#007000;
	font-size:19px;
	line-height:1.4em;
	font-weight:bold;
	margin-bottom:15px;
}
	h1#news {
		margin:10px;
	}
	h1#tjanster {
		margin:0 0 0 10px ;
		line-height:1.5em;
	}

h2 {
	color:#007000;
	font-size:16px;
	font-weight:bold;
}

h3 {
	color:#007000;
	font-size:13px;
	font-weight:bold;
}
	h3 a {
		color:#007000;
	}

a {
	color:#008000;
}
a:hover {
	text-decoration: underline;
}
hr {
	height:1px;
	background:#007000;
	border:0;
}
.green_box_middle {
	color:#fff;
	font-weight:bold;
	background: #00ff00 url("../img/green_box_middle.gif") left center no-repeat;
	text-align:center;	
	padding:6px 0 6px 0;
	margin:0;
	width:200px;
}
.green_box_top {
	line-height:0;
	font-size:0;
	background: url("../img/green_box_top.gif") top left no-repeat;
	height:3px;
	margin:0;
}
.green_box_bottom {
	line-height:0;
	font-size:0;
	background: url("../img/green_box_bottom.gif") top left no-repeat;
	height:3px;
	margin:0;
}
.green_box_middle a {
	color:#fff;
}
.light_green_box_middle {
	color:#333;
	font-weight:bold;
	background: #d5e4d5 url("../img/light_green_box_middle.gif") left center no-repeat;
	text-align:center;	
	padding:6px 0 6px 0;
	margin:0;
	width:200px;
}
.light_green_box_top {
	line-height:0;
	font-size:0;
	background:  url("../img/light_green_box_top.gif") top left no-repeat;
	height:3px;
	margin:0;
}
.light_green_box_bottom {
	line-height:0;
	font-size:0;
	background:url("../img/light_green_box_bottom.gif") top left no-repeat;
	height:3px;
	margin:0;
}
.light_green_box_middle a {
	color:#333;
}

.grey_box {
	color:#007000;
	font-weight:bold;
	background: #007000 url("../img/grey_box.png");
	text-align:center;
	height:37px;
	max-height:27px;
	padding-top:10px;
}
.grey_box a {
	color:#007000;
}

/*FORM STYLING*/
label {
	display:block;
	font-weight:bold;
}
input {
	width:300px;
	border:1px solid #007000;
	height:20px;
	padding:5px 0 0 2px;
	margin:0 0 0 0;
	background:#f8f8f8;
}
select {
	border:1px solid #007000;
	margin:0 0 20px 0;
	background:#f8f8f8;
}
textarea {
	width:550px;
	border:1px solid #007000;
	margin:0 0 20px 0;
	height:150px;
	background:#f8f8f8;
}
fieldset {
	margin:20px 0;
}
	fieldset p {
		margin:0 0 20px 0;
	}
.radio_btn {
	background:none;
	border:0;
	width:15px;
	float:left;
	clear:left;
	margin:0;
}
.radio_btn_text {
	margin:0 0 0 10px;
}
#form_error {
	border:1px solid #007000;
	margin:0 0 20px 0;
	background:#ff0808;
	color:#fff;
	font-weight:bold;
	padding:10px;
}
#form_success {
	border:1px solid #007000;
	margin:20px 0 20px 0;
	background:#f8f8f8;
	font-weight:bold;
	padding:20px;
}
#order_button {
	background:#007000;
	border:1px solid #f8f8f8;
	width:100px;
	height:25px;
	padding:0;
	color:#fff;
	font-weight:bold;
}