.hide {
	display: none;
}
.clear {
	clear: both;
}

a:link {
	text-decoration: none;
	color: #007AC3;
	background-color: none;
}
a:visited {
	text-decoration: none;
	color: #a392b7;
	background-color: none;
}
a:link:hover, a:visited:hover {
	text-decoration: underline;
	color: #A39F9F;
	background-color: none;
}



html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }

body {
	background: url(/images/body-bg.gif) repeat-x 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#page {
	background: #FFFFFF url(/images/page-bg.png) no-repeat 0 0;
	padding: 0 10px;
	height: 723px;
	font-size: 1em;
	position: relative;
	color: #969696;
}

#top {
	background: url(/images/top-bg.png) no-repeat 0 0;
	height: 107px;
	position: relative;
}
	#logo {
		float: left;
		padding: 3em 0 1.5em 4em;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 158px;
			height: 35px;
			position: relative;
		}
			#logo a:link span, #logo a:visited span {
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background: url(/images/logo.gif) no-repeat 0 0;
			}
	#menu0 {
		float: right;
		padding: 2em 0 0;
		width: 360px;
		overflow: hidden;
	}
		#menu0 ul {
			float: right;
			padding-right: 30px;
		}
		#menu0 li {
			float: left;
			margin: 0 8px 0 0;
		}
			#menu0 li a:link, #menu0 li a:visited {
				float: left;
				display: block;
				color: #888; /*#c4c4c4;*/
				text-decoration: none;
			}
			#menu0 li a:link:hover, #menu0 li a:visited:hover {
				color: #185c8c; /* #558c6a; */
			}

	#bar1 {
		clear: both;
		width: 100%;
	}
	#menu1 {
		float: left;
		width: 600px;
		overflow: hidden;
		font-family: Arial, sans-serif;
		padding: 0 0 0 4em;
	}
		#menu1 li {
			float: left;
			border-right: solid 1px #aaaaaa; /*#c4c4c4;*/
			margin: 0 1em 0 0;
			font-size: 130%;
			font-weight: bold;
		}
		#menu1 li.last {
			border: none;
		}
			#menu1 li a:link, #menu1 li a:visited {
				float: left;
				display: block;
				padding: 0 1em 0 0;
				color: #888; /*#c4c4c4;*/
				text-decoration: none;
			}
			#menu1 li a:link:hover, #menu1 li a:visited:hover,
			#menu1 li.active a:link, #menu1 li.active a:visited {
				color: #185c8c; /* #558c6a; */
			}
	#search1 {
		float: right;
		width: 210px;
		padding: 0 40px 0 0;
	}
		#disabled_search1 input.submit {
			float: left;
			border: none;
			background: none;
			color: #aaaaaa; /*#c4c4c4;*/
			font-weight: bold;
			font-size: 110%;
			height: 1.75em;
		}
		#search1 input.submit {
			float: right;
			margin: 1px;
			margin-left: 4px;
		}
		
		#search1 input.text {
			float: right;
			width: 155px;
			border: solid 1px #aaaaaa; /*#c4c4c4;*/
			padding: 0 .3em;
		}

#categs {
	font-size: 90%;
	height: 2em;
}
	#categs ul {
		float: right;
		padding: .2em 40px 0 0;
		line-height: 1.2;
	}
		#categs li {
			float: left;
			border-right: solid 1px #aaaaaa; /*#c4c4c4;*/
		}
		#categs li.last {
			border: none;
			margin: 0;
		}
			#categs li a:link, #categs li a:visited {
				float: left;
				display: block;
				padding: 0 1.6em;
				color: #888; /*#c4c4c4;*/
			}
			#categs li.active a:link, #categs li.active a:visited {
				color: #185c8c; /* #558c6a; */
			}

#content1 {
	background: url(/images/paperback.jpg) no-repeat -20px 0;
	width: 883px;
	height: 350px; 
	padding: 0 37px 15px 0;
	margin: 10px 0 0 40px;
	font-size: 110%;
}
	#content1 a:link.mailto, #content1 a:visited.mailto {
		color: #969696;
	}

#content1 h1 {
	font-size: 118%;
	font-weight: bold;
	color: #5a5a5a;
	margin: 0 0 1em;
}
#author h1 {
	color: #5a5a5a;	
}
	#content1 a:link {
		color: #5a5a5a;
	}
	#content1 a:visited {
		color: #5a5a5a;  /* #666666; */
	}

#content1 h3 {
	font-size: 118%;
	font-weight: bold;
	margin: 0 0 .75em;
}
	#content1 h3 a:link, #content1 h3 a:visited {
		color: #969696;
	}

#content1 h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 .3em;
	color: #646464;
	text-transform: uppercase;
}
	#content1 h4 a:link, #content1 h4 a:visited {
		color: #646464; /*#969696;*/
	}

#content1 p {
	line-height: 1.35;
	margin: 0 0 1em;
}

	#content1 .size_01 {
		font-weight: bold;
		font-size: 11pt;
		text-transform: uppercase;
	}
	#content1 .size_02 {
		font-weight: bold;
		font-size: 11pt;
		text-transform: uppercase;
	}
	#content1 .size_03 {
		font-weight: bold;
		font-size: 11pt;
		text-transform: uppercase;
	}

#footer1 {
	background: url(/images/footer1-t.png) no-repeat 0 0;
	height: 130px;
	padding: 10px 0 0 40px;
	margin: 0 0 0;
	position: relative;
}
	#sideBar {
		z-index: 3999;
		position:absolute;
		width: auto;
		height: auto;
		top: 13px;
		left: 0;
		background: #155275;
	}
		#sideBar h2 {
			color: #FFFFFF;
			font-size: 110%;
			margin: 10px 10px;
			font-weight: bold;
		}
			#sideBar h2 span {
				font-size: 125%;
				font-weight: normal;
			}
		#sideBar ul {
			margin: 0;
			padding: 0;
			float: left;
			width: 115px;
			overflow: hidden;
			font-weight: bold;
		}
			#sideBar li {
				float: left;
				width: 111px;
			    margin: 0 0 3px;
			    padding: 2px;
			}
				#sideBar li a:link, #sideBar li a:visited {
					display: block;
					width: 100%;
					color: #FFFFFF;
				}

	#sideBarTab{
		float: left;
		height: 116px;
		width: 0px;
	}
		#sideBarTab img{
			border: none;
		}
	#sideBarContents{
		float: left;
		overflow: hidden;
		width: 685px;
		height: 116px;
	}
		#sideBarContentsInner{
			width: 685px;
			margin-top: 15px;
			margin-left: 20px;
		}

	#footer1 .table1 {
		display: table-cell;
		height: 130px;
		width: 900px;
		overflow: hidden;
		position: relative;
		vertical-align: middle;
/*		background: url(/images/music_teaser_image.jpg) no-repeat 100% 50%; */
	}
		#footer1 .table1 .cell1,
		#footer1 .table1 .cell2 {
			display: inline-block;
			vertical-align: middle;
		}
		#footer1 .table1 .cell1 {
			width: 100%;
		}
		#footer1 .table1 .cell2 {
			height: 100%;
			width: 1px;
			margin-left: -1px;
		}

			#footer1 #bannerbox {
				width: 650px;
				font-size: 115%;
			}

	#footer1 ul.images {
		list-style: none;
		width: 100%;
		overflow: hidden;
	}
		#footer1 ul.images li {
			float: left;
			margin: 0 2px 0 0;
		}
		#footer1 ul.images li.last {
			margin: 0;
		}

#footer2 {
	background: url(/images/footer2-bg.png) no-repeat 0 0;
	height: 79px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 960px;
}
	#footer2 p.copyright {
		padding: 0 4em;
		text-align: right;
		line-height: 79px;
		color: #999999;
	}


/*-------
// page-1
//-----*/

#gallery1 {
	height: 350px;
	overflow: hidden;
}



/*-------
// page-2
//-----*/

#contact {
	padding:15px 0 0 15px;
}

#cols3a {
	width: 835px;
	overflow: auto;
	position: relative;
	height: 320px;
	border: none;
	color: #969696;
}


	.colsWrap {
		width: 100%;
		overflow: hidden;
	}

	
	#cols3a .col3a {
		float: left;
		width: 242px;
		padding:0 18px 0 0px;
		position: relative;
	}
		#page .col3a h3 {
			margin: 0 0 1em;
		}
		.col3a p {
			line-height: 1.4;
			margin: 0 0 1em;
		}


/*-------
// page-3
//-----*/

.content1a {
	padding: 15px 0 0 15px;
	height: 340px;
	position: relative;
	/*background: url(/images/content-bg1.jpg) no-repeat 100% 100%;*/
}

#cols1a {
	width: 580px;
	height: 290px;
	padding: 0 20px 0 0;
}

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

	#news h1 {
		color: #5a5a5a;
	}

	#news li {
		padding: 0 0 0 0px;
		position: relative;
		margin: 0 0 30px;
	}
		#news li .img {
			float: left;
			position: absolute;
			left: 0;
			top: 0;
		}
		#news li .searchitem {
			padding: 0 0 0 80px;
		}
		#news li p {
			margin: 0 0 .5em;
		}
		#news li p.title {
			font-weight: bold;
			margin: 0 0 1em;
			color: #646464;
		}
		#news li p.date {
			color: #aaaaaa;
			float: right;
		}
		#news li p.more {
			text-align: right;
		}


/*-------
// page-4
//-----*/

.flexcroll {
	padding: 0 20px 0 0;
	overflow: hidden;
}

#index {
	padding:15px;
}

#cols2a {
	width: 890px;
	overflow: hidden;
}
	#cols2a .col2-1 {
		float: left;
		width: 270px;
		height: 310px;
		padding: 0 20px 10px 0;
	}
	#cols2a .col2-2 {
		float: right;
		width: 480px;
		height: 305px;
		margin: 0 25px 0 0;
		padding: 0 10px 10px 0;
	}
		.card1 {
			float: left;
			width: 235px;
			height: 80px;
			padding: 0 45px 0 0;
		}

	#cols3a .col2a {
		float: left;
		width: 390px;
		position: relative;
		margin-right:20px;
	}
		#page .col2a h3 {
			margin: 0 0 1em;
		}
		
		.col2a li {
			list-style: disc;
			list-style-position: outside;
			margin: 0 0 1em 1em;
		}
		.col2a p {
			line-height: 1.4;
			margin: 0 0 1em;
		}


/*-------
// page-5
//-----*/

#cols2b {
	/*width: 100%;*/
	overflow: hidden;
	padding: 15px;
}
	#cols2b .col2-1 {
		float: left;
		width: 595px;
		padding-right:5px;
		height: 320px;
	}
	#cols2b .col2-2 {
		float: left;
		width: 250px;
		margin-left: 12px;
	}

#letters {
}
	#letters .col {
		float: left;
		width: 190px;
	}
		#letters .letter {
			margin: 0 5px 10px 0;
			position: relative;
		}
		#letters h3 {
			color: #7f7f7f;
			font-size: 136%;
			margin: 0 0 .2em;
		}
		#letters ul {
			font-size: 109.09%;
			line-height: 1.25;
		}
			#letters a:link, #letters a:visited {
				color: #969696;
			}

#images1 {
	width: 100%;
	overflow: hidden;
}
	#images1 li {
		float: left;
		height: 76px;
		overflow: hidden;
		margin: 0 5px 5px 0;
	}

/*-------
// nyheder
//-----*/

#cols2c {
	width: 100%;
	overflow: hidden;
		padding: 10px 0 0 10px;
	height: 340px;

}
	#cols2c .col2-1 {
		float: left;
		width: 580px;
		height: 295px;
		padding: 0 20px 0 0;
	}
	#cols2c .col2-2 {
		float: left;
		width: 250px;
		margin-left:15px;
	}
	#cols2c .pagetitle {
		height: 25px;
	}
	#cols2c .news-signup {
		border: 1px solid #e9e9e9;
		padding: 2px;
	}

/*-------
// junior - den gode historie
//-----*/

#cols3b {
	overflow: hidden;
	padding: 15px 0 0 15px;
	width:855px;
}
	#cols3b .col3-1 {
		float: left;
		width: 210px;
		height: 340px;
		padding: 0;
	}
	#cols3b .col3-2 {
		float: left;
		width: 245px;
		height: 340px;
		padding: 0 5px 0 20px;
		position:relative;
		top:-15px;
		font-size:95%;
	}
	#cols3b .col3-3 {
		float: right;
		width: 330px;
		height: 320px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#cols3b .pagetitle {
		height: 25px;
	}
	#cols3b .news-signup {
		border: 1px solid #e9e9e9;
		padding: 2px;
	}
	#cols3b a:link {
		color: #666666;
	}



/*-------
// kunstner/forfatter/performer
//-----*/

.musician {
	padding: 15px 0 0 15px;
	height: 320px;
	position: relative;
}

.writer {
	padding: 15px 0 0 15px;
	height: 320px;
	position: relative;
}

.performer {
	overflow: auto;
	padding: 15px 5px 15px 15px;
}

#author {
	width: 100%;
	overflow: hidden;
}
	#author .photo {
		float: left;
		margin: 0 20px 0 0;
	}
	#author .info {
		float: left;
		width: 210px;
		height: 320px;
	}
	#author .books {
		float: left;
		width: 200px;
		margin: 70px 0 0 20px;
	}
		#author .books .flexcroll {
		height: 250px;
		}
		#author .books ul {
			font-weight: bold;
			margin: 0 0 1em;
		}
			#author .books li {
				margin: 0.5em 0 0.5em;
			}
				#author .books li a:link, #author .books li a:visited {
					color: #aaaaaa; /*#BEBEBE;*/
				}


/*-------
// page-7
//-----*/

.content1c {
	padding: 10px 10px;
}

#page #navLetter {
	font-weight: bold;
	font-size: 90.91%;
	margin: 0 0 2em;
}
	#navLetter a:link, #navLetter a:visited {
		color: #7F7F7F;
		padding: 0 .15em;
	}

#products {
	width: 100%;
	overflow: hidden;
	font-size: 90.91%;
}
	#products li {
		float: left;
		width: 143px;
		height: 280px;
		margin: 0 29px 0 0;
	}
	#products li.last {
		margin: 0;
	}
		#products li img {
			width: 143px;
		}
		#products li p {
			margin: 0 0 .1em;
			line-height: 1.1;
		}
		#products li p.sep {
			padding: 1.2em 0 0;
		}
			#products li p a:link, #products li p a:visited {
				color: #7F7F7F;
				font-weight: bold;
			}

.nav1 {
	width: 100%;
	overflow: hidden;
}
	.nav1 p.prev {
		float: left;
	}
	.nav1 p.next {
		float: right;
	}
	.nav1 p.count {
		text-align: center;
		font-size: 90.91%;
	}
		.nav1 a:link, .nav1 a:visited {
			color: #7F7F7F;
		}


/*-------
// page-8
//-----*/

.content1d {
	padding: 15px 5px 15px 15px;
}

#artistlinks li {
	height: 20px;
	padding-left: 65px;
}
#artistlinks .facebook {
	background: url(/images/links/facebook.gif) no-repeat 45px 1px;
}
#artistlinks .myspace {
	background: url(/images/links/myspace.gif) no-repeat 46px 1px;
}
#artistlinks .youtube {
	background: url(/images/links/youtube.gif) no-repeat 22px 1px;
}
#artistlinks .www {
	background: url(/images/links/www.gif) no-repeat 17px 1px;
}
#artistlinks .itunes {
	background: url(/images/links/itunes.gif) no-repeat 0 1px;
}

#book {
	width: 100%;
	overflow: hidden;
}
	#book .photo {
		float: left;
		margin: 0 10px 0 0;
	}
		#book .photorel {
			position: relative;
		}

	#book .lydbog {
		position: absolute;
		right: -5px;
		bottom: -15px;
	}
	#book .info {
		float: left;
		width: 220px;
		height: 320px;
		margin: 0 20px 0 0;
		padding: 0 10px 0 0;
	}
		#book h1 {
			color: #969696;
		}
			#book h1 a:link, #book h1 a:visited {
				color: #5a5a5a; /* #BEBEBE; */
				font-size: 107%;
			}
	#book .quotes {
		float: left;
		width: 150px;
		height: 270px;
		margin: 50px 30px 0 0;
	}
		#book blockquote {
			font-style: italic;
			color: #aaaaaa;
		}
		#book cite {
			display: block;
			font-weight: bold;
			font-style: normal;
			text-align: right;
			margin: 0 0 1.5em;
			color: #aaaaaa;
		}
	#book .audiofiles {
		float:left;
		width:150px;
		height:280px;
		margin: 50px 30px 0 0;
	}
		#book .audioplayer {
			display:block;
			width:150px;
			height:20px;
			background:white;
		}
		#book #audioplayerNowPlaying {
			font-style: italic;
			height:35px;
			margin: 10px 0;
			padding-bottom:10px;
			border-bottom:1px solid #ddd;
		}
		#book #audiofileList {
			width:150px;
			height:191px;
		}
			#book #audiofileList p {
				margin-bottom:0.5em;
			}
			#book #audiofileList a.audiofileDownloadLink {
				display:none;
				font-size:8px;
				color:#aaa;
				/*font-style:italic;*/
				text-decoration:none;
			}
			
	#book .extra {
		float: left;
		width: 155px;
		height: 280px;
		margin: 50px 0 0;
		padding: 0 25px 0 0;
		color: #aaaaaa;
	}
		#book .extra ul {
				width: 150px;
				line-height: 1em;
		}
			#book .extra li {
				margin-bottom: 6px;
			}
			#book .extra li  a:link, #book .extra li  a:visited {
				color: #aaaaaa; /*#969696;*/
				font-weight: bold;
				display: block;
				line-height: 1.2em;
			}

/*-------
// page-9
//-----*/


#emner {
	padding:15px 0 0 15px;
}

#col1b_emner {
	float:left;
	overflow: hidden;
	width: 390px;
	height: 320px;
	padding:0 5px 0 0;
}

#col1b_skoleemner {
	float:left;
	overflow: hidden;
	width: 860px;
	height: 320px;
}


#authors {
}
	#authors .col {
		float: left;
		width: 185px;
		margin-right:5px;
	}
	#authors .lastCol {
		margin-right:0;
	}
		#authors .categ {
			margin: 0 0 15px;
			position: relative;
		}
			
			#authors ul {
				font-size: 109.09%;
			}
				#authors li a:link, #authors li a:visited {
					color: #969696;
				}
#col1c {
	float:left;
	overflow: hidden;
	width:420px;
	height:320px;
	margin-left: 20px;
}

	#col1c ul {
		text-align:center;
		line-height:1.6;
	}
	
		#col1c li {
			display: inline;
			margin:0 5px;
		}

/*-------
// page-10
//-----*/

#searchResults {
	margin: 0 0 0 10px;
	height: 330px;
}
	#searchResults ul {
		margin: 0;
	}
		#searchResults li {
			padding: 0 0 0 0px;
			position: relative;
			min-height: 100px;
			margin: 0 0 10px;
		}
			#searchResults li .img {
				float: left;
				position: absolute;
				left: 0;
				top: 0;
				width: 66px;
				height: 96px;
				overflow: hidden;
				text-align: center;
			}
			#searchResults li .searchitem {
				padding: 0 0 0 80px;
			}
			#searchResults li p.title {
				font-weight: bold;
			}


/*-------
// page-11
//-----*/

#person {
	width: 100%;
	overflow: hidden;
}
	#person .photo {
		float: left;
		margin: 0 20px 0 0;
	}
	#person .info {
		float: left;
		width: 190px;
		height: 320px;
		margin: 0 20px 0 0;
	}
		#person h1 {
			color: #5a5a5a; /*#969696;*/
		}
		#person .info h1 {
			margin: 0 0 1em;
		}
	#person .articles {
		float: left;
		width: 180px;
		height: 320px;
		margin: 0 20px 0 0;
	}
	#person .articles_wide {
		float: left;
		width: 330px;
		height: 330px;
		margin: 0 20px 0 0;
	}
		#person .article {
			margin: 0 0 25px;
			line-height: 1.35;
		}
	#person .other {
		float: left;
		width: 150px;
		height: 320px;
		color: #aaaaaa;
	}
	/*#person #moreinfo {
		width: 125px;
		padding: 0 20px 0 0;
	}*/
		#person .other ul {
			width: 115px;
		}

			#person .other li a:link, #person .other li a:visited {
				color: #aaaaaa;
				font-weight: bold;
				display: block;
				margin-bottom: 6px;
				line-height: 1.2em;
			}




/*-------
// contact
//-----*/

#contact {
	
}
	#contact h1 {
		color: #5a5a5a; /*#969696;*/
	}
	#contact .card1 strong {
		color: #5a5a5a; /*#969696;*/
	}
	#contact .card1 span {
		display: block;
		margin-bottom: 3px;
	}
	#contact .card1 p {
		margin: 0;
	}
	#contact .colsWrap {
		margin-bottom: 15px;
	}
	#contact h4 {
		margin: 1.2em 0 1em;
	}

/*-------
// content
//-----*/

#content {
	
}
	#content h1 {
		color: #5a5a5a; /*#969696;*/
	}

	#content h2 {
		color: #5a5a5a; /*#969696;*/
		font-size:110%;
		margin-bottom: 4px;
	}














/*-------
// junior - den gode historie
//-----*/
/*
#cols3b {
	width: 100%;
	overflow: hidden;
}
	#cols3b .col3-1 {
		float: left;
		width: 210px;
		height: 340px;
		padding: 0;
	}
	#cols3b .col3-2 {
		float: left;
		width: 250px;
		height: 340px;
		padding-left: 20px;
	}
	#cols3b .col3-3 {
		float: right;
		width: 350px;
		height: 340px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#cols3b .pagetitle {
		height: 25px;
	}
	#cols3b .news-signup {
		border: 1px solid #e9e9e9;
		padding: 2px;
	}
	#cols3b a:link {
		color: #666666;
	}
*/
/*-------
// page-4
//-----*/

#cols2d {
	width: 100%;
	overflow: hidden;
}
	#offbeat {
		padding:10px 15px 0 15px;
	}
	#cols2d .col2-1 {
		float: left;
		width: 535px;
		height: 325px;
		padding: 0px 20px 0 0;
	}
	#cols2d .col2-2 {
		float: right;
		width: 270px;
		height: 325px;
		padding: 0 10px;
	}

#cols3d {
	width: 100%;
	overflow: hidden;
}
	#cols3d .col2-1 {
		float: left;
		width: 230px;
		height: 310px;
		padding: 10px 20px 10px 10px;
	}
	#cols3d .col2-2 {
		float: left;
		width: 280px;
		height: 310px;
		padding: 10px 20px 10px 10px;
	}
	#cols3d .col2-3 {
		float: right;
		width: 250px;
		height: 310px;
		padding: 10px 20px 10px 10px;
	}
	
	#offbeat h1 {
		color: #5a5a5a;
	}

	#offbeat #artists
	{
		line-height: 1.0em;
		/*margin-left: -8px;*/
	}

	#offbeat #artists div
	{
		float:left;
		overflow: hidden;
		width: 80px;
		height: 140px;
		margin-left: 3px;
		margin-right: 3px;
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: center;
	}

	#offbeat #artists span
	{
		display: block;
		width: 80px;
		padding-top: 3px;
		font-size: 0.8em;
	}
	
	#offbeat li {
		padding: 0 0 0 0px;
		position: relative;
		margin: 0 0 10px;
	}
	#offbeat #news li {
		padding: 0 0 0 80px;
		position: relative;
		margin: 0 0 10px;
	}
		#offbeat li .img {
			position: absolute;
			left: 0;
			top: 0;
		}
		#offbeat li p {
			margin: 0 0 .5em;
		}
		
		#offbeat li p.title {
			font-weight: bold;
			margin: 0 0 0.5em;
			color: #646464;
			text-transform: uppercase;
		}
		#offbeat li p.date {
			color: #aaaaaa;
			float: right;
		}
		#offbeat li p.more {
			text-align: right;
		}

		#offbeat .concert, #offbeat .concert-hilite {
			border-top: 1px dotted #646464;
			margin: 6px 0 0 0;
			padding: 6px 0 0 0;
		}

		#offbeat .concert-hilite span {
			color: #6da690;
			font-weight: bold;
		}

		#offbeat .content p {
			margin: 0 0 0.2em;
		}
		
		ul#artistlinks  {
			font-weight: bold;
			margin: 0 0 1em;
			padding-left: 0px;
		}
		#offbeat #artistlinks li {
			height: 20px;
			padding-left: 65px;
			margin: 0.5em 0 0.5em;
			color: #aaaaaa;
		}
		#offbeat #artistlinks li a:link, #offbeat #artistlinks li a:visited  {
			color: #aaaaaa; /*#BEBEBE;*/
		}

		
#booking-request {
	background-color: white;
	font-size: 110%;
	padding: 50px;
}

	#booking-request h1 {
		font-size: 118%;
		color: #5a5a5a;
	}
	#booking-request .col2-1 {
		float: left;
		width: 200px;
		margin-top: 25px;
	}
	#booking-request .col2-2 {
		float: left;
		width: 300px;
		margin-top: 25px;
	}
	#booking-request label {
		font-weight: bold;
		color: #646464;
		margin-bottom: 3px;
		display: block;
	}
	#booking-request .send-request {
		position: relative;
		top: 110px;
	}
	#booking-request input.fld {
		width: 155px;
		height: 20px;
		border: solid 1px #aaaaaa;
		padding: 0 .3em;
	}
	#booking-request textarea {
		width: 240px;
		height: 230px;
		border: solid 1px #aaaaaa;
		padding: 0 .3em;
	}


/**************
// PRESSROOM
/***************/

#pressroom {
	padding: 15px;
}
	#pressroom #infoText {
		float:left;
		width:260px;
		height:285px;
		margin-right:50px;
	}
	
	#pressroom #listeContainer {
		float:left;
	}

	#pressroomList {
		width: 490px;
		height:285px;
		/*border:1px solid red;*/
	}
	
	#pressroomList td {
		padding:4px;
		border-bottom: 1px solid #eee;
	}
	#pressroomList td.col1 {
		width:300px;
	}
	#pressroomList td.col2 {
		width:55px;
		white-space: nowrap;
	}
	#pressroomList td.col3 {
		width:95px;
		white-space: nowrap;
	}
	#pressroomList td.col2_3 {
		width:150px;
	}
	