/* Common */

body {
	margin:20px 0px 0px 0px;
}

img {
	border:0px;
}

.contain {
	margin: 0px auto 0px auto;
	width:1000px;
	background-image: url(../uni/bilder/contain.gif);
	background-repeat: repeat-y;
}

.left {
	width:200px;
	float:left;
}

.topbot {
	width:1000px;
	float:left;
}

.hmeny {
	width:1000px;
	float:left;

}


.sidecontent {
	background-color:#FFF;
}

.mid {
	float:left;
	background-color:#FFF;
	overflow:hidden;
}



.fullblank {
	width:1000px;
	float:left;
	background-color:#FFFFFF;
}

.footer {
 		background-color:#FFF;
}

.header {
 		background-color:#FFF;
}
.right {
	width:200px;
	float:right;
}

.brclr{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}





