@charset "UTF-8";
body {
	background: url(../images/body.gif) #222222 -10% 0 repeat-x;
	width: 750px;
	margin: auto;
	padding-top: 50px;
	font-family: "Lucida Grande";
	line-height: 1.5em;
	font-size: 0.9em;
}

.wrapper {
	width: 700px;
	margin: auto;
	padding-top: 10px;
}

.rubrik {
font-family: "Gill Sans";
font-size: 3em;
}

p {
margin-bottom: 20px;
}

#container {
	overflow: hidden;
	width: 100%;
	text-align: left;
	font-family: "Gill Sans";
	margin-top: 20px;
}

#row { 
margin: 0;
padding: 10px;
background-color: #efefef;
} 

.column {
	float: left;
	width: 30%;
	height: 900px;
	/* margin-right: 10px;
background-color: #ccc; */
padding-top: 20px;
	border-left: #888 dotted 1px;
	padding: 10px;
}

.column2 {
	float: left;
	width: 440px;
	/* margin-right: 10px;
background-color: #ccc; */
padding-top: 20px;
	border-left: #888 dotted 1px;
	padding: 10px;
}

.column3 {
	float: left;
	width: 200px;
	/* margin-right: 10px;
background-color: #ccc; */
padding-top: 20px;
	border-left: #888 dotted 1px;
	padding: 10px;
}

.last {
/* margin-right: -10px; */
border-right: #888 dotted 1px;
}
.last2 {
/* margin-right: -10px; */
border-right: #888;
}

.clear {
float: left;
clear: both;
}

.full-bredd {	
width: 100%;
height: 55px;
background-color: #666666;
padding-top: 30px;
margin-top: 10px;
}

.footer {
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 0px solid #000;
}

.rounded {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border:0 solid #000000;
padding:10px;
text-align:left;
}

.content #intro {
float:right;
position:relative;
width:345px;
}
