* {
  font-family: arial;
  font-size: 12px;
}

html, body {
  margin            : 0;
  padding           : 0;
}

h1 {
	margin: 11px 0 0 0;
	padding: 0;
  font-size: 16px;
  color: #92B662;
  font-weight: bold;
}

h2 {
	margin: 14px 0 -8px 0;
	padding: 0;
	color: #364452;
  font-weight: bold;
}

p {
	margin: 10px 0 0 0;
	padding: 0;
}

#wrapper {
  width: 759px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background: url(../images/oppomp_top_1.jpg) no-repeat left top;
  margin: 0px auto 0px auto;
}

#main_content {
	position: relative;
	margin: 105px 22px 5px 0;
	width: 510px;
	float: right;
	display: inline;
}

#illustratie {
	position: relative;
	margin: 0 22px 30px 0;
	width: 510px;
	float: right;
	display: inline;
}

#illustratie img {
	margin: 5px 0 0 0;
}

#menu-wrapper {
	position: relative;
	margin: 105px 0 10px 25px;
	padding: 0;
	width: 172px;
	float: left;
	background-color: #92B662;
	display: inline;
}

#menu {
	margin: 0 20px 0 10px;
}

#menu img {
	margin: 0;
	padding: 0;
}
	
div.underlined {
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: #000000;
  height: 1px;
  margin-top: 2px;
}

a.hmenu:link    { text-decoration: none; color: #ffffff; line-height: 22px; font-weight: bold; }
a.hmenu:active  { text-decoration: none; color: #ffffff; font-weight: bold; }
a.hmenu:visited { text-decoration: none; color: #ffffff; font-weight: bold; }
a.hmenu:hover   { text-decoration: underline; color: #ffffff; font-weight: bold; }

a.links:link    { text-decoration: none; color: #ffffff; font-weight: normal; padding-left: 5px; }
a.links:active  { text-decoration: none; color: #ffffff; font-weight: normal; padding-left: 5px; }
a.links:visited { text-decoration: none; color: #ffffff; font-weight: normal; padding-left: 5px; }
a.links:hover   { text-decoration: underline; color: #ffffff; font-weight: normal; padding-left: 5px; }

#main_content a.links { 
	list-style: none; 
	text-transform: capitalize; 
	color: #000000; 
	font-weight: normal; 
	padding-left: 5px; 
}

#main_content a.links   { text-decoration: none; color: #000000; line-height: 18px; }
#main_content a.links:hover   { text-decoration: underline; color: #000000; font-weight: normal; padding-left: 5px; }

#main_content li { list-style-type: none; }

.hmenu-right { text-align: right; margin: 10px 0 0 0; padding: 0;}

ul.links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li.links {
  line-height: 18px;
  padding: 0;
  text-transform: capitalize;
  list-style-type: none; 
}

a:link    { text-decoration: none; color: #000000; }
a:active  { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover   { text-decoration: underline; color: #000000; }

#main_content a { text-decoration: underline; color: #92B662; }
#main_content a:hover { color: #000000; }

#footer {
	margin-left: 25px;
	clear: both;
}

  #footer ul {
    clear             : both;
    position          : relative;
    float             : left;
    margin            : 0;
    padding           : 0 0 5px 0;
    width             : 734px;
    list-style        : none;
    font-size         : 4px;
    background        : #8EB25D;
  }
  
    #footer ul li {
      float             : left;
      margin            : 0;
      padding           : 0;
      height            : 50px;
      width             : 33%;
    }
    
    #footer ul li a {
      display			      : block;
      margin            : 0;
      padding           : 0;
      height            : 50px;
      text-indent       : -999em;
    }
    
    #travelstore { background: #8EB25D url(../images/karsten-travelstore-logo.gif) no-repeat center top; }
    #tentworld { background: #8EB25D url(../images/tentworld-unlimited-logo.gif) no-repeat center top; }
    #humancomfort { background: #8EB25D url(../images/human-comfort-logo.gif) no-repeat center top; }
    
    #travelstore:hover { background: #8EB25D url(../images/karsten-travelstore-logo.gif) no-repeat center -50px; }
    #tentworld:hover { background: #8EB25D url(../images/tentworld-unlimited-logo.gif) no-repeat center -50px; }
    #humancomfort:hover { background: #8EB25D url(../images/human-comfort-logo.gif) no-repeat center -50px; }

.address { 
	font-size: 11px; 
	font-weight: bold; 
	float: left;
	margin: 0;
}

.country { 
	font-size: 11px; 
	font-weight: bold; 
	margin:	0 10px 0 0;
	float: right;
	display: inline;
}

a.country { 
	font-size: 11px; 
	line-height: 22px;
	text-align: top;
}

a.sitemap {
	font-size: 11px; 
}

#breadcrumb {
	display: block;
	margin: 0 0 1.5em 0;
	padding: 0;
	height: 1.5em;
	width: 40.5em;
}

#breadcrumb li {
  float: left;
  list-style: none outside;
  margin: 0 0.5em 0 0;
  padding: 0;
  color: #666666;
}

#breadcrumb li a {
  color: #000000;
  font-size: 10px; 
}

#breadcrumb li a:hover {
  color: #92B662;
}

/* other */
.clearfix:after {
  content             : "\0020"; 
  display             : block; 
  height              : 0; 
  clear               : both; 
  visibility          : hidden; 
  overflow            : hidden; 
}