#menus li a:hover {
	font-weight: bold;
}

/* sponsorlogos START */
.sponsor-list {
	list-style-type: none;
	clear:both;
	overflow: auto;
	border-bottom: 1px dotted grey;
}

.sponsor-list li {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: center;
	padding-bottom: 10px;	
}

.sponsor-1 {
	width: 33%;
	height: 170px;
}

.sponsor-2 {
	width: 20%;
	height: 140px;
}

.sponsor-3 {
	width: 12.5%;
	height: 100px;
}

.sponsor-1 img {
    background-color: #EEE;
}

/* sponsorlogos END */


a.rss {
	background: transparent url(img/rss.gif) no-repeat scroll left center;
	padding-left: 16px;
}


h1, h2, h3, h4, h5, h6 {
	font-family:Arial;
	font-weight:bolder;
	letter-spacing: 0;
}

.content h3 {
	font-size: 120%;
}

.content {
	text-align: justify;
}

/* imageMenu START */
#imageMenu {
	position: relative;
	width: 900px;
	height: 200px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
}

#imageMenu ul li {
	float: left;
	padding-left: 0px !important;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	height: 200px;
}

.clear {
	clear: both;
}
/* imageMenu END */

.ngg-widget, .ngg-widget-slideshow {
    text-align: center;
}

.ngg-widget img {
    border-width: 1px !important;
}


