body {
	margin:0;
	padding:0;
	font-family: Arial, sans-serif;
	color: #444;
	background-color: #fff;
	font-size: 13px;
	line-height: 1.5em;
}

img {
	border:0;
}

a {
	color: #c00; 
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}

.black {
	color:#000;
}
.input {
	width:250px;
	margin:3px 0;
	padding:2px;
	border:1px solid #999;
	font-family: Arial;
	font-size:12px;
}
.input2 {
	width:365px;
}
.textarea {
	width:250px;
	margin:3px 0;
	padding:2px;
	border:1px solid #999;
	height:100px;
	font-family: Arial;
	font-size:12px;
}
.textarea2 {
	width:365px;
}
.submit {
	margin-top:10px;
}
/* Header */

#header {
	background-color: #ccc;
	height: 255px;
	margin-bottom:20px;
	background-repeat: repeat-y;
}
#portret {
	position:absolute;
	left:58px;
	top:21px;
	width: 309px;
	height: 234px;
}
#stefbos {
	position:absolute;
	left: 280px;
	top: 55px;
	width: 243px;
	height: 36px;
}
#menu {
	position:absolute;
	left: 700px;
	top: 10px;
	width: 190px;
}
#menu a {
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size:12px;
}
#menu .active {
	color:#fc0;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-size:12px;
}
#menu a:hover {
	color:#fc0;
	text-decoration: none;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu li {
	list-style: none;
	margin:0;
	padding:0;
	height:18px;
	background-image: url(/site/gfx/menuline.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#menu li:first-child {
	background-image: none;
}
/* Content */

#footer {
	clear:both;
	text-align: center;
	font-size: 10px;
	line-height: 13px;
	color:#666;
	padding:20px 0;
	width:890px;
}
#content  {
	width:830px;
	margin-left:60px;
	margin-bottom:30px;
}
p {
	margin:0;
	padding:0;
}
#content h1 {
	text-indent: -3px;
	
}
#content h3 {
	color:#c00;
	clear:both;
	font-size:18px;
	font-weight: bold;
	margin-bottom:10px;
}
#content h3 .datum {
	font-weight: normal;
	color:#888;
}
#content h4 {
	color:#c00;
	clear:both;
	font-size:14px;
	font-weight: bold;
	margin-bottom:5px;
}
#content h4 .datum {
	font-weight: normal;
	color:#888;
}
.tussenkop {
	color:#c00;
	font-size:18px;
	font-weight: bold;
	margin-bottom:10px;
}
.klein {
	font-size:10px;
	line-height: 12px;
	color:#999;
}
.dark {
	color:#444;
}
#content .column5 {
	float:left;
	width:150px;
	margin-right:20px;
}
#content .column5last {
	float:left;
	width:150px;
	margin-right:0px;
}

#content .column4 {
	float:left;
	width:191px;
	margin-right:22px;
}
#content .column4last {
	float:left;
	width:191px;
	margin-right:0px;
}

#content .column3 {
	float:left;
	width:260px;
	margin-right:25px;
}
#content .column3last {
	float:left;
	width:260px;
	margin-right:0px;
}

#content .column2 {
	float:left;
	width:400px;
	margin-right:30px;
}
#content .column2last {
	float:left;
	width:400px;
	margin-right:0px;
}


/* News */

#content .newsitem {
	padding-bottom:13px;
	border-bottom:1px solid #ccc;
}

/* Gastenboek */

#content .guestbookitem {
	padding:8px 0;
	border-bottom:1px solid #ccc;
}

/* Home */

#content .homenews {
	border-top:1px solid #ccc;
}
#content .homenewsitem {
	padding-bottom:8px;
	padding-top:4px;
	border-bottom:1px solid #ccc;
}
#content .homenewsitem h4 {
	margin:4px 0;
}
#content .homegigs {
	border-top:1px solid #ccc;
	width:190px;
	margin-right:20px;
	float:left;
}
#content .homeshop {
	border-top:1px solid #ccc;
	width:190px;
	float:left;
}
#content .homeshopitem {
	padding-top:8px;
	padding-bottom:8px;
}
#content .homeshopitem h4 {
	margin:4px 0 0 0 ;
}

/* Press */

#content .press {
	border-top:1px solid #ccc;
	padding-top:5px;
}
#content .press h4 {
	margin:4px 0 0 0 ;
}

/* Gigs */

.gigtable {
	border-top:1px solid #ccc;
	padding-top:5px;
}
.gigtable td {
	vertical-align: top;
}
.gigtable hr {
	margin-top:15px;
	color:#ccc;
	background-color: #ccc;
}
.gigtable .month {
	font-size:16px;
	padding:10px 0;
}
.gigtable .gigdate {
	width:70px;
}
.gigtable .country {
	padding-top:6px;
	width:50px;
}
.gigtable .city {
	width:130px;
}
.gigtable .location {
	width:210px;
}
.gigtable .gigtime {
	width:50px;
}
.gigtable .phone {
	width:120px;
}
.gigtable .mail {
	width:180px;
	text-align: right;
}

.smallgigtable {
	padding-top:5px;
	padding-bottom:10px;
	font-size: 11px;
	line-height: 15px;
}
.smallgigtable td {
	vertical-align: top;
}
.smallgigtable hr {
	margin-top:8px;
	color:#ccc;
	background-color: #ccc;
}
.smallgigtable .month {
	font-size:14px;
	color:#c00;
	padding:5px 0;
}
.smallgigtable .gigdate {
	width:50px;
}
.smallgigtable .country {
	padding-top:3px;
	width:30px;
}
.smallgigtable .city {
	width:160px;
}

/* Discografie */

.disco {
	float:left;
	width:128px;
	margin-bottom:10px;
	margin-right:10px;
	line-height: 15px;
	height:185px;
}
.disco img {
	margin-bottom:8px;
}
.discodetail {
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}
.discodetail .track {
	width:40px;
	display: block;
	float:left;
}
.discodetailimage {
	float:right;
	padding-left:20px;
}

/* Cart */

#cart {
	float:left;
}
.cart_help {
	width:195px;
	float:right;
}
#cart .headerrow {
	background-color: #ddd;
}
#cart .headerrow td {
	padding:3px 10px;
	border-bottom:1px solid #fff;
	font-weight: bold;
}
#cart .checkout {
	text-align: right;
}
#cart .checkout td {
	padding-top:10px;
}
#cart .cart_cell {
	padding:35px 30px 3px 10px;
	background-color: #eee;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	vertical-align: top;
}
#cart .cart_cellfixed {
	padding:35px 10px 3px 10px;
	background-color: #eee;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	vertical-align: top;
	width:70px;
}
#cart .cart_cellfixed input {
	background-color: #eee;
	font-family: Arial, sans-serif;
	color: #444;
	font-size:13px;
	border:none;
	width:25px;
	text-align: center;
}
#cart .cart_image {
	border-bottom:1px solid #fff;
	background-color: #eee;
	padding:5px 10px;
}
#cart .footerrow {
	background-color: #ddd;
}
#cart .footerrow td {
	padding:3px 10px;
	font-weight: bold;
}

/* Lyrics */

.lyrics {
	float:left;
	width:400px;
}
.lyricsinfo {
	float:right;
	width:190px;
}
#content .lyricsinfo h4 {
	margin-top:5px;
}
.lyricsinfo img {
	margin-bottom:8px;
}
