

html,body
{
	margin:0;
	padding:0;
	height: 100%;
	
}

div#container-top
{
  position:fixed; 
  top:15px; 
  left:50%; 
  width: 1100px; 
  height:100px; 
  margin-left: -550px; 
  z-index:2;
  background:white;
  border-bottom:0px solid #f0f0f0;
}

/* -------------------- vlaggetjes ---------------------- */


div#container-top #flags
{
  position:absolute; 
	right:0;
	top:0; 
	width:auto; 
	height:auto;
	margin-top:40px;
  margin-right:40px;
  padding-top: 4px; 
	padding-right:6px;
	border: 0px solid black;
	
}

div#container-top #flags .first
{
	margin-right: 5px;
}

div#container-top #flags .second
{
	margin-right: 0px;
  pointer-events: none;
}


/* ------------------- header ------------------ */

div#container-top #naam
{
  position: absolute;
  width: auto;
  height: auto;
	top: 0px;
	margin-top:10px;
  margin-left:50px;
	border: 0px solid #474763;
	font-size: 45px;
	color: #4color74763;
	font-family:MonteCarlo;
	left:0;
	
}

div#container-top #naam #title
{
  display: none;
	height: auto;
	width: 460px;
	top: 20px;
	left: 0px;
	border: 0px solid #474763;
	/* background-color: #000; */
	
}

div#container-top #naam #title h1
{
	font-size:15px;
}

div#container-top #naam img
{
    max-width:262px;
    margin-top:12px;
    margin-left:-8px;
}

/* ------------- NAVIGATIE ----------------- */

div#container-top #navigatie
{
	position: absolute;
	height: auto; 
	width: auto; 
	top: 30px; 
	left: 355px; 
	border:0px solid #787896;
	/*
	border-top: 1px solid #474763; 
	border-bottom: 1px solid #474763;
	*/
	padding-left: 0px;
	padding-right: 1px;

	list-style:none;
	border-radius:0px;

	/* -webkit-box-shadow:0px 0px 2px #ccc,0px 0px 2px #ccc inset; */
	/* For Safari 5.1 to 6.0 */
	
	/* -o-box-shadow:0px 0px 2px #ccc,0px 0px 2px #ccc inset; */
	/* For Opera 11.1 to 12.0 */
	
	sans-serif/* -moz-box-shadow:0px 0px 2px #ccc,0px 0px 2px #ccc inset; */
	/* For Firefox 3.6 to 15 */
	
	/* -ms-box-shadow:0px 0px 2px #ccc,0px 0px 2px #ccc inset; */
	/* IE10+ */
	
	/* box-shadow:0px 0px 2px #ccc,0px 0px 2px #ccc inset; */
	/* Standard syntax */

}

div#container-top #navigatie #li-standaard
{
	padding:0 10px 0 10px;
	height:20px;
	float:left;
	border-right:0px solid #ddd;
	margin-top:-4px;

}

div#container-top #navigatie #li-afscheiding
{
    padding:0 5px 0 5px;
	  height:20px;
	  float:left;
	  border-right:0px solid #ddd;
	  margin-top:-4px;
}

div#container-top #navigatie #li-standaard:last-of-type
{
	border-right:none;
}

div#container-top #navigatie #li-mainlink
{
	padding:0 10px 0 10px;
	height:20px;
	float:left;
	border:0px solid black;
	border-right:0px solid #ddd;
	margin-top:-4px;

}

div#container-top #navigatie #li-mainlink a /* trucje - nodig voor behoud focus bij overgang li-mainlink naar ul-sublink */ 
{
	display:inline-block;
	height:20px;
	margin-bottom:-5px;
}

div#container-top #navigatie #li-mainlink #ul-sublink
{
	position:absolute;
	display:none;
	border:0px solid #848496;
	border-top:none;
	margin:0;
	padding:0;
	z-index:1;
	background:#fff;
	margin:0px 0 0 -11px;
	
	-webkit-box-shadow:0px 0px 2px #999; /* For Safari 5.1 to 6.0 */
	-o-box-shadow:0px 0px 2px #999; /* For Opera 11.1 to 12.0 */
	-moz-box-shadow:0px 0px 2px #999; /* For Firefox 3.6 to 15 */
	-ms-box-shadow:0px 0px 2px #999; /* IE10+ */
	box-shadow:0px 0px 2px #999; /* Standard syntax */
}

div#container-top #navigatie #li-mainlink:hover #ul-sublink
{
	display:block;
	list-style:none;
}

div#container-top #navigatie #li-mainlink #ul-sublink #li-sublink
{
	padding:4px 10px 4px 10px;
}

body#welkom a.welnav,
body#vioolles a.vionav,
body#vioolhuren a.viohunav,
body#biografie a.bionav,
body#faq a.faqnav,
body#contact a.contnav, 
body#gastenboek a.guenav,
body#linkpartners a.linav,
body#login a.munav
{	
	text-decoration: none;
	color: #c6c6dc; 
	font-size: 16px;
}

a#menu:link
{
	text-decoration: none;
	color: #474763;
	font-size: 16px;
}

a#menu:visited
{
	text-decoration: none;
	color: #474763;
	font-size: 16px;
}

a#menu:hover
{
	text-decoration: none;
	color: #c6c6dc;
	font-size: 16px;
	
}

a#menu:active
{
	text-decoration: none;
	color: #c6c6dc;
	font-size: 16px;
	
}


/* --------------- EINDE NAVIGATIE -------------------- */


div#container-bottom-afbeelding
{
  position:fixed; 
  top: 115px; 
  bottom:0; 
  max-height:625px;
  left:50%; 
  width: 1100px; 
  margin-left: -550px; 
  background:white; 
  background-image:url('../pics/harald.jpg'); 
  background-repeat: no-repeat;
  background-position: 25px -5px;
  background-size: 360px auto;
}

div#container-bottom-tekst
{
  position:absolute; 
  left:50%; 
  top:115px; 
  bottom:0px; 
  width: 1100px; 
  max-height:625px;
  margin-left: -550px;
  font-size: 15px;
  color: #474763;

}


div#container-bottom-tekst #content
{
  width:650px; 
  float:right;
  margin-right:120px;
  margin-top: 30px;
  border:0px solid black;
  max-height: 625px;

}


/* --------------- Opmaak pagina's binnen #content -------------------- */

div#container-bottom-tekst #content #kopje
{
  font-family:MonteCarlo; 
  font-size:42px; 
  color: #474763;
}

div#container-bottom-tekst #content #welkom
{
  margin-top:60px;
  text-align:center;
}

div#container-bottom-tekst #content #welkom img
{

  width: 200px;
  
  margin-top:22px;
  margin-right: 0px;
  margin-bottom: 21px;
  margin-left: 12px;
 
}

div#container-bottom-tekst #content #contact
{
	border: 0px solid black;
	margin-top:0px;
	margin-left: 50px;
}

div#container-bottom-tekst #content #contact img
{
	  width: 119px;
  
  margin-top:12px;
  margin-left: -8px;
  border: 0px solid black;
}

div#container-bottom-tekst #content #contact table td:first-child
{
    width:150px;
}

div#container-bottom-tekst #content #biografie
{
	border: 0px solid black; 
	margin-top:0px;
	margin-left:50px;
}

div#container-bottom-tekst #content #biografie img
{
   width: 152px;
  
  margin-top:12px;
  margin-bottom:-6px;
  margin-left: -11px;
}

div#container-bottom-tekst #content #muziektheorie_en_solfege
{
	border: 0px solid black;
	margin-top:0px; 
	margin-left:50px;
}

div#container-bottom-tekst #content #muziektheorie_en_solfege img
{
     width: 149px;
  
  margin-top:15px;
  margin-bottom:7px;
  margin-left: -4px;
}

div#container-bottom-tekst #content #linkpartners
{
	border: 0px solid black;
	margin-top:0px;
	margin-left: 50px;
}

div#container-bottom-tekst #content #linkpartners img
{
	  width: 146px;
  
  margin-top:12px;
  margin-bottom:4px;
  margin-left: -10px;
  border: 0px solid black;
}


div#container-bottom-tekst #content #linkpartners table
{
  width:550px;
}

div#container-bottom-tekst #content #linkpartners table td
{
  font-size: 15px;
	color: #474763;
}

div#container-bottom-tekst #content #linkpartners table td:first-child
{
    width:300px;
}

div#container-bottom-tekst #content #vioolles
{
	border: 0px solid black;
	margin-top:0px; 
	margin-left:50px;
}

div#container-bottom-tekst #content #vioolles a[name="aanmelding"] img
{
  max-width: 134px;
  
  margin-top:16px;
  margin-bottom:-3px;
  margin-left: -5px;
  border: 0px solid black;
}

div#container-bottom-tekst #content #vioolles a[name="vioolhuren"] img
{
  max-width: 160px;
  
  margin-top:16px;
  margin-bottom:0px;
  margin-left: -10px;
  border: 0px solid black;
}

div#container-bottom-tekst #content #vioolles a[name="planninglessen"] img
{
  max-width: 280px;
  
  margin-top:16px;
  margin-bottom:0px;
  margin-left: -10px;
  border: 0px solid black;
}

div#container-bottom-tekst #content #vioolles a[name="leslocatie"] img
{
  max-width: 148px;
  
  margin-top:7px;
  margin-bottom:2px;
  margin-left: -6px;
  border: 0px solid black;
}

div#container-bottom-tekst #content #vioolles a[name="lesduur"] img
{
  max-width: 127px;
  
  margin-top:7px;
  margin-bottom:6px;
  margin-left: -6px;
  border: 0px solid black;
}

div#container-bottom-tekst #content #vioolles a[name="notenlezen"] img
{
  max-width: 162px;
  
  margin-top:9px;
  margin-bottom:0px;
  margin-left: -6px;
  border: 0px solid black;
}

div#container-bottom-tekst #content #vioolles a[name="lesmateriaal"] img
{
  max-width: 189px;
  
  margin-top:9px;
  margin-bottom:2px;
  margin-left: -5px;
  border: 0px solid black;
}

div#container-bottom-tekst #content #faq
{
	border: 0px solid black;
	margin-top:0px; 
	margin-left:50px;
	overflow:scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
	height:550px;
}

div#container-bottom-tekst #content #faq::-webkit-scrollbar 
{
    display:none;
}

div#container-bottom-tekst #content #faq img
{
	  width: 127px;
  
  margin-top:12px;
  margin-bottom:0px;
  margin-left: -11px;
  border: 0px solid black;
}

div#container-bottom-tekst #content #faq p
{
    margin-bottom:30px;
}



td#col1
{
	width:150px;
}

#contact table td input
{
	width: 270px;
	font-size: 12px;
	border: 1px solid #919191;
	color: #474763;
}

#contact table td textarea
{
	width: 425px;
	height: 100px;
	font-size: 12px;
	border: 1px solid #919191;
	color: #474763;
}

#inputerror
{
	color: red;
	margin-bottom: 20px;
}





/*****************************************************/
/************ opmaak 'linkpartners.php' **************/
/*****************************************************/



body a
{
	color: #121f2d;
}

/* ---------------------------------- */

.contact-form {
    max-width: 580px;
    margin: 20px 0 20px 0;
    padding: 0px;
    /*background: #f7f7f7;*/
    border-radius: 10px;
    color: #474763;
}

.contact-form h1 {
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 6px;
    margin-bottom: 10px;
    border: 1px solid #474763;
    border-radius: 6px;
    font-size: 15px;
    color: #474763;
}

.contact-form textarea {
    min-height: 160px;
    resize: vertical;
}

.contact-form button {
    background: #697192;
    color: #fff;
    padding: 8px 15px;
    border: 1px solid #4a4a66;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;

    transition: all 0.2s ease;
}

.contact-form button:hover {
    background: #6d6d90;
    transform: translateY(-1px);
}

.success {
    color: green;
    margin-bottom: 15px;
}

.error {
    color: red;
    margin-bottom: 15px;
}

/* Honeypot verbergen */
.hp-field {
    display: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border: 1px solid #5b5b7a;
    box-shadow: 0 0 4px rgba(91, 91, 122, 0.3);
}


