/*ie 6* html #div {
}*/

/*ie 7*+html #div {
}*/

/* ==============================================================================================
   Naam:          basis
   Door:          Zinster Webdesign (www.zinster.nl)
   Datum:         
   Opdrachtgever: 

   Gewijzigd:
   Versie 	Datum   Door  Omschrijving
   ====== 	======  ====  ============
   1.0    	010408  PS    Nieuw
	 
	 Notes:
	 ======

   ================================================================================================ */

* {
	margin: 0;
	padding: 0;
}

html { 
	height: 100%; margin-bottom: 1px; 
	}
	
/*t.b.v. ie6 png fix*/
img, div {
	behavior: url(../ie6/iepngfix.htc);
}

body {
	background-color:#84bffd;
	background-image:url(../images/nieuwe_schetsen/bg_body2.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#135b97;
	font-size:13px;
	line-height:25px;
	}

a:link, a:visited {
	color:#d75600;
	font-weight:bold;
	text-decoration:none;

}

a:hover {
	text-decoration:underline;
}

p, ul {
	padding:0px 20px;
}

p a:link, p a:visited{
}

p a:hover {
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:28px;
	line-height:36px;
	font-weight:normal;
	background-image:url(../images/bg_content.jpg);
	background-image:url(../images/nieuwe_schetsen/bg_h1.png);
	background-repeat:repeat-x;
	background-position:bottom;
	/*height:55px;*/
	display:block;
	padding:10px 20px 0 20px;
	/*width:92%;*/
	margin:0px 11px 10px 0px;
	color:#75a9e0;
}

h2 {
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:1px;
	/*border-top:1px dashed #025c9a;*/
	background-image:url(../images/bg_camera.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding:5px 0 0 40px;
	margin:0 20px 10px 20px;
}
h2.evenement {
	background-image:url(../images/nieuwe_schetsen/bg_ikon_evenement.jpg);
}
h2.agenda {
	background-image:url(../images/nieuwe_schetsen/bg_ikon_agenda.jpg);
}
h2.nieuws {
	background-image:url(../images/nieuwe_schetsen/bg_ikon_nieuws.jpg);
}
h3{
}

h4{
	padding:10px 20px 0 20px;
}

h5 /*datum*/{
	padding:0 0 0 20px;
	font-size:12px;
	color:#006;
	}

h6{
}

li {
	padding:0;
	margin:0 0 0 20px;
}
	
/*=================dropdown menu aangepast=============================================*/
#menu {
	margin: 0;
	padding:0;
	/*padding: 7px 6px 0;*/
	/*padding:4px 6px;*/
	line-height:100%;
	/*border-radius: 2em;

	/*-webkit-border-radius: 2em;
	-moz-border-radius: 2em;*/
	
	/*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);*/

	background: #ff6600; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#d15400'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#d15400)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff6600,  #d15400); /* for firefox 3.6+ */

	/*border: solid 1px #6d6d6d;*/
	position:absolute;
	top:307px;
	left:0px;
	
	width:1000px;
	height:35px;
	
}
#menu li {
	/*margin: 0 5px;*/
	margin:0;
	padding: 0 0 8px;
	padding:0px 00px 0px 0px;
	float: left;
	position: relative;
	list-style: none;
	background-image:url(../images/bg_menu_li.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
/* main level link */
#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing:1px;
	display: block;
	padding:  10px 18px;/*!!!*/
	height:15px;/*!!!*/
	
	margin: 0;
	/*-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;*/
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#menu .current a, #menu li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad4500', endColorstr='#ff6600'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ad4500), to(#ff6600)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ad4500,  #ff6600); /* for firefox 3.6+ */

	color: #fff;
	/*border-top: solid 1px #f8f8f8;*/
	/*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, .2);*/
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, .8);*/
	
	padding:  10px 25px;/*!!!*/
	height:15px;/*!!!*/
}

#menu li:hover > a {
	background: #84bffd !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#84bffd', endColorstr='#689cd3'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#84bffd), to(#689cd3)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #84bffd,  #689cd3) !important; /* for firefox 3.6+ */
}
	
	
/* sub levels link hover */
#menu ul li:hover a, #menu li:hover li a {
	background: none;
	border: none;
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	
	text-transform:none;
	letter-spacing:none;/*!!!*/
}
#menu ul a:hover {
	background: #84bffd !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#84bffd', endColorstr='#689cd3'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#84bffd), to(#689cd3)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #84bffd,  #689cd3) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#menu ul {
	background: #ff6600; /* for non-css3 browsers */
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#d15400'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#d15400)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #ff6600,  #d15400); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 210px;
	position: absolute;
	top: 35px;
	/*left: 0;*/
	border: solid 1px #b4b4b4;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#menu li:hover > ul {
	display: block;
}
#menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#d15400'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#d15400)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff6600,  #d15400); /* for firefox 3.6+ */
}
#menu ul a {
	font-weight: normal;
	/*text-shadow: 0 1px 1px rgba(255, 255, 255, .9);*/
	text-shadow: 0 1px 1px #000;
}
/* level 3+ list */
#menu ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#menu ul li:first-child > a {
	/*-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;*/
}
#menu ul li:last-child > a {
/*	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;*/
}
/* clearfix */
#menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menu {
	display: inline-block;
}
html[xmlns] #menu {
	display: block;
}
* html #menu {
	height: 1%;
}
/*====================================================================*/

#logo {
}

#wrapper {
	position:relative;
	margin:0px auto;
	width:1010px;
	background-image:url(../images/nieuwe_schetsen/bg_wrapper1.jpg);
	background-repeat:repeat-y;
	background-position:center;

}

#header{position:absolute;top:0px;left:0px;width:995px;padding-right:15px;background-image:url(../images/nieuwe_schetsen/bg_header.jpg);background-repeat:no-repeat;background-position:top center;height:200px;text-align:right;padding-top:170px;}

#mainContent {
	/*position:absolute;
	width:640px;
	top:370px;
	left:143px;*/
	float:left;
	margin:370px 0px 20px 15px;
	padding:0 0 10px 0;
	width:680px;
}
#mainContent img.border {
	border:1px solid #84bffd;
	float:left;
	margin:10px 10px 5px 0px;
	}

#mainContent_breed {
	/*position:absolute;
	width:640px;
	top:370px;
	left:143px;*/
	float:left;
	margin:370px 5px 20px 15px;
	padding:0 0 10px 0;
	width:810px;
}
#secondContent {
	margin:370px 5px 10px 0px;
	float:right;
	width:310px;
	/*position:absolute;
	top:370px;
	left:800px;*/
}
#secondContent_smal {
	margin:370px 10px 10px 0px;
	float:right;
	width:170px;
	/*position:absolute;
	top:370px;
	left:800px;*/
}
#secondContent_smal img{
	margin:0px 0px 10px 0px;
}
#secondContent_smal img.first_adv{
	margin-top:20px;
}
#extra1{
	position:absolute;
	width:200px;
	height:274px;
	top:316px;
	left:-41px;
	z-index:10;
	background-image:url(../images/nieuwe_schetsen/bg_zonnebrand.png);
	background-repeat:no-repeat;
	visibility:hidden;
}
#extra2{
	position:absolute;
	width:255px;
	height:207px;
	top:114px;
	left:-22px;
	z-index:10;
	background-image:url(../images/nieuwe_schetsen/bg_surfer.png);
	background-repeat:no-repeat;
}
#footer {
	/*position:relative;*/
	float:left;
	width:100%;
	height:50px;
	background-image:url(../images/nieuwe_schetsen/bg_footer1.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:20px;
}

#footer_content{
	width:1000px;
	margin:0 auto;
	text-align:center;
	font-size:11px;
	}
.bg {
	background-image:url(../images/bg_content.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:20px 0px;
}
.clear {
	clear:both;
}

/*box elements*/

.box {
	/*width:20em;*/
	background:url(../images/nieuwe_schetsen/bg_div_bottom_left1.jpg) no-repeat left bottom;
}

.box-outer {
	background:url(../images/nieuwe_schetsen/bg_div_bottom_right1.jpg) no-repeat right bottom;
	padding-bottom: 30px;
}

.box-inner {
	background:url(../images/nieuwe_schetsen/bg_div_top_left1.jpg) no-repeat left top;
	}

.box-innerin {
	background:url(../images/nieuwe_schetsen/bg_div_top_right1.jpg) no-repeat right top;
	/*padding:20px 20px 5px 20px;*/
	}

.box p {
	padding:0 25px 0px 15px;
}

.box .border{
	margin:10px 15px 10px 0px;
	border:1px solid #69F;
}

.box p.verloop{
	background-image:url(../images/nieuwe_schetsen/bg_h1.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:20px;
	margin-right:11px;
}
.advertentie{
	margin-bottom:10px;
}
/* ========== Form elements =======================*/

form{
	float:left;
	width:540px;
}

form img.imgSecure{
	padding-right: 400px;
	border:none;
}
input, textarea{
	/*float:right;*/
	width:380px;
	margin-bottom:5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	line-height:25px;
}
textarea{

}
	
label {
	/*float:left;*/
	width:110px;
	height:25px;
	margin-bottom:5px;
}

.buttons {
width:100px;
height:30px;
float:left;
margin-left:0px;
margin-right:300px;
}
.klein {
	font-size:11px;
	line-height:15px;
}

/* ================================================================================================ */

