﻿@charset "utf-8";
/* CSS Document */
/*
Dit is nu zo gemaakt dat de content rechts komt en de direct menu items linke

Om te wisselen kan je de floating en de marigins left vs right omwisselen

*/

#freework_fp_content{
	min-width:700px;
	max-width:900px;
	min-height:500px;
	background-color: white;
	margin-top:0px;
	margin-right:-3px;
	padding: 0px 15px 0px 15px;
	float:right;
	overflow:visible;
	z-index:999;
	text-align:center;
}


#freework_fp_menu{
	width:180px;
	min-height:500px;
	margin-top:-65px;
	margin-left:-3px;
	padding: 0px 10px 0px 10px;
	float:left;
	overflow:visible;
	z-index:999;
}

#freework_menu_table{
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
}

#freework_menu_column{
}

A.freework_menu_button{
	background-image:url(button.png);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	color: #003e8c;
	width:178px;
	height:25px;
	margin-bottom:15px;
	text-indent:7px;
	font-weight:bold;
	font-variant:small-caps;
	font-size:12px;
	padding-top:2px;
}

A.freework_menu_button:hover{
	background-image:url(button_m.png);	
	background-repeat:no-repeat;	
	color: #e2833e;
	width:178px;
	height:25px;
	text-indent:7px;
	font-weight:bold;
	font-variant:small-caps;
	font-size:12px;	

}

