﻿/* Stylesheet gebaseerd op CadCollege Series 5 */



.tutor_layout
{
	background-image: none;
	background-repeat: repeat-y;
	margin: 0px;
	float:left;	
	width:100%;
	height:100%;
	overflow:hidden;
		
}


/* Hoofdgebruiker menu */
.menu
{

	margin-left: 0px;
	list-style-type: square;
}


/* MENU OPMAAK */
.hoek_menu_midden
{
	background-color: #CCCCCC;
}


/* Menu */
#selectie_menu
{	
	float: left;
		
}
#knoppen
{	
	float: left;
	width: 30px;
		
}

#tutorial_scherm
{
				position: absolute;
				float: left;
				top: 0px;
				width: auto;
				height: 96.5%;
				text-align: center;
				overflow:hidden;
				
/*		transition: all 1s ease-in-out; 
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out;
  	-ms-transition: all 1s ease-in-out;
 	 -o-transition: all 1s ease-in-out;
*/			
}

.tutorial{
			height:98%;	
			width:auto;
			overflow:hidden;
}
.maincontent
{
    float:left;
    top: 8px;   
    height:100%;
    width:100%;
    position:absolute;
    overflow:hidden;
}

div.leftMenu 
{
				height: 96%;
				left: 0px;
				margin-left: 8px;
				position: absolute;
				width: 175px;
}

div.rightdata
{
   
    height: 96%;
    width:auto;
    left: 200px;
    margin:0px;
    padding: 1px;
    position: absolute;
    right: 10px;

}


.opdrachtenlijst
{
    overflow: auto;
    font-size: 14px;
    left: 10px;
    right: 5px;
    position: absolute;
    top: 25px;
    bottom:2px;
    width:160px; 
}


div.showallcontent {
    clear:both;
}

.loginshadow
{
    background-color:#424242;
    -moz-box-shadow: 2px 2px 4px 1px rgba(56, 59, 61, 0.7);
    -webkit-box-shadow: 2px 2px 4px 1px rgba(56, 59, 61, 0.7);
    box-shadow: 2px 2px 4px 1px rgba(56, 59, 61, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


.titlebar
{
				font-size: 16px;
				color: #FFFFFF;
				text-indent: 10px;
				height: 20px;
				text-align: right;
				background-color: #D90404;
				padding-right: 10px;
				padding-bottom: 2px;
				margin-top: -3px;
				margin-left: -3px;
				margin-right: -3px;
				margin-bottom: 2px;
				-moz-border-radius-topleft: 6px;
				-moz-border-radius-topright: 6px;
				-khtml-border-radius-topleft: 6px;
				-khtml-border-radius-topright: 6px;
				border-top-left-radius: 6px;
				border-top-right-radius: 6px;
				-webkit-border-top-left-radius: 6px;
				-webkit-border-top-right-radius: 6px;
				font-family: Arial, Helvetica, sans-serif;
				vertical-align: middle;
				font-weight: bold;
}


.roundtopcorners
{
    
    -moz-border-radius-topleft:12px;
    -moz-border-radius-topright:12px;
    -khtml-border-radius-topleft:12px;
    -khtml-border-radius-topright:12px;
    border-top-left-radius:12px;
    border-top-right-radius:12px;
    -webkit-border-top-left-radius:12px;
    -webkit-border-top-right-radius:12px;
    
}

.borders
{
    border-color: #D90404;
    border-style: solid;
    background-color:White;
    border-width: 2px 2px 2px 2px;
    padding:3px;
}


.knop
{
				display: block;
				left: 2px;
				position: relative;
				top: 0px;
				cursor: pointer;
				/*
				writing-mode: tb-rl;
				-moz-transform: rotate(90deg) translate(140px,138px); 
				-webkit-transform: rotate(90deg) translate(140px,138px);
				-o-transform: rotate(90deg) translate(140px,138px); 
				white-space: nowrap;
				*/
				text-align: left;
				font-size: 13px;
				color: #444499;
				font-family: Arial, Helvetica, sans-serif;

}

a:link {color: #444499;	text-decoration: none;}      /* unvisited link */
a:visited {color: #444499;  text-decoration: none;}  /* visited link */
a:hover {color: #aa0000;	text-decoration: underline;}  /* mouse over link */
a:active{color: #4444bb;	text-decoration: underline;}  /* selected link */


.toonbeidekolommen {
    clear:both;
}

img{
				border:0px;
}