﻿

 #ondernav {
	position: absolute;
	z-index: 2000;
	width: 100%;
	height: 20px;
	top: 50px;
}
#myNavbar {
	background-color: #333;
	color: #C0C0C0;
}


   /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
	background-color: #333;
	position: fixed;
	z-index: 1000;
	width: 100%;
	color: #FFFFCC;
	font-family: Arial;
	font-size: medium;
	font-weight: normal;
	right: 0px;
	top: 0px;
}
.navbar-nav {
	float: right;
	margin: 0;
}
.navbar-nav>li {
	float: ;
}
	.navbar-nav>li>a {
		padding-top:15px;
		padding-bottom:15px
	}



   
 /* Add a gray background color and some padding to the footer */
 #footer {
	background-color: #ccc;
	padding: 15px;
	font-size: small;
}


 #myCarousel {
	margin-left: 0%;
	margin-right: 0%; /* verandering positie en maat */;
	background: #EFEFEF;
	margin-top: 60px;
	width: 100%;
}
  
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:80px;
      
  }



.carousel-control {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:15%;
	font-size:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.6);
	filter:alpha(opacity=50);
	opacity:.5
}
.carousel-control.left {
	background-repeat: repeat-x;
	background-image: linear-gradient(to right,rgba(0,0,0,.3) 0,rgba(0,0,0,.0001) 100%);
}
.carousel-control.right {
	right:0;
	left:auto;
	background-repeat: repeat-x;
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.3) 100%);
}







  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; 
    }
  }







  .letter-hoog {
	text-transform: uppercase;
	font-size: x-small;
	vertical-align: top;
	font-weight: bold;
}
 
  .uppercase {
	text-transform: uppercase;
  }

 
 .rijhoogte {
	height: 100px;
   }
  .rijhoogte20 {
	height: 20px;
  }

   
   
.rijhoogte1 {
	height: 10%;
   }
.rijhoogte2 { 
	height: 40%;
}
.rijhoogte3 { 
	height: 120%;
}

.rijhoogte4 { 
	height: 140%;
}

.rijhoogte5 { 
	height: 150%;
}


 
  .maxwidth600 { 
  max-width:600px;
	}
  .achtergrond1 {
  background: #EFEFEF;
	}
	
  .achtergrondx {
  background: #FEE;
	}

	
  .achtergrond2 {
  background: #C0C0C0;
	}

  .achtergrond3 {
  background: #C0C0C0;
	}

  .bijcontainer {
	margin-right: 40px;
	margin-left: 40px;
}
  .tekstkleur {
	color: #333;
}
  .afstand{
	margin-left: 8px;
	margin-right: 8px;
}
  .afstand-top{
	margin-top:5%;
}
  
  
 .ruimte-rechts{
	margin-right: 10px;
}

 .centreren {
	text-align: center;
}

  .randje{
	  border: 1px solid #C0C0C0;
  }
.verticaalcentraal {
	margin-top:65%;
}
 .toppositie {
 z-index: 2000;
 	
}

