/* CSS MarvinBand.nl version 2.0 / css version 1.0 /  auteur: Tim Hereijgers */

/* <set HTML tags> */
body { 
	background-color: #C6BABA;
	background-image:url(../Images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:scroll;
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family: Verdana, Arial, Geneva, sans-serif; 
	font-size: x-small; 
	font-weight: normal;
	line-height: 18px;
	color: #351414 
}
p {
	margin:0px;
	margin-bottom:10px;
}
h1 {
	margin: 0px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Geneva, sans-serif; 
	font-size: small;
	font-weight: bold;
	color: #6A8D10;
	border-bottom: 1px dashed #982020;
	line-height: 170%
}
ul { 
	list-style-image: url(../images/list_item.gif)
}
hr {
	border: none 0; 
	border-top: 1px solid #dddddd;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 
b, strong {
	color: #570606;
	font-weight: bold
}
i, em {
	color: #873E3E;
	font-style:italic;
	line-height: 120%;
}
a, a:link {
	text-decoration:underline;
	color: #DA3E00;
}
a:hover {
	text-decoration:none;
	color: #8BC100;
}
a:active {
	text-decoration:none;
	color: #777777;
}
/* </set HTML tags> */

/* <alternative colors> */
.altcolor1 {
	color: #FF4949;
}
.altcolor2 {
	color: #BAA80E;
}
/* </alternative colors> */

/* <form items> */
form  { 
	margin: 0px;
	padding: 0px
}
input, select {
	font-size: small;
	background-color:#ffffff;
	border: 1px solid #324603;
	padding: 1px;
	width: 150px;
	color: #DA3E00;
	margin-bottom: 5px
}
textarea {
	font-size: small;
	font-family: Verdana, Arial, Geneva, sans-serif; 
	background-color:#ffffff;
	border: 1px solid #324603;
	padding: 1px;
	color: #570606;
	width: 280px;
	margin-bottom: 5px
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small; 
	font-weight: bold;
	color: #ffffff;
	background-image:url(../images/form_button_red.jpg);
	background-position:top;
	background-repeat:no-repeat;
	cursor:pointer;
	border: 0px;
	margin-top: 10px;
	width: 119px;
	height: 26px
}
.checkbox {
	border: 0px;
	width: 13px;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left:0px;
	padding: 0px;
}
.radiobutton {
	border: 0px;
	width: 13px;
	height: 14px;
	padding: 0px;
	margin: 0px;
}
#foutmelding {
	font-size: x-small;
	font-weight: bold;
	color: #FF4949;
	line-height: 100%
}
#layoutform { 
	width: 400px
}
/* </form items> */

/* <items> */
.img_rechts {
	float:right;
	margin:-15px -10px 0px 2px;
}
/* </items> */

/* <total layout> */
#layout { 
	margin-left:auto; 
	margin-right:auto; 
	width: 956px
}
#main {
	text-align:left;
	width: 639px;
	margin-right: 0px;
	float: left
}
#side {
	text-align:left;
	width: 314px;
	float: left;
	background-image:url(../images/side_bg.gif);
	background-repeat:repeat-y;
}
/* </total layout> */

/* <header and nav> */
#header {
	width: 956px;
	height: 275px;
	display: block;
	margin-bottom: 15px;
	background-image:url(../Images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#nav {
	width: 636px;
	padding-top: 235px;
	height: 38px;
	display: block;
	float: left;
	text-align:left;
}
html>body #nav {
	padding-top: 236px;
}
#nav_links {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing: 1px;
	text-transform:capitalize;
	color: #ffffff
}
#nav_links a, #nav_links a:link{
	background-image:url(../Images/nav_bg.jpg);
	background-repeat:repeat-x;
	background-position:right top;
	text-decoration: none;
	padding: 12px 11px 10px 10px;
	margin: 0px;
	margin-left:-3px;
	color: #ffffff
}
#nav_links a:hover {
	background-image:url(../Images/nav_bg_ro.jpg);
	background-repeat:repeat-x;
	background-position:right top;
	text-decoration:none;
	color: #ffffff;
}
#nav_links a:active {
	text-decoration:none;
	color: #777777
}
#guitar_flash {
	display: block;
	float: left;
	width: 320px;
}
/* </header and nav> */

/* <icon links> */
#reageer {
	background-image:url(../images/reageer.gif);
	background-position:center left;
	background-repeat:no-repeat;
	font-variant:small-caps;
	font-weight:bold;
	font-size: small;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	text-decoration:none;
	float: right;
	display:inline
}
#reageer a, #reageer a:link {
	color: #ffffff;
	text-decoration:none
}
#reageer a:hover {
	color: #FF4949
}
#reageer a:active {
	color: #FF4949
}
#vorigepagina {
	background-image:url(../images/vorigepagina.gif);
	background-position:center left;
	background-repeat:no-repeat;
	font-variant:small-caps;
	font-weight:bold;
	font-size: small;
	padding-left: 20px;
	margin-top: 10px;
	margin-left: 20px;
	text-decoration:none;
	float: left;
	display:inline
}
#vorigepagina a, #vorigepagina a:link {
	color: #D18F8F;
	text-decoration:none
}
#vorigepagina a:hover {
	color: #570606
}
#vorigepagina a:active {
	color: #570606
}

#volgendepagina {
	background-image:url(../images/volgendepagina.gif);
	background-position:center right;
	background-repeat:no-repeat;
	font-variant:small-caps;
	font-weight:bold;
	font-size: small;
	padding-right: 20px;
	margin-top: 10px;
	margin-right: 20px;
	text-decoration:none;
	float: right;
	display:inline
}
#volgendepagina a, #volgendepagina a:link {
	color: #D18F8F;
	text-decoration:none
}
#volgendepagina a:hover {
	color: #570606
}
#volgendepagina a:active {
	color: #570606
}
#fotoalbum {
	background-image:url(../images/folder.gif);
	background-position:center left;
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left: 23px;
	margin-top: 10px;
	margin-left: 125px;
	text-decoration:none;
	float:left;
	text-transform:uppercase;
	display:inline
}
#fotoalbum a, #fotoalbum a:link {
	text-decoration:none
}
#download {
	background-image:url(../images/folder.gif);
	background-position:center left;
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left: 23px;
	margin-left: 10px;
	text-decoration:none;
	text-transform:uppercase;
	display:inline
}
#download a, #download a:link {
	text-decoration:none
}
/* </icon links> */

/* <main content> */
#mainheader {
	background-image:url(../images/main_header.gif);
	background-repeat:no-repeat;
	height: 85px;
}
#mainheader img {
	margin-top: 19px;
	margin-left: 26px;
}
#mainheader h1 {
	display: block;
	padding-left: 102px;
	margin-top: -15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	letter-spacing:2px;
	text-transform:uppercase;
	color: #6A8D10;
	border: 0px;
	line-height: 14px
}
#maincontent {
	background-image:url(../images/main_bg.gif);
	background-repeat:repeat-y;
	background-position:top;
	padding: 12px 25px 15px 25px;
}
#maincontent h1 a, #maincontent h1 a:link {
	text-decoration:none;
}
#mainfooter {
	background-image:url(../images/main_footer.gif);
	background-repeat:no-repeat;
	height: 50px;
	text-align:right;
	padding-right: 20px;
	color: #A3CB3D; 
	font-size: x-small;
	text-align: right;
}
/* </main content> */

/* <side content> */
#sideheader {
	height: 24px;
	padding-left: 27px;
	padding-top: 10px;
}
#sidetopheader {
	background-image:url(../images/side_top_header.gif);
	background-repeat:no-repeat;
	background-position:top center;
	height: 24px;
}
#sidecontent {
	margin: 0px;
	padding: 0px;
	padding-left: 26px;
	padding-right: 26px;
}
#sidecontent h1, #sidecontent_red h1 {
	padding-left: 6px;
	margin-top: 20px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	border-bottom: 1px solid #324603;
	text-transform: uppercase;
	color: #6A8D10;
	letter-spacing: 1px;
	line-height: 130%
}
#sidecontent_red {
	margin: 0px;
	padding: 0px;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 35px;
	background-image:url(../images/side_red_bg.gif);
	background-repeat:repeat-y;
}
#sidecontent_red h1 {
	color: #ffffff;
	border-bottom: 1px solid #9A8062;
}
#sidefooter_red {
	background-image:url(../Images/side_red_footer.gif);
	background-repeat:no-repeat;
	background-position: top center;
	height: 34px
}
#sidefooter {
	background-image:url(../images/side_footer.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	height: 158px;
	margin-top: 20px;
}

/* <bandleden> */
#band {
	margin-bottom: 0px;
	padding: 0px;
	margin-left: -7px;
	margin-right: -20px;
	margin-top: -28px;
}
#band h1 {
	width: 265px;
}
/* </bandleden> */

/* <agenda> */
#agenda {
	font-size:x-small;
	padding-bottom: 30px;
}
#agenda td {
	border-bottom: 1px solid #8D3030
}
#agenda th {
	border-bottom: 1px solid #8D3030;
	text-align:left
}
#agenda b, #agenda strong {
	color: #D39090;
}
#agenda a, #agenda a:link {
	text-decoration: none;
	color: #FFEB85;
	background-image:url(../Images/agenda_list_item.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 18px;
	padding-top: 3px;
}
#agenda a:hover {
	color: #9A8062;
	text-decoration:none;
}
/* </agenda> */
/* <bandleden> */
#random_foto {
	margin: 0px;
	padding: 0px;
	padding-top: 47px;
	padding-left: 58px;
	padding-right: 16px;
	margin-bottom: 15px;
	margin-left: -26px;
	margin-right: -26px;
	background-image:url(../Images/random_foto_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	height: 238px;
}
/* </bandleden> */

/* <singles> */

#singles {
	background-image:url(../images/luister_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	margin-right: -14px;
	padding-top: 28px;
	margin-bottom: 20px;
}
html>body #singles {
	padding-top: 7px;
}
#singles h1 {
	width: 140px;
}
#downloadsong {
	font-family: Verdana;
	background-image:url(../images/equalizer.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-weight:normal;
	font-size: 11px;
	color: #532B1C;
	padding-left: 35px;
	padding-top:4px;
	height: 20px;
	display:block;
	text-decoration:none;
}
.download_type {
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
}
#downloadsong a, #downloadsong a:link {
	color: #532B1C;
	margin-left: -11px;
	padding: 10px 40px 10px 5px;
	display:inline;
	height: 29px;
	text-decoration:none
}
#downloadsong a:hover {
	color: #DA3E00
}
#downloadsong a:active {
	color: #532B1C
}
/* </singles> */

/* <RSS> */
#rss_feeds {
	position:relative;
	bottom: -75px;
	right: 20px;
	float: right;
	text-align:right;
}
html>body #rss_feeds {
	bottom: -73px;
}
#rss_item {
	display: block;
	margin-bottom: 1px;
}
/* </RSS> */


#splash
{
	position: absolute;
	color: #000000;
	
	background-color:#FFFFFF;
	border: solid 1px black;
	
	width: 350px;
	
}

#splash #splashclose
{
	
	float: right;
	cursor: pointer;
	padding-top: 2px;
	padding-right: 2px;
	
	margin-top: -15px;
	margin-bottom: 5px;
}



#splash #splashtitel
{
	width: 340px;
	background-color: #000066;
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	
	padding-left: 10px;	
	
	text-align: left;
	
	

}


#splash #splashtekst
{
	font-weight: normal;
	font-size: 10px;
	padding-left: 10px;
	float: left;
	
	text-align: left;
	padding-top: 5px;
	padding-right: 10px; 
	padding-bottom: 10px;
}





/* </side content> */