/* ---------------------------------- ^/

   MusicAndArtDays.NL
   Dragon Media Group B.V.

/^ ---------------------------------- */

*
{
	padding: 0px;
	margin: 0px;
}


body
{
	font-family: verdana;
	font-size: 12px;
	background: #000000;
}

img
{
	border: 0px;
}

#container
{
	width: 900px;
	margin: 0px auto 0px auto;
	background: #FFFFFF;
}

#header
{
	width: 900px;
	height: 20px;
	padding-top: 180px;
	background: url(../img/madbanner.jpg);
}

.menu_item
{
	padding: 3px 8px 3px 8px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border-right: 1px solid #36365c;
	text-decoration: none;
	float: left;
}

.menu_item:hover
{
	background: #36365c;
}

.menu_item_selected
{
	padding: 3px 8px 3px 8px;
	font-size: 12px;
	color: #36365c;
	font-weight: bold;
	border-right: 1px solid #36365c;
	background: #FFFFFF;
	text-decoration: none;
	float: left;
}

.menu_item_selected:hover
{
	color: #36365c;
}

#content
{
	vertical-align: top;
	width: 640px;
	padding-right: 10px;
	overflow: hidden;
}

#content h1
{
	background: #36365c;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 2px;
	text-transform: uppercase;
}

#content h2
{
	background: #36365c;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 1px 1px 1px 2px;
}

#content a
{
	color: #35355c;
	text-decoration: none;
}

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

#content p
{
	margin-bottom: 10px;
}

#right_pannel
{
	vertical-align: top;
	width: 230px;
}

.blog_table
{
	width: 100%;
	margin-bottom: 10px;
}

.blog_title_left
{
	background: #36365c;
	padding: 2px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}

.blog_title_right
{
	background: #36365c;
	padding: 2px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
}

.blog_content
{
	margin-top: 5px;
	border-bottom: 1px solid #36365c;
}

.right_imagebutton
{
	display: block;
	margin: 10px 0px 10px 0px;
	width: 230px;
	border: 1px solid #000000;
	text-align: center;
}

.button_reserveren
{
	display: block;
	font-size: 25px;
	background: #313153;
	color: #FFFFFF;
	width: 230px;
	padding: 30px 0px 30px 0px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.button_reserveren:hover
{
	background: #35355c;
}
