/* Standaard HTML stijlen */

html, body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial;
	background:url('http://www.dorrius-entertainment.nl/images/achtergrond.jpg') repeat-x fixed;
}
table {
	font-size: 12px;
	font-family: Arial;
}

.cms {
	background: #FFFFFF;
	font-family: Arial;
	text-align:left;	
}

img {
	border: 0px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Helvetica;
	color: #80518c;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0px;
	font-family: Helvetica;
	color: #80518c;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Helvetica;
	color: #80518c;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	font-family: Helvetica;
	color: #80518c;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Helvetica;
	color: #80518c;
}

h6 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
	font-family: Helvetica;
	color: #80518c;
}

a {
	text-decoration
	color: #000000;
}

/* Standaard pagina's */

#site {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 960px;
	text-align: left;
	height:838px;
}

#header {
	text-align: center;
	background:url('http://www.dorrius-entertainment.nl/images/banner.jpg') no-repeat;
	width: 960px;
	height: 193px;
}

#info {
	margin-left: 30px;
	float: left;
	width: 110px;
	height: 31px;
}
#info a:link, #info a:visited
{
	display:block;
	width: 110px;
	height: 31px;
	text-decoration: none;
}
#info a:hover 
{	
	background-position: bottom left;
}

#content{
	float:left;
	width: 960px;
	min-height: 600px;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:10px;
	background:url('http://www.dorrius-entertainment.nl/images/contentachtergrond.jpg') repeat-y;
}

#content_links {
	float:left;
	width:180px;
	padding-left:20px;
	padding-top:30px;
}

#content_rechts {
	float:left;
	width:730px;
	padding-left:15px;
	padding-left:15px;
	padding-top:15px;
}

#content_achtergrond 
{
	float:left;
	text-align: left;
	width: 575px;
	height: 285px;
}

#footer{
	width: 800px;
	text-align:center;
	font-size: 11px;
	color: #666666;
	margin-top:10px;
}

#footer a{
	color: #666666;
}

#language
{
	float:right;
	margin-top:10px;
}

/* Menu stijlen */

#menu{
	width:960px;
	margin-top:5px;
	height:30px;
}

#menu_links {
	float:left;
	width:200px;
	background-color:#704577;
	height:30px;
	
}

#menu_rechts {
	float:left;
	width:750px;
	background-color:#FFFFFF;
	height:24px;
	padding-left:10px;
	padding-top:6px;
}

#submenu{
	font-size: 12px;
	text-align:left;
	margin-left:210px;
	margin-top:8px;
	height:30px;
	float:left;
}

.nav_item{
	font-size: 14px;
	font-family: Helvetica;
	font-weight: bold;
	float:left;
	margin-left:15px;
	margin-right:15px;
}

.nav_actief{
	font-size: 14px;
	font-family: Helvetica;
	font-weight: bold;
	float:left;
	margin-left:15px;
	margin-right:15px;
}

.nav_item a{
	color:#000000;
	text-decoration:none;	
}

.nav_actief a{
	color:#000000;
	text-decoration:underline;
}

.nav_item a:hover
{
	color:#000000;
	text-decoration:none;
}

.nav_item a:hover, #nav .nav_actief a:hover{
	
}

.sub_nav_item{
	font-size: 14px;
	font-family: Helvetica;
	font-weight: bold;
	height: 30px;
	margin-left:15px;
	color: #FFFFFF;
}

.sub_nav_actief{
	font-size: 14px;
	font-family: Helvetica;
	font-weight: bold;
	height: 30px;
	margin-left:15px;
}

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

.sub_nav_item a:hover
{
	text-decoration:underline;
}

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



/* standaard functies */

#news {
	margin-left: 25px;
	float: left;
	width: 250px;
	height: 120px;
	font-size: 11px;
	float:right;
}



#news_header {
	font-style: italic;
	font-weight: bold;
}

#news ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#news_more {
	margin-right:10px;
	text-align: right;
	font-style: italic;
	font-weight: bold;
}

#new_more a:hover {
	color: #004833;
	font-style: italic;
}


/* formulier */

.band_titel {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 2px;
}
.band_onderwerp {
	width: 120px;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
}
.band_gegevens {
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
}
.band_input {
	width: 200px;
	font-size: 11px;
}
.band_textarea {
	width: 400px;
	height: 100px;
	font-size: 11px;
}
.band_submit {
	width: 100px;
	font-size: 11px;
}

.bands_text {
	font-size: 11px;
}
.bands_naam {
	width: 120px;
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
	color:#000000;
}
.bands_thumb {
	width: 170px;
	vertical-align: top;
}
.bands_omschrijving {
	width: 380px;
	font-size: 11px;
	padding-right: 15px;
	vertical-align: top;
}
.bands_genres {
	width: 100px;
	font-size: 11px;
	vertical-align: top;
}
.band_terug {
	font-size: 11px;
}
.band_boven {
	font-size: 11px;
}