/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	background: #000 url('../grafiken/LA_BG_2000x2000px.gif') repeat fixed left top;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

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

a:hover {
	color: #f28d2b;
}

.wrap {
	margin: 0 auto;
	width: 960px;
}

#logo {
	position: absolute;
	top: 13px;
	margin-left: 685px;
	z-index: 1;
}

.content {
	margin: 0 auto;
	width: 809px;
	margin-top: 75px;
}

.inner_content {
	position: relative;
	width: 809px;
	height: 394px;
	top: 71px;
	background-image: url('../grafiken/schwarz_transparenz.png');
}

.inner_content .innerwrap {
	width: 700px;
	clear: both;
}

.inner_content .innerwrap .imagebox {
	position: relative;
	float: left;
	width: 242px;
	height: 360px;
	left: 72px;
	top: 15px;
}

.inner_content .innerwrap .textbox {
	position: relative;
	float: left;
	width: 390px;
	height: 360px;
	left: 124px;
	top: 15px;
}


.bg_band {
	background-image: url('../grafiken/lounge_attack_band.jpg');
	width: 809px;
	height: 570px;
}

ul.navigation {
	position: relative;
	top: 42px;
	left: 72px;
	color: #fff;
	font-size: 18px;
}

.navigation li {
	display: block;
	float: left;
	margin-right: 25px;
}

.navigation li a {
	color: #fff;
	text-decoration: none;
}

.navigation li a:hover {
	color: #f28d2b;
}

body#home ul.navigation li#nav1 a {
	color: #f28d2b;
}

body#band ul.navigation li#nav2 a {
	color: #f28d2b;
}

body#kontakt ul.navigation li#nav3 a {
	color: #f28d2b;
}

#concerts {
	position: absolute;
	top: 540px;
	z-index: 2;
	height: 88px;
	width: 100%;
	background-image: url('../grafiken/grau_transparenz.png');
}

#concerts_data {
	margin: 0 auto;
	margin-top: 15px;
	width: 750px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
}

.content p {
	margin-bottom: 40px;
}

p.band {
	line-height: 22px;
}

.orange {
	color: #f28d2b;
}
