/* Stylesheet Surya Devi Site */

/* Temp extra kop voor combicursus */
H6
{
	 display: block;
	 background: #EEE;
	 background: #FFE;  
  font:12px Verdana, Georgia, 'Times New Roman', serif, sans-serif;
color: #624597; 
    padding: 15px;
	line-height:18px;
border: 2px solid #FFC;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
/*
	 max-width:350px;
	 float: right;
*/
	 margin: 20px 60px;

}

h6 strong
{ 
	 color: #e4a014;
 
	 display: block;
	 margin-bottom: 10px;
}

/* end temp */


body {
	min-width: 630px;      /* 2x LinkerColumn width  + cc padding + RechterColumn width */
    font:13px Verdana, Georgia, 'Times New Roman', serif, sans-serif;
    color: #7a5bb3;
    background:#FFF;
	background: url(images/zij.gif) repeat-y; 
	margin: 0px;
	padding: 0px;
}


/* Structuur naar voorbeeld van 'a list apart' */
#container {
  padding-left: 140px;   /* LC width */
  padding-right: 130px;  /* RC width + CC padding */
}
#container .column {
  position: relative;
  float: left;
}
#center {
  padding-left: 60px; 	/* CC padding */
  padding-right: 60px;
  width: 100%;
}
#left {
  width: 140px;          /* LC width */
  right: 260px;          /* LC width + CC padding*/
  margin-left: -100%;
}
#right {
  width: 10px;          /* RC width */
  margin-right: -100%; 
}

#footer {
  clear: both;
  padding-left: 200px; /* LC width + CC padding left */
  font-size: 9px;
  padding-bottom: 30px;
  padding-top: 30px;
}

/*** IE6 Fix ***/
* html #left {
  left: 10px;           /* RC width */
}

/*** IE7 fix ***/
*:first-child+html #left {
left: 10px; 
}


/*** Footer Fix ***/

* html body {
	overflow: hidden;
}

* html #footer-wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	background: #FFF;         /*** Same as body background ***/
}
/*Einde structuur*/



/*Linker kant - navigatie */


#left ul{
	list-style: none;
	text-align: center;
	padding: 0px;
	line-height: 12px;
}

#left ul li {
	padding-bottom: 10px;
	background: url(images/smallsun.gif) top center no-repeat;	
	padding-top: 45px; /* Height image - to see background image */
}


#left ul li.noimage {
	padding-top: 0px;
	padding-bottom: 15px;
	background: none;
}

#left ul li a{
	color:#e4a014;
	font-size: 10px;
	font-family:"Century Gothic", "Avant Garde",Verdana;
	font-weight: bold;
	text-decoration: none;
	padding-top: 45px; /* Height image - to make background image also clickable */
}

#left ul li a:hover {
	color:#7a5bb3;
	font-size: 11px;
}



/* Alternatieve Navigatie  */

/* Het alternatief staat uit 

#left {
	margin-left: -123%;
	overflow: hidden;
}

#left ul{
	text-align: left;

}

#left ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	background: none;
}

#left ul li a{
	color:#e4a014;
	font-family:"Century Gothic", "Avant Garde",Verdana;
	font-weight: bold;
	text-decoration: none;
	padding-top: 12px;
}

#left ul li a:hover {
	color:#7a5bb3;
	 font-size: 0.9 em;
}


#nav {	
	float: left;
	width: 14.285714%; 
	position: fixed;
	}

#nav ul li a {	
	display: block;
	padding: 5px 0;
	font-size: 0.9em;
	line-height: 1;
	text-decoration: none;
	font-weight: bold;
	border: none;
	color: rgba(0,0,0,.4);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
#nav ul li a:hover,
#nav ul li.active a,
#nav ul li a:focus {	
	color: rgba(0,0,0,.7);
	}



/* Einde Linkerkant - navigatie */



#introduction{
	padding-top: 30px;
	line-height:24px;

}

#introduction h1 {
	padding-bottom: 20px;
}


#pagetext {
	clear: both;
	line-height:20px;
}


div#pagetext ul{
	margin-top: -15px;
	padding-left: 17px;
}

div#pagetext li{
list-style-position: outside;
}



#headimage{
	float: right;
        padding-left: 20px;
}

h1{
	font-size: 30px;
	color: #e4a014; 
	font-weight: bold; 
	font-family: "Trebuchet MS", Geneva;
	margin-top: 60px;
	margin-bottom: 8px;
	}


#introduction h1{
	margin-top: 10px;
}


h2{
	font-size: 17px;
    color: #624597;
	font-family: "Trebuchet MS", Geneva;
    margin-top: 20px;
    margin-bottom: 0px;
	}

h3{
	font-size: 15px;
	color: #e4a014;
	font-family: "Trebuchet MS", Geneva;
	margin-top: 15px;
	margin-bottom: 0px;
	}



h4{
	font:12px verdana, Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	color: #7a5bb3;
	color: #624597;
	margin-top: 10px;
	margin-bottom: 0px;
	display: inline;
	}

p{
        margin-top:0px;
}


/* Foto (image) definitie 
		span.img_span_textright{
			margin-left: 20px;
		  	margin-right:0px;
			clear: both;	
			}

		span.img_span_textright img{
		  	margin-bottom:20px;
			}

		span.img_span_textright em{
			float: right;
			font-size: 10px;
			font-weight: normal;
			color: #777; 
			clear: both;
			margin-top: -20px; 
			}	

		span.img_span_textleft{
			margin-left: 0px;
		  	margin-right:20px;
			clear: both;	
			}

		span.img_span_textleft img{
		  	margin-bottom:20px;
			}

		span.img_span_textleft em{
			float: left;
			font-size: 10px;
			font-weight: normal;
			color: #777; 
			clear: both;
			margin-right: -20px;
			}


/*ingelast*/
/* Fotos */
div.fotocontainer{
	/* text-align geeft aan waar de foto wordt geplaatst */
	margin-bottom: 1em;
}

div.foto span{
	display: inline-block;
}

div.foto span em{
	text-align: left;
	font-size: 0.6em;
	font-style: normal;
	display: block;
	padding: 2px 10px 5px 10px;

}

div.foto span img{
	padding: 10px 10px 2px 10px;
}

/*einde ingelast*/


/*nog niet aangepast*/
#fotocenter{
	margin-left: 20px;
  	margin-right:0px;
	clear: both;	
	}

#fotocenter img{
	float: center;
  	margin-top: 10px;
  	padding:10px 0px 20px 10px;
	}

#fotocenter span{
	float: center;
	font-size: 11px;
	font-weight: normal;
	color: #777; 
	clear: both;
	margin-top: -20px; 
	margin-right: 0px;
	}	

