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

body {
	background-image:url(/images/background.png);
	background-repeat:repeat;
	margin: 0;
}

body,table,td,select,input {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d5d5d;
}

img {
	border: 0;
	outline: 0;
}
ul{
	margin:0;
	padding:0;
}
li{
	list-style-image:url(/images/li.png);
	list-style-position:inside;
	margin:4px 0;
}
p {
	margin: 0;
	padding: 0;
}
h1{
	margin:0 0 5px 0;
	color:#005caa;
	font-size:17px;
	font-weight:bold;
}

h2{
	margin:0;
	color:#5d5d5d;
	font-size:14px;
	font-weight:bold;
}

a:link, a:visited, a:active{
	color:#1984c1;
	text-decoration:underline;
	outline:none;
}
a:hover{
	text-decoration:none;
}

#wrapper{
	width:950px;
	margin:0 auto;
	position:relative;
}
#menu{
	width:950px;
	height:30px;
	padding:30px 0 0 0;
	margin:0 0 0 175px;
}
#menu li{
	list-style-type:none;
	display:inline;
	margin:0 6px;
	font-size:11px;
	text-transform:uppercase;
}
#menu a:link, #menu a:visited, #menu a:active{
	color:#adadad;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover{
	color:#fff;
	font-weight:bold;
}
#left{
	width:157px;
	float:left;
}
#right{
	width:793px;
	float:right;
}
#contentTop{
	background-image:url(/images/contentTop.png);
	background-repeat:no-repeat;
	width:793px;
	height:134px;
}
#content{
	background-image:url(/images/content.png);
	background-repeat:repeat-y;
	padding:30px 30px 0 30px;
}
#contentBottom{
	background-image:url(/images/contentBottom.png);
	background-repeat:repeat-y;
	height:155px;
	padding:0 35px;
}
#contentBottom .padding{
	padding:112px 0 0 0;
}
#welcomeman{
	position:absolute;
	right:20px;
	top:76px;
}
.clear{
	clear:both;
}
.siteIMG{
	float:right;
	margin:0 0 10px 30px;
}
.kundeudtalelser{
	border-bottom:1px dashed #bfbfbf;
	padding:10px 0;
}
