/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:url(http://www.elvis-forever.net/images/tail-top.gif) 0 0 repeat-x #141414;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#dadada;
}
html { min-width:948px;}
html, body { height:100%;}



/* Global Structure ============================================================= */
.container {
	margin: 0 auto;
	position: relative;
	width: 948px;
	font-size:.75em;
}

	/* Header */
	header{
		height:540px;
		overflow:hidden;
		background:url(http://www.elvis-forever.net/images/header-bg.jpg) no-repeat 50% 0;
	}
	
	/* Content */
	#main {
		background:url(http://www.elvis-forever.net/images/content-bg.jpg) no-repeat 50% 0;
		width:100%;
	}
		
		#left-side {
			float:left;
			width:191px;
			border-right:1px solid #171717;
		}
			#left-side .indent {
				padding:0 24px 15px 0;
			}
		#center {
			float:left;
			width:511px;
			border-right:1px solid #171717;
		}
			#center .indent {
				padding:0 16px 15px 15px;
			}
		#right-side {
			float:left;
			width:185px;
		}
			#right-side .indent {
				padding:0 0 15px 18px;
			}




/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3 { float:left;}

.alignright {
	/* [disabled]text-align:right; */
}
.aligncenter { text-align:center;}

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

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 20px; }


/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {margin-bottom:16px;}
.p1 { margin-bottom:8px;}
.p2 { margin-bottom:16px;}
.p3 { margin-bottom:24px;
}


/*----- txt, links, lines, titles -----*/
a {
	text-decoration:none;
	outline:none;
	border-bottom:1px solid #fff;
}
a:link {
	color:#fff;
}
a:visited {
	color:#fff;
}
a:link span {
	color: #f0ff00;
}
a:visited span {
	color: #f0ff00;
}
a:hover,
a:focus {
	border-bottom:2px solid #f0ff00;
}
a:active {
	border-bottom:2px solid #000;
}
h1 span {
	color: #f0ff00;
}
.inhalt h1 {
	font-size: 200%;
	color: #dadada;
	font-weight: bold;
	text-transform: none;
	text-indent: 0;
	margin: 0px;
	padding: 0px 0px 1em;
	border-style: none;
	line-height: 1.3em;
	letter-spacing: 1px;
	word-spacing: 1px;
}
h2 {
	font-size:22px;
	font-weight:normal;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	text-indent:20px;
	margin-bottom:15px;
}
h2 span {
	color: #f0ff00;
}
.inhalt h2 {
	font-size: 170%;
	color: #dadada;
	font-weight: bold;
	text-transform: none;
	text-indent: 0;
	margin: 0px;
	padding: 0px 0px 1em;
	border-style: none;
	line-height: 1.3em;
	letter-spacing: 1px;
	word-spacing: 1px;
}
h3 {
	font-size: 140%;
	font-weight: bold;
	color:#dadada;
	text-transform: none;
	text-indent: 0;
	line-height:1.3em;
	letter-spacing: 1px;
	word-spacing: 1px;
	border-bottom:1px solid #1e1e1e;
	padding:0 0 4px 0;
	margin-bottom:1em;
}
h3 span {
	color: #f0ff00;
}
.inhalt h3 {
	font-size: 140%;
	color: #dadada;
	font-weight: bold;
	text-transform: none;
	text-indent: 0;
	margin: 0px;
	padding: 0px 0px 1em;
	border-style: none;
	line-height: 1.3em;
	letter-spacing: 1px;
	word-spacing: 1px;
}
h4 {
	font-size: 110%;
	font-weight: bold;
	color: #dadada;
	text-transform: none;
	text-indent: 0;
	line-height: 1.3em;
	letter-spacing: 1px;
	word-spacing: 1px;
	border-style: none;
	padding: 0px 0px 4px;
	margin: 0px;
}
h4 span {
	color: #f0ff00;
}
.inhalt h4 {
	font-size: 110%;
	color: #dadada;
	font-weight: bold;
	text-transform: none;
	text-indent: 0;
	margin: 0px;
	padding: 0px 0px 1em;
	border-style: none;
	line-height: 1.3em;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.inhalt p {
	font-size: 120%;
	font-weight: normal;
	line-height: 1.3em;
	color: #dadada;
	margin: 0px;
	padding: 0px 0px 1em;
	border-style: none;
	letter-spacing: 1px;
}
.inhalt p strong {
	font-weight: normal;
}
.inhalt ul {
	font-size: 120%;
	line-height: 1.3em;
	color: #dadada;
	margin: 0px;
	padding: 0px 0px 1em 1em;
	border-style: none;
	list-style: square;
	letter-spacing: 1px;
}

/*==================boxes====================*/
.box .left-top-corner {
	background:url(http://www.elvis-forever.net/images/left-top-corner.png) no-repeat 0 0;
	padding-left:28px;
}
.box .right-top-corner {
	background:url(http://www.elvis-forever.net/images/right-top-corner.png) no-repeat 100% 0;
	padding-right:28px;
}
.box .border-top {
	height:28px;
	background:url(http://www.elvis-forever.net/images/box-bg.png) 0 0 repeat-x;
	overflow:hidden;
}
.box .left-bot-corner {
	background:url(http://www.elvis-forever.net/images/left-bot-corner.png) no-repeat 0 0;
	padding-left:28px;
}
.box .right-bot-corner {
	background:url(http://www.elvis-forever.net/images/right-bot-corner.png) no-repeat 100% 0;
	padding-right:28px;
}
.box .border-bot {
	height:28px;
	background:url(http://www.elvis-forever.net/images/box-bg.png) 0 0 repeat-x;
	overflow:hidden;
}
.box .inside { 
	padding:0 28px 0 28px;
	background:url(http://www.elvis-forever.net/images/box-bg.png);
}


/*.block {
	background:#141414;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	padding:20px;
	behavior: url(js/PIE.htc);
	position:relative;
}*/


.album-box {
	/* [disabled]text-align:center; */
	font-size:13px;
}
	.album-box a {
		color:#f0ff00;
	}
	.album-box h3 {
		border-bottom:none;
		font-size:16px;
		color:#dadada;
		padding-bottom:0;
		margin-bottom:6px;
	}
		.album-box h3 span {
			color:#f0ff00;
		}
	.album-box strong {
		display:block;
		font-size:18px;
		line-height:1.2em;
		text-transform:uppercase;
		margin-bottom:12px;
	}
	
	.rating {
		width:100%;
		overflow:hidden;
		text-align:center;
		padding-bottom:10px;
	}
		.rating li {
			display:inline;
			margin-left:-3px;
		}



/*===== header =====*/

#kopftermin {
	position: absolute;
	height: 396px;
	width: 300px;
	top: 101px;
	right: 36px;
}
#kopftermin h2 {
	color: #FF0;
	font-size: 25px;
	letter-spacing: 0px;
	text-indent: 0px;
	width: 260px;
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0px;
}
#kopftermin h3 {
	color: #FFF;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0px;
	text-indent: 0px;
	width: 260px;
	position: absolute;
	top: 70px;
	left: 20px;
	margin: 0px;
	border-style: none;
}
#kopftermin h4 {
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	text-indent: 0px;
	width: 260px;
	position: absolute;
	top: 60px;
	left: 20px;
	margin: 0px;
	border-style: none;
}
#kopftermin p {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	text-indent: 0px;
	width: 260px;
	position: absolute;
	top: 300px;
	left: 20px;
	margin: 0px;
	border-style: none;
}

header .slider {
	background:url(http://www.elvis-forever.net/images/slider-bg.png) no-repeat 0 0;
	position:absolute;
	left:0;
	top:86px;
	width:948px;
	height:445px;
}
	header .slider .indent {
		padding:15px 0 0 30px;
	}
	
	#slideshowHolder {
		width:882px;
		height:396px;
		overflow:hidden;
	}
		#slideshowHolder .ft-prev {
			width:74px;
			height:43px;
			left:367px;
			top:332px;
			background:url(http://www.elvis-forever.net/images/prev.png) no-repeat 0 0;
			text-indent:-9999em;
		}
		#slideshowHolder .ft-next {
			width:74px;
			height:43px;
			left:441px;
			top:332px;
			background:url(http://www.elvis-forever.net/images/next.png) no-repeat 0 0;
			text-indent:-9999em;
		}
		#ft-buttons-slideshowHolder {
			display:none;
		}
		
header h2 {
	position:absolute;
	left:20px;
	top:33px;
	font-size:22px;
	line-height:1.2em;
	/* [disabled]color:#fff; */
	font-weight:normal;
	letter-spacing:-1px;
	text-transform:uppercase;
}

	header h2 a {
	color:#919191;
	outline:none;
	text-decoration:none;
	border-style: none;
}

	header h2 a span {
	color:#f0ff00;
	outline:none;
	text-decoration:none;
	border-style: none;
	}
	header h2 a:link,
	header h2 a:visited {
		color:#919191;
		border-style: none;
	}
	header h2 a:link.current,
	header h2 a:visited.current {
		color:#fff;
		border-bottom:2px solid #f0ff00;
	}
	header h2 a:hover,
	header h2 a:focus {
		color:#fff;
		border-bottom:2px solid #f0ff00;
	}
	header h2 a:active {
		border-bottom:2px solid #000000;
	}
	
header nav {
	position:absolute;
	right:120px;
	top:40px;
}
	header nav li {
	float:left;
	padding-left:30px;
	}
	
	header nav li a {
	/* [disabled]float:left; */
	font-size:16px;
	line-height:1.2em;
	color:#919191;
	text-decoration:none;
	text-transform:uppercase;
	border-style: none;
		}
	
		header nav li a:link,
		header nav li a:visited {
	color:#919191;
	text-decoration:none;
	border-style: none;
		}
		header nav li a:link.current,
		header nav li a:visited.current {
			color:#fff;
			text-decoration:none;
			border-bottom:2px solid #f0ff00;
		}
		header nav li a:hover,
		header nav li a:focus {
			color:#919191;
			text-decoration:none;
			border-bottom:2px solid #f0ff00;
		}
		header nav li a:active {
			border-bottom:2px solid #000000;
		}

/*===== content =====*/
.foto {
	float: right;
	padding: 0px 0px 10px 10px;
}
.inhalt {
	background: #141414;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 10px;
	margin: 0px 0px 20px;
	overflow: hidden;
}
	.loader {
		background:url(http://www.elvis-forever.net/images/ajax-loader.gif) 50% 50% no-repeat;
	}
	.wrap {
		display:block;
		position:relative;
		width:100%;
	}
		.wrap span.play {
			display:block;
			width:63px;
			height:63px;
			position:absolute;
			left:50%;
			top:50%;
			margin-left:-32px;
			margin-top:-32px;
			z-index:2;
			background:url(http://www.elvis-forever.net/images/play.png) no-repeat 0 0;
		}
		.wrap:hover span.play {
			background-position:0 -63px;
		}
		.wrap img {
			position:relative;
			z-index:1;
		}
	article {padding-bottom:46px;}
	article.last {padding-bottom:0;}
	
	dl dt {color:#f0ff00;}
	dl dd {margin-bottom:16px;}
	dl dd a {color:#dadada; text-decoration:none; display:block;}
	dl dd a:hover {background:#f0ff00; color:#000;}
	
	.social-services li {
		padding-bottom:3px;
	}
	
	
	
	
#Fehler {
	color: #F00;
}
#OK {
	color: #f0ff00;
	text-decoration: underline;
}
/*-- tours table begin ---*/
.tours {
	width:100%;
	background:url(http://www.elvis-forever.net/images/table-top.png) no-repeat 0 29px;
}
	.tours thead {
		width:100%;
	}
	
	.tours thead td {
		font-size:12px;
		color:#4f4f4f;
		text-transform:uppercase;
		padding-bottom:35px;
	}
	.tours td.cell-1 {width:166px; padding-left:19px;}
	.tours td.cell-2 {width:126px;}
	.tours td.cell-3 {width:169px; padding-left:20px;}
	
	.tours tbody td {
		background:#141414;
		padding:22px 19px 25px 19px;
		font-size:11px;
		color:#dadada;
		line-height:16px;
	}
	
	.tours tbody td.cell-1 {width:135px; padding:22px 19px 25px 19px;}
	.tours tbody td.cell-2 {width:90px; padding:22px 19px 25px 0;}
	.tours tbody td.cell-3 {width:178px; padding:22px 19px 25px 19px;}
	.tours tbody tr.first td {padding-top:0 !important;}
	.tours tbody tr.even td {
		background:#1f1f1f;
	}
		.tours tbody td p {
			margin-bottom:0;
		}
		.tours tbody td p.date {
			margin-bottom:12px;
		}
		.tours tbody td p.event {
			font-size:18px;
			line-height:1em;
			color:#f0ff00;
			margin-bottom:22px;
		}
			.tours tbody td p.event a {
				color:#f0ff00;
				text-decoration:none;
			}
			.tours tbody td p.event a:hover {
				color:#fff;
			}
		.tours tbody td a.facebook-event {
			background:url(http://www.elvis-forever.net/images/icon-facebook-alt.png) no-repeat 0 0;
			padding:4px 0 4px 34px;
			display:inline-block;
			text-decoration:none;
		}
		.tours tbody td a.facebook-event:hover {
			text-decoration:underline;
		}
		.tours tbody .alignright a {
			font-size:12px;
			color:#f0ff00;
			padding-top:5px;
		}
		
		.last-link {
	/* [disabled]background:url(http://www.elvis-forever.net/images/table-bottom.png) no-repeat 0 0; */
	padding:35px 12px 0 0;
	height:1%;
		}
			.last-link a {
				color:#828282;
			}
/*-- tours table end ---*/


.list1 li {
	font-size:13px;
	color:#f0ff00;
	padding-bottom:8px;
}
	.list1 li a {
		color:#dadada;
		text-decoration:none;
	}
	.list1 li a:hover {
		text-decoration:underline;
	}


.list2.onehalf {
	width:50%;
	float:left;
}

.list2 li {
	background:url(http://www.elvis-forever.net/images/marker1.gif) no-repeat 0 0;
	padding:2px 0 2px 30px;
	margin-bottom:11px;
}
	.list2 li a {
		color:#dadada;
		text-decoration:none;
	}
	.list2 li a:hover {
		color:#fff;
		text-decoration:underline;
	}

/*===== footer =====*/
footer {
	color:#505050;
	text-align:center;
}
	footer .inside {
		padding:30px 0 77px 0;
		font-size:11px;
	}
		footer a {
			color:#505050;
		}


/*----- forms -----*/
#search-form fieldset {
	border:none;
	background:url(http://www.elvis-forever.net/images/input-bg.gif) no-repeat 0 0;
}
	#search-form input.text {
		width:110px;
		padding:3px 0 3px 10px;
		background:none;
		border:none;
		color:#dadada;
	}
	#search-form input.submit {
		width:35px;
		height:33px;
		border:none;
		line-height:33px;
		color:#dadada;
		background:none;
		font-size:16px;
		font-weight:bold;
		cursor:pointer;
	}
	
/*==========================================*/
