#menu
{
  padding: 10px;
  padding-left: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #aaa;
  background-color: #fff;
  width:97,5%;
  height:45px;
}

#menu li
{
   display: inline-block;

}

.t1{
	font-family: "Eras Bold ITC";
	color:orange;
	font-size:27px;
    font-style:italic;
	line-height:30px;
}
#docenten{
	
}
#overgang {
    height:20px;
	width:239px; 
	text-align:center; 
	border:1px solid #ffffff;
   	background-color:orange; 
	
	}
a:link.overganglink, a:visited.overganglink, a:active.overganglink{
    

	color:#FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
	
a.ovalbutton{
	background: transparent url('../images/buttons/oval-blue-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
	color: #494949; /*button text color*/
}

a.ovalbutton span{
	background: transparent url('../images/buttons/oval-blue-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

.logout_button{
	background: url('../images/buttons/uitloggen.png') no-repeat;
	width:30px;
	height:30px;
	display:block;
	margin-left:50px;
}


	
	


* html #container {	/* Hack for IE, Reset to 100% height */
	height: 100%;
}									  /* End IE Hack */

#footer{
	font-family: Tahoma;
	font-size:13px;
	border-bottom: 1px solid #aaa;
	background-color: #fff;
	text-align:center;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0;
	width: 100%;
	
}

#container{
    position: relative;
	margin: 0 auto;
	min-height: 100%;
	height: auto;
	display:block;
}

#admin_login{
width:30em;
height:2em;
font-family:Segoe UI;
font-size:10.5px;
font-weight:bold;
color:red;
margin-left:3px;
}
