body {
	margin: 0;
	background: transparent url(../gfx/bg.png) repeat;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#container {
	width: 900px;
	margin: 0 auto;
	background: #E3E2D9;
	overflow: auto;
	margin-bottom: 30px;
}

a img {
	border: 0;
}

#top {
	width: 900px;
	margin: 0 auto;
}

#taal {
	width: 900px;
	margin: 0 auto;
}

#top img {
	display: block;
}

#content {
	overflow: auto;
	margin-top: -4px;
	background: #FFFFFF;
}

#left {
	float: left;
	width: 523px;
	padding: 20px;
}

.error {
	background-color: #ffeae1;
	color: red;
	font-size: 12px;
	padding: 10px;
	border: 2px solid red;
	margin-bottom: 20px;
	font-weight: bold;
}

.message {
	background-color: #cfcfc6;
	color: #2a2a27;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	border: 2px solid #b5b4a8;
	margin-bottom: 20px;
}

.info {
	text-decoration: none;
	color: #2a2a27;
	font-size: 13px;
	margin-bottom: 20px;
}

.left_item {
	clear: both;
	overflow: auto;
	margin: 0 0 50px 0;
}

#left h3 {
	color:#474742;
	display:block;
	font-size: 24px;
	font-weight:normal;
	margin: 0 0 20px 0;
}

#nieuwe_artiesten ul {
	padding: 0;
	margin: 0 0 15px 0;
}

#nieuwe_artiesten ul li {
	list-style: none;
	margin: 0 0 5px 0;
}

#nieuwe_artiesten ul li a {
	color: #222;
	text-decoration: none;
	font-weight: bold;
}

#nieuwe_artiesten ul li a:hover {
	text-decoration: underline;
}

#nieuwe_artiesten ul li span {
	color: #888;
	font-size: 13px;
}

#left .view_all {
	font-size: 12px;
	color: #222;
	font-weight: bold;
	text-decoration: none;
}

#left .view_all:hover {
	text-decoration: underline;
}

#right {
	float: left;
	overflow: hidden;
	width: 327px;
	margin: 0 10px 0 0;
}
.info {
	text-decoration: none;
	color: #2a2a27;
	font-size: 12px;
	//margin-bottom: 20px;
}
#drawer {
	background:#FFFFFF url(../gfx/bg_drawer.png) repeat scroll 0 0;
	padding:22px 20px;
	width:287px;
	color: #555;
	font-size: 14px;
	overflow: hidden;
}

#drawer_bottom {
	background-image:url(../gfx/bg_drawer_bottom.png);
	height:16px;
	margin: 0;
	width:327px;
}

#drawer h3 {
	color:#111111;
	font-family:Georgia,"Times New Roman",serif;
	font-size: 24px;
	font-weight:normal;
	margin:0 0 0.6em;
}

.drawer_item {
	margin: 0 0 20px 0;
	padding: 0;
}

.textfield {
	border: 2px solid #DDD;
	font-size: 14px;
	padding: 5px;
	font-family: Arial, sans-serif;
	color: #555;
}

.textfield:focus {
	border-color: #222;
	color: #222;
}

.form_item {
	margin-bottom: 15px;
}

.form_item label {
	display: block;
	margin: 0 0 3px 0;
	font-weight: bold;
	font-size: 12px;
}

.form_item label .info {
	font-size: 11px;
	font-weight: normal;
	color: #AAA;
}

#drawer .textfield {
	width: 205px;
}

.db_actions {
	margin:0;
	padding:0;
	position:relative;
}

ul.db_actions li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	left: -19px;
	position: relative;
	width: 325px;
}

ul.db_actions li a {
	color:#555555;
	display:block;
	font-size: 13px;
	margin-bottom:1px;
	padding:5px 2px 2px 20px;
	text-decoration:none;
	outline: 0;
}

ul.db_actions li a:hover {
	text-decoration: underline;
}

ul.db_actions li a.db_selected {
	background-image:url(../gfx/bg_drawer_action_selected.png);
	background-position:right center;
	background-repeat:repeat-x;
	color:#FFFFFF;
	height:24px;
	padding:14px 0 5px 20px;
}

.mw_item {
	clear: both;
	overflow: auto;
	margin: 0 0 20px 0;
}

.mwi_left {
	float: left;
	margin: 0 10px 0 0;
	width: 180px;
	text-align: right;
}

.mwi_right {
	float: left;
	width: 330px;
}

.mw_item h4 {
	margin: 0 0 5px 0;
	color: #474742;
}

.mw_item h4 span {
	color: #888;
	font-size: 14px;
	font-weight: normal;
}

.mw_item .dimensions {
	font-size: 12px;
	color: #888;
	margin: 0;
}

.mw_item .delete {
	text-decoration: none;
	background: #AAA;
	color: #FFF;
	padding: 3px 5px;
	font-size: 12px;
}

.mw_item .delete:hover {
	background: red;
	color: white;
}


#back_bar {
	background: #DDD;
	color: #555;
	font-size: 12px;
	padding: 8px;
	border-bottom: 1px solid #AAA;
	line-height: 18px;
}

#back_bar a {
	color: #555;
	text-decoration: none;
	text-transform: uppercase;
}

#back_bar a:hover {
	text-decoration: underline;
}
