/* CSS Document (c) Twin-Lab Webdesign edited by Na*/

body {
	background-color: #2c2c2c;
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
	color: #1C3457;
	font-size: 12px;
	margin: 0px;
}

.row {
  width: 990px;
 /* margin: 0px 10px; */
  overflow: hidden;
  background-image:url(../images/content_bg990.jpg);
  background-repeat:repeat-y;
}

.column {
  float: left;
  margin: 0;
  overflow: hidden;
  display: inline;
}

#topTop {
	height: 85px;
	background-image: url(../images/top_bg990.jpg);
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	top:18px;
	left:45px;
}
#topNavigation {
	width: 170px;
	color: black;
	padding-left:820px;
	padding-top:65px;
}
#topBanner {
	height:94px;
	background-image: url(../images/top_banner_w990.jpg);
}	
#mainMenu {
	background-image: url(../images/navigation_bg.jpg) !important;
	background-repeat: repeat;
	margin-left:31px;
	margin-right:31px;
	width:928px;
	height:17px;
}

#mainMenu.column{
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-bottom:2px;
}

#content_left {
	margin-left: 31px;
	background-image: url(../images/bibellese_bg.jpg);
	background-repeat: no-repeat;
	background-color: #5082C9;
	padding-top: 5px;
	padding-left:5px;
	width: 155px;
}

#content_center {
	padding:10px;
	width: 568px;
}
#content_right {
	background-image:url(../images/navigation_bg.jpg);
	background-repeat:repeat;
	margin-right:31px;
	width:180px;
}
#bottom {
	background-image: url(../images/bottom_bg990.jpg);
	background-repeat: no-repeat;
}
A {
	outline: none;
}
a img, a:hover img{
	border: none;
	background-color: transparent;
}

.news-latest-container a img {
	border: 1px solid #666666;
}