body {background: #A1CFE5; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; margin: 100px 0px 0px 0px; overflow-y: scroll; background-image: url(../images/gfx/sky.png); background-repeat: repeat-x; color: #333333;}

A:link				{color: #FF0000; text-decoration: underline;}
A:active			{color: #FF0000; text-decoration: underline;}
A:visited			{color: #FF0000; text-decoration: underline;}
A:hover				{color: #0000FF; text-decoration: none;}

A:link.fototitel	{font-size: 18pt; font-weight: bold; color: #FF0000; text-decoration: none;}
A:active.fototitel	{font-size: 18pt; font-weight: bold; color: #FF0000; text-decoration: none;}
A:visited.fototitel	{font-size: 18pt; font-weight: bold; color: #FF0000; text-decoration: none;}
A:hover.fototitel	{font-size: 18pt; font-weight: bold; color: #FF0000; text-decoration: underline;}

A:hover.bands {color: #000000;}

img			{border: 0px; padding: 0px; margin: 0px;}

img.border	{border: solid 3px #FFFFFF; padding: 0px; margin: 10px 10px 10px 10px; background-color: #FFFFFF; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
img.left	{border: solid 3px #FFFFFF; padding: 0px; margin: 0px 10px 10px 0px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
img.right	{border: solid 3px #FFFFFF; padding: 0px; margin: 0px 0px 10px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

img.fotoalbum	{border: solid 3px #FFFFFF; padding: 0px; margin: 10px 10px 10px 10px; background-color: #FFFFFF; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

H1 {font-size: 18pt; color: #FF0000; padding: 0px 0px 5px 0px; margin: 0px;}
H2 {font-size: 16pt; color: #FF0000; padding: 15px 0px 5px 0px; margin: 0px;}
H3 {font-size: 14pt; color: #FF0000; padding: 0px 0px 5px 0px; margin: 0px;}
H4 {font-size: 10pt; color: #FF0000; padding: 0px 0px 5px 0px; margin: 0px;}

hr {
	border: 1px #FFFFFF solid;
	margin-bottom: 20px;
	width: 200px;
}

.bigtitle{
	font-size: 22pt;
	color: #FF0000;
	font-family: 'Rock Salt', arial, serif;
	text-align: center;
}

p.grouptext{
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	text-align: center;
}

#header {
	height: 60px;
}

#header-image {
	width: 500px;
	height: 170px;
	margin: 0px;
	top: -93px;
	position: relative;
	background-image: url(../images/gfx/header_trans.png);
	background-repeat: no-repeat;
	z-index: -5;
}

#menu {
	height: 27px;
	padding: 0px 0px 0px 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: right;
}

#menu a {
	height: 17px;
	font-size: 12pt;
	background-color: #FF0000;
	margin-right: 12px;
	padding: 6px 6px 4px 6px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#menu a:hover {
	background-image: url(../images/gfx/bg_trans.png);
	background-color: transparent;
	color: #000000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#menu .current a {
	background-image: url(../images/gfx/bg_trans.png);
	background-color: transparent;
	color: #FF0000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#content {
	width: 800px;
	background-image: url(../images/gfx/bg_trans.png);
	text-align: left;
	padding: 20px 20px 0px 20px;
	margin: 0px;
	display: table;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

p {
	margin: 0px 0px 10px 0px;
}

p.center {
	text-align: center;
}


p.bands {
	padding-bottom: 30px;
}

.kaderke {
	width: 250px;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/gfx/bg_trans.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nieuws {
	width: 460px;
	padding: 0px;
	margin: 0px;
	float: right;
}

table {
	font-size: 12pt;
	vertical-align: top;
}

tr.banda {
	background-color: #F9EA1B;
	vertical-align: top;
}

tr.bandb {
}

form, input, textarea {
	font-family: Arial;
	font-size: 12px;
	padding: 0px;
	width: 250px;
	color: #000000;
}

.contact {
	width: 240px;
	border: 1px solid #000000;
	padding: 5px;
	margin-bottom: 5px;
}

#footer {
	width: 800px;
	background-image: url(../images/gfx/bg_trans.png);
	margin: 0px;
	display: table;
	font-size: 7pt;
	color: #FF0000;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#grassy {
	width: 100%; 
	position: fixed; 
	bottom: 0px; 
	left: 0px; 
	height: 300px;
	float: left;
	z-index: -1;
	background-image: url(../images/gfx/grass_trans.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#spacer {
	height: 10px;
}

/* ####################### SLIMBOX ####################### */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.lbLoading {
	background: #fff url(../images/lightbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	 -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/lightbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/lightbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/lightbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
