
#left {
	float: left;
	width: 236px;
	min-height: 600px;
}

#center {
	float: left;
	width: 500px;
	margin: 0 10px;
	min-height: 600px;
}

#right {
	float: right;
	width: 222px;
	min-height: 600px;
}

* html #left, * html #center, * html #right {
	height: 600px;
}

.infobox {
	padding: 2px;
	background: #ffe373;
	border: 1px solid #facd1d;
	margin: 5px;
	font-size: 13px;
	text-align: left;	
}

#city_location {
	border: 1px solid #cccccc;
	font-size: 13px;
	height: 21px;
	width: 140px;
}
/*
#category_list ul {
	list-style: none;
	margin-top: 7px;
}

#category_list a {
	display: block;
	line-height: 18px;
	height: 18px;
	font-size: 12px;
	padding-left: 20px;
	color: #000000;
}

#category_list a:hover {
	background: #ffe373;
	text-decoration: none;
}*/

#ticker {
	width: 480px;
}

#ticker h2 {
	background: url(http://media.sale2b.de/ticker_head_bg.jpg) repeat-x;
}

#ticker table {
	width: 240px;
}

#ticker table td {
	height: 23px;
	line-height: 23px;
}

.ticker-line-a {
	background: #FFF2C5;
}

.ticker-line-b {
	background: #ffffff;
}

#ticker-left {
	width: 240px;
	float: left;
}

#ticker-left table {
	float: right;
}

#ticker-right {
	width: 240px;
	float: left;
}

#featured {
	/*margin-top: 15px;*/
	float: left;
}

#featured img {
	margin-left: 13px;
}

/**  Wiki  **/
#wiki {
	height: 150px; 
	overflow: auto; 
	font-size: 11px;
	padding: 5px;
}

#wiki ul {
	list-style: none;
	padding: 15px 0;
}

#wiki li {
	padding-right: 5px;
	float: left;
}

#wiki h1 {
	clear: both;
	padding: 0;
	margin: 0;
	padding-top: 10px;
}
