@charset "UTF-8";
/* CSS Document */

@import url("../main.css");

#LeftMenu {
	float:left;
	height:500px;
	width:300px;
	margin-left:2px;
	text-align:center;
}
#RightContent {
	color:#000;
	float:right;
	height:500px;
	width:690px;
	margin-right:2px;
	margin-top:10px;
	text-align:center;
}
.Button {
	padding-top:5px;
	padding-bottom:5px;
}
.ButtonBovenste {
	margin-top:25px;
	padding-top:5px;
	padding-bottom:5px;
}
#inlogtabel {
	margin-left:200px;
}
