@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}

body {
	color:#F8F8F8;
	background-color:#000000;
	background-image:url(../images/background.png);
	background-repeat:no-repeat;
	background-position:center top;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.6em;
	font-size:12px;
	}

img {
	background-repeat:no-repeat;
	behavior: url(css/iepngfix.htc);
	}

hr {
	border:none;
	color: #333;
	background-color: #333;
	height: 1px;
	}

h1, h2, p {
	margin-bottom:20px;
	}

h2 {
	font-size:1.6em;
	line-height:1.1em;
	color:#FFCC00;
	background-color:inherit;
	}

h3 {
	font-size:1.2em;
	color:#FFCC00;
	background-color:inherit;
	text-decoration:underline;
	margin-bottom:10px;
	}

strong {
	color:#FFCC00;
	background-color:inherit;
	}
	
.spalte {
	width:50%;
	float:left;
	}

#paper {
	margin:0px auto 0px auto;
	position:relative;
	width:900px;
	height:100%;
	}

#flashframe {
	position: absolute;
	top: 0;
	left: 30px;
	width: 900px;
	height: 290px;
	z-index: -1;
	}

#logo {
	position:absolute;
	top:30px;
	right:180px;
	width:180px;
	height:180px;
	background: url(../images/lechic_logo.png);
	behavior: url(css/iepngfix.htc);
	}

#tourdates {
	position:absolute;
	background-repeat:no-repeat;
	top:350px;
	left:20px;
	width:219px;
	height:149px;
	z-index:99;
/*	background: url(../images/tourdates.png);
	behavior: url(css/iepngfix.htc);*/
	}
#facebook {
	position:absolute;
	background-repeat:no-repeat;
	top:305px;
	left:50px;
	width:104px;
	height:28px;
	background: url(../images/facebook.gif);
	}

#youtube {
	position:absolute;
	background-repeat:no-repeat;
	top:320px;
	left:580px;
	width:38px;
	height:16px;
	background: url(../images/yt_logo.jpg);
	}

#wearefamily {
	position:absolute;
	background-repeat:no-repeat;
	top:285px;
	left:200px;
	width:159px;
	height:58px;
	background: url(../images/wearefamily_link.gif);
	}
	
#newsletter_icon {
	position:absolute;
	background-repeat:no-repeat;
	top:308px;
	left:630px;
	width:110px;
	height:36px;
	background: url(../images/newsletter_icon.gif);
	}
	
	
#facebook_icon {
	position:absolute;
	background-repeat:no-repeat;
	top:2px;
	left:350px;
	}


/* Navigation -----------------------------------------------------*/

#navi_blind {
	width:350px;
	height:40px;
	}

#navi {
	width:350px;
	height:40px;
	background-image:url(../images/navi_bg.png);
	background-repeat:no-repeat;
	behavior: url(css/iepngfix.htc);
	}

#navi ul {
	margin-left:20px;
	width:500px;
	height:20px;
	overflow:hidden;
	}

#navi ul li {
	height:20px;
	list-style-type:none;
	float:left;
	display:inline;
	}

#navi ul li a {
	height:20px;
	display:block;
	text-indent:-10000em;
	background-repeat:no-repeat;
	}

#navi ul li#m1 a 			{ width:42px; height:20px; background-image:url(../images/btn_home.png); }
#navi ul li#m2 a 			{ width:43px; height:20px; background-image:url(../images/btn_band.png); }
#navi ul li#m3 a 			{ width:48px; height:20px; background-image:url(../images/btn_media.png); }
#navi ul li#m4 a 			{ width:47px; height:20px; background-image:url(../images/btn_links.png); }
#navi ul li#m5 a 			{ width:70px; height:20px; background-image:url(../images/btn_shoutbox.png); }
#navi ul li#m6 a 			{ width:60px; height:20px; background-image:url(../images/btn_contact.png); }

#navi ul li#m1 a:hover 		{ width:42px; height:20px; background-image:url(../images/btn_home_a.png); }
#navi ul li#m2 a:hover 		{ width:43px; height:20px; background-image:url(../images/btn_band_a.png); }
#navi ul li#m3 a:hover 		{ width:48px; height:20px; background-image:url(../images/btn_media_a.png); }
#navi ul li#m4 a:hover 		{ width:47px; height:20px; background-image:url(../images/btn_links_a.png); }
#navi ul li#m5 a:hover 		{ width:70px; height:20px; background-image:url(../images/btn_shoutbox_a.png); }
#navi ul li#m6 a:hover 		{ width:60px; height:20px; background-image:url(../images/btn_contact_a.png); }

#navi ul li#m1.active a		{ background-image:url(../images/btn_home_a.png); cursor:default; }
#navi ul li#m2.active a		{ background-image:url(../images/btn_band_a.png); cursor:default; }
#navi ul li#m3.active a 	{ background-image:url(../images/btn_media_a.png); cursor:default; }
#navi ul li#m4.active a		{ background-image:url(../images/btn_links_a.png); cursor:default; }
#navi ul li#m5.active a		{ background-image:url(../images/btn_shoutbox_a.png); cursor:default; }
#navi ul li#m6.active a		{ background-image:url(../images/btn_contact_a.png); cursor:default; }


/* Content -----------------------------------------------------*/

#content a {
	color:#FFCC00;
	background-color:inherit;
	text-decoration:none;
	}

#content a:hover {
	text-decoration:underline;
	}

#content a img {
	margin:5px 5px 0px 0px;
	border:#666666 solid 1px;
	}
	
#content a img.noframe {
	margin:5px 5px 0px 0px;
	border:none;
	}

#content  img.noframe {
	margin:0px;
	border:none;
	}

.lefter {
	float:left;
	width:200px;
	}

.lefter_small_centered {
	float:left;
	width:110px;
	}

/* Equipment Footer -----------------------------------------------------*/

#equipment_footer {
	width:890px;
	height:25px;
	font-size:0.9em;
	color:#333;
	background-color:inherit;
	text-align:center;
	padding-top:25px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	behavior: url(css/iepngfix.htc);
	}


#equipment_footer a {
	color:#333;
	background-color:inherit;
	text-decoration:none;
	}

#equipment_footer a:hover {
	color:#999999;
	background-color:inherit;
	text-decoration:underline;
	}

/* Rights -----------------------------------------------------*/

#rights {
	margin:0px 0px 20px 0px;
	color:#333333;
	background-color:inherit;
	text-align:center;
	font-size:0.9em;
	}

#rights a {
	color:#333333;
	background-color:inherit;
	text-decoration:none;
	}

#rights a:hover {
	color:#999999;
	background-color:inherit;
	text-decoration:underline;
	}

/* Formular -----------------------------------------------------*/

p.table_left_form {
/*	background-color:#CC9966;*/
	margin:5px 0 5px 0;
	padding:0;
	width:200px;
	height:18px;
	float:left;
	}

p.table_right_form {
/*	background-color:#6699FF;*/
	margin:5px 0 5px 0;
	padding:0;
	width:290px;
	height:18px;
	float:left;
	}

/* IE Requirement \*/
* html p.table_right_form { margin:6px 0 6px 0; }
/* End */


p.table_left_form_l {
/*	background-color:#CC9966;*/
	margin:5px 0 5px 0;
	padding:0;
	width:200px;
	height:90px;
	float:left;
	}

p.table_right_form_l {
/*	background-color:#6699FF;*/
	margin:5px 0 5px 0;
	padding:0;
	width:290px;
	height:90px;
	float:left;
	}

.text {
	border:0px;
	background-color:#000000;
	color:#FFCC00;
	border:#666666 1px dotted;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.text_nachricht {
	border:0px;
	background-color:#000000;
	color:#FFCC00;
	border:#666666 1px dotted;
	height:80px;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.button {
	background-color:#1A1A1A;
	color:#FFCC00;
	border:none;
	width:200px;
	height:30px;
	font-size:0.9em;
	}
