/* @group Main */

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
}

p {
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h4, h5, h6 {
	padding-bottom: 5px;
	margin: 15px 0;
}

/* @group Fonts */

h1 {
	font-size: 180%;
	color: #007ab8;
}

h2 {
	font-size: 160%;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #333;
}

h3 { 
	font-size: 140%;
	font-family: Helvetica, Arial, sans-serif;
}

h4 {
	font-size:  120%;
}

h5 {
	text-transform: uppercase;
	font-size: 100%;
}

h6 {
	font-style: italic;
	font-size: 100%;
}

body {
	font-size: 12px;
	line-height: 125%;
	font-family: Trebuchet MS, Verdana, sans-serif;
		color: #666;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #007ab8;
}

a:hover {
	text-decoration: underline;
	color: #333;
}

#nav a {
	font-size: 110%;
}

#regularmod a:link,
#regularmod a:visited {
	color: #333;
}

.contentheading {
	font-size: 200%;
	font-weight: bold;
	color: #007ab8;
}

div.moduletable-hilite1 h3,
div.moduletable-hilite2 h3,
div.moduletable-hilite3 h3,
div.moduletable-hilite4 h3,
div.moduletable h3, 
span.loginsubmit,
span.logoutsubmit,
span.glossbutton {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

/* @end */

/* @end */

/* @group Custom */

/* @group layout */

#page-bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
	background: #fff url(../images/bg.png) repeat-y center;
}

#top-mod {
	background: url(../images/top-bg.png) repeat-x;
	height: 30px;
	margin-right: 5px;
	margin-left: 5px;
}

/* Change template width here */

div#wrapper {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

/* @group header */

#header {
	background: url(../images/head-bg.png) repeat-x;
	margin-right: 5px;
	margin-left: 5px;
}

#header .logo {
	height: 120px;
	position: relative;
	background: url(../images/head-logo.png) 0 0 no-repeat;
}

#ctl00_full_banner object{
	float: right;
	top: 15px;
	right: 15px;
	position: absolute;
}

#header #nav-main {
	background:  url(../images/head-menu-bg.png) repeat-x;
	top: 90px;
	position: absolute;
	z-index: 110;
}

/* @end */

/* @group mainbody */

#mainbody {
	background: #E4E4E4 url(../images/body-shadow-r.png) 100% 0 repeat-y;
}

#mainbody .shad-l {
	background: transparent url(../images/body-shadow-l.png) 0 0 repeat-y;
}

#mainbody .shad-br {
	background: transparent url(../images/body-shadow-br.png) 100% 100% no-repeat;
}

#mainbody .shad-bl {
	width: 100%;
	background: transparent url(../images/body-shadow-bl.png) 0 100% no-repeat;
}

#mainbody .padding {
	padding: 7px 12px 0px 5px;
}

#body-bottom {
	background: url(../images/body-shadow-f.png) repeat-x;
}

#body-bottom .shad-r {
	width: 100%;
	background: url(../images/body-shadow-fr.png) 100% 0 no-repeat;
}

#body-bottom .shad-l {
	height: 9px;
	overflow: hidden;
	background: url(../images/body-shadow-fl.png) 0 0 no-repeat;
}

/* @end */

/* @group footer */

#footer-mods {
	background: url(../images/regularmod-bg.png) repeat-x;
}

#footer-mods {
	background: transparent url(../images/footer-shadow-r.png) 100% 0 repeat-y;
}

#footer-mods .shad-l {
	background: transparent url(../images/footer-shadow-l.png) 0 0 repeat-y;
}

#regularmod {
	margin: 0 5px;
	background: #585858 url(../images/regularmod-bg.png) repeat-x;
	border-bottom: 1px solid #373737;
}

#regularmod .padding {
	padding: 7px 7px 0 0px;
}

#footer {
	margin: 0 5px;
	background: #007ab8 url(../images/footer-bg.png) repeat-x;
	border-top: 1px solid #9ed0ea;
	color: #fff;
}

#footer, #footer a:link,
#footer a:visited {
	font-size: 11px;
	color: #8ec8ea;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

#footer-bottom {
	background: url(../images/footer-shadow-f.png) repeat-x center;
}

#footer-bottom .shad-r {
	width: 100%;
	background: url(../images/footer-shadow-fr.png) 100% 0 no-repeat;
}

#footer-bottom .shad-l {
	width: 100%;
	height: 34px;
	background: url(../images/footer-shadow-fl.png) 0 0 no-repeat;
}

/* @end */

/* @end */

/* @group structure */

table.mainbody {
	width:  100%;
}

table.mainbody td.left,
table.mainbody td.right {
	padding-left: 7px;
}


table.mainbody td.left,
table.mainbody td.right {
	width: 200px;
}

table.mainbody td.middle {

}

table.regularmodules {
	width: 100%;
	margin-bottom: 7px;
}

table.regularmodules td.modbg {
	width: 25%;
}

table.regularmodules td.modbg2 {
	width: 25%;
}

table.footermodules {
	width: 100%;
}

table.footermodules td {
	width: 40%;
	padding: 10px;
	vertical-align: middle;
}

table.footermodules td.copyright {
	width: 20%;
	padding: 0;
}

/* @end */

/* @group modules */

/* @group regular */

#regularmod div.moduletable, 
#regularmod div.moduletable a {
	color: #fff;
	background: transparent none;
}

#regularmod div.moduletable h3 {
	background: url(../images/mod5-head-bg.png) 0 0 repeat-x;
	color: #fff;
}

table.regularmodules td.modbg {
	border-left: 7px solid #e4e4e4;
}

table.regularmodules.bottom td.modbg {
	padding-left: 7px;
	border:0;
	margin-bottom: 0;
}

table.regularmodules td.modbg2 {
	border-left: 0px solid #e4e4e4;
}

table.regularmodules.bottom td.modbg2 {
	padding-left: 0px;
	border:0;
	margin-bottom: 0;
}

/* @end */

/* @group right */

/* @end */

/* @group left */

td.left div.moduletable,
div.moduletable-hilite1 {
	background: #b1d240 url(../images/mod1-foot.png) repeat-x 0 100%;
	color: #333;
}

td.left div.moduletable h3,
div.moduletable-hilite1 h3 {
	background: url(../images/mod1-head-bg.png) 0 0 repeat-x;
	color: #fff;
}

/* @end */


/* Lists odd and even */

table.details-odd, table.details-even {
	color: #333;
	width:  100%;
	margin: 0;
	padding: 0;
}

table.details-odd {
	background: #edf4d8 url(../images/odd-head-bg.png) repeat-x;
}

table.details-even {
	background: #fafcf3 url(../images/even-head-bg.png) repeat-x;
}

tr.theader  { 
	background: #b1d240;
}

tr.details-odd {
	background: #edf4d8;
}

tr.details-even {
	background: #fafcf3;
}


td.address, td.price {
	height: 28px;
	font-weight: bold;
	padding-top: 8px;
}

td.address a, td.price a {
	text-decoration: none;
	border-style: none;
}

td.price {
	text-align: right;
	padding-right: 5px;
}

div.monthly {
	font-size: 10px;
	text-align: left;
	float: right;
	position: relative;
	right: 5px;
	color: #666;
	border: 1px solid #d4dac3;
	width: 91px;
	line-height: 11px;
	background: #fff url(../images/calculator.png) no-repeat 5px 5px;
	padding: 3px 3px 3px 31px;
	top: 0;
}

div.monthly a {
	color: #007ab8;
	text-decoration: underline;
}

div.monthly a:hover {
	color: #333;
}

td.small {
	font-size: 9px;
	
}

td.small a {
	color:#333;
	text-decoration: none;
}

td.small a:hover {
	text-decoration: underline;
}


div.small a
{
	color: #333;
	text-decoration:none;
	font-size: 9px;
}

div.small a:hover
{
	text-decoration:underline;
	font-size: 9px;
}

.thumb {
	width: 120px;
	height: 90px;
	border: 5px solid #fff;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Other */

div#top-mod div.moduletable {
	display: block;
	float: right;
	padding: 0;
	margin: 0;
	height: 30px;
}

div.bodybox,
div.moduletable,
div.moduletable-hilite1,
div.moduletable-hilite2,
div.moduletable-hilite3,
div.moduletable-hilite4 {
	color: #7d942d;
	margin-bottom: 7px;
	padding-bottom: 1px;
	margin-top: 0;
}

div.bodybox {
	color: #333;
	margin-left: 7px;
	margin-bottom: 8px;
	background: #fff url(../images/mod2-foot.png) 0 100% repeat-x;
}

div.moduletable,
div.moduletable-hilite1,
div.moduletable-hilite2,
div.moduletable-hilite3,
div.moduletable-hilite4,
td.middle div.moduletable,
td.left div.moduletable,
td.right div.moduletable {
	padding: 10px 10px 12px;
}

div.moduletable-hilite1 h3,
div.moduletable-hilite2 h3,
div.moduletable-hilite3 h3,
div.moduletable-hilite4 h3,
div.moduletable h3 {
	margin: -10px -10px -10px -10px;
	height: 43px;
	line-height: 30px;
	padding-left: 25px;
}

div.bodybox div.bodyhead {
	background: url(../images/mod2-head-bg.png) 0 0 repeat-x;
	padding: 40px 10px 20px 10px;
}

td.right div.moduletable,
div.moduletable-hilite3 {
	background: #fff url(../images/mod3-foot.png) repeat-x 0 100%;
}

td.right div.moduletable h3,
div.moduletable-hilite3 h3{
	background: url(../images/mod3-head-bg.png) 0 0 repeat-x;
}

td.middle div.moduletable,
td.middle div.moduletable-hilite1,
td.middle div.moduletable-hilite2,
td.middle div.moduletable-hilite3,
td.middle div.moduletable-hilite4 {
	color: #333;
	margin-bottom: 0;
}

td.middle div.moduletable,
div.moduletable-hilite2 {
	background: #fff url(../images/mod2-foot.png) repeat-x 0 100%;
	color: #333;
}

td.middle div.moduletable h3,
div.moduletable-hilite2 h3{
	background: url(../images/mod2-head-bg.png) 0 0 repeat-x;
}

div.moduletable-hilite4  {
	background: #d8e89f url(../images/mod4-foot.png) repeat-x 0 100%;
}

div.moduletable-hilite4 h3 {
	background: url(../images/mod4-head-bg.png) 0 0 repeat-x;
}

/* @end */

/* @group menus */


/* main menu strip */

#nav-main a:link,
#nav-main a:visited {
	color: #fff;
}

#nav-main a:hover {
	color: #b1d240;
}

#nav-main li.active_menu {
	background: url(../images/head-menu-active-right.png) 100% 50% no-repeat;
}

#nav-main li.active_menu a:link,
#nav-main li.active_menu a:visited {
	background: url(../images/head-menu-active-left.png) 0 50% no-repeat;
	color: #fff;
}

#nav-main li a:hover {
	background: url(../images/head-menu-over-right.png) 0 50% no-repeat;
	color: #fff;
}

/* vertical menu */
div#menu_vert ul.sidenav li {
	background: url(../images/menu-icon.png) 0 5px no-repeat;
	border-bottom: 1px solid #F5F5F5;
}

div#menu_vert a:link,
div#menu_vert a:visited {
	color: #333;
}

div#menu_vert a:hover {
	color: #666;
}

div#menu_vert li.active_menu a:link,
div#menu_vert li.active_menu a:visited {
	color:  #333;
}

/* mainmenu */

#nav-main li.active {
	background: url(../images/head-menu-active-right.png) 100% 50% no-repeat;
}

#nav-main li.active a:link,
#nav-main li.active a:visited,
#nav-main li.active a:hover {
	background: url(../images/head-menu-active-left.png) 0 50% no-repeat;
	color: #fff;
}

#nav-main li.active a:hover {
	color: #fff;
}

#nav-main li li {
	border-bottom: 1px solid #404040;
	border-top: 1px solid #5b5b5b;
}

#nav-main li ul {
	border-top: 1px solid #5b5b5b;
	border-right: 1px solid #404040;
	border-left: 1px solid #5b5b5b;
	border-bottom: 1px solid #3d3d3d;
}

#nav-main li:hover ul, 
#nav-main li li:hover ul, 
#nav-main li li li:hover ul, 
#nav-main li li li li:hover ul,
#nav-main li.sfhover ul, 
#nav-main li li.sfhover ul, 
#nav-main li li li.sfhover ul,
#nav-main li li li li.sfhover ul{
	background: #4a4a4a;
}

#nav-main ul li li a:hover,
#nav-main ul li li li a:hover,
#nav-main li.active li a:hover,
#nav-main li.active li li a:hover {
	background: #656565;
}

#nav-main ul li li.active,
#nav-main ul li li li.active {
	background: #7b7b7b;
}

/*suckerfish*/

#nav-main {
	height: 30px;
}

#nav-main ul {
	padding: 0 0 0 7px;
	margin: 0;
	float: left;
}

#nav-main li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background: none;
	position: relative;
}

#nav-main a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	cursor: pointer;
	background: none;
}

#nav-main li.active li a:link,
#nav-main li.active li a:visited {
	background: none;
}

#nav-main li li a:link,
#nav-main li li a:visited{
	background: none;
	font-weight: normal;
	padding: 0;
	text-indent: 10px;
}


#nav-main li li {
	padding: 0;
	background: none;
	padding: 0;
  width: 170px;
}

#nav-main ul ul a:link,
#nav-main ul ul a:visited {
	display: block;
	text-decoration: none;
	width: 169px;
	text-transform: none;
	background: none;
}

#nav-main ul li {
	position: relative;
}

#nav-main li ul {
	top: 28px;
	position: absolute;
	z-index: 10;
	left: -999em;
	height: auto;
	width: 170px;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	padding: 0;
}

/* margin for pullouts */
#nav-main li ul ul {
	margin: -28px 0 0 170px;
}

#nav-main ul ul a.daddy {
}

#nav-main li:hover ul ul, 
#nav-main li:hover ul ul ul,
#nav-main li:hover ul ul ul ul,  
#nav-main li.sfhover ul ul, 
#nav-main li.sfhover ul ul ul, 
#nav-main li.sfhover ul ul ul ul {
	left: -999em;
}

#nav-main li:hover ul, 
#nav-main li li:hover ul, 
#nav-main li li li:hover ul, 
#nav-main li li li li:hover ul,
#nav-main li.sfhover ul, 
#nav-main li li.sfhover ul, 
#nav-main li li li.sfhover ul,
#nav-main li li li li.sfhover ul{
	left: 0;
}

#nav-main li:hover, #nav-main li.sfhover {
      left: 0;
}

#nav-main li li.active {
	background: none;
}

/* default menus */

a.mainlevel:link,
a.mainlevel:visited {
	background: url(../images/menu-icon.png) 0 50% no-repeat;
	border-bottom: 1px solid #c8df79;
	color: #333;
}

a.mainlevel:hover {
	color: #666;
}

a#active_menu:link,
a#active_menu:visited {
	color: #333;
}

li.active_menu a:link,
li.active_menu a:visited {
  color: #333;
}

/* @end */

/* @group content */

/* @group search area */

#search_area {
	height: 150px;
	margin-right: 5px;
	margin-left: 5px;
	background: #b1d240 url(../images/search_area_shadow.png) repeat-x;
}

#search_area div.moduletable h3 {
	color: #fff;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 35px;
	height: 35px;
}

#search_area .dropdown {
	margin-left: 0px;
	padding-bottom: 7px;
}

#search_area .label {
	color: #333;
}

#search_area #menubuttons {
	float: right;
	top: 17px;
	position: relative;
}

#search_area #menubuttons img {
	padding-right: 17px;
	z-index:100;
}

/* @end */

/* @group lists */

ul {
	list-style: none;
	padding-left: 10px;
	padding: 0;
}

ul li {
	margin: 0;
	padding-left: 25px;
	background: url(../images/bullet_small.png) 0 2px no-repeat;
}

div.moduletable ul li {
	margin: 5px 0;
	padding-left: 20px;
}

/* @end */

/* @group alert styles */

span.notice {
	background: #ffd url(../images/notice_icon.png) 0 50% no-repeat;
	color: #333;
	border: 1px solid #ddb;
	display: block;
	padding: 10px 10px 10px 45px;
	margin-bottom: 10px;
}

span.question {
	background: url(../images/question_icon.png) 0 50% no-repeat;
	display: block;
	padding: 10px 10px 10px 45px;
	margin-bottom: 10px;
}

span.download {
	background: url(../images/down_icon.png) 0 50% no-repeat;
	display: block;
	padding: 10px 10px 10px 45px;
	margin-bottom: 10px;
}

span.contact {
	background: url(../images/contact_icon.png) 0 50% no-repeat;
	display: block;
	padding: 10px 10px 10px 45px;
	margin-bottom: 10px;
}

span.tip {
	background: url(../images/tip_icon.png) 0 50% no-repeat;
	display: block;
	padding: 10px 10px 10px 45px;
	margin-bottom: 10px;
}

/* @end */

/* @group quote */

span.quote {
	display: block;
	font-style: italic;
}

div.author {
	text-align: right;
	font-weight: bold;
}

/* @end */

/* @group blockquote */

blockquote {
	color: #333;
	background: #d8e89f url(../images/quote_corner.png) no-repeat 0 0;
	padding: 10px;
	padding-left: 50px;
	margin:  10px 0;
}

/* @end */

/* @group code */

pre {
	background: #f6f6f6;
	border-top: 5px solid #ddd;
	border-bottom: 5px solid #ddd;
	padding: 10px;
	font-size: 95%;
}

/* @end */

/* @group login form */

#top-mod div.moduletable h3 {
	color: #fff;
	float: left;
	margin: 0;
	line-height: 35px;
	height: 35px;
}

#top-mod form {
	color: #fff;
	float: left;
	padding-left: 30px;
	height: 22px;
	margin-top: 5px;
}

#top-mod div.loginelement {
	float: left;
	line-height: 22px;
	padding-right: 5px;
}

#top-mod div.loginelement input {
	width: 100px;
	background: #26a9e0;
	border: 1px solid #4cb8e6;
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
}

span.loginsubmit,
span.logoutsubmit,
span.glossbutton {
	display: block;
	margin-left: 10px;
	float: left;
	cursor: pointer;
	color: #fff;
	background: url(../images/login-button-r.png) 100% 0 no-repeat;
	margin-right: 10px;
}

span.loginsubmit span,
span.logoutsubmit span,
span.glossbutton span {
	display: block;
	float:  left;
	height: 22px;
	line-height: 22px;
	padding: 0 15px;
	background: url(../images/login-button-l.png) 0 0 no-repeat;
}

#top-mod a:link,
#top-mod a:visited {
	color: #fff;
}

/* @end */

/* @group content area */

.right_image {
	float: right;
	margin-left: 10px;
}

img.content_button {
	width: 162px;
	height: 52px;
	clear: right;
	margin-top: 45px;
	margin-right: 30px;
	margin-bottom: 45px;
	margin-left: 20px;
	border: 0;
}

/* @end */


/* @group styles */

img.album {
	border: 3px solid #ddd;
}

img.album.left {
	margin-right: 5px;
}

img.album.right {
	margin-right: 5px;
}

div.style {
	float: left;
	margin-left: 50px;
	width: 280px;
	text-align: center;
	margin-top: 20px;
}


/* @end */

#copyright {
	border: 0;
	width: 100%;
	height: 58px;
	background: url(../images/footer-copyright.png) 50% 0 no-repeat;
}

.vert_spacing {
	margin: 15px 0;
}

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

span.article_seperator {
	display: block;
	height: 7px;
}

a:link.nounder,
a:visited.nounder,
a:hover.nounder {
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Core */

/* @group content */

.contentheading {
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:100%;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

div.contentpane, div.contentpaneopen {
	width: 100%;
}

.clr {
	clear: both;
}

a.readon {
	color: #007ab8;
	display: block;
	float: left;
	padding-left: 20px;
	padding-top: 2px;
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
	background: url(../images/bullet_arrow.png) no-repeat;
}

a.readon:hover {
	color: #333;
}

/* @end */

/* @group pathway */

span.pathway {
	display: block;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	background: #fff url(../images/pathway.png) repeat-x;
	/*text-align: right;*/
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 20px;
	padding-top: 3px;
}

span.pathway,
span.pathway a:link,
span.pathway a:visited {
	color: #666;
}

span.pathway a:hover {
	color: #666;
}

span.pathway img {
	border: 0;
/*	width: 10px;
	margin: 0 7px 0 9px;
	background:  url(../images/pathway_bullet.png) no-repeat;
*/
}

/* @end */

/* @group mainmenu */

a.mainlevel:link,
a.mainlevel:visited {
	display: block;
	padding: 6px 0 4px 20px;
	margin-bottom: 2px;
	text-decoration: none;
}

a.sublevel:link,
a.sublevel:visited {
	text-decoration: none;
}

a.sublevel:hover {
	text-decoration: none;
}

.pager table {
	margin-left: 10px;
}

.login pre 
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	background: #f6f6f6;
	border-top: 5px solid #ddd;
	border-bottom: 5px solid #ddd;
	padding: 10px;
}

.wizard_sidebar {
	width: 100px;
}

.fotosmall {
	margin-right:5px;
	width:50px;
	height:37px;
}

/* @end */

/* @end */

td.address a img {
	float: left;
	clear: both;
	margin-top: -14px;
	padding-right: 4px;
	border-style: none;
	overflow: visible;
	z-index: 50;
}


.advert {
	width: 120px;
	height: 60px;
}


td.buttons {
	vertical-align:top;
	text-align: right;	
	width: 0%;
}


td.address a img {
	float: left;
	clear: both;
	margin-top: -14px;
	padding-right: 4px;
	border-style: none;
	overflow: visible;
	z-index: 50;
}

#email {
	font-size: 12px;
	display: none;
	visibility: hidden;
}

#email input,textarea 
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
}

#email a 
{
	 color: #007ab8;
}

span.email {
	background: #edf4d8 0 50% no-repeat;
	color: #333;
	border: 1px solid #ddb;
	display: block;
	padding: 30px 10px 10px 10px;
	margin-bottom: 0px;
}

/* img { behavior: url(tekoopinlimburg/css/iepngfix.htc); } */

.full_banner object{
	float: right;
	top: 15px;
	right: 15px;
	position: absolute;
}
