 /* allgemeine CSS-Angaben ***/

	html,body
	{
		height: 100%;
		background: #fafafa url(images/public/body_background.gif) top center repeat-y;
		color: #000;
		text-align: center;
	}


	body
	{
		font-family: Verdana, Arial,Helvetica, sans-serif;
		font-size:13px;
		font-weight:normal;
		padding:0px;
		margin:0px;
		line-height: 150%;
	}

	img
	{
		border:0;
		padding: 0;
	}

 /* Überschriften und Absätze ***/

	p
	{
		font-size:13px;
		font-weight:normal;
		text-align:left;
		margin: 10px 0 0 0;
		line-height: 120%;
	}

	h1
	{
		font-size: 18px;
		font-weight: bold;
		padding-left: 10px;
	}


	h2
	{
		font-size:14px;
		font-weight:bold;
		margin-top: 10px;
		padding-left: 10px;
	}


	h3
	{
		font-size:14px;
		font-weight:bold;
		margin:0px;
	}

 /* Formulareigenschaften */

	form
	{
		padding: 10px 0;
		margin: 0;
	}

	form br
	{
		clear: both;
		line-height: 200%;
	}

	input, textarea
	{
		background-color: #ddd;
		color: #000;
		border: 1px solid #666;
		padding: 3px;
	}

	input#loeschen, input#login
	{
		color: #000;
		background-color: #ccc;
	}

	input#absenden
	{
		color: #000;
		background-color: #FFFF60;
		font-weight: bold;
	}

	input#passwort
	{
		background-color: #fafafa;
		border: 0;
	}

	form#kontakt input#loeschen
	{
		margin-left: 55px;
	}

	textarea
	{
		width: 260px;
		height: 80px;
	}

 /* Layout der Website ***/

	#header, #content
	{
		text-align: left;
		width: 950px;
		margin: 0 auto;
		clear: both;
	}
	
	#content {
		padding: 0 10px;
	}

	#content p, form
	{
		font-size: 15px;
		line-height: 150%;
		padding: 7px 10px 7px 10px;
	}

 /* Farben und Sonderformate */

	.error
	{
		color:#FF0000;
		font-weight:bold;
	}


	img.floatleft
	{
		float: left;
		margin: 0 10px 10px 0;
	}

	img.floatright
	{
		float: right;
		margin: 0 0 10px 10px;;
	}

	a {
		text-decoration: none;
		color: #333;
		font-weight: bold;
	}

	a.styledlink
	{
		text-decoration: none;
		color: #333;
		border-bottom: 1px solid #333;
	}

	a.styledlink:hover
	{
		color: #666;
		border-bottom: 1px solid #666;
	}

	hr
	{
		background-color: #989898;
		border: 1px solid #989898;
		margin: 20px 0;
	}

	p
	{
		margin-bottom: 20px;
	}/* Navigation */

	#minitabs
	{
		margin: 0;
		padding: 0;
		background: url(images/public/menu_background.gif) no-repeat;
		height: 49px;
	}
	
	#minitabs a span.menu
	{
		visibility: hidden;
	}
	
	#minitabs a#home 	{ background: url(images/public/home.jpg) no-repeat;		width: 64px; }
	#minitabs a#band 	{ background: url(images/public/band.jpg) no-repeat;		width: 56px; }
	#minitabs a#news 	{ background: url(images/public/news.jpg) no-repeat;		width: 57px; }
	#minitabs a#live 	{ background: url(images/public/live.jpg) no-repeat;		width: 46px; }
	#minitabs a#galerie 	{ background: url(images/public/galerie.jpg) no-repeat;		width: 66px; }
	#minitabs a#programm	{ background: url(images/public/programm.jpg) no-repeat;	width: 92px; }
	#minitabs a#info	{ background: url(images/public/infomusik.jpg) no-repeat;	width: 109px; }
	#minitabs a#gaestebuch	{ background: url(images/public/gaestebuch.jpg)	no-repeat;	width: 88px; }
	#minitabs a#kontakt	{ background: url(images/public/kontakt.jpg) no-repeat;		width: 80px; }

	#minitabs a#home.active, #minitabs a#home:hover
	{
		background: url(images/public/home_active.jpg) no-repeat;
		width: 64px;
	}
	#minitabs a#band.active, #minitabs a#band:hover 	{ background: url(images/public/band_active.jpg) no-repeat;		width: 56px; }
	#minitabs a#news.active, #minitabs a#news:hover 	{ background: url(images/public/news_active.jpg) no-repeat;		width: 57px; }
	#minitabs a#live.active, #minitabs a#live:hover 	{ background: url(images/public/live_active.jpg) no-repeat;		width: 46px; }
	#minitabs a#galerie.active, #minitabs a#galerie:hover 	{ background: url(images/public/galerie_active.jpg) no-repeat;		width: 66px; }
	#minitabs a#programm.active, #minitabs a#programm:hover	{ background: url(images/public/programm_active.jpg) no-repeat;	width: 92px; }
	#minitabs a#info.active, #minitabs a#info:hover		{ background: url(images/public/infomusik_active.jpg) no-repeat;	width: 109px; }
	#minitabs a#gaestebuch.active, #minitabs a#gaestebuch:hover	{ background: url(images/public/gaestebuch_active.jpg)	no-repeat;	width: 88px; }
	#minitabs a#kontakt.active, #minitabs a#kontakt:hover	{ background: url(images/public/kontakt_active.jpg) no-repeat;		width: 80px; }


	#minitabs li
	{
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
		height: 49px;
	}

	#minitabs a:link, #minitabs a:visited
	{
		float: left;
		font-size: 12px;
		font-weight: bold;
		margin: 0;
		text-decoration: none;
		color: #000;
		height: 49px;
	}

	#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover
	{
		padding-bottom: 2px;
		color: #000;
	}/* Spezielle CSS-Angaben ***/

/* Intro */

body#intro
{
	background: #000;
}


/* Home */

	#news_snippets
	{
		width: 930px;
		background: #EBEBEB;
		padding: 0;
		margin: 0 10px 10px 10px;
		border: 1px solid #666;
	}

	#news_snippets h1
	{
		background: #757575;
		color: #fff;
		padding: 10px;
		font-size: 15px;
		margin: 0;
	}
	
	#news_snippets h2 a, #news_snippets p
	{
		color: #333;
	}

/* Kontakt */

	span.label
	{
		float: left;
		width: 150px;
		text-align: left;
	}

	span.value
	{
		float: right;
		width: 400px;
		text-align: left;
	}

/* Band */

	div#band p
	{
		list-style-type: square;
		line-height: 150%;
		font-size: 15px;
	}

/* Info */

	.wrongpassword
	{
		color: #f00;
		font-weight: bold;
	}
	
	div#download
	{
		margin-left: 20px;
	}
	
	div#download h2
	{
		margin: 16px 0;
		padding: 0;
	}
	
	div#download img
	{
		padding: 		5px;
		border: 		1px solid #999;
		margin-bottom:	4px;
	}

/* Gstebuch */

	h3
	{
		color: #333;
		font-weight: bold;
		background-color: #ddd;
		padding: 5px 5px 5px 10px;
		margin-top: 10px;
	}
	
	form#gaestebuch span.value
	{
		margin-right: 300px;
	}

/* Live */

	ul.live
	{
		list-style-type: square;
		font-size: 15px;

	}

	ul.live li
	{
		font-weight: bold;
	}

	ul.live li.old
	{
		color: #333;
		font-weight: normal;
	}

/* Galerie */

	.wrapper
	{
		float: left;
		width: 200px;
		
	}
	
	.wrapper p
	{
		text-align: left;
		margin-top: 0;
		margin-left: 5px;
	}

	.thumb
	{
		background-color: #ddd;
		border: 1px #333 solid;
		width: 120px;
		height: 120px;
		float: left;
		margin: 15px;
		display: block;
		text-align: center;
	}
	
	.thumb img
	{
		text-align: center;
	}

	.thumb:hover
	{
		background-color: #eee;
		border: 1px #999 solid;
	}

	#largeimage
	{
		height: 480px;
		width:  480px;
		background-color: #eee;
		border: 1px #000 solid;
		text-align: center;
		margin: 15px auto;
	}
	
	#largeimage img
	{
		text-align: center;
	}
	
/* Programm */
ul.programm
{
	list-style-type:	square;
	width:				550px;
}

div.alternate
{
	background:	#E0E0E0;
	width:		600px;
	padding:	5px 10px 5px 0;
}/* Popups */

body.popup
{
	background-image: url();
	padding: 10px;
}

body.popup p
{
	margin: 5px 0 5px 0;
}

body.popup h1
{
	margin-bottom: 10px;
}

body.popup h2
{
	text-align: left;
}
