/*
copyright:	Trittfest GbR
publisher:	Trittfest GbR

version:	0.1
author:		Hannes Kurth
date:		09/01/09

email:		info@trittfest-musik.de
website:	http://www.trittfest-musik.de
*/

*
{
	margin:			0px;
	padding:		0px;
	
	text-decoration:	none;
	
	font-family:		"century gothic", Verdana, Arial, Helvetica, sans-serif;
}

img
{
	border:			0px;
}

body
{	
	background-color:	#000000;
	
}

hr
{
	width:			70%;

	color:			#212121;
	background-color:	#212121;
	height:			3px;

	margin-top:		2px;
	margin-bottom:		30px;

	border:			0px;
}

a
{
	font-size:		15px;
	
	color:			#AEAEAE;
	text-decoration:	none;
}

a:hover
{
	color:			white;
}

#menue a:hover
{
	font-weight:		bold;
	color:			white;
}

#container
{
	width:			600px;
	
	position:		absolute;
	left:			25%;
		
	padding-top:		3px;
	
	background:		#060606;
}

#copyright
{	
	width:			97.7%;
	height:			14px;
	
	font-size:		8px;
	color:			#444444;
}

#header
{
	width:			96%;
	height:			155px;
	
	background:		url('../img/header.jpg');
	
	margin-top:		2px;
}

#inhalt
{
	width:			97.7%;

	margin-top:		10px;
}

#inhalt h1
{
	font-size:		15px;
	
	color:			#AEAEAE;
	background-color:	#121212;

	text-indent:		25px;

	border-bottom:		5px solid #212121;

	width:			100%;
	height:			25px;

	padding-top:		4px;
	margin-top:		0px;

	text-align:		left;
	line-height:		16px;
	letter-spacing:		1px;
	word-spacing:		0.2em;
}

#inhalt h1:hover
{
	color:			#FFFFFF;
}

#inhalt h2
{
	font-size:		12px;
	color:			#008ED2;
	
	padding-bottom:		0px;

	text-indent:		25px;
	text-align:		left;
	line-height:		16px;
	letter-spacing:		1px;
	word-spacing:		0.2em;
}

.email
{
	font-size:		14px;
	color:			#BEBEBE;
	
	margin-top:		-6px;
	margin-left:		40px;
}

.kopf
{		
	font-size:		12px;
	font-weight:		bold;
	color:			#888888;
			
	text-align:		left;
	letter-spacing:		0.6px;
	word-spacing:		0.2em;
	
	float:			left;
}

.aaa
{
	font-weight:		bold;
}

.auftritt
{		
	font-size:		11px;
	color:			#888888;
	
	padding-top:		5px;
	padding-bottom:		2px;
	margin-bottom:		10px;
			
	text-align:		left;
	letter-spacing:		0.6px;
	word-spacing:		0.2em;
	
	float:			left;
}

.datum
{
	padding-left:		15px;

	width:			120px;
}

.ereignis
{
	width:			380px;
}

.bestaetigt
{
	width:			60px;
}

.u
{
	background-color:	#151515;
}

.zz
{
	height:			40px;
}

p
{
	font-size:		12px;
	color:			#888888;

	padding-top:		5px;
	padding-left:		25px;
	padding-right:		25px;
	
	margin-bottom:		20px;

	text-align:		left;
	line-height:		16px;
	letter-spacing:		1px;
	word-spacing:		0.2em;
}