body{
	padding: 0px;
	margin: 0px;
	
	background-color: #e0e0e0;
	background-image: url('bilder/bg.png');
	background-position: top center;
	background-repeat: repeat-y;
}

img {
	border: 0px;
}

div#container{
	width: 900px;
	margin: 0 auto;
	
	background-image: url('bilder/headerbg.png');
	background-repeat: repeat-x;
}

div#header{
	background-image: url('bilder/hus.png');
	background-repeat: no-repeat;
	background-position: top right;
	height: 135px;
}

	div#header h1{
		padding: 0px;
		margin: 0px;
		float: left;
	}
	
		div#header h1 a{
			background-image: url('bilder/logotype.png');
			background-repeat: no-repeat;
			height: 96px;
			width: 547px;
			display: block;
			text-indent: -7000px;
		}
		
	div#header ul{
		clear: left;
		padding: 0px 0px 0px 10px;
		margin: 0px;
	}
	
		div#header ul li{
			display: inline;
			padding: 8px 10px 0px 10px;
			float: left;
		}
		
			div#header ul li a{
				font-family: Arial;
				font-size: 13px;
				text-decoration: none;
				color: #9cffb3;
				font-weight: bold;
			}
			
				div#header ul li a:hover{
					border-bottom: 1px dotted #05a029;
				}
			
				div#header ul li a.active{
					color: #ffffff;
				}
				
	div#content{
		padding: 20px;
		font-family: Arial;
		font-size: 13px;
	}
	

	
		div#content h1{
			color: #07611c;
			padding: 0px;
			margin: 0px 0px 0px 0px;
			font-weight: normal;
			font-size: 20px;
		}
		
		div#content h2 {
			color: #07611c;
			padding: 0px;
			margin-bottom: 0px;
			font-weight: normal;
			font-size: 16px;
		}
		
		div#content p{
			font-size: 13px;
			line-height: 20px;
			padding-right: 35px;
			margin: 10px;
			color: #444444;
		}
		
		div#content p.tjanster {
			margin-top: 0px;
		}
		
		div#content p.tjanster:first-letter {
			text-transform:capitalize;
		}
		
	div#content_left{
		float: left;
		width: 600px;
	}
	
		div#kontakta {
			margin: 0 auto;
			float: right;
			width: 595px;
		}
		
		div#kontakta .kontakta_box p{
			width: 170px;
			font-size: 12px;
			padding: 0px;
			float: left;
		}
		
			div#kontakta .kontakta_box p img {
				margin-left: 10px;
			}
		

		
		div#content_left form {
			color: #444444;
			margin-top: 10px;
			margin-bottom: 10px;
			clear: both;
		}
			div#content_left form p {
				margin-top: 10px;
			}
			
			div#content_left input {
				margin-bottom: 10px;
			}
			
			div#content_left input.right {
				margin-left: 155px;
			}
		
			div#content_left form input, textarea {
				font-family: verdana;
				font-size: 12px;
			}
			
			div#content_left p.referenser_bilder {
				float: left;
			}
	
	div#content_right{
		float: right;
		width: 250px;
	}
	
		div#contact{
			background: #890100;
		}
		
			div#contact p{
				padding: 10px;
				margin: 0px;
				color: #dda6a6;
				line-height: 18px;
			}
			
			div#contact strong{
				color: #ffffff;
			}
			
		div#clear {
			clear: both;
		}
	
	div#foot{
		clear: both;
		font-family: Arial;
		color: #888;
		font-size: 11px;
		margin: 10px;
		border-top: 1px solid #ccc;
		padding: 10px;
		line-height: 18px;
	}
	
		div#foot a{
			color: #666;
			text-decoration: none;
			border-bottom: 1px dotted #ccc;
		}
		
		
.mailat{
	font-weight: bold;
	color: green;
	width: 300px;
	text-align: center;
	background-color: lightgreen;
	border: 1px solid green;
	padding: 10px;
	clear: both;
}

.fel{
	font-weight: bold;
	color: red;
	width: 300px;
	text-align: center;
	background-color: #ee9595;
	border: 1px solid red;
	padding: 10px;
	clear: both;
}