/* Start of CMSMS style sheet 'Hobie - style' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

html, body {
height: 100%;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 160%;
   background: url(images/bg2.jpg) no-repeat left top;
   background-attachment: fixed;
   color: #333;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #08b1e6; 
   font-weight: bold;
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #08b1e6;
}

/*****************
basic layout 
*****************/
/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   width: 867px;
   background-color: #fff;
   color: black;
   padding: 0 15px;
   border-right: 1px solid #000;
   border-left: 1px solid #000;
   min-height: 100%;
}

div#header {
   height: 210px; /* adjust according your image size */
   background: transparent url(images/header/kayaks.jpg1) no-repeat left top;
}

div#content {
   margin-top: 20px;
}   

div#main {
   margin-left: 220px; 
   margin-right: 210px; /* and some air on the right */
   width: 430px;
}

div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 190px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
   padding-right: 10px;
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #fff;
   width: 867px;
   margin: 0 auto;
}

div#footer a {
   color: #fff;
   text-decoration: none;
}

div#footer p {
   font-size: 0.8em;
   padding: 0.5em 0;      /* some air for footer */
   margin:0;
}

/********************
CONTENT STYLING
*********************/
h1 {
   color: #002855; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
   padding-left: 20px;
   background: url(images/bullet.gif) no-repeat left center;
}
h2 {
   color: #002855; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h3 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h4 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

div#dealer-top {
   background: #bfcbd6; 
   height: 18px; 
   padding: 6px 4px;
}

div#dealer {
   background: #dce1e6; 
   margin: 3px 0 10px 0; 
   padding: 6px 14px 16px 40px; 
}

div#dealer table {
   width: 100%;
}

div#dealer table td {
   width: 50%;
}

div#rechts img {
   padding: 10px 0;
   border-bottom: 1px solid #c0c0c0;
}

/* End of 'Hobie - style' */

