body, input, select, textarea {
	background-color: 	#FFF;
	font-size:		0.8em;
	font-family: 		Helvetica, Verdana, Arial, sans-serif;
	margin:			0;
}
body {
	background:		#fff url("../images/bg_behang.jpg");
}

h1, h2, h3, h4, h5 {
	margin: 		0;
	padding: 		0;
}
h1 {
	margin-bottom: 		10px;
	font-size:		150%;
	font-family: 		Helvetica, sans-serif;
}
h2 {
	line-height:		140%;
}
a {
	color: 			#000;
}
a:hover {
	color: 			#EA1000;
}
img {
	border:			none;
}
.right {
	float:			right;
}


/* BASICS */
#outline {
	position:		absolute;
	left:			50%;
	top:			50%;
	margin:			-325px 0 0 -400px;
	width: 			800px;
	height:			650px;
}
#holder {
	position:		absolute;
	left:			25px;
	top:			25px;
	width: 			750px;
	height:			600px;
	text-align: 		left;
	overflow:		hidden;
	background-color:	#fff;
}
.text {
	position:		absolute;
	background-color:	#fff;
	overflow:		auto;
	z-index:		5;
	line-height: 		150%;
}
.textcontent {
	padding:		15px 5px 10px 15px;
	font-family: 		times, serif;
}
/* END BASICS */




/* FIELD */
.field {
	position:		absolute;
	width:			150px;
	height:			150px;
}
/* END FIELD */



/* MENU */
#nav {
	position:		absolute;
	margin: 		0px;
	padding: 		0px;
	width:			150px;
	height:			150px;
	background-color:	#e21a1b;
	font-family: 		times, serif;
	font-weight:		bold;
	font-size:		1.2em;
}
#nav ul {
	margin: 		6px 0;
	padding: 		0;
	list-style:		none;
}
#nav ul li {
	padding: 		0;
}
#nav ul li a {
	color: 			#fff;
	text-decoration: 	none;
}
.active {
	color:			#333;
	background-color:	#f00;
}
/* END MENU */




/* MENU CARD */
#menu h1 {
	font-size:		120%;
	font-family: 		Times, serif;
	margin:			-15px 0 -15px -10px;
	padding:		5px;
	font-weight:		normal;
}
#menu h1 a {
	text-decoration:	none;
	color:			#000;
	text-decoration:	underline;
}
#menu h1 a:hover {
	text-decoration:	none;
	color:			#81C099;
}
#menu h2 {
	font-size:		100%;
	font-weight:		bold;
}
#menu h3 {
	font-size:		100%;
	font-weight:		normal;
	float:			right;
}
#menu h4 {
	font-size:		100%;
	font-weight:		normal;
	font-style:		italic;
}
/* END MENU CARD */



/* FOOTER + HEADER */
#header, #footer {
	position:		absolute;
	left:			25px;
	width:			742px;
	height:			13px;
	background-color:	#e21a1b;
	padding:		1px 4px;
	font-size: 		85%;
	color:			#fff;
	font-weight:		normal;	
}
#header {
	top:			10px;
}
#footer {
	bottom:			10px;
}
#footer a, #header a {
	color:			#fff;
	text-decoration: none;
}
#footer a:hover, #header a:hover {
	color: 			#000;
}
#footer_edividual {
	position:		absolute;
	width:			300px;
	left:			225px;
	bottom:			1px;
	text-align:		center;
}
#footer_edividual a {
	color:			#fe9a9b;
}
/* END FOOTER */




/*
div {
	border: 		dotted #0f0 1px;
}
*/