 /* allgemeine CSS-Angaben ***/

	html,body
	{
		height: 100%;
		background-color: #000;
		background-image: url(images/public/greybar.gif);
		background-repeat: repeat-x;
		color: #fff;
		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: 15px;
		font-weight: bold;
		margin: 4px 0;
		border-left: 15px #f00 solid;
		padding-left: 15px;
	}


	h2
	{
		font-size:14px;
		font-weight:bold;
		margin-top: 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: #fff;
		color: #000;
		border: 0;
		padding: 3px;
	}

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

	input#absenden
	{
		color: #fff;
		background-color: #f00;
		font-weight: bold;
	}

	input#passwort
	{
		background-color: #000;
	}

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

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

 /* Layout der Website ***/

	#content
	{
		text-align: left;
		width: 630px;
		margin: 0 auto;
	}

	#content p, form
	{
		font-size: 13px;
		line-height: 150%;
	}

 /* 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: #fff;
		font-weight: bold;
	}

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

	a.styledlink:hover
	{
		color: #fff;
		border-bottom: 2px solid #f00;
	}

	.spinningwheel
	{
		color: #f00;
		font-weight: bold;
	}

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

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

	#minitabs
	{
		margin: 0;
		padding: 0 0 40px 10px;
		}

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

	#minitabs a:link, #minitabs a:visited
	{
		float: left;
		font-size: 12px;
		line-height: 16px;
		font-weight: bold;
		margin: 0 10px 4px 10px;
		padding-bottom: 2px;
		text-decoration: none;
		color: #fff;
		}

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

/* Home */

	#news_snippets
	{
		float: right;
		width: 200px;
		background-color: #222;
		padding: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
	}

/* Kontakt */

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

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

/* Band */

	ul#band
	{
		list-style-type: square;
		line-height: 150%;
	}

/* Info */

	.wrongpassword
	{
		color: #f00;
		font-weight: bold;
	}

/* Gästebuch */

	h3
	{
		color: #fff;
		font-weight: bold;
		background-color: #333;
		padding: 5px 5px 5px 10px;
		margin-top: 10px;
		border-left: 20px #f00 solid;
	}

/* Live */

	ul.live
	{
		list-style-type: square;
	}

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

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

/* Galerie */

	.thumb
	{
		background-color: #111;
		border: 2px #000 solid;
		width: 120px;
		height: 120px;
		text-align: center;
		float: left;
		margin: 15px;
		display: block;
	}

	.wrapper
	{
		background-color: #000;
		float: left;
		width: 150px;
	}

	.wrapper p
	{
		text-align: center;
		margin-top: 30px;
	}

	.thumb:hover
	{
		background-color: #222;
		border: 2px #f00 solid;
	}

	#largeimage
	{
		height: 480px:
		width:  480px;
		background-color: #111;
		border: 1px #000 solid;
		text-align: center;
		margin: 15px;
	}

/* Links */
	ul.links
	{
		list-style-type: square;
	}

	ul.links li a
	{
		font-weight: bold;
	}

	ul.links li
	{
		padding-bottom: 18px;
	}/* 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;
}
