/* Start of CMSMS style sheet 'Layout: carsound.base' */
/* 
 * this is the base of the carsound style
 * (c) by Mario.Priebe - www.biggle.de
 */

body
{
 font-size:       80%;
  margin:          0;
  padding:         0;
  background:      transparent url('theme/images/bg.gif') top left repeat;
  font-family:     verdana, arial, tahoma, sans-serif;
}
a:link{color:#FABE72;text-decoration: none;}
a:visited{color:#FABE72;text-decoration: none;}
a:hover{color:#FDDBB1;text-decoration: underline;}
a:active{color:#FDDBB1;text-decoration: underline;}

img {
  margin: 0 0 5px 0;
}

h1{
  margin: 5px 0 0 0;
  background-color: #FDCF95;
  color: #194968;
  font-size:       90%;
}
h2{ font-size:       90%;}

h3{
  font-size:       90%;
  background-color: #FDCF95;
  color: #194968;
  text-align: right;
}
.newsTitle{
  font-size:       90%;
  font-weight: bold;
  margin: 5px 0 5px 0;
  background-color: #FDCF95;
  color: #194968;
}

#container
{
  margin:          0 auto;
  width:           850px;
  position:        relative;
  background:      transparent url('theme/images/mainbg.jpg') top left repeat;
  border-left: solid 1px;
  border-right: solid 1px;
  border-color: #FDDBB1;
}

#header
{
  margin:          0 auto;
  height:          96px;
  background:      transparent url('theme/images/headerbg.jpg') top left repeat-x;
  border-bottom: solid 1px;
  border-color: #FDDBB1;
}

.headtitle{
  float: right;
  margin-top: 20px;
}

.logo{
  background: url("theme/images/carsoundLogo.png") no-repeat top right;  
  float: left;
  width: 249px;
  height: 86px;

}


#content
{
  min-height:      500px;
  width:          100%;
  margin:          0 auto;
  padding: 5px;
  position:relative;
  color: #FFF;
}

#menucontainer{
  float:left;
  border-bottom: solid 1px;
  border-color: #FDDBB1;
  width: 100%;
}

#search{
  float:right;
  margin:7px 0;
}

#news
{
  position:relative;
  white-space: wrap;
  float:  left;
  padding: 0 5px 0 5px;
  width:           200px;
  min-height:      500px;

}

#maincontent
{
  white-space: wrap;
  float:           left;
  width:           620px;
  padding: 0 5px 0 5px;
  border-left: solid 1px;
  border-color: #FDDBB1;
  min-height:      500px;
}

#footer
{
  margin:          0 auto;
  height:          40px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-color: #FDDBB1;
  color: #FFF;
}

.footerleft{
  margin: 5px;
  float: left;
}

.footerright{
 margin: 5px;
 float: right;
}

/* End of 'Layout: carsound.base' */

