/***DEFAULT STYLESHEET***/

/******************************************************************************** GENERAL ELEMENTS ***/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(/siteimg/bg_body.png) repeat-x top left #adbfcc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 22px;
	color: #574b37;
}

div#wrapper {
	background: url(/siteimg/bg_shadow.png) repeat-y;
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}

h2 {
	color: #e35e07;
}

h3 {
	margin: 0 0 0.5em;
	font-weight: bold;
	color: #e35e07;
}

p {
	font-size: 1em;
}

a {
	color: #e35e07;
}

a:hover {
	color: #a3a3a3;
}

img {
	border: none;
}

hr {
	height: 0;
	color: #cccccc;
	border: none;
	border-bottom: 1px solid #cccccc;
	clear: both;
}

hr.foto {
	height: 0;
	color: #cccccc;
	border: none;
	border-bottom: 1px solid #cccccc;
	clear: both;
	margin-top: 20px;
}

ul {
	margin: 0 0 1em 1.5em;
	padding: 0;
	list-style-type: none;
}

ul li {
/*	background: url(../siteimg/listmarker.gif) no-repeat left 0.5em;*/
	margin: 0.25em 0;
	padding-left: 1.5em;
}

ol {
	margin: 0 0 1em 3em;
	padding: 0;
}

ol li {
	margin: 0.25em 0;
}



/******************************************************************************** BASIC CLASSES ***/

.left {
	float: left;
}

.right {
	float: right;
}

.none {
	float: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.noborder {
	border: none;
}

.center {
	text-align: center;
}

.print_only {
	display: none;
}



/******************************************************************************** ERROR CONSOLE ***/

div#errorConsole {
	background: #FF9999;;
	border: 3px double #ff0000;
	margin: 1em;
	padding: 1em 2em 1.5em;
}

div#errorConsole h2 {
	color: #ff0000;
	font-size: 1.3em;
	margin: 0 0 0.5em;
	display: block;
}

div#errorConsole ol {
	margin: 0 2em;
}

div#errorConsole ol li {
	margin: 0 0 0.25em;
}



/******************************************************************************** HEADER ***/

div#header {
	position: relative;
	background: url(/siteimg/bg_header_2011.jpg) no-repeat 0 29px;
	height: 391px;
	border-bottom: 1px solid #ffffff;
}

div#header a.but_lang {
	position: absolute;
	margin: 0;
	padding: 0;
	display: block;
	width: 20px;
	height: 16px;
	float: left;
	background-repeat: no-repeat;	
	background-position: top right;
}
div#header a.but_lang:hover,
div#header a.but_lang.selected {
	background-position: top left;	
}

div#header a.but_lang.nl {
	top: 6px;
	left: 20px;
	background-image: url(/siteimg/btn_lang_nl.gif);	
}

div#header a.but_lang.en {
	top: 6px;
	left: 50px;
	background-image: url(/siteimg/btn_lang_en.gif);	
}

div#header span.lang_select {
	position: absolute;
	top: 4px;
	left: 80px;
	color: #CCCCCC;	
}

div#header ul#main_nav {
	background: #000000;
	width: 960px;
	height: 25px;
	margin: 0;
	padding: 3px 0 0;
	border-bottom: 1px solid #ffffff;
	text-align: right;
	font-size: 1.15em;
}

div#header ul#main_nav li {
	margin: 0;
	padding: 0 1.0em 0 0;
	display: inline;
}

div#header ul#main_nav li a {
	color: #cccccc;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

div#header ul#main_nav li a:hover,
div#header ul#main_nav li.active a {
	color: #ffffff;
}

div#header ul#main_nav li a:hover {
	color: #ffffff;
}

div#header a#logo {
	position: absolute;
	background: url(/siteimg/logo_de_beschaving.png) no-repeat;
	width: 275px;
	height: 78px;
	margin: 23px 0 0 86px;
	text-indent: -9999px;
	display: block;
}

div#header h1 {
	position: absolute;
	background: url(/siteimg/title_slogan.png) no-repeat;
	width: 262px;
	height: 101px;
	margin: 260px 0 0 705px;
	text-indent: -9999px;
	display: block;
}

div#header div#tickets {
	position: absolute;
	bottom: 0;
	width: 130px;
	height: 150px;
}

div#header div#tickets span {
	background: url(/siteimg/head_tickets.png) no-repeat;
	width: 57px;
	height: 15px;
	margin: 0 0 0 20px;
	text-indent: -9999px;
	display: block;
}

div#header div#tickets a {
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}

div#header div#tickets a.ticketservice {
	background: url(/siteimg/logo_ticketservice.png) no-repeat;
	width: 102px;
	height: 32px;
	margin: 10px 0 10px 15px;
}

div#header div#tickets a.easyticket {
	background: url(/siteimg/logo_easyticket.png) no-repeat;
	width: 102px;
	height: 28px;
	margin: 0 0 0 14px;
}

div#header div#tickets a.telegraaftickets {
	background:url(/siteimg/logo_telegraaftickets.png) no-repeat;
	width:110px;
	height:21px;
	margin:10px 0 0 7px;
	
}	 



/******************************************************************************** CONTENT ***/

div#content_bg {
	position: absolute;
	background: url(/siteimg/bg_content_top.gif) repeat-x #efeacc;
	width: 960px;
	height: 158px;
	top: 392px;
	display: block;
}

div#content {
	position: relative;
	clear: both;
	display: block;
}

div.left_column,
div.left_column_foto,
div.middle_column,
div.right_column,
div.left_column_small,
div.middle_column_wide {
	margin: 2em 0 3em 20px;
	float: left;
}

div.left_column {
	width: 462px;
	margin-left: 15px;
}

div.left_column_foto {
	width: 675px;
}

div.middle_column {
	width: 175px;
}

div.right_column {
	width: 235px;
	clear: right;
}

div.right_column_foto {
	width: 230px;
	clear: right;
	float: right;
	margin: 16px 28px 0 0;
}

div.left_column_small {
	width: 90px;
}

div.middle_column_wide {
	width: 552px;
}

div#mini_content_area {
	position: static;
	float: left;
	width: 108px;
	height: 400px;
}

div#mini_content_area h2.newsletter {
	background: url(/siteimg/head_newsletter.png) no-repeat;
	width: 97px;
	height: 18px;
	margin: 30px 0 5px;
	text-indent: -9999px;
	display: block;
}

div#mini_content_area p {
	margin: 0 0 10px;
	padding: 0 10px 0 0;
	font-size: 0.9em;
	line-height: 1.2em;
}

div#mini_content_area {
	margin-top: 105px;
}

div#mini_content_area ul {
	display: inline-block;
	margin: 0 0 10px;
}

div#mini_content_area ul li {
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #bbb8a8;
	width: 100px;
}

div#mini_content_area ul li:first-child {
	border-top: 1px solid #bbb8a8;
}

div#mini_content_area a {
	font-size: 0.9em;
}

div#mini_content_area a.back {
	position: static;
	background: url(/siteimg/head_back.png) no-repeat;
	width: 60px;
	height: 17px;
	margin: 66px 0 0;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}

div#mini_content_area a.sponsor_brand,
div#mini_content_area a.sponsor_depers,
div#mini_content_area a.sponsor_rabobank,
div#mini_content_area a.sponsor_efocus,
div#mini_content_area a.sponsor_uu,
div#mini_content_area a.sponsor_umcutrecht,
div#mini_content_area a.sponsor_hu,
div#mini_content_area a.sponsor_sshxl,
div#mini_content_area a.sponsor_vredevanutrecht {
	width: 100px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}

div#mini_content_area a.sponsor_brand {
	background: url(/siteimg/logo_brand.png) no-repeat;
	height: 60px;
}

div#mini_content_area a.sponsor_depers {
	background: url(/siteimg/logo_depers.png) no-repeat;
	height: 45px;
}

div#mini_content_area a.sponsor_rabobank {
	background: url(/siteimg/logo_rabobank.png) no-repeat;
	height: 120px;
}

div#mini_content_area a.sponsor_efocus {
	background: url(/siteimg/logo_efocus.png) no-repeat;
	height: 40px;
}

div#mini_content_area a.sponsor_uu {
	background: url(/siteimg/logo_universiteit_utrecht.png) no-repeat;
	height: 30px;
}

div#mini_content_area a.sponsor_umcutrecht {
	background: url(/siteimg/logo_umc.png) no-repeat;
	height: 48px;
}

div#mini_content_area a.sponsor_hu {
	background: url(/siteimg/logo_hogeschool_utrecht.png) no-repeat;
	height: 25px;
}

div#mini_content_area a.sponsor_sshxl {
	background: url(/siteimg/logo_ssh.png) no-repeat;
	height: 43px;
}

div#mini_content_area a.sponsor_vredevanutrecht {
	background: url(/siteimg/logo_vrede_van_utrecht.png) no-repeat;
	height: 29px;
}

/******************************************** mini content fotoalbum */

div#mini_content_areaa {
	position: static;
	width: 108px;
	height: 400px;
	float: left;
}

div#mini_content_areaa h2.newsletter {
	background: url(/siteimg/head_newsletter.png) no-repeat;
	width: 97px;
	height: 18px;
	margin: 30px 0 5px;
	text-indent: -9999px;
	display: block;
}

div#mini_content_areaa p {
	margin: 0 0 10px;
	padding: 0 10px 0 0;
	font-size: 0.9em;
	line-height: 1.2em;
}

div#mini_content_areaa a {
	font-size: 0.9em;
}

div#mini_content_areaa a.back {
	position: static;
	background: url(/siteimg/head_back.png) no-repeat;
	width: 60px;
	height: 17px;
	margin: 66px 0 0;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}

div#mini_content_areaa a.sponsor_brand,
div#mini_content_areaa a.sponsor_depers,
div#mini_content_areaa a.sponsor_rabobank,
div#mini_content_areaa a.sponsor_efocus {
	width: 100px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}

div#mini_content_areaa a.sponsor_brand {
	background: url(/siteimg/logo_brand.png) no-repeat;
	height: 60px;
}

div#mini_content_areaa a.sponsor_depers {
	background: url(/siteimg/logo_depers.png) no-repeat;
	height: 45px;
}

div#mini_content_areaa a.sponsor_rabobank {
	background: url(/siteimg/logo_rabobank.png) no-repeat;
	height: 120px;
}

div#mini_content_areaa a.sponsor_efocus {
	background: url(/siteimg/logo_efocus.png) no-repeat;
	height: 40px;
}


/******************************************** /mini content fotoalbum */


div#visual_container {
	position: static;
	width: 352px;
	height: 82px;
	margin: 0 0 1.5em 0;
}

div#visual {
	position: absolute;
	background: #000000;
	width: 352px;
	height: 358px;
	margin: -276px 0 0;
}

div#visual img {
	width: 336px;
	height: 342px;
	border: 8px solid #000000;
}

div.alsosee {
	background: #ffffff;
	margin: 0 0 1em;
	border: 7px solid #bbb692;
	padding: 12px;
}

div.alsosee h2 {
	width: 100%;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.65em;
	color: #e35e07;
	display: block;
}

div.alsosee p {
	margin: 0 0 0.75em;
	font-size: 1em;
	color: #e35e07;
}


/******************************************************************************** T1 - HOMEPAGE ***/

div.homepage div#visual_container {
	height: 106px;
	margin: 0 0 2em 108px;
}

div.nice2know {
	width: 349px;
	margin: 0 0 2em;
	float: right;
}

div.nice2knowww {
	width: 567px;
	margin: 0 0 2em;
	float: right;
}


div.nice2knowww span.back_to_top {
	position: absolute;
	background: url(/siteimg/icon_arrow_top.gif) no-repeat 0 8px;
	margin: 0 0 0 -108px;
	padding: 0 0 0 12px;
	display: block;
}

div.nice2knowww h3 {
	font-size: 1.5em;
	color: #e35e07;
}

div.nice2knowww p {
	font-size: 1.35em;
}

div.nice2know span.back_to_top {
	position: absolute;
	background: url(/siteimg/icon_arrow_top.gif) no-repeat 0 8px;
	margin: 0 0 0 -108px;
	padding: 0 0 0 12px;
	display: block;
}

div.nice2know h3 {
	font-size: 1.5em;
	color: #e35e07;
}

div.nice2know p {
	font-size: 1.35em;
}

div.nice2know img {
	margin: 0 1em 0 0;
	border: 4px solid #ffffff;
	float: left;
}

div.need2know {
	width: 180px;
	margin: 0 0 2em;
}

div.need2know h3 {
	position: relative;
	background: url(/siteimg/head_bg.png) no-repeat;
	width: 170px;
	height: 32px;
	margin: 6px 0 0 -10px;
	padding: 10px 0 0 10px;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #656363;
	display: block;
	overflow: hidden;
}

div.need2know p {
	font-size: 1em;
}

div#tagcloud {
	position: relative;
	margin-top: -8px;
}

div#tagcloud.alsosee h2 {
	font-style: italic;
	font-size: 1.65em;
	text-decoration: underline;
	text-transform: none;
	color: #e35e07;
}

div#tagcloud.alsosee a {
	text-decoration: none;
	line-height: 30px;
}

div#tagcloud.alsosee a:hover {
	text-decoration: underline;
}

div#tagcloud.alsosee a.one {
	font-size: 1.9em;
}

div#tagcloud.alsosee a.two {
	font-size: 1.6em;
}

div#tagcloud.alsosee a.three {
	font-size: 1.3em;
}

div#tagcloud.alsosee a.four {
	font-size: 1em;
}

div#tagcloud.alsosee span.dash {
	padding: 0 0.2em 0;
}

div#tagcloud.alsosee a.more {
	width: 100%;
	margin: 1em 0 0;
	text-decoration: underline;
	display: block;
}



/******************************************************************************** T1 - HOMEPAGE SLIDESHOW ***/

div.homepage div#visual {
	width: 352px;
	height: 382px;
}

div.homepage div#visual div#slideshow_screen {
	position: relative;
	background: url(/siteimg/temp/slideshow_visual.jpg) no-repeat;
	width: 336px;
	height: 342px;
	border: 8px solid #000000;
	overflow: hidden;
}

div.homepage div#visual div#slideshow_screen div#slideshow_text {
	position: absolute;
	background: url(/siteimg/slideshow_text_bg.png) repeat;
	width: 316px;
	padding: 14px 10px;
	bottom: 0;
	color: #ffffff;
}

div.homepage div#visual div#slideshow_screen div#slideshow_text span#slideshow_artist {
	margin: 0;
	padding: 0 0.1em 0 0;
	font-weight: bold;
	font-size: 1.8em;
	float: left;
}

div.homepage div#visual div#slideshow_screen div#slideshow_text p {
	font-size: 1.5em;
	letter-spacing: -1px;
	line-height: 25px;
}

div.homepage div#visual div#slideshow_nav {
	background: #312c24;
	width: 338px; /* 352px */
	height: 22px; /* 24px */
	padding: 2px 7px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

div.homepage div#visual div#slideshow_nav a {
	height: 10px;
	padding: 3px;
	line-height: 8px;
	text-decoration: none;
	text-align: center;
	color: #7b7869;
	display: block;
}

div.homepage div#visual div#slideshow_nav a#slideshow_prev,
div.homepage div#visual div#slideshow_nav a#slideshow_next {
	width: 12px;
	margin: 1px 1px 0;
	font-size: 1.1em;
	float: left;
}

div.homepage div#visual div#slideshow_nav a#slideshow_pause {
	width: 50px;
	margin: 1px 1px 0;
	float: right;
}

div.homepage div#visual div#slideshow_nav ul {
	margin: 0;
	float: left;
}

div.homepage div#visual div#slideshow_nav ul li {
	width: 16px;
	height: 16px;
	margin: 1px 2px 0 0;
	padding: 0 1px 0 0;
	float: left;
}

div.homepage div#visual div#slideshow_nav ul li a {
	width: 16px;
	height: 16px;
	margin: 0 1px 0 0;
	padding: 0 1px 0;
	line-height: 15px;
	text-decoration: none;
	text-align: center;
	color: #7b7869;
	display: block;
}

div.homepage div#visual div#slideshow_nav a:hover,
div.homepage div#visual div#slideshow_nav ul li a.active,
div.homepage div#visual div#slideshow_nav ul li a:hover {
	background: #636054;
	font-weight: bold;
	color: #ffffff;
}



/******************************************************************************** T2 - ARCHIVE ***/

ul#archiveAccordion {
	margin: 0;
}

ul#archiveAccordion li {
	margin: 0;
	padding: 0.5em 0 0;
	border-bottom: 1px solid #a39a81;
}

ul#archiveAccordion li h4.clickable {
	padding: 0 0 0.5em;
	font-size: 1.35em;
	color: #e35e07;
	cursor: pointer;
}

ul#archiveAccordion li h4.clickable span.date {
	padding: 0 0.5em 0 0;
	font-size: 0.75em;
	color: #574b37;
}

ul#archiveAccordion li div.hideable {
	margin: 0;
}

ul#archiveAccordion li div.hideable span {
	padding: 0 0 1em;
	display: block;
}

ul#archiveAccordion li div.hideable p {
	font-size: 1em;
}



/******************************************************************************** T3 - LINE UP ***/

div.line_up div.middle_column_wide p {
	line-height: 22px;
	height: 110px;
}

div.line_up div.middle_column_wide p img,
div.tickets div.middle_column_wide p img {
	margin: 0 1em 0 0;
	border: 4px solid #ffffff;
	float: left;
}

div.line_up div.middle_column_wide p a.read_on,
div.tickets div.middle_column_wide p a.read_on {
	padding: 0 0 0 0.25em;
}

div.line_up div.middle_column_wide p.variable_height,
div.tickets div.middle_column_wide p.variable_height {
	height: auto;
}

div.line_up div.middle_column_wide h3 a,
div.tickets div.middle_column_wide h3 a {
	text-decoration: none;
}


/******************************************************************************** T4 - DETAIL ***/

div.middle_column_wide h2 {
	margin: 0 0 1em;
	padding: 0.2em 0 0;
	font-size: 2.5em;
	line-height: 100%;
}

div.middle_column_wide h3 {
	font-size: 1.5em;
}

div.middle_column_wide p.intro {
	font-weight: bold;
}

div.middle_column_wide p {
	margin: 0.5em 0 1em;
	line-height: 22px;
	font-size: 1.35em;
}

div.middle_column_wide ul.links {
	margin: 0;
}

div.middle_column_wide ul.links li {
	margin: 0;
	padding: 0 0 2px;
}

div.middle_column_wide ul.links li a {
	font-size: 1.2em;
}



/******************************************************************************** NEWSLETTER FORM ***/

body.newsletter {
	background: #ffffff;
}
 
form#newsletter_form fieldset {
	width: 300px;
	padding: 40px 0 0 50px;
	border: none;
}

form#newsletter_form fieldset legend {
	display: none;
}

form#newsletter_form p {
	margin: 0 0 1.5em 0;
}

form#newsletter_form label {
	margin: 0 0 0.5em 90px;
	float: left;
	clear: both;
}

form#newsletter_form label span {
	position: absolute;
	margin-left: -90px;
	padding: 2px 0 0;
}

form#newsletter_form label input {
	background: #ffffff;
	width: 200px;
	height: 20px;
	padding: 0 3px;
	border: 1px solid #cccccc;
}

form#newsletter_form label input.error {
	background: #ffdddd;
	border: 1px solid #ff3333;
}

form#newsletter_form input#submit {
	background: url(/siteimg/btn_submit.gif) no-repeat;
	width: 96px;
	height: 20px;
	border: none;
	cursor: pointer;
}

form#newsletter_form input#submit.ok {
	background: url(/siteimg/btn_submit_ok.gif) no-repeat;
}

/******************************************************************************** PERS FORM ***/

form.persform {
	border: none;	
}

form.persform fieldset {
	margin: 0 0 20px 0;
	padding: 0;
	border: none;
}

form.persform fieldset legend {
	display: none;
}

form.persform p {
	margin: 0 0 1.5em 0;
}

form.persform label,
form.persform input,
form.persform textarea {
	margin: 0 0 0.5em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 200px;
	float: left;
}

form.persform label.error {
	font-weight: bold;	
}

form.persform input.error {
	border: 1px solid #FF0000;
	background: #fae5e5 url(/siteimg/ico_formerror.gif) no-repeat top right;	
}

form.persform input,
form.persform textarea {
	width: 250px;
	padding: 2px 3px 2px 3px;
	border: 1px solid #bbb692;
	color: #574b37;
}

form.persform textarea {
	height: 75px;
}

form.persform input.radio {
	width: 20px;
	height: 15px;
	padding: 0;
	margin: 4px 0 0 0;
	border: none;
	float: left;
}

form.persform .small {
	width: 75px;
}

form.persform input.verzenden {
	width: 150px;
	height: 25px;
	padding: 0;
	margin: 4px 0 0 0;
	background: #574b37;
	color: #ffffff;
	border: none;
	float: left;
	cursor: pointer;
}

form.persform span.fotopas {
	margin: 0 15px 0 0;
	padding: 0 0 0 5px;
	float: left;	
}

form.persform br {
	clear: both;	
}

/******************************************************************************** FOOTER ***/

div#footer {
	background: url(/siteimg/bg_footer.gif) repeat-x #615b45;
	clear: both;
	width: 960px;
}

div#footer span#logo_the_alternative a {
	position: absolute;
	background: url(/siteimg/logo_the_alternative.png) no-repeat;
	width: 39px;
	height: 136px;
	margin: 198px 0 0 33px;
	text-indent: -9999px;
}

div#footer span#logo_the_alternativea a {
	position: absolute;
	background: url(/siteimg/logo_the_alternative.png) no-repeat;
	width: 39px;
	height: 136px;
	margin: 30px 0 0 28px;
	text-indent: -9999px;
}

div.left_column_inside {
	width: 354px;
	margin: 0;
	float: right;
}

div.left_column_inside_foto {
	width: 356px;
	margin: 0;
	float: right;
}

div#footer h3 {
	font-size: 1.5em;
	color: #ffffff;
	text-transform: uppercase;
}

div#footer p {
	color: #ffffff;
}

div#footer div#sponsors {
	clear: both;
}

div#footer div#sponsors h2 {
	background: url(/siteimg/tab_sponsors.gif) no-repeat;
	width: 123px;
	height: 20px;
	margin: 0 0 0 128px;
	padding: 4px 0 0;
	font-size: 1.25em;
	font-weight: bold;
	color: #8c8c8c;
	display: block;
	text-align: center;
}

div#footer div#sponsors div {
	background: #ffffff;
	padding: 33px 0 29px 20px;
}

div#footer div#sponsors div a img {
	margin: 0 4px 1px 0;
	border: 1px solid #e5e5e3;
}

/******************************************************************************** TOOL-TIP ***/

.tool-tip {
	color: #fff;
	z-index: 13000;
	background-color: #fff;
	height: 54px;
}
 

.tool-text {
	padding: 4px 4px 4px 4px;
}

/******************************************************************************** LAST-FM-Player css ***/

table.lfmWidgetradio_a41c351606e86b82d82ba42f486c3e9d td {margin:0 !important;padding:0 !important;border:0 !important;}table.lfmWidgetradio_a41c351606e86b82d82ba42f486c3e9d tr.lfmHead a:hover {background:url(http://cdn.last.fm/widgets/images/en/header/radio/mini_blue.png) no-repeat 0 0 !important;}table.lfmWidgetradio_a41c351606e86b82d82ba42f486c3e9d tr.lfmEmbed object {float:left;}table.lfmWidgetradio_a41c351606e86b82d82ba42f486c3e9d tr.lfmFoot td.lfmConfig a:hover {background:url(http://cdn.last.fm/widgets/images/en/footer/blue.png) no-repeat 0px 0 !important;;}table.lfmWidgetradio_a41c351606e86b82d82ba42f486c3e9d tr.lfmFoot td.lfmView a:hover {background:url(http://cdn.last.fm/widgets/images/en/footer/blue.png) no-repeat -85px 0 !important;}table.lfmWidgetradio_a41c351606e86b82d82ba42f486c3e9d tr.lfmFoot td.lfmPopup a:hover {background:url(http://cdn.last.fm/widgets/images/en/footer/blue.png) no-repeat -159px 0 !important;}


/*************************************************************************************** FOTOALBUM ****/

div.nice2knowww div.image,
div.nice2knowww img {
	margin: 0 5px 20px 11px;
	border: 4px solid #ffffff;
	display: block;
	float: left;
}

div.paginator {
	color: #555555;
}

div.nice2knowww p.firstl {
	float: left;
	width: 185px;
	font-size: 1em;	
	color: #574a37;
	font-weight: bold;
}

p.firstl a, p.firstl span {
	margin-right: 22px;
}

ul.pages {
	float: left;
	text-align: center;
	width: 117px;
}

div.nice2knowww ul.pages li {
	display: inline;
	margin: 0;
	padding: 0 0 0 2px;
	font-size: 1em;
	font-weight: bold;
}

div.nice2knowww ul.pages li a:hover {
	text-decoration: none;
	color: #e35e07;
}

ul.pages li.active {
	font-weight: bold;
}

div.nice2knowww p.lastr {
	float: right;
	width: 184px;
	font-size: 1em;
	font-weight: bold;
}

div.nice2knowww p.lastr a, p.lastr span {
	margin-left: 28px;
}

div.nice2knowww p.lastr a:hover {
	text-decoration: none;
	color: #e35e07;
}

div.alsosee a:hover {
	text-decoration: none;
	color: #e35e07;	
}

div.alsosee ul li {
	list-style: square;
}

div.alsosee ul li a:hover {
	text-decoration: none;
	color: #e35e07;
}

div.left_column_inside_foto img {
	margin: 0px 0 0 10px;
}

div.image {
	width: 88px;
	height: 85px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}

a.button_bestel {
	background: url(/siteimg/button_bestel_tickets.png) no-repeat;
	text-indent: -99999px;
	display: block;
	width: 138px;
	height: 20px;
}

div#header a.button_bestel {
	background: url(/siteimg/button_bestel_tickets2.png) no-repeat;
	text-indent: -99999px;
	display: block;
	width: 81px;
	height: 39px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

/* plugins */
div.plugin {
	overflow: hidden;
	clear: both;
	margin: 0 0 20px;
}

div.plugin h3 {
	margin: 0 0 10px;
	font-size: 14px;
}

#flickr {
	margin-top: 16px;
}

/* Flickr badge */
.flickr_badge_image {
	float: left;
	margin: 0 5px 5px 0;
}

.flickr_badge_image img {
	display: block;
	border: 1px solid #000;
	width: 70px;
	height: 70px;
}

#flickr_badge_source {
	font-size: 11px;
	line-height: 15px;
}

