@charset "UTF-8";
/*  
 # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * #
 * filename:      style.css                                              *
 * created on:    2009 Jul 19 13:10:21                                   *
 * last modified: 2009 Dec 16 - 11:23:15 (CET)                           *
 * (c) 2009 Stefan 'Stefko' Kohler - eMail: stefko@lobsterlounge.de      *
 *                                     web: http://www.lobsterlounge.de  *
 # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * #
*/

#container {
	width:980px;
	margin:20px auto;
}

#header {
	height:60px;
	background-image: none;
	text-align:center;
}

#main {
	background: none;
	padding:1em;
}



#news {
	float:left;
	width:170px;
	margin-left:-170px;
	/*background: url('./_gfx/bg_news.png') no-repeat top right;
	padding-top:175px;*/
}

#main h1 {
	font-size:2.3em;
	line-height:1.2em;
	color:#069;
	font-family:Century Gothic, Helvetica, Arial, Verdana, 'Lucida Grande', Sans-Serif;
	font-weight:bold;
	text-align:center;
}

#main table {
	margin-left:0px;
	border-collapse:collapse;
}


#main table td {
	padding:0;
	border:none;
	
}