/* CSS Document */

body {font: 13px/20px Helvetica Neue,Helvetica, Arial, sans-serif;margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background: #f7f7f7 url(../layout/musikevent_bg.png) center -4px no-repeat;}
.bg_top { background-image: url(../images/bg_u_t.jpg); background-repeat: no-repeat; background-position: top;}

p, ul {
	font: 13px/20px Helvetica Neue,Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	margin: 5px 0;
	padding:0 0 10px 0;
}

p.ingress {
	font-weight: bold;
}

/* Headers */
h1,h2,h3,h4,h5,h6 {
	font: 13px/20px Helvetica Neue,Helvetica, Arial, sans-serif;
	margin: 3px 0 4px;
	padding:0;
	font-weight: bold;
}
h1.section {
	border-top:1px solid #dedede;
	margin-top:15px !important;
	padding-top:15px !important;
}
h1 {
	color: #333333;
	font-size: 20px;
	font-weight: 300;
	line-height: 118%;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #dedede;
}
h1.bar-section {
	margin: 15px 15px 0 15px;
	padding: 3px 0 15px 0;
	border-bottom: 1px solid #dedede;
	color: #777777;
}
h2.bar-section {
	color: #333333;
	font-size: 20px;
	font-weight: 300;
	line-height: 118%;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #dedede;
	margin: 15px 15px 0 15px;
	padding: 3px 0 12px 0;
	border-bottom: 1px solid #dedede;
	color: #777777;
}
h3 {
	font-size:16px;
}
h3.section {
	border-top:1px solid #f1f1f1;
	margin-top:14px !important;
	padding-top:20px !important;
}
h4 {
	font-size: 12px;
	line-height: 16px;
	padding:0;
	margin:0;
	color: #444444;
}
h5 {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #4E4E4E;
	margin-bottom: 10px;
	margin-top: 10px;
	padding:0;
}
h6 {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #4E4E4E;
	margin: 0;
	padding:0;
}

#top-wrapper {
	position: absolute;
	top: 0;
	height: 211px;
	width: 860px;
	margin-left: -429px;
	left: 50%;
}
#top-image {
	background: url(/layout/top.jpg) 0 -4px no-repeat;
	width: 860px;
	height: 170px;
}
div#main-wrapper {
	padding-top: 210px;
}

ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu li {
	float: left;
}
ul#menu li.dropdown span.arrow {
	background: url(../images/dropdown-arrow.png) 0 0 no-repeat;
	width: 14px;
	height: 15px;
	display: block;
	float: right;
}


.red {color: #ab0618; font-weight: bold;}

a:link {
	color: #ab0618;
	text-decoration: none;
}
a:visited {
	color: #ab0618;
	text-decoration: none;
}
a:active {
	color: #ab0618;
}
a:hover {
	color: #ab0618;
	text-decoration: underline;
}

a.more_med {
	background:url("../layout/morearrow_med.gif") no-repeat scroll 100% 60% transparent;
	padding-right:10px;
}
a.more {
	background:url("../layout/morearrow.gif") no-repeat scroll 100% 50% transparent;
	padding-right:10px;
}

.form {font-family: Helvetica, Arial, sans-serif; font-size: 11px; color: #656B76;}
.kantlinje {border: 1px solid #CDCDCD; font-family: Helvetica, Arial, sans-serif; font-size: 11px; color: #4E4E4E;}
.knapp {font-family: Helvetica, Arial, sans-serif; font-size: 11px; font-style: normal; color: #000000;}

.px180 {border: 1px solid #CCCCCC; width: 100%; height: 18px; font-family: Helvetica, Arial, sans-serif; font-size: 11px; color: #4E4E4E;}
.px180m {border: 1px solid #CCCCCC; width: 100%; height: 80px; font-family: Helvetica, Arial, sans-serif; font-size: 11px; color: #4E4E4E;}


.button_green {
	background: url(../layout/button_green.gif) repeat-x top;
	background-color: #0bab06;
	padding: 1px 8px 0 8px;
	height:25px;
	border:1px solid #0bab06;
	cursor:pointer;
	color: #ffffff;
	font-size: 8pt;
	font-weight:bold;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
}
.button_green:active {
	background-image: none;
	background-color: #0bab06;
}
.button_red {
	background: url(../layout/button_red.gif) repeat-x top;
	background-color: #ab0618;
	padding: 1px 8px 0 8px;
	height:25px;
	border:1px solid #ab0618;
	cursor:pointer;
	color: #ffffff;
	font-size: 8pt;
	font-weight:bold;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
}
.button_red:active {
	background-image: none;
	background-color: #ab0618;
}
.button_darkgray {
	background: url(../layout/button_darkgray.gif) repeat-x top;
	background-color: #545454;
	padding: 1px 8px 0 8px;
	height:25px;
	border:1px solid #5a5a5a;
	cursor:pointer;
	color: #ffffff;
	font-size: 8pt;
	font-weight:bold;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
}
.button_darkgray:active {
	background-image: none;
	background-color: #545454;
}



/* PAGE LAYOUT */
#body-wrapper {
	width: 860px;
	margin: 0 auto;
	background: transparent;
	#-webkit-box-shadow: 0px 0px 55px #c7c7c7;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-right-radius:7px;
	-moz-border-radius-bottomright:7px;
	/*border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;*/
}
/*
#body-wrapper {
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
body {
	background: #f1f1f1;
}
*/
#main-wrapper {
	margin-top: 15px;
	width: 840px;
	margin: 15px 10px;
	overflow-x:hidden;
}
#main-content {
	padding: 15px;
	min-height: 500px;
}
.main-both {
	padding: 0 !important;
}
.main-left {
	float: left;
	width: 545px;
	margin-right: 8px;
	background: #ffffff url(../layout/main_bg_top.gif) top repeat-x;
	border: none;
	overflow-x:hidden;
}
.main-right {
	float: right;
	width: 253px;
	background: #f1f1f1;
	//min-height: 400px;
	border: 1px solid #e7e7e7;
	padding-bottom: 15px;
	overflow-x: hidden;
}
.bar-left {
	float: left;
	width: 188px;
	background: #f1f1f1;
	//min-height: 400px;
	border: 1px solid #e7e7e7;
	margin-right: 8px;
}
.bar-right {
	float: right;
	width: 188px;
	background: #f1f1f1;
	//min-height: 400px;
	border: 1px solid #e7e7e7;
	margin-left: 8px;
}
.main-content {
	float: left;
	padding: 16px 15px 15px 15px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius: 7px;
	background: #ffffff url(../layout/main_bg_top.gif) top repeat-x;
	border: 0px solid #e7e7e7;
}
.artist-profile {
	padding-top: 0;
}
.main-mid {
	width: 360px;
}
.main-mid-right {
	width: 610px;
}
.aktuellt-content {
	margin: 0 15px 0 15px;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #dedede;
	//cursor: pointer;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.aktuellt-content:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
/*.aktuellt-content.hover {
	margin:-1px 0 0 0;
	padding: 16px 15px 15px 15px;
	border-bottom: 1px solid #e7e7e7;
	background: #e7e7e7;
	_margin:0 0 0 0;
	_padding: 15px 15px 15px 15px;
}*/
.aktuellt-content h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	color: #333333;
	margin: 0;
	padding: 0;
}
.aktuellt-content p {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin: 0;
	padding: 3px 0 0 0;
}
#footer {
	position: relative;
	width: 100%;
	display: block;
	background: url(../layout/footer_bg.png) center bottom no-repeat;
	height: 200px;
	bottom: 0;
	z-index: -1;
	margin-top: -75px;
}
#footer .footer_content {
	padding: 115px 0 0 0;
	text-align: center;
	font: 13px/20px Helvetica Neue,Helvetica, Arial, sans-serif;
	color: #ccc;
	font-size: 13px;
	position: absolute;
	left: 50%;
	width: 860px;
	margin-left: -430px;
	z-index: 50;
}
#footer .footer_credit {
	width: 860px;
	margin: 0 auto;
	padding: 19px 0 0 0;
	text-align: right;
	font: 13px/20px Helvetica Neue,Helvetica, Arial, sans-serif;
	color: #aaaaaa;
	font-size: 11px;
}
#footer .footer_credit .credit {
	margin: 11px 3px 0 0;
	float:right;
}
#footer .footer_credit img {
	float:right;
	padding-right: 25px;
}
#footer .footer_content a {
	color: #ffffff;
}
#copyright-text {
	position: absolute;
	margin: 0 auto;
	bottom: 100px;
}
.footer_links {
	margin: -35px auto;
	width: 810px;
}
.footer_links .credit {
	float:right;
	color: #777;
}

/* NAVIGATION */
.nav {
	margin:5px 0 0 10px;
	padding:5px 0 0 0;
	height:30px;
	_margin-top: -3px;
}
.nav a.menu {
	float:left;
	display:block;
	color: #fff !important;
	font: 12px/20px Helvetica Neue,Helvetica, Arial, sans-serif;
	text-decoration: none;
	border:0;
	margin:0 7px 0 0;
	padding: 5px 12px 5px 12px;
	font-size: 12px;
	font-weight: bold;
	#background:url(../layout/nav_bg.gif);
	#background: #777;
	background: #777 url(../layout/nav_bg_gray.gif);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav a.active,.nav a.hover {
	background:url(../layout/nav_active_bg.gif);
	color: #ffffff !important;
	text-decoration: none;
}

.submenu_box {
	display:none;
	position:absolute;
	z-index:5;
	font-family: helvetica;
}
.submenu_box_bg {
	background:#b00618;
	opacity:0.95;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px 0 5px 0;
}
.submenu_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu li .submenu_box ul li {
	display: block;
	float: none;
}
.submenu_box ul li a {
	font: 12px/20px Helvetica Neue,Helvetica, Arial, sans-serif;
	float: none;
	display:block;
	color:#ffffff !important;
	font-weight: normal !important;
	font-size:12px;
	padding:1px 16px 1px 11px;
	text-decoration: none;
	cursor:pointer;
	text-transform: none;
	font-weight: normal;
}
.submenu_box a:hover {
	background:#ffffff;
	color:#000000 !important;
	text-decoration: none;
}

/* NAVIGATION * /
.nav {
	margin:0;
	padding:0;
	height:34px;
	background:url(../layout/nav_bg.gif);
	_margin-top: -3px;
}
.nav a {
	float:left;
	display:block;
	color: #ffffff !important;
	text-transform: uppercase;
	font: 13px/20px Helvetica Neue,Helvetica, Arial, sans-serif;
	text-decoration: none;
	border:0;
	margin:0;
	padding: 7px 10px 7px 10px;
	font-size: 11px;
	font-weight: bold;
}
.nav a.active,.nav a.hover {
	background:url(../layout/nav_active_bg.gif);
	color: #ffffff;
	text-decoration: none;
}

.submenu_box {
	display:none;
	position:absolute;
	z-index:5;
	font-family: helvetica;
}
.submenu_box_bg {
	background:#ab0618;
	opacity:0.95;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
}
.submenu_box a {
	float: none;
	display:block;
	color:#ffffff !important;
	font-weight: normal !important;
	font-size:11px;
	padding:1px 11px 1px 11px;
	text-decoration: none;
	cursor:pointer;
	text-transform: none;
	font-weight: normal;
}
.submenu_box a:hover {
	background:#ffffff;
	color:#000000 !important;
	text-decoration: none;
}
/*.nav {
	margin:0;
	padding:0;
	height:34px;
	background:url(../images/meny_bg.gif);
}
.nav a {
	cursor:pointer;
	border:0;
	margin:0;
	display:block;
	float:left;
}
.nav a img {
	border:0;
}
.dropdownarrow_ {
background: url(images/dropdownarrow.gif) right bottom no-repeat;width:15px;height:10px;display:block;float:right;
}*/

/* SLIDER */
#sliderWrapper {
          		width: 860px;
          		height: 117px;
          		overflow: hidden;
          		background: #ffffff;
          	}
          	#sliderContent {
          		width: 1720px;
          		font-family: Helvetica,arial,sans-serif;
          		font-size:10pt;
          		color: #ffffff;
          	}
          	#sliderContent img {
          		cursor: pointer;
          		border: 0;
          	}
          	#sliderContent .sliderCol {
          		overflow:hidden;
          	}
          	
          	#sliderContent .sliderCol .sliderColHover {
          		display:block;
          		position:absolute;
          		z-index:1;
          		background: #000000;
          		opacity:0.95;
          		padding:4px 5px 4px 5px;
          		-webkit-border-radius:3px;
          		-moz-border-radius:3px;
          		border-radius: 3px;
          		height:17px;
          		text-align:center;
          		font-weight: bold;
          		font-size: 9pt;
          		text-transform: uppercase;
          	}

/* INTRO */
div.intro {
	margin-right: 8px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius: 7px;
	background: #ffffff url(../layout/main_bg_top.gif) top repeat-x;
	border: 0px solid #e7e7e7;
	margin-bottom: 15px;
	padding: 15px 25px 15px 25px;
}
h2.intro {
	clear:both;
display:block;
float:none;
font-size:30px;
font-weight:300;
line-height:118% !important;
margin-top:-8px !important;
padding-bottom:5px !important;
padding-left:0;
padding-right:0;
padding-top:8px !important;
	width:60%;
}
p.intro {
	color: #666666 !important;
	font-size: 18px;
	line-height: 23px !important;
	padding:0;
	width: 50%;
}



.section {
	clear: both;
	margin-bottom: 15px;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
}
.section .section-img {
	width: 170px;
	height: 115px;
	border: 1px solid #f1f1f1;
	margin-bottom: 10px;
}
.section-left .section-img {
	float: right;
	margin-left: 10px;
}
.section-right .section-img {
	float: left;
	margin-right: 10px;
}
.section-left h2,.section-left p {
	margin-right: 180px;
}
.section-right h2,.section-right p {
	margin-left: 180px;
}
.section h2 {
	font: 20px/20px Helvetica Neue,Helvetica, Arial, sans-serif;
}

.section.hover {
	cursor: pointer;
}
.section.hover h2 {
	//color: #AB0618;
}
.section.hover a {
	text-decoration: underline;
}

.align-right {
	display: block;
	text-align: right;
}

#main-wrapper {
	overflow-x: visible;
}
.intro-slider {
	margin-bottom: 10px;
	background-color: #222;
	height: 130px;
	padding: 10px;
	margin-top: -5px;
	padding: 14px 16px 18px 16px;
	width: 828px;
	position: absolute;
	margin-left: -9px;
}
.intro-slider a {
	text-decoration: none;
	color: #aaa;
}
.intro-slider a:hover {
	text-decoration: none;
	color: #ffffff;
}
.intro-slider-grid {
	float: left; 
	height: 130px; 
	width: 156px; 
	margin-right: 12px;
	overflow: hidden;
}
.intro-slider-grid.last {
	margin-right: 0;
}
.intro-slider-label {
	height: 20px; 
	line-height: 15px;
	display: block;
}
.intro-slider-image {
	background: #fff; 
	height: 110px;
	width: 156px;
	overflow: hidden;
	display: block;
}
.intro-slider-image img {
	border: none;
}

.listArtistCategories {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.listArtistCategories li {
		background-color: #ffffff;
		background-image: -webkit-gradient(
		    linear,
		    left bottom,
		    left top,
		    color-stop(0, rgb(241,241,241)),
		    color-stop(0.2, rgb(247,247,247)),
		    color-stop(1, rgb(255,255,255))
		);
		background-image: -moz-linear-gradient(
		    center bottom,
		    rgb(241,241,241) 0%,
		    rgb(247,247,247) 20%,
		    rgb(255,255,255) 100%
		);
		border-bottom: 1px solid #d7d7d7;
	}
	.listArtistCategories li a {
		display: block;
		padding: 10px 0 10px 0;
		height: 80px;
	}
		.listArtistCategories li a h2 {
			font: normal normal normal 20px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
	
	.listArtistCategories li a {
		background-color: transparent;
		background-position: center right;
		background-repeat: no-repeat;
	}
		.listArtistCategories li.list-artister a {
			background-image: url(/images/s_artister.jpg);
		}
		.listArtistCategories li.list-partyband a {
			background-image: url(/images/s_partyband.jpg);
		}
		.listArtistCategories li.list-trubadurer a {
			background-image: url(/images/s_trubadurer.jpg);
		}
		.listArtistCategories li.list-shower a {
			background-image: url(/images/s_shower.jpg);
		}
		.listArtistCategories li.list-djs a {
			background-image: url(/images/s_djs.jpg);
		}
		
h1.artistformedling {
	margin-bottom: 0;
}

.col1 {
	width: 255px;
	padding-right: 15px;
	border-right: 1px solid #e7e7e7;
	float: left;
}
.col2 {
	width: 255px;
	float: right;
	padding-left:15px;
}

.section-nav {
	border-top: 1px solid #d7d7d7;
	padding-top: 5px;
	margin-top: 10px;
}

.sections {
	
}
	.sections-list {
		margin-left: 20px;
	}
	.sections-list li {
	}
	.sections-list li a {
		color: #777;
	}
	.sections-list li a:hover {
		color: #000;
		text-decoration: none;
	}

.referenserSection {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
}
	.quot {
		font-style: italic;
	}
	.referens {
		text-align: right;
		color: #777;
	}

#sendbox {
	background: #f1f1f1;
	border: 1px solid #e7e7e7;
	padding: 15px 0 15px 15px;
}
#sendbox p {
	padding:0;
	margin:0;
}
#sendbox .formfloat {
}
#sendbox .formfloat label {
	width: 100px;
	text-align: right;
	display: block;
	float: left;
	padding: 3px 10px 0 0;
	color: #777;
	font-size: 13px;
}
#sendbox .formfloat_end {
}
#sendbox .textInput {
	width: 230px;
	border: 1px solid #CCCCCC;
	height: 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #4E4E4E;
	margin-top: 2px;
	margin-bottom: 4px;
}
#sendbox .textarea {
	width: 300px;
	border: 1px solid #CCCCCC;
	height: 110px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 4px;
	color: #4E4E4E;
}
#sendbox .textareaAddress {
	width: 228px;
	height: 50px;
}
.infobox {
	border: 1px solid #e7e7e7;
	background: #f1f1f1;
	padding: 7px 12px 10px 12px;
	margin-bottom: 15px;
}
.infobox .col2 {
	width: 282px;
}
.clearfix {
	clear: both;
}
.fblikebox {
	float: right;
	width: 255px;
	margin-top: 10px;
}
