/* ============================================================================= 
	STYLES FOR CONTENT 
============================================================================= */

body {
	behavior: url(/lib/csshover.htc);
	overflow-x: hidden;
	overflow-y: scroll;
*	overflow-x: visible;
*	overflow-y: visible;
*	overflow: visible;
}

body,
input,
textarea,
select
{
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
}

p {
	margin: 0 0 1em 0;
}

a, a:link, a:visited {
	color: #F9AF2F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	color: #0a3552;
	font-size: 12pt;

	margin: 0;
	text-align: left;
}

/* ============================================================================= 
	DIVs
============================================================================= */
div#home-container {
	width: 780px;
	margin: 0 auto;
	position: relative;
}

div#home-flash {
	position: absolute;
	left: 100px;
	top: 90px;
}

div#container {
	width: 780px;
	position: relative;
	margin: 0 auto;
}

div#left-bar {
	width: 100px;
	position: absolute;
	left: 0;
	top: 0;
}

div#logo {
	width: 82px;
	position: absolute;
	margin: 0 auto;
	top: 140px;
	left: 3px;
}

div#middle-bar {
	width: 580px;
	position: absolute;
	left: 100px;
	top: 0;
}

div#header {
	position: absolute;
	left: 0;
	top: 90px;
	width: 580px;
	height: 40px;
	border: 0;
}

div#content {
	position: absolute;
	left: 0;
	top: 260px;
	width: 580px;
	background-color: #FEEEEA;

}

div#right-bar {
	padding-left: 5px;
	width: 100px;
	position: absolute;
	left: 680px;
	top: 260px;
}

div#right-bar a {
	display: block;
	margin-bottom: 10px;

	color: #98524f;
	font-size: 8pt;
}

div#right-bar a.active {
	color: #F9AF2F;
}



/*=============================================================================/
/	Menu
/================================GIJS WILBRINK================================*/


div#menu {
	position: absolute;
	left: 0;
	top: 150px;
	width: 580px;
	height: 90px;
	border: 0;
}

div#menu img.menu {
	width: 88px;
	height: 88px;
	overflow: hidden;
	background-position: 0 0;
}

div#menu img.menu:hover,
div#menu img.active {
	background-position: 0 100%;
}

div#menu img#menu-home {
	background-image: url('/images/layout/menu-home.jpg');
	margin-right: 6px;
}

div#menu img#menu-algemeneInfo {
	background-image: url('/images/layout/menu-algemeneInfo.jpg');
	margin-right: 5px;
}

div#menu img#menu-kunstenaars {
	background-image: url('/images/layout/menu-kunstenaars.jpg');
	margin-right: 5px;
}

div#menu img#menu-activiteiten {
	background-image: url('/images/layout/menu-activiteiten.jpg');
	margin-right: 5px;
}

div#menu img#menu-kunstuitleen {
	background-image: url('/images/layout/menu-kunstuitleen.jpg');
	margin-right: 6px;
}

div#menu img#menu-contact {
	background-image: url('/images/layout/menu-contact.jpg');
	margin-right: 0;
}



/*=============================================================================/
/	Content
/================================GIJS WILBRINK================================*/

div#page-title {
	width: 17px;
	float: left;
	margin: 0 10px 0 0;
}

div#page-image {
	width: 250px;
	float: left;
	margin: 0 15px 0 0;
	color: #98524f;
}

div#address {
	margin-top: 20px;
}

div#address p {
	margin: 0;
}

div#address p#addresslines {
	margin-bottom: 10px;
}

div#image-browser {
	margin-top: 5px;
}

div#image-browser img {
	margin-right: 5px;
	border: 0;
}

div#image-browser img#last {
	margin-right: 0;
	border: 0;
}


div#page-content {
	float: left;
	width: 275px;
	margin: 10px  0 20px;
	color: #98524f;
	text-align: left;
	font-weight: bold;

}

div#page-content p.activity-content {
	font-weight: normal;
}

img#artist-photo {
	position: absolute;
	right: 3px;
	top: 260px;
}


/*=============================================================================/
/	Admin
/================================GIJS WILBRINK================================*/
textarea.content {
	width: 100%;
	height: 300px;
}

#submit-button-container {
	text-align: right;
	padding: 10px;
}

#image-upload {
	border: 1px dashed black;
	margin: 10px 0;
	padding: 5px;
}

div#address-admin textarea {
	width: 230px;
	height: 60px;
}

div#address-admin input {
	width: 230px;
}

div#address-admin {
	border: 1px dashed black;
	padding: 5px;
	
}
