/* Start of CMSMS style sheet 'general' */
/*
--------------------------------------------
Global settings 
--------------------------------------------
*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
  margin:0;
  padding:0;
}
ul,li {
  list-style-type:none;
}
body {
  color: #DBDBDB;
  font:8pt/150% Verdana,Arial,Helvetica,sans-serif;
}
hr {
  clear:both;
  visibility:hidden;
}
.clear {
  clear:both;
}
.centered, p.centered {
	text-align:center;
}
.right {
	text-align:right;
}
img {
	border:0;
}

a {
 color: #DBDBDB;
 text-decoration: none; 
}

a:hover {
  text-decoration: underline;
  color: white;
}
	
/*
----------------------------------------------
Specifics
----------------------------------------------
*/

/*
colors
      background-gray: #191617
      gray for nav_top: #949494
      lightgray for text: #DBDBDB;
*/

body {
	background-color: #191617;
	margin: 0px;
	text-align:center;
}

body div {
  text-align: left;
}

div#wrapper {
  position: relative;
  margin: auto;
  width: 670px;
}

div#footer, div#foto_home, div#last_news {
  padding-left: 5px;
}

div#header {
	margin-top: 44px;
	margin-bottom: 20px;
	height: 50px;
        padding-left: 5px;
}


/* header */

div#header h1 {
  width: 164px;
  height: 50px;
  text-indent: -9999px;
  display: block;
  background: transparent url(/images/cb/new-cameleonbike.gif) no-repeat;
  float: left;
}

ul#nav_top {
  float: right;
  margin-top:10px;
}

ul#nav_top li {
	padding:0;
	margin-left:20px;
	display:block;
	float:left;
	font-size: 1em;
	line-height: 40px;
}

ul#nav_top li a {
  color: #949494;
}

ul#nav_top li a:hover {
  /*border-bottom: 1px solid #949494;*/
  text-decoration: underline;
  color: white;
}

div#main {
  position: relative;
}

/* footer */
div#footer {
  clear: both;
  padding-top: 34px;
  font-size: 0.85em;
  margin-bottom: 10px;
}

div#footer p, div#footer a {
  color: #808080;
  text-decoration: none;
}

div#footer a:hover {
  text-decoration: underline;
  color: white;
}

#imageData #numberDisplay {
  color: #666;
}
/* End of 'general' */

