﻿/*		Website-Formatvorlage 
Autor:	Barbara Jost - Jost WebService - www.JostWebService.ch
Version:Christinger 2010
--------------------------------------------------------------
*/
/*		Farben:				 							*/
/*		hauptfarbe dunkel	= 666666 = dunkelgrau		*/
/*      hauptfarbe 			= CCCCCC = mittelgrau		*/
/*      hauptfarbe 			= E8E8E8 = hellgrau			*/
/*      hauptfarbe 			= 0099CC = blau		*/
/*      Schriftfarbe		= 000000 = schwarz			*/

body	{
		font-size		: 14px;
		line-height		: 18px;
		font-family		: Verdana,Arial,Helvetica,Sans-Serif;
		color			: #000000;
		background-color: #333333;
		margin			: 0;
		padding			: 0;
} 		
p		{
		font-size		: 14px;
		line-height		: 18px;
		font-family		: Verdana,Arial,Helvetica,Sans-Serif;
		color			: #000000;
}
td		{
		font-size		: 14px;
		line-height		: 18px;
		font-family		: Verdana,Arial,Helvetica,Sans-Serif;
		color			: #000000;
}
h1		{
		font-size		: 16px;
		font-weight		: bold;
}
ul		{
		margin-left		: 16px;
		line-height		: 18px;
}
		
/*		Tabellen-Definition	allgemein					*/
/*		------------------------------------------------*/
.box	{
		margin-top		: 15px;
		width			: 960px;
		height			: 580px;
}
.boxfuss{
		margin-top		: 0px;
		width			: 960px;
		height			: 20px;
}
/*		Kopf-Definitionen								*/
/*		------------------------------------------------*/
td.kopf	{
		background-color: #333333;
		height			: 128px;
		padding-top		:0px;
}
/*		Hauptnavigation-Definitionen							*/
/*		------------------------------------------------*/
td.hauptnavi {
		background-color: #333333;
		height			: 25px;
		width			: 960px;
		padding-left	: 75px;
}
#navigation 		{
		padding			: 0px;
		margin			: 0px;
}
#navigation a		{
		display			: block;
		float			: left;
		height			: 25px;
		line-height		: 25px;
		margin-right	: 1px;
		padding-left	: 23px;
		padding-right	: 23px;
		padding-top		: 0px;
		text-decoration	: none;
		color			: #E8E8E8;
		font-weight		: normal;
}
#navigation a:hover	{
		height			: 25px;			/* um 2 Pixel kleiner als normaler Link	*/
		color			: #0099CC;
}
#navigation a.aktiv	{
		height			: 25px;			/* gleich oder um 2 Pixel kleiner als normaler Link	*/
		color			: #0099CC;
}
#navigation a.aktiv:hover	{
		height			: 25px;			/* gleich oder um 2 Pixel kleiner als normaler Link	*/
		color			: #0099CC;
}
#navigation a.on	{
		height			: 25px;			/* gleich oder um 2 Pixel kleiner als normaler Link	*/
		color			: #0099CC;
}
#navigation a.on:hover	{
		height			: 25px;			/* gleich oder um 2 Pixel kleiner als normaler Link	*/
		color			: #FFFFFF;
}
/*		Fuss-Definitionen								*/
/*		------------------------------------------------*/
td.fuss	{
		color			: #FFFFFF;
		height			: 20px;
}
span.klein	{
		color			: #000000;
		font-weight		: normal;
		font-size		: 11px;
}
.klein	{
		color			: #000000;
		font-weight		: normal;
		font-size		: 11px;
}
a.klein:link	{
		color			: #CCCCCC;
		font-size		: 11px;
		text-decoration	: none;
}
a.klein:visited	{
		color			: #CCCCCC;
		font-size		: 11px;
		text-decoration	: none;
}
a.klein:hover	{
		color			: #0099CC;
		font-size		: 11px;
		text-decoration	: none;
}
/*		ThemenSeiten-Definitionen						*/
/*		------------------------------------------------*/
td.inhaltbreit	{width:960px;padding-top:0px;padding-left:0px;}
td.inhaltlinks	{width:29.5%;}
td.inhaltrechts	{width:70.5%;}
#text	{
		width			: 620px;
		min-height		: 400px;
		margin-left		: 0px;
		padding-left	: 35px; 				
		padding-top		: 33px; 				
		background-color: #CCCCCC;
}
#textgallery	{
		width			: 620px;
		min-height		: 700px;
		margin-left		: 0px;
		padding-left	: 35px; 				
		padding-top		: 33px; 				
		background-color: #CCCCCC;
}
#konzerttab {
		width			: 95%;
		padding-bottom	: 20px;
}
td.konzert {
		border-bottom	: 0px solid #0099CC;
		background-color: #C0C0C0;
		vertical-align	: top;
}
#linktab {
		width			: 95%;
		padding-bottom	: 20px;
}

td.linkcell {
		border-bottom	: 0px solid #0099CC;
		background-color: #C0C0C0;
		vertical-align	: top;
		width			: 50%;
}
#gallerytab {
		width			: 95%;
		padding-bottom	: 20px;
}

td.gallerycell {
		vertical-align	: top;
}

span.fett 	{font-weight:bold; }
.fett		{font-weight:bold; }
span.artist {font-weight:normal;color:#FFFFFF;padding-left:20px;font-style:italic;}
.artist		{font-weight:normal;color:#FFFFFF;padding-left:20px;font-style:italic;}

a:link		{color:#000000;font-weight:font-weight:normal;}
a:visited	{color:#000000;font-weight:font-weight:normal;}
a:hover		{color:#0099CC;font-weight:font-weight:normal;}

/*		Gallery-Definitionen							*/
/*		------------------------------------------------*/
.gallerythema	{
	float				: left
}
.gallerytitel	{
	font-weight			: normal;
	margin-top			: 8px;
	margin-bottom		: 1px;
}
span.gallerydate	{
	color				: #000000;
}
.gallerydate	{
	color				: #000000;
}
.gallerypics	{
	padding			: 1px;
	margin-bottom	: 20px;
}
.gpic	{
	margin			: 1px;
	border			: 0px;
}
a.thickbox:link		{color:#000000;}
a.thickbox:visited	{color:#000000;}
a.thickbox:hover	{color:#000000;}


