/* Defined Colors
//
// Grey -> Breadcrump: #B2B2B2
// Dark-Blue -> Navi / List(Austattung): #1A3349
//
*/

/* Default
-------------------------------------------------------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
body, table, input, textarea, select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;  
}
.clear {
  clear: both;
}
.no-border {
  border-right: none;
  background: none;
}
/* ----------------------------------------------------------------------------------------------------------------- */






/* Language
-------------------------------------------------------------------------------------------------------------------- */
#lang {
  float: right;
  margin: 0 23px 0 0;
}
#lang img {
  margin: 0 5px 0 5px;
  border: none;
}
/* ----------------------------------------------------------------------------------------------------------------- */






/* Logo
-------------------------------------------------------------------------------------------------------------------- */
#logo {
  position: absolute;
  margin: 42px 0 0 40px;
}
#logo img {
  border: none;
}
/* ----------------------------------------------------------------------------------------------------------------- */






/* Main-Navi
-------------------------------------------------------------------------------------------------------------------- */
 #main-navi {
  display: block;
  background: url("main-navi-bg.gif"/*tpa=http://fendt-caravan.com/fileadmin/template/shared/main-navi-bg.gif*/) repeat-x 0 0;
  height: 33px;
  line-height: 28px;
  width: 990px;
  position: absolute;
  z-index: 99;
}
#main-navi  ul.home {
  margin: 0;
  padding: 0;
  float: left;
}
#main-navi .home li {
  height: 33px;
  list-style: none;
  display: block;
  float: left;
  background: url("main-navi-border.gif"/*tpa=http://fendt-caravan.com/fileadmin/template/shared/main-navi-border.gif*/) no-repeat right top;
}
#main-navi .home a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  float: left;
  padding: 0 28px 0 28px;
}
/* ----------------------------------------------------------------------------------------------------------------- */





/* Breadcrump
-------------------------------------------------------------------------------------------------------------------- */
#breadcrump {
  padding: 0 0 0 25px;
  font-size: 11px;
}
#breadcrump, #breadcrump a {
  text-decoration: none;
  color: #B2B2B2;
  line-height: 20px;
  margin: 0 5px 0 5px;
}
#breadcrump a:hover {
  text-decoration: underline;
}
#breadcrump a.active {
  font-weight: bold;
  text-decoration: underline;
}
/* ----------------------------------------------------------------------------------------------------------------- */





/* Subnavi 1
-------------------------------------------------------------------------------------------------------------------- */
#sub-navi-1 {
  background: url("sub-navi-bg.gif"/*tpa=http://fendt-caravan.com/fileadmin/template/shared/sub-navi-bg.gif*/) repeat-x 0 0;
  height: 27px;
  line-height: 27px;
  padding: 0 0 0 17px;
  color: #1A3349;
}
#sub-navi-1 ul {
  margin: 0;
  padding: 0;
}
#sub-navi-1 li {
  display: inline;
}
#sub-navi-1 a {
  color: #1A3349;
  text-decoration: none;
  padding: 0 10px 0 10px;
}
#sub-navi-1 a.active {
  font-weight: bold;
}
/* ----------------------------------------------------------------------------------------------------------------- */





/* Subnavi 2
-------------------------------------------------------------------------------------------------------------------- */
#sub-navi-2 ul {
  margin: 0;
  padding: 0;
}
#sub-navi-2 li {
  display: block;
  float: left;
  height: 23px;
  line-height: 23px;
  background: url("sub-navi-bg.gif"/*tpa=http://fendt-caravan.com/fileadmin/template/shared/sub-navi-bg.gif*/) repeat-x 0 0;
}
#sub-navi-2 a {
  color: #1A3349;
  text-decoration: none;
  border-right: solid 1px #1A3349;
  padding: 0 10px 0 10px;
}
#sub-navi-2 a.active {
  font-weight: bold;
}
/* ----------------------------------------------------------------------------------------------------------------- */





/* Ausstattung
-------------------------------------------------------------------------------------------------------------------- */
#list-box ul {
  color: #1A3349;
  margin: 4px 0 0 0;
  background: url("list-bg.gif"/*tpa=http://fendt-caravan.com/fileadmin/template/shared/list-bg.gif*/) left top;
  line-height: 18px;
  clear: both;
}
#list-box ul {
  margin: 0;
  padding: 0;
}
#list-box li {
  padding: 0 5px 0 10px;
  list-style: none;
}
/* ----------------------------------------------------------------------------------------------------------------- */





/* Content
-------------------------------------------------------------------------------------------------------------------- */
#content h2 {
  font-size: 14px;
  font-weight: bold;
  color: #1A3349;
  text-transform: uppercase;
}
#content h3 {
  font-size: 14px;
  font-weight: bold;
  color: #1A3349;
}
.homeRight {
  text-align: left;
  width: 270px; 
  height: 170px; 
  background: #f1f1f1; 
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 5px;
}
.homeRight {
  border: solid 1px #000;
  opacity: 0.9;
  filter:alpha(opacity=90);
}
.homeRight p {
  margin: 0;
  padding: 0;
}
.homeRight h1,
.homeRight h2,
.homeRight h3 {
  margin: 0;
  padding: 0;
  color: #1A3349;
  font-size: 12px;
}
/* ----------------------------------------------------------------------------------------------------------------- */





/* Right Content
-------------------------------------------------------------------------------------------------------------------- */
#right-content {
  margin: 23px 0 0 16px;
}
#right-content .images-right img {
  border: none;
  margin: 0 15px 15px 0;
}
#right-content .links-right a {
  display: block;
  background: url("right-content-link.gif"/*tpa=http://fendt-caravan.com/fileadmin/template/shared/right-content-link.gif*/) no-repeat left center;
  color: #1A3349;
  font-weight: bold;
  padding: 0 0 0 18px;
  line-height: 28px;
  text-decoration: none;
}
/* ----------------------------------------------------------------------------------------------------------------- */






/* Ausstattung Right Content
-------------------------------------------------------------------------------------------------------------------- */
#ausstattung-right {
  margin: 35px 0 0 40px;
}
#ausstattung-right img {
  border: none;
  margin: 0 15px 0 0;  
}
#ausstattung-right a img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#ausstattung-right a:hover img {
  opacity: 1.0;
  filter: none;
}
#ausstattung-right .img-active img {
  opacity: 1.0;
  filter: none;
}
/* ----------------------------------------------------------------------------------------------------------------- */






/* Footer
-------------------------------------------------------------------------------------------------------------------- */
#footer {
  border-top: solid 3px #1A3349;
  margin: 5px 0 15px 0;
  display: block;
  text-align: right;
  font-size: 11px;
  color: #1C384E;
}
#footer a {
  color: #1A3349;
  margin: 0 10px;
  text-decoration: none;
}
/* ----------------------------------------------------------------------------------------------------------------- */