/* CSS Document */
body {
	
	margin-top: 50px;
	margin-left: 50px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #76767C;
	font-size: 9px;
	line-height: 13px;
	font-style: normal;
	}

/* boxes*/
#site {
	margin-right: auto; 
	margin-left: auto;
	/*margin: 0px 0px 0px 0px; */
	width: 730px;
	background-color:FFFFF;
	}
#logo {
	float: left;
	width: 30px;
	height:800;
	background-color:#FFFFFF;
}	
#wrapper {
	float: right;
	width: 660px;
	height:510px;
	background-color: #D5D6D7;
	padding: 20px 20px 20px 20px;
}
#header {
	height:46px;
	width: 660px;
	background-color:#D5D6D7;
}
#rubrik {
	float:left;
	width: 300px;
	height: 45px;
	margin: 0px;
	background-color: #D5D6D7;
}
#adress {
	float:right;
	width:100px;
	height: 40px;
	background-color:#D5D6D7;
	font-size: 9px;
	line-height: 14px;
}
#columnHolder {
	width:660px;
	height: 120px;
	margin-top: 20px;
	background-color:#D5D6D7;
}
#columnOne {
	float:left;
	width:180px;
	height:120px;
	background-color:#D5D6D7;
}
#columnTwo {
	float:left;
	width:180px;
	height:120px;
	margin-left:20px;
	background-color: #D5D6D7;
}
#columnThree {
	float:right;
	width:100px;
	height:120px;
	margin-left:20px;
	background-color:#D5D6D7;
}
#columnHolder2 {
	width:480px;
	height: 120px;
	margin-top: 20px;
	background-color:#D5D6D7;
}
#image {
	float:none;
	width: 400px;
	height: 270px;
	margin-top: 0px;
	background-color:#D5D6D7;
}
#navi {
	float:right;
	width: 440px;
	height: 60px;
	margin-bottom: 0px;
	background-color: #FF0000;
}
#columnHolder3 {
	width:660px;
	height: 440px;
	margin-top: 20px;
	background-color:#D5D6D7;
}
#columnMini {
	float:right;
	width:490px;
	height:80px;
	margin-left:0px;
	background-color: #D5D6D7;
}
/*#columnFour {
	float:left;
	width:180px;
	height:50px;
	background: #D5D6D7;
}
#columnFive {
	float:left;
	width:180px;
	height:50px;
	margin-left:20px;
	background: #D5D6D7;
}
#columnSix {
	float:left;
	width:180px;
	height:50px;
	margin-left:20px;
	background: #D5D6D7;
}*/
#columnNext {
	float:right;
	width:120px;
	margin-right:0px;
	margin-bottom:0px;
	text-align: right;
	background-color:#D5D6D7;
}
#imageRep {
	float:right;
	width:410px;
	height:361px;
	margin-right:0px;
	background-color:#D5D6D7;
}
#columnNext2 {
	float:right;
	width:100px;
	height:70px;
	margin-right:0px;
	text-align: center;
	background: #D5D6D7;
}	

#columnRepo {
	float:left;
	width:180px;
	height:300px;
	background: #D5D6D7;
}
#columnContact {
	float:left;
	width:320px;
	background: #D5D6D7;
}
#columnContact2 {
	float:left;
	width:180px;
	height:120px;
	background: #D5D6D7;
}
#menu {
	float:left;
	height: 40px;
	width: 710px;
	/*padding-top: 20px;*/
	margin-left:30px;
	background-color:FFFFFF;
}


/*links and selectors*/	

a:link {
	color: #76767C;
	text-decoration: none;
}
a:visited {
	color: #76767C;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	color: #000;
}
a:active {
	color:#76767C;
	text-decoration: none;
}
.noborder {
	border: 0px; none:
}	
