
/* Stylesheeet www.anita-in-concert.de */
/* Copyright Heinz Beilharz, März 2009 */
/* www.beilharz-design.de */


A:link		{
		color: white;
		text-decoration: none;
		}
A:visited	{
		color: white;
		text-decoration: none;
		}
A:hover		{
		color: #cccccc;
		text-decoration: none;
		}

/*-------------------------------------------*/
body	{
	margin-top: 20px;
	padding: 0px;
	font: 100.01% Verdana, sans-serif;
	color: black;
	font-size: 1em;
	font-weight: normal;
	font-variant: normal;
	line-height: 1em;
	letter-spacing: 0.02em;
	text-align: left;
}

/* Container und Navigation ----------------------------------*/
div		{
	border: 0px solid;
}
#center	{
	width: 1004px;
	margin: 0 auto;
	background-color: white;
	border: 0px solid #0066cc;
}
/*#container	{
	background-color: #d5d5d5;
	width: 100%;
	border: 1px solid #0066cc;
	float: left;
	height: 500px;
}*/
#header	{
	background-image: url(../Bilder/header.jpg);
	background-repeat: no-repeat;
	width: 1004px;
	height: 117px;
}
#content	{
	width: 500px;
	background-color: transparent;
	float: left;
	margin: 25px 0 0 0;
}
#back	{
	/*background-image: url(../Bilder/back_home.jpg);
	background-repeat: no-repeat;*/
	width: 100%;
	min-height: 500px;
	/*height: 1000px;*/
}
#navi1	{
	width: 100%;
	height: 35px;
	text-align: center;
	font-size: 0.8em;
	color: white;
	line-height: 0.8em;
	padding: 102px 0 0 0;
	font-weight: bold;
}
#navi2	{
	width: 120px;
	font-size: 0.7em;
	line-height: 2em;
	font-weight: normal;
	border-right: 1px solid #8000ff;
	float: left;
	background-color: transparent;
	padding: 20px 15px 0 0;
	margin: 80px 125px 0 0;
	text-align: right;
	min-height: 250px;
}
#navi3	{
	width: 380px;
	height: 25px;
	font-size: 0.8em;
	color: white;
	line-height: 0.8em;
	padding: 0;
	font-weight: bold;
	float: right;
}
#footer	{
	width: 100%;
	height: 7px;
	background-image: url(../Bilder/footer.jpg);
	background-repeat: no-repeat;	
	clear: both;
}

/* Schrift- und Textformatierungen ----------------------*/
p		{
	padding-top: 0;
}
.text	{
	font-size: 0.7em;
	text-align: left;
	padding-bottom: 50px;
}
h1		{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2em;
	padding-right: 25px; padding-top: 10px;
	white-space: normal;
	text-align: left;
	font-variant: small-caps	
}
h2		{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2em;
	padding-right: 25px; padding-top: 10px;
	white-space: normal;
	text-align: left;
	font-variant: small-caps	
}
.copy		{
	text-align: left;
	font-size: 0.6em;
	font-variant: small-caps;
	letter-spacing: 0.3em;
	color: silver;
	font-weight: bold;
}
 .aktiv		{
	font-size: 1.3em;
	color: #ff0066;
}
ul		{
	display: block;
	text-align: right;
	list-style: none;
	line-height: 1em;
	padding-left:0;
	margin-left:0;
}
p ul	{
	display: block;
	text-align: right;
	/*list-style: none;*/
	line-height: 2em;
}

.spez_link a:link	{
		color:black;
		text-decoration: none;
		}
.spez_link a:visited	{
		color:black;
		text-decoration: none;
		}
.spez_link a:hover	{
		color:#cccccc;
		text-decoration:none;
		}
		
	
