@charset "utf-8";
/* PCWolf - CustomCoders June 2009 */

/***** Global Settings *****/ 
html, body {border:0; margin:0; padding:0;}
body {font:100%/1.25 Arial, Helvetica, sans-serif; background-color:}
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {margin:0; padding:0; font-weight:normal;}

h2 {padding:10px 0; letter-spacing:-1px; font-size:1.5em;} 
h3 {font-size:1em; font-weight:bold;}
/***** Headings *****/
p {font-family:Arial, Helvetica, sans-serif; font-size:14px;}
#footer {color:#CD3E94;}
/***** Common Formatting *****/
p, ul, ol {margin:0; padding:0 0 1.25em 0;} 
ul, ol {padding:0 0 1.25em 2.5em;}
blockquote {margin:1.25em; padding:1.25em 1.25em 0 1.25em;}
small {font-size:0.85em;}
img {border:0;}
sup {position:relative; bottom:0.3em; vertical-align:baseline;}
sub {position:relative; bottom:-0.2em; vertical-align:baseline;}
acronym, abbr {cursor:help; letter-spacing:1px; border-bottom:1px dashed;}
/***** Links *****/

/***** sprites *****/
#logo h1 {
	width:611px;
	height:127px;
	display:block;
	background:url(../foto/sprite/sprite01.png) no-repeat;
	overflow:hidden;
	background-position: -26px -500px;
	text-indent: -9999em;
	margin-top: 8px;
	margin-bottom:20px;
}

#spreekuren h1 {
	width:575px;
	height:45px;
	display:block;
	background:url(../foto/sprite/sprite01.png) no-repeat;
	overflow:hidden;
	background-position: -19px -151px;
	text-indent: -9999em;
	margin-top: 20px;
	margin-bottom:20px;
}

#hoe h1 {
	width:317px;
	height:45px;
	display:block;
	background:url(../foto/sprite/sprite01.png) no-repeat;
	overflow:hidden;
	background-position: -19px -357px;
	text-indent: -9999em;
	margin-top: 20px;
	margin-bottom:20px;
}

#wat h1 {
	width:497px;
	height:45px;
	display:block;
	background:url(../foto/sprite/sprite01.png) no-repeat;
	overflow:hidden;
	background-position: -19px -287px;
	text-indent: -9999em;
	margin-top: 20px;
	margin-bottom:20px;
}

#logobeeld {
	width:158px;
	height:158px;
	display:block;
	background:url(../foto/sprite/sprite01.png) no-repeat;
	overflow:hidden;
	background-position: -27px -294px;
	text-indent: -9999em;
	margin-top: 8px;
	float:right;
}



#welkom h1 {
	width:570px;
	height:45px;
	display:block;
	background:url(../foto/sprite/sprite01.png) no-repeat;
	overflow:hidden;
	background-position: -19px -221px;
	text-indent: -9999em;
	margin-top: 20px;
	margin-bottom:20px;
}


#copyr {
	width:820px;
	height:17px;
	display:block;
	background:url(../foto/sprite/sprite01.png) no-repeat;
	overflow:hidden;
	background-position: -27px -667px;
	text-indent: -9999em;
	margin-top: 20px;
	float:left;
}

/***** Forms *****/
form {margin:0; padding:0; display:inline;}
input, select, textarea {font:1em Arial, Helvetica, sans-serif;}
textarea {width:100%; line-height:1.25;}
label {cursor:pointer;}
/***** Tables *****/
table {border:0; margin:0 0 1.25em 0; padding:0;}
table tr td {padding:2px;}
/***** Wrapper *****/
#wrap {width:960px; margin:0 auto;}
/***** Blocks *****/
#header {width:100%;}
#footer {width:100%;}
#content {width:100%;}
#navigation {width:100%;}
#contentleft {width:180px; float:left; background-color:#CCC;}
#contentmid {width:959px; background-color:#ffffff; float:left;}
#contentright {width:220px; float:right; background-color:#666;}
/***** Global Classes *****/
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.wrap          { width:960px;margin:0 auto; }
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }



/*Buttons*/
.awesome, .awesome:visited {
	background: #222 url (http://www.isabellevandessel.be/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}






	.awesome:hover									{ background-color: #111; color: #fff; text-decoration:none;}
	.awesome:active									{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited			{ background-color: #91bd09; }
	.green.awesome:hover							{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited			{ background-color: #003366; }
	.blue.awesome:hover								{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited				{ background-color: #e33100; }
	.red.awesome:hover								{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ED6EBA; }
	.yellow.awesome:hover							{ background-color: #CD3E94; }
	
.fotogroot {
	float:left;
	margin-right:20px;
	}	
.butimg {
	margin-right:15px;
	float:left;
	padding: 3px;
	border:#CD3E94;
	border-style: solid;
	border-width: thin;
	}	
	
