BODY {
	background: url("../images/bg_purple.png") repeat-x  #a5bcd0;
}

BODY * {
	font-family: Verdana;
	font-size: 11px;
}

#container {
	width: 761px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-top: 80px;
	position: relative;
	clear: right;
}

#menu {
	height: 28px;
	margin-left: 224px;
}

#menu .menu_item {
	display: block;
	height: 30px;
	float: left;
}


#bio_menu {
	background: url("../images/menu_strip.png") no-repeat;
	width: 40px;
	margin-right: 32px;
}

#softies_menu {
	background: url("../images/menu_strip.png") no-repeat -70px 0px;
	width: 185px;
	margin-right: 32px;
}

#art_menu {
	background: url("../images/menu_strip.png") no-repeat -290px 0px;
	width: 40px;
	margin-right: 32px;
}

#shop_menu {
	background: url("../images/menu_strip.png") no-repeat -366px 0px;
	width: 50px;
	margin-right: 32px;
}
#contact_menu {
	background: url("../images/menu_strip.png") no-repeat -446px 0px;
	width: 74px;	
	margin-right: 0;
}

#logo {
	background: url("../images/logo.png") no-repeat;
	position: absolute;
	left: -83px;
	top: -80px;
	width: 307px;
	height: 224px;
}

#content {
	background: url("../images/background.jpg") no-repeat;
	height: 507px;
}

#sidebar {
	float: left;
	width: 216px;
	margin-top: 112px;
	clear: left;
}

#sidebar h1 {
	background: url("../images/heading_nieuws.png") no-repeat center;
	width: 100%;
	height: 24px;
	margin-bottom: 20px;
}

.nieuwsitem {
	margin: 6px;
	font-weight: bold;
	margin-bottom: 10px;	
}

.nieuwsitem .date {
	color: #f271a3;
	margin-bottom: 2px;
}

.nieuwsitem .title a {
	color: #97739a;
	line-height: 14px;
}

#content_body {
	float: left;
	width: 545px;
	position: relative;
}

.qtip {

}
.qtip-contentWrapper {
	background-color: transparent;
}
.qtip-content{
	background-color: #fff;
	opacity: 0.7;
    filter: 'alpha(opacity=70)';	
}
.popup_text {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

#text_content {
	background-color: #fff;
	opacity: 0.8;
    filter: 'alpha(opacity=80)';
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 20px;
}

#text_content h1 {
	font-size: 15px;
	color: #97739a;
}

#text_content p {
	color: #000;
	font-size: 11px;
}

.img_wrap_outer {
	background: url( ../images/shadow.png ) no-repeat bottom right;
	margin: 5px;
	opacity: 1;
    filter: 'alpha(opacity=100)';
    float: left;
}
.img_wrap_inner {
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #a9a9a9;
	padding: 12px;
	position: relative;
	left: -5px;
	top: -5px;
	opacity: 1;
    filter: 'alpha(opacity=100)';
}
.formObject {
	height: 25px;
	border: 1px solid #97739a;
	font-size: 12px;
}