@import url("reset.css");

body {
	font-family: "Courier";
	font-size: 12px;
	color:#333;
	letter-spacing: 2px;
	line-height: 15px;


}

#bilder {
    line-height: 15px;
	
}

#bilder2 {
    line-height: 13px;
	
}

#wrapperstart {
    margin: 0 auto;
    width: 850px;
	background: url(../img/0-back-start3.jpg)
}





#wrapper {
    margin: 0 auto;
    width: 850px;
	
}

#content {
	float: left;
	width: 655px;
	text-align: right;
	height: 130px;
	padding-right: 20px;
	padding-top: 20px;
}



#content2 {
    float: left;
    width: 460px;
	height: 593px;
	padding-right: 40px;
	padding-top: 7px;
}

#navrechts {
    float: right;
    width: 175px;
	height: 600px;
	color: #333333;
}

#leftcolumn {
	width: 160px;
	float: left;
	height: 1200px;
	padding-left: 5px;
	padding-right: 10px;
	background: url(../img/bg-links.gif) ;
	
}

#leftcolumn a {
	font-family: "Courier";
	font-size: 16px;
	color:#333;
	letter-spacing: 2px;
	line-height: 30px;
}

#leftcolumn a:hover {
		text-decoration: none;
		border-bottom:2px solid #e65113;

}

#navrechts a {
	color: #333333;
	font-family: "Courier";
	font-size: 17px;
	line-height: 35px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#navrechts a:hover {
	text-decoration: none;
		border-bottom:2px solid #e65113;

}
a:link {
	color: #DB4D53;
	text-decoration: none;
}


a:visited {
	color: #DB4D53;
	text-decoration: none;
}

.active {
	text-decoration: underline;
	border-bottom:2px solid #e6515a;
	}
	
.h1 {
	font-family: "Courier";
	font-size: 16px;
	color:#333;
	letter-spacing: 2px;
	font-weight: bold;
}



.whitebox { 

background-color:#ffffff; padding:0px; margin:0px; }