/*
	Cascading Style Sheet live-club.de - haas-saele.de - blues-bar.de
	
	File: style.css
	Last Modified: June 21, 2002
*/




/* Standardschrift */
/* ------------------------------ */

body, TABLE, TD, TR, DIV, FORM, p, ul, li, .normal
	{	font-size:13px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		text-decoration:none;
		color: white;
		FONT-STYLE: normal;
		/*background : #2B3949; */
		
		
/*		  scrollbar-base-color:#2B3949;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#2B3949;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#3A4756; */
	}
	
/* Standardschrift fett */
/* ------------------------------ */
	
.bold
	{ 	font-size:13px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-weight:bold;		
		text-decoration:none;
		color: White;
		FONT-STYLE: normal
	}		

/* Standardschrift: Link ohne Unterstreichung */
/* ------------------------------ */

.ullink, a.ullink:link, a.ullink:active, a.ullink:visited, a.ullink
	{ 	font-size:13px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		text-transform: none;
		text-decoration:none;
		color: White;
	}	
	
/* kleinere Schrift: Link ohne Unterstreichung */
/* ------------------------------ */

.slink, a.slink:link, a.slink:active, a.slink:visited, a.slink
	{ 	font-size:10px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		text-transform: none;
		text-decoration:none;
		color: White;
	}
	
		
	
/* Links bei Standardschrift */
/* ------------------------------ */

a, a:link, a:visited, a:active
	{ 	font-size:13px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		text-transform: none;
		text-decoration:underline;
		color: White;
	}


/* große Überschrift */
/* ------------------------------ */

h1
	{ 	font-size:17px;
		font-family:Verdana,Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration:none;
		color: White;
	}

h1 a, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover, h1 a:focus 	{ 	font-size:17px;
		font-family:Verdana,Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration:underline;
		color: White;
	}
	

/* große Überschrift */
/* ------------------------------ */

.headline
	{ 	font-size:17px;
		font-family:Verdana,Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration:none;
		color: White;
	}
	
/* kleine Überschrift */
/* ------------------------------ */

.headline2
	{ 	font-size:15px;
		font-family:Verdana,Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration:none;
		color: White;
	}		



/* kleine Überschrift */
/* ------------------------------ */

h2
	{ 	font-size:15px;
		font-family:Verdana,Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration:none;
		color: White;
	}
	
h2 a, h2 a:link, h2 a:visited, h2 a:active, h2 a:hover, h2 a:focus 	{ 	font-size:15px;
		font-family:Verdana,Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration:underline;
		color: White;
	}	
	
	
/* Standardschrift */
/* ------------------------------ */

h3
	{ 	font-size:13px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-weight:bold;		
		text-decoration:none;
		color: White;
		FONT-STYLE: normal
	}	

h3 a, h3 a:link, h3 a:visited, h3 a:active, h3 a:hover, h3 a:focus 	
	{ 	font-size:13px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-weight:bold;		
		text-decoration:underline;
		color: White;
		FONT-STYLE: normal
	}	

/* kleine Schrifthöhe */
/* ------------------------------ */

h4
	{ 	font-size:10px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		text-decoration:none;
		color: White;
		FONT-STYLE: normal
	}

h4 a, h4 a:link, h4 a:visited, h4 a:active, h4 a:hover, h4 a:focus 	
	{ 	font-size:10px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		text-transform: none;
		text-decoration:underline;
		color: White;
	}
	
input.button {
color:#FFFFFF;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10pt;
background-color:transparent;
}	

input {
	width:340;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	background-color:transparent;
	}
	
textarea {
	width:340;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10pt;
	background-color:transparent;
	border-style: groove groove groove groove;
}







