*{
	margin:0;
	padding:0;
}
body{
	margin:0 auto;
	text-align: center;
}
#wrapper{
	/*testvalues*/
	background: White;
	margin: 0 auto;
	/*end testvalues*/
	text-align: left;
	width:970px;
}
#main{
	float: left;
	width:768px;
	clear:both;
	border:1px dotted #999;
	margin-bottom:30px;
}
#header{
	width:770px;
	/*height:200px;*/
	}
#content{
	margin-left:65px;
	background-color:#fff;
	width:640px;
	}
#program{
	margin-left:65px;
	background-color:#fff;
	width:640px;
	}
#forra{
	margin-left:65px;
	background-color:#fff;
	width:640px;
	}	
#anmalan{
	margin-left:65px;
	background-color:#FFF;
	width:640px;
	}
#sidfot{
	width:768px;
	height:115px;
	background: url(images/newsidfot.jpg) no-repeat;
}
#header a{
	display:block;
	background: url(images/newheader.jpg) no-repeat;
	width:768px;
	height:190px;
	}
#topmenu ul{
	list-style-type: none;
	list-style: none;
	margin-left:65px;
	margin-bottom:60px;
	}
#topmenu li{
	display:inline;
	margin-right:2em;
	}
#topmenu a{
	display:block;
	border:1px solid #fff;
	float: left;
	margin-right:2em;
	padding-top:0px;
	}
#sidebar{
	/*testvalues*/
	background: #f7f5f3;
	/*end testvalues*/
	width:198px;
	float: left;
	border:1px dotted #999;
	border-left:none;
	padding-bottom:20px;
}
h1, h2{
	clear: both;
}

