/*-------------MAIN CSS Benefiz Konzert-------------------*/

/*-------------CONTAINER - STRUKTUR---------------------*/

body  {
	background-image:url(../img_index/bg.jpg);
	background-repeat:repeat-x;
	background-color:#bcd9a1;
	background-position:0px 0px;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	
	font-family:Times New Roman, Trebuchet MS, Arial;
	font-size:13px;
	color:#276025;
}

img  {
	border:none;
}

img.border  {border:1px solid #63406a;}

#container  {
	height:100%;
	width:806px;
	text-align:left;
}

	#header  {
		margin:0px;
		padding:0px;
	}
		
	#fadetools  {
		text-align: right;
	}

	#fadebox  {
		
	}
	
		#fadepic  {
			padding-left: 484px;
			width:320px;
			background-repeat: no-repeat;
			overflow: hidden;
			float:left;
		}
		
		#fade_container  {
			background-image:url(../img_index/fadetext_bg.jpg);
			background-repeat:repeat-x;
			width:320px;
			float:left;
		}
		
			#fadetext  {
				padding:20px;
				padding-bottom: 0px;
			}
			
			#fadeinfo {
				padding:20px;
				padding-top: 0px;
			}
	
	#mainnav  {
		height:56px;
		font-size:18px;
	}
	
	#content  {
		background-color:#8ebe4e;
		padding:20px 49px 49px 49px;
		margin-top:-20px;
	}
		#slideshow {
			text-align: center;
		}
			#slideshow p a {
				padding: 3px;
				background-color: #bcd9a1;
				color: #276025;
				font-weight: bold;
			}

			#slideshow p {
				padding-bottom: 10px;
			}

			#slideshowContainer {
				width: 100%;
				height: 300px;
			}

			#thumbnails {
				text-align: center;	
			}
				#thumbnails a {
				}

			.outline {
				/* no outline */
			}
	
	#footer  {
		padding-top:10px;
	}

	
/*--------------LAYOUT - FONTS & LINKS------------------*/

h1  {
	font-size:18px;
	color:#fff;
	font-weight:normal;
	padding-bottom:0px;
}

a  {
	text-decoration:none;
	color:#276025;
}
	
	a:hover  {
		text-decoration:underline;
	}

a.more  {
	color:#61326b;
}

a.fadetool_minus  {
	
}

a.fadetool_plus  {
	
}

a.fadetool_quit  {
	
}

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

#nav_0_active  {
	display:inline;
	float:left;
	background-image:url(../img_index/nav_bg_active.jpg);
	background-repeat:repeat-x;
	height:56px;
	width:160px;
	text-align:center;
	padding-top:18px;
}

#nav_0  {
	display:inline;
	float:left;
	background-image:url(../img_index/nav_bg.jpg);
	background-repeat:repeat-x;
	height:56px;
	width:160px;
	text-align:center;
	padding-top:18px;
}

a.nav_0  {
	color:#bcd9a1;
	
}

	a.nav_0:hover  {
		color:#fff;
		text-decoration:none;
	}

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

div.submenue {
	margin-top: 35px;
	position: absolute;
	display: none;
}
		#nav_1_active  {
			background-image:url(../img_index/nav_bg_1_active.jpg);
			background-repeat:repeat-x;
			height:25px;
			width:160px;
			text-align:center;
			padding-top: 2px;
		}

		#nav_1  {
			background-image:url(../img_index/nav_bg_1.jpg);
			background-repeat:repeat-x;
			height:25px;
			width:160px;
			text-align:center;
			padding-top: 0px;
		}

		a.nav_1  {
			color:#bcd9a1;
			font-size:15px;
			font-weight:bold;
			line-height:23px;
		}

			a.nav_1:hover  {
				color:#fff;
				text-decoration:none;
			}

		a.nav_1_active  {
			color:#fff;
			font-size:15px;
			font-weight:bold;
			line-height:23px;
		}
			
			a.nav_1_active  {
				color:#fff;
				text-decoration:none;
			}
	
#nav_trennung  {
	background-image:url(../img_index/nav_trennung.jpg);
	background-repeat:no-repeat;
	height:56px;
	width:1px;
	float:left;
	display:inline;
}