html
{
	background:url(../img/site.jpg) top center no-repeat black;
	font-family:Arial;
	font-size:11px;
	color:white;
}

h3
{
	margin:0 0 15px 0;
}

a 
{
	color:white;
	text-decoration:none;
}

/* PAGE */
div#page
{
	width:600px;
	margin:0 auto;
}

	/* BRANDING */
	div#branding
	{
		width:100%;
		margin:0 auto;
	}
	
	
	/* BLOCK */
	div.block
	{
		background:url(../img/spacer.png) no-repeat top;
		margin:60px 0 0 0;
		padding:10px 0 0 0;
		position:relative;
		clear:both;
	}
		
		/* NEWSLETTER */
		div.block div#newsletter
		{
			height:50px;			
		}
	
		div.block div#newsletter img#newsletter-text
		{
			position:absolute;
			left:-27px;
			top:0px;	
		}
		
		div.block div#newsletter div#newsletter-form
		{
			position:absolute;
			right:0px;
			width:189px;
		}
		
			div.block div#newsletter div#newsletter-form legend
			{
				display:none;
			}
			
			div.block div#newsletter div#newsletter-form label
			{
				display:block;
				margin:0 0 5px 0;
			}
			
			div.block div#newsletter div#newsletter-form input.input
			{
				color:#c3c3c3;
				border:none;
				background:#232323;
				padding:4px;
				width:180px;
			}
			
			div.block div#newsletter div#newsletter-form input.submit
			{
				position:relative;
				right:-5px;
				float:right;	
			}
		
		/* IMPRINT */
		div.block span#imprint
		{
			position:absolute;
			right:0px;
		}

		/* FOOTER */
		div.block ul#footer li
		{
			display:block;
			float:left;
			margin:0 20px 0 0;
		}
		
		div.block ul#footer li.spacer
		{
			margin-right:40px;
			padding-right:40px;
			background:url(../img/footer-spacer.gif) no-repeat right;
		}
		
		/* EVENTS */
		table.events
		{
			width:100%;
			margin-top:-10px;
		}

			/* ROWS */
			table.events td.r1,
			table.events td.r2,
			table.events td.r3
			{
				padding:10px 0 5px 0;
				border-bottom:1px #383838 solid;
				vertical-align:top;
			}
			

			table.events td.r1
			{
				width:125px;
			}
			
			table.events td.r2 h2
			{
				height:24px;	
			}
			
			table.events td.r2 div
			{
				height:13px;
			}
			
			table.events td.r3
			{
				width:75px;
				text-align:right;	
			}