html,body {
	font-family:Trebuchet MS;
	font-size: 14px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height:100%;
	color: #000;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #55b4ee;
}

a {
	color: #2B679B;
	text-decoration: none;
}

a:hover{
	color: #0BA3EC;
}

h1 {
	color:#265C8A;
	font-family:Trebuchet MS;
	font-size:18px;
	font-style:normal;
	text-decoration:none;
}

h2 {
	color:#000000;
	font-family:Trebuchet MS;
	font-size:16px;
	font-style:normal;
	text-decoration:none;
}

h3 {
	font-size:13px;
	font-weight: bold;
}

p {
	/*color:#000000;*/
	color: #000;
	font-family:Trebuchet MS;
	font-size:14px;
	font-style:normal;
	text-decoration:none;
}

ul{
	color:#000000;
	font-family:Trebuchet MS;
	font-size:14px;
	font-style:normal;
	text-decoration:none;
}

#container {
	position:relative;
	height:100%;
	width: 960px;
	margin: 0 auto;
	
	min-height: 100%;
}

#header {
	margin: 0 auto;
}

#topmenu  img{
	border: 0;
}

#topmenu a {
	text-decoration:none;	
}

#top {
	width: 960px;
	height: 55px;
	margin: 0 auto;
}

#logo {
	float:left;
	margin-top: 5px;
	margin-left: 40px;
}

.button {
	background:url("../images/knop.png") no-repeat scroll left top transparent;
	border:0 none;
	color:#FFFFFF;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	height:30px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100px;
}

#logo_klein {
	float:left;
	margin-left:42px;
	margin-top:5px;
}

#leerling_omgeving, #docent_omgeving {
	float:left;
	margin-top: 20px;
	margin-left: 150px;	
}

#leerling_omgeving .naam, #docent_omgeving .naam{
	position: relative;	
	float:left;
	width: 230px;
	height: 30px;
}

#leerling_omgeving .naam{
	background-image: url(../images/leerling_omgeving.png);
}

#docent_omgeving .naam{
	background-image: url(../images/docent_omgeving.png);
}

#gebruiker {
	float:left;
	left: 15px;
	top: 23px;
}

#gebruiker p{
	color: #00497A;
	display: inline;
	position: absolute;
	width: 195px;
	margin: 5px 0 0 25px;
	padding: 0;
	text-align: left;
}

#topmenu  {
	float:right;
	padding-top: 17px;
	margin-right: 50px;
	text-align:right;
}

#topmenu div {
	display: inline;
	margin: 0 0 0 20px;
}

#topmenu div p {
	display: inline;
	color: #014979;
}

#banner {
	width: 960px;
	height: 147px;
	margin: 0 auto;
	background-image:url(../images/banner.png);
}

#menu {
	float:left;
	margin:0;
	position:relative;
	width:961px;
}

#menu  ul {
	list-style: none;
	margin:0;
	padding:0;
}

#menu  li {
	line-height: 30px;
	display:block;
	float: left;
	height: 30px;
	width: 120px;
	background-position: top center;
	background-repeat: no-repeat;
}

#menu ul.sub  {
	z-index: -1;
	width: 120px;
	visibility:hidden;	
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.menuleft {
	text-align: left !important;
	margin-left: 5px !important;
}

#menu ul.sub li  {
	background-color: #00497A;
	z-index:-1;	
	display:block;
	float:none;
	clear:both;
}

#menu ul.sub_submenu {
	z-index:-1;
}

.tabbar {
	height: 10px; 
	line-height: 10px;
	font-size: 0px;
	background-color: #00497A;
}

.tabbar.tabbar_bruin {
	background-color: #ffde6c;
}

.tabbar.tabbar_groen {
	background-color: #729828;
}
.tabbar.tabbar_blauw {
	background-color: #74A8D2;
}

#menu  .menu-item1 {
	background-image: url(../images/t1.png);
}

#menu  .menu-item2{
	background-image: url(../images/t2.png);
}

#menu  .menu-item3 {
	background-image: url(../images/t3.png);
}

#menu  .menu-item4 {
	background-image: url(../images/t4.png);
}

#menu  .menu-item5 {
	background-image: url(../images/t5.png);
}

#menu  .menu-item6 {
	background-image: url(../images/t6.png);
}

#menu  .menu-item7 {
	background-image: url(../images/t7.png);
}

#menu  .menu-item8 {
	background-image: url(../images/t8.png);
}

#menu .connection {
	position:absolute;
	top:11px;
	height: 10px;
	width: 20px;
	margin-left: 110px;
	z-index: 200000;
}

#menu .connectiondocent {
	position:absolute;
	top:11px;
	height: 10px;
	width: 20px;
	left: 829px;
	z-index: 200000;
}

#menu .connectiondocent_pccompetent {
	position:absolute;
	top:11px;
	height: 10px;
	width: 20px;
	left: 588px;
	z-index: 200000;
}

#menu ul li a {
	color:white;
	font-size:14px;
	font-weight:normal;
	height:30px;
	text-align: center;
	text-decoration:none;
	display: block;
	width:120px;
}

#menu ul li a.menu_active{
	font-weight: bold;
}

#menu ul li a:hover{
	font-weight: bold;
}

#crumblepath {
	color: #00497A;
	text-align: left;
	background-color: #e5e5e5; 
	border-bottom: solid 1px #d6d6d6;
	text-indent: 40px;
	line-height:40px;
	font-size: 14px;
	font-weight: bold;
	height:30px;
	overflow: hidden;
}

#content {
	background-color: #ffffff;
	padding: 7px 40px 40px 40px;
	text-align: left;
}

/* tables */

table.layout_lijst {
	background-color:#f5f5f5;
	border-spacing:0;
	border-width:0;
	font-family: Trebuchet MS;
}

td.layout_lijst {
	background-color: #DCDCDC;
}

tr.layout_lijst_header {
	background-color:#63819f;	
	padding: 5px;
}

td.layout_lijst_header {
	background-color:#74A8D2;	
	color: #FFFFFF;
	padding: 1px 5px 1px 5px;
}

a.layout_lijst_header {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;	
}

span.layout_lijst_header {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;	
}

.tableheader .layout_lijst_header {
	color: #ffffff;
	background-color: #013366;
	padding: 2px 5px 2px 5px;
}

.tableheader .right, .tableheader .right a {
	font-size : 14px;
}

tr.layout_lijst_tr_0 td, tr.layout_lijst_tr_1 td, tr.layout_lijst_hover td, span.tips{
	/*cursor: pointer;*/
}

.layout_lijst_footer td {
	padding: 5px 0px 0px 5px;
}


.layout_lijst_tr_0 {
	background-color:#e9ebee;
}

.layout_lijst_tr_0 td {
	padding: 2px 0 2px 5px;
	color: #000;
	font-size:14px;
	background-color:#E9EBEE;	
}
	
.layout_lijst_tr_1 {
	background-color:#f5f5f5;	
}

.layout_lijst_tr_1 td {
	padding: 2px 0 2px 5px;
	color: #000;
	font-size:14px;
	background-color:#f5f5f5;
}

.layout_lijst_tr_header td {
	padding: 5px 5px 5px 10px;
	color: #000;
	font-size:14px;
	font-weight: bold;
}

.layout_lijst_hover {
	background-color:#fafafa;	
}

.layout_lijst_hover  td{
	padding: 2px 0 2px 5px;
	color:#555959;
	font-size:14px;
}

#footer {
	background-color: #013366;
	height: 25px;
	width: 960px;
	font-size:13px;
	color: #FFFFFF; 
}

.footer_content {
	float:left;
	line-height:25px;	
}

.footer_left {
	text-align: left;
	float: left;
	margin-right: 0;
    padding: 0 20px 0 20px;
}

.footer_right {
	text-align: right;
	float: right;
	margin-right: 20px;
}

.header_inactive {
	font-weight: normal !important;
}
.header_active {
	font-weight: bold !important;
}

font.no_u {
    font-weight: bold;
    color: #fff;
}

#memo_container {
	float: right;
	width: 350px;
	height: 200px;
	margin-top: 10px;
}

#memo {
	border: 1px solid #013366;
	overflow: scroll;
	height: 200px;
	width: 350px;
}

.opslaan_en_uitloggen {
	background:url("../images/knop_lang.png") no-repeat scroll left top transparent;
	border:0 none;
	color:#FFFFFF;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	height:30px;
	margin:0;
	padding:0;
	width:200px;
	cursor: pointer;
}

#table_template {
	display: none;
}