/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : basemod.css
**  Funktion    : Basis-Modifikation für das Layout des YAML-Tutorials
**
*/

@media all
{

/* Formatierung der Seite */
body { background: #000000; padding-top: 0px; background-repeat:no-repeat; background-position:center; background-position:top; text-align:center;}

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */

#page_margins {width: 700px; margin:auto; max-height:2000px; height:600px;}








/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#main { background: none; padding: 1em 0; height:430px; overflow:auto;} 



#gigs { font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color:#6E6E6E; padding-top:734px; margin-left:-290px;

}


#gigspast {font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color:#6E6E6E; padding-top:67px; margin-left:42px; text-align:left;

}


#contact {font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color:#6E6E6E; padding-top:122px; margin-left:43px; text-align:left;

}

#links {font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#6E6E6E; margin-top:-14px; margin-left:318px; text-align:left;

}


#links2 {font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#6E6E6E; margin-top:-45px; margin-left:400px; text-align:left;

}

a, a em.file {color: #6E6E6E; text-decoration: underline;}
a:hover {background-color: #151515; text-decoration:underline;}
a:focus {background-color: #fee; text-decoration:underline;}




/* ######################################################################################################
** ### Formatierung des Teasers der Startseite ##########################################################
** ######################################################################################################
*/

#teaser { 
	margin: 0em 1em 0em 1em; 
	background: #f4f4f4; 
	border-bottom: 1px #ccc solid; 
	padding: 0.5em 0em 0em 30px; 
	color: #5f5d75; 
}

#teaser div {float:left; width: auto; margin-right: 1em; }
#teaser .block1 {padding-top:1em; font-size: 0.82em; }
#teaser .block3 {width: 50%; padding-top:0.5em; font-size: 0.82em; }

#teaser .block3 .title {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	display:block;
	font-size: 1.2em; 
	font-weight:bold; 
	color: #336699;  
	background:inherit;  
	margin: 0 0 0.5em 0; 
}

} 
