/* Start of CMSMS style sheet 'Adempraktijk Alkmaar' */
/*****************
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;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
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  */
a,
a:link 
a:active {
  /* text-decoration: none;*/
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   color: #00a4e8; 
   font-weight:bold;
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #898f10;
}

/*****************
basic layout 
*****************/
body {
   background-color: #fff;
   color: #00A4E8;
	background-image: url(uploads/images/container.jpg);
	background-repeat: repeat-x;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00A4E8;
	font-size: 12px;
}

/* center wrapper, min max width */
div#pagewrapper {
   width: 1000px;
   background-color: #fff;
   background-image: url(uploads/images/body.jpg);
   background-repeat: no-repeat;
}
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 100px; /* adjust according your image size */
  }

div#header h1 a {
/* you can set your own image here */
   display: block; 
   height: 100px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}


 div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}


div#content {
   margin-top: 20px; /* some air above menu and content */
 margin-bottom: 20px; /* some air above tekst and footer*/
                background-image: url(uploads/images/zijkant.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

div#main {
   margin-left: 150px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   width:655px;
  background-color: #fff;
  border-right: 1px solid #00a4e8;
}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width:140px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0px;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #fff;
 font-size: 11px;
font-weight:bold;
   background-color: #0094f5; /* same bg color as in header */
}

div#footer p {
     padding-top: 3px;      /* some air for footer */
     padding-bottom: 3px;      /* some air for footer */
     padding-left:150px; 
     margin:0;
}

div#footer a {
   color: #fff; /* needed because footer link would be same color as background otherwise */
   text-decoration:none;
}
#footerplus{
                padding-top: 30px;      /* some air for footerplus */
	height: 40px;
	color: #999999;
	text-align: center;
	float: left;
	width: 100%;
line-height: 22px;
}
#footerplus a{
                font-weight: normal;
	color: #999999;
	text-decoration: none;
}
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}


/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
 }
div#content h2 {
 }
div#content h3 {
 }
div#content h4 {
 }
div#content h5 {
  }
h6 {
 }
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   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;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* 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;
}
/*********uit orig********/
#tekst1{	width: 372px;
	padding-left: 55px;
	padding-right: 40px;
	background-color: #FFFFFF;
	float: right;
	line-height: 17px;
}
#tekst1 h2{
	font-size: 12px;
	font-weight: bold;
	background-color: #CAD217;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #00a4e8;
	text-align: center;
	line-height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* ongedaan maken van pos. abs in accessibility     */
#tekst1 hr {
                position: static;
                color: #cad217;
                height: 2px;
}
.rood{
	font-weight: bold;
	color: #FF0000;
}
.blauw{
	font-weight: bold;
	color: #007db3;
}
.blauw a{
	font-weight: bold;
	color: #007db3;
	text-decoration: none;
}
.groen{
	font-weight: bold;
	color: #cad217;
}
.oorsprblauw{
	font-weight: bold;
	color: #00A4e8;
}
.oorsprblauw a{
	font-weight: bold;
	color: #00A4e8;
	text-decoration: none;
}
.wit{
	font-weight: bold;
	color: #FFFFFF;
}
.wit a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#tekstblokje1{
	float: left;
	width: 162px;
	border: 1px solid #00a4e8;
	font-size: 11px;
	line-height: 13px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#tekstblokje1 p{
	line-height: 13px;
}

#tekstblokje2{
	float: left;
	width: 162px;
	border: 1px solid #00a4e8;
	font-size: 11px;
	line-height: 13px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
/*****************/
#tekst2{
	position:relative;
	width: 500px;
	padding-left: 100px;
	padding-right: 50px;
	padding-top: 25px;
	background-color: #FFFFFF;
	border: 1px solid #00a4e8;
	line-height: 17px;
}
.tabel {
	background-color: #C9D217;
	line-height: 25px;
	margin-bottom: 12px;
}
.tabel td[scope]{
	padding: 5px;
	font-weight: bold;
}
.tabel td{
	padding: 5px;
	
}
.tabel tr {
	line-height:1.5em;
	background-color: #EDEFAE;
}
#num {
	font-weight: normal;
	text-align: center;
}
#tekst2 h1{
	font-size: 20px;
}
#tekst2 h2{
	font-weight: bold;
	background-color: #CAD217;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #00a4e8;
	text-align: center;
	font-size: 12px;
}

/* ongedaan maken van pos. abs in accessibility     */
#tekst2 hr {
                position: static;
                color: #cad217;
                height: 2px;
}
#Layer1 {
	width:180px;
	height:50px;
	z-index:1;
	margin-left: 345px;
}
.jsresultaat{
	color: #0094F5;
	background-color: #EDEFAE;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: thin solid #CAD217;
	height: 17px;
	padding-top: 3px;
}
.jstext{
	color: #0094F5;
	background-color: #EDEFAE;
	padding-left: 5px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: thin solid #CAD217;
}
.inspring{
	margin-left: 15px;
}
.contact {
	border: 1px solid #898F10;
	width: 500px;
	background-color: #DFF2FF;
	color: #898F10;
}
.contact td{
	width: 50%;
}
.contact td a{
                text-decoration: none;
	color: #898f10;
}

/******************/
#datum{
	font-size: 10px;
	color: #999999;
	float: right;
	height: 20px;
	width: 150px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

/* END LISTS */
/* End of 'Adempraktijk Alkmaar' */

