/*
 * CSS for www.louisiana-red.com
 * Programming by Henry Graffmann | www.henry-graffmann.de
 * Last modified 02.07.2008
 */

/* ______________________________________________________________________________ ALLGEMEINE ANGABEN */
body{
	background:url(../images/bg_main.gif);
	margin:			0;
	padding:		0;
	height:			101%;
	font:100.01% 	Lucida Sans Unicode, Lucida Grande, Verdana, Arial, sans-serif;
	color:			#fff;
}
h1, h2, h3, p{
	margin:			0;
}
img{
	border:			0px;
}
form{
	margin: 		0px;
	padding: 		0px;
}
p{
	margin-bottom:15px;
}
hr{
	border-top:1px dashed #654a0f;
	border-bottom:1px dashed #fff;
	margin-top:15px;
	margin-bottom:15px;
}
/* __________________________________________________________________________ ÜBERSCHRIFTEN */
h1{
	font-family:	Georgia;
	font-variant:small-caps;
	font-size:		2.3em;
	font-weight:	normal;
	margin:			0px 0px 20px 0px;
	color:#fff;
}
h2{
	font-family:	Georgia;
	font-variant:small-caps;
	font-size:		1.7em;
	font-weight:	normal;
	margin:			10px 0px 20px 0px;
	color:#fff;
}
h3{
	font-family:	Georgia;
	font-size:		1.5em;
	font-weight:	normal;
	margin:			10px 0px 20px 0px;
	color:#fff;
}
h4{
	font-size:		0.9em;
	margin:			20px 0px 5px 0px;
	color:#fff;
}

/* __________________________________________________________________________ LINKS */

a:link, a:visited{
	font-size:1.0em;
	color:#DEC0B8;
	text-decoration:underline;
}
a:hover, a:active{
	font-size:1.0em;
	color:#fff;
	text-decoration:underline;
}

/* __________________________________________________________________________ DIV´s */
#wrapper{
	position: absolute;
	top:40px;
	left: 50%;
	width:845px;
	height:auto;
	margin-left: -450px;
	margin-bottom:50px;
}

#header{
	position:absolute;
	top:0px;
	left:0px;
	background:url(../images/bg_header.gif);
	background-repeat:no-repeat;
	width:845px;
	height:128px;
}
#navigation{
	position:absolute;
	top:0px;
	left:0px;
	width:203px;
	margin:160px 0px 0px 0px;
	z-index:9;
	border:2px solid #fff;
	background:url(../images/bg_main.gif);
	font-family:	Georgia;
	font-size:1.0em;
}
	#navigation ul{
		line-height:18px;
		list-style-image: url(../images/bulletpoint.gif);
	}
	#navigation ul li{
		padding-left:3px;
	}
	#navigation .active a{
		color:#f86a26;
	}
	#navigation ul li a{
		font-size:0.8em;
		font-weight:bold;
		text-decoration:none;
		color:#fff;
	}
	#navigation ul li a:hover{
		text-decoration:underline;
	}
#content-box{
	position:absolute;
	top:128px;
	left:41px;
	width:570px;
	background:url(../images/bg_main_light.gif);
	padding:30px 30px 0px 200px;
	font-size:0.8em;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
}
#discography-table{
	width:400px;
}
#discography-table td{
	padding:5px;
	vertical-align:top;
}

.tourdates ul{
	line-height:18px;
	list-style:none;
	font-size:1.2em;
}
.tourdates ul li ul{
	line-height:18px;
	list-style:none;
	font-size:0.8em;
}
/* __________________________________________________________________________ Kontaktformular */
#kontaktformular fieldset{
	border:0px;
	float:left;
}
	#kontaktformular input{
		font-size:0.8em;
	}
	#kontaktformular textarea{
		font-family: verdana, sans-serif;
		width:270px;
		height:100px;
		border:1px solid #581F02; 
		font-size:0.8em;
	}
	#kontaktformular label{
		font-size:0.9em;
	}
	#kontaktformular #send{
		font-family: verdana, sans-serif;
		width:80px;
		border:1px solid #581F02; 
		background-color:#fff;
		font-size:0.8em;
	}
	#kontaktformular input radio{
		width:15px;
		border:0px;
		margin:0px;
		padding:0px;
	}
	#kontaktformular .form-input-text{
		width:270px;
		border:1px solid #581F02; 
	}

#kontaktdaten{
	margin-left:350px;
}