/* 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;
}
#main-wrap {
  width: 990px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -495px;
}
pre {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ----------------------------------------------------------------------------------------------------------------- */






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






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






/* Main-Navi
-------------------------------------------------------------------------------------------------------------------- */
 #main-navi {
  display: block;
  background: url(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 0 0 25px;
  float: left;
}
#main-navi .home li {
  height: 33px;
  list-style: none;
  display: block;
  float: left;
  background: url(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;
  height: 25px;
}
#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-bg {
  height: 233px;
  width: 668px;
}


/* Subnavi 1
-------------------------------------------------------------------------------------------------------------------- */
#sub-navi-1 {
  background: url(subhome-subnavi.gif) repeat-x 0 0;
  height: 27px;
  line-height: 27px;
  padding: 0 0 0 17px;
  color: #1A3349;
  font-weight: nomal;
  opacity: 0.8;
  filter:alpha(opacity=80);
}
#sub-navi-1 ul {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
}
#sub-navi-1 li {
  display: inline;
  border-right: solid 1px #56647e;
  padding: 2px 0;
}
#sub-navi-1 a {
  color: #1A3349;
  text-decoration: none;
  padding: 0 10px 0 10px;
  font-weight: bold;
}
#sub-navi-1 a.active {
  font-weight: bold;
}
/* ----------------------------------------------------------------------------------------------------------------- */

#quicksearch {
  width: 302px;
  float: right;  
  font-size: 11px;
}
#quicksearch h1 {
  background: url(subhome-subnavi.gif) repeat-x 0 0;
  display: block;
  height: 27px;
  line-height: 27px;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}
#quicksearch select {
  width: 120px;
  border: solid 1px #000;
}
#quicksearch .quicksearch-form,
#quicksearch .quicksearch-form table {
  font-size: 10px;
  color: #1A3349;
}
#quicksearch  div {
  margin: 10px 0;
}
#quicksearch  hr {
  height: 1px;
  border: none;
  background: #000;
}
#quicksearch a {
  display: block;
  background: url(right-content-link.gif) no-repeat left 4px;
  color: #1A3349;
  font-weight: bold;
  padding: 0 0 0 18px;
  text-decoration: none;
}


/* 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) 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  {
  color: #1A3349;
  margin: 4px 0 0 0;
  padding: 0;
  background: url(list-bg.gif) left top;
  line-height: 18px;
}
#list-box ul {
  margin: 0;
  padding: 0;
}
#list-box li {
  padding: 0 5px 0 10px;
  list-style: none;
}
/* ----------------------------------------------------------------------------------------------------------------- */





/* Content
-------------------------------------------------------------------------------------------------------------------- */
#content {
  width: 938px;
  float: right;
  margin: 26px 0;
}
#content h1 {
  font-size: 12px;
  font-weight: bold;
  color: #1A3349;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
#content h2 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  color: #1A3349;
  text-transform: uppercase;
}
#content h3 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  color: #1A3349;
}
#content p {
  margin:15px 0;
  font-size: 11px;
  padding-left: 5px; 
  color: #1A3349;
}

/* Links / Rechts Teaser auf den Unterseiten Caravans und Reisemobile */
#content .left {
  float: left;
  width: 457px;
}
#content .right {
  float: right;
  width: 457px;
}
/* ----------------------------------------------------------------------------------------------------------------- */





/* Content Teaser
-------------------------------------------------------------------------------------------------------------------- */
#content-teaser {
  clear: both;
}
#content-teaser .subhome-headline {
  background: url(subhome-teaser-headline-bg.gif) repeat-x 0 0;
  color: #1A3349;
  padding: 0 0 0 5px;
  line-height: 18px;
  margin: 0 0 10px 0;
}
#content-teaser .subhome-headline h1 {
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 5px 0 0;
}
/* ----------------------------------------------------------------------------------------------------------------- */





/* Container mit Border-Bottom
-------------------------------------------------------------------------------------------------------------------- */
#borderContent {
  padding: 0 0 0 5px;
  color: #1A3349
}
#borderContent .subhome-headline h1,
#borderContent .subhome-headline h2,
#borderContent .subhome-headline h3 {
  margin: 0;
  padding: 0;
}
/* ----------------------------------------------------------------------------------------------------------------- */





/* Zweigeteilte Ueberschrift aus Header und Subheader
-------------------------------------------------------------------------------------------------------------------- */
#getHeader2 .subhome-headline {
  float: left;
  height: 18px;
  background: url(subhome-teaser-headline-bg.gif) repeat-x 0 0;
  color: #1A3349;
  padding: 0 0 0 5px;
  line-height: 18px;
  margin: 0 0 10px 0;
}
#getHeader2 .subhome-headline h1 {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 5px 0 0;
}
#getHeader2 .sub-header {
  font-size: 12px;
  color: #1A3349;
  background: url(subhome-teaser-headline-bg.gif) repeat-x 0 0;
}
/* ----------------------------------------------------------------------------------------------------------------- */





/* Teaser
/* Level 2
/* Fuer die Darstellung von Reisemobilen und Caravans mit rechts und links
-------------------------------------------------------------------------------------------------------------------- */
#teaser {
  clear: both;
  height: 180px;
  display: block;
}
#teaser .subhome-headline {
  float: left;
  height: 18px;
  background: url(subhome-teaser-headline-bg.gif) repeat-x 0 0;
  color: #1A3349;
  padding: 0 0 0 5px;
  line-height: 18px;
  margin: 0 0 10px 0;
}
#teaser .subhome-headline h1 {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 5px 0 0;
}
#teaser .sub-header {
  font-size: 12px;
  color: #1A3349;
  background: url(subhome-teaser-headline-bg.gif) repeat-x 0 0;
}
#teaser p.bodytext {
  color: #1A3349;
  font-size: 11px;
  line-height: 17px;
  margin: 7px 0 0 0;
  *margin: 0;
  padding: 0;
}
#teaser p.bodytext a {
  background: url(right-content-link.gif) no-repeat 0 5px;
  padding: 0 0 0 15px;
}
#teaser a {
  float: right;
  background: url(right-content-link.gif) no-repeat 0 5px;
  color: #1A3349;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  margin: 0 0 15px 0;
}
#teaser dt a {
  background: none;
}
/* ----------------------------------------------------------------------------------------------------------------- */





/* 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) 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: center;
  font-size: 11px;
  color: #1C384E;
}
#footer a {
  color: #1A3349;
  margin: 0 10px;
  text-decoration: none;
}
/* ----------------------------------------------------------------------------------------------------------------- */




#mailform {
  width: 638px;
}
#mailform table {
  font-size: 11px;
  color: #1A3349;
}
#mailform .small {
  font-size: 10px;
  line-height: 13px;
  float: right;
  display: block;
}
#mailform textarea {
  height: 150px;
  width: 350px;
  border: solid 1px #1A3349;
  font-size: 11px;
  color: #1A3349;
}
#mailform input {
  width: 350px;
  border: solid 1px #1A3349;
  font-size: 11px;
  color: #1A3349;
}
#mailform select {
  font-size: 11px;
  color: #1A3349;
}
#mailform label {
  float: right;
}
#mailform .captcha {
  width: 50px
}
#mailform .failure {
  border: solid 1px #990000;
  background: #FFFFCC;
}