body, html {
	margin:					0px;
	background-color:		#060606;
	background-image:		url('../../gfx/bg.gif');
	background-repeat:		repeat-x;
	font-family:			Verdana;
	font-size:				11px;
	color:					#cacaca;
}

a {
	color:					#FFFFFF;
	text-decoration:		none;
}

a:hover {
	color:					#FFFFFF;
	text-decoration:		underline;
}

/*.art_item:hover{
	text-decoration:		none;
	color:					#000000;
}*/

h1 {
	font-size:				18px;
	font-weight:			bold;
	margin:					0px;
	margin-bottom:			10px;
	color:					#FFFFFF;
}

#maincontainer {
	position:				absolute;
	width:					888px;
	left:					50%;
	margin-left:			-444px;
	margin-top:				55px;
}

#menu {
	width:					798px;
	height:					21px;
	background-color:		#e8fcd8;
	border:					1px solid #000000;
	
}

#menu a {
	display:				block;
	height:					21px;
	padding-left:			10px;
	padding-right:			10px;
	background-color:		#e8fcd8;
	line-height:			21px;
	vertical-align:			middle;
	color:					#000000;
	text-decoration:		none;
	text-align:				center;
	margin-left:			10px;
	float:					left;
}

#menu a:hover {
	background-color:		#cbfba6;
	color:					#838383;
	text-decoration:		underline;
}

#content {
	background-color:		#000000;
	/*height:					210px;*/
	width:					760px;
	padding:				20px;
	padding-bottom:			5px;
}

#content #tekst {
	float:					left;
	width:					500px;
	height:					210px;
}

#content #foto {
	float:					right;
	width:					250px;
	text-align:				center;
}

#container {
	float:					left;
}

#footer {
	height:					0px;
	width:					800px;
	background-color:		#e8fcd8;
	color:					#FFFFFF;
	padding-top:			2px;			
}

#logo {
	float:					right;
	width:					88px;
	height:					394px;
	background-image:		url('../../gfx/logo.gif');
	background-repeat:		no-repeat;
}

#bottom {
	width:					800px;
	height:					128px;
	/*background-image:		url('../../gfx/onder.jpg');
	background-repeat:		no-repeat;*/
}

#work_left {
	float:					left;
	width:					120px;
}

#work_frame {
	width:					100%;
	height:					360px;
	overflow:				hidden;
}

#work {
	width:					100%;
}

.work_item, #work_arrows {
	width:					100%;
	text-align:				center;
}

.work_item {
	cursor:				pointer;
}

#right {
	float:					left;
	width:					600px;
	text-align:				center;
}
