body, html
{
	height: 99%;
	width: 98%;
	margin: 0;
	padding: 0;
	/*overflow-x: hidden;*/
}

body
{
	background-color: #FFF;
	color: #4C4C4C;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
}

.outsideContainer
{
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: 100%;
	text-align: left;
}

* html .outsideContainer
{
	height: 100%;
}

.clearer
{
	clear: both;
	display: block;
	height: 4px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


/* HEADER */

.header
{
	min-height: 45px;
	height: auto;
	border-bottom:2px solid #ccc;
	margin:0px 0 0 0;
	padding:15px 5px 0;
	
}

/* CONTENT */

.contentRegion
{
	padding: 0 0 35px;
	margin: 0px;
}

#content_container
{
    margin:0;
    padding:0 0;
    padding-top: 10px;
    /*max-width:690px;
    width:auto;*/
    width: 100%;
    /*border: 1px solid red;*/
}

#content_container img {
	margin-left: 10px;
}

/* SUBCONTENT */
.contentRight
{
	width: 250px;
    float: right;
    height: 200px;
    margin: 10px 0px 0pt 5px;
    font-size: 10px;
}


.contentRight IMG {
	/*width: 240px;*/
}

.contentRightC1
{
	display: inline;
    max-width: 250px;
    float:right;
    max-height: 200px;
    margin: 10px -10px 0pt 5px;
    font-size: 10px;
}

.contentSub
{
	display: inline;
	float:left;
	background-color: #FFF;
	min-height: 100px;
	height: 100px;
	margin:0;
	padding:0 15px;
	min-width: 440px;	
	/*border: 1px solid blue;*/
}

html>body .contentRight, .contentSub
{
    height: auto;
}

/* FOOTER */
.footer
{
    position:relative;
	color: #000;
	text-align: left;
	height: 33px;
	margin: -35px auto 0 auto;
	border-top: 2px solid #e5e5e5;
}
/* EXTRA */

.insideContainer
{
	position: relative;
	min-height: 100%;
}

* html .insideContainer
{
	height: 100%;
}

/* HIERONDER DE REST VAN DE CLASSES EN CONTENT
 * BOVENSTAAND STUK IS ALGEMEEN EN ALTIJD NODIG
 */
form
{
    margin:0;
    padding:0;
    clear:none;
    display:inline;
}

.contentSub table td
{
    /*border: 0px solid #000;*/
}

a
{
    color: #00a7eb;
    text-decoration:underline;
    cursor: pointer;
}

a:hover, a:visited
{
    color: #a20093;
}

a img
{
    border: 0px;
}

#print
{
    display:block;
    float:left;
    height: 32px;
    width: 80px;
    line-height: 32px;
    font-weight: bold;
}

#notitie
{
    display:block;
    float:left;
    height: 32px;
    width: 175px;
    line-height: 32px;
    font-weight: bold;
    cursor: pointer;
}

#vraagDocent
{
    display:block;
    float:left;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    cursor: pointer;
}

#vraagDocent img 
{
    vertical-align:middle;
}

#notitieBlok, #docentBlok
{
    position: relative;
    float: left;
    height: 140px;
    width: 208px;
    top: -180px;
    left: 30px;
    border: 1px solid #000;
    background: #fff890;
    _margin: -142px auto 0px;
    _top: -30px;
    padding-left:3px;
    padding-top:1px;
}

#docentBlok
{
    /*width: 222px;
	height: 190px;*/
	width: 230px;
	height: 240px;
    left: 90px;
    top: -230px;
    _top: -30px;
    _margin: -192px auto 0px;
}

#notitieBlok ul, #docentBlok ul
{
    display:block;
    list-style: none;
    margin:0;
    padding:0;
}

#notitieBlok li, #docentBlok li
{
    float:left;
    cursor: pointer;
    margin: 0 2px 0 0;
    padding: 2px;
    border: 1px solid #000;
    background-color: #fff;
    min-height: 14px;
    background-image: none;
}

#notitieBlok #closeNote, #docentBlok #closeDocent
{
    float:right;
    background-color: #fff;
    color:#000;
    border: 1px solid #000;
    padding: 1px 3px;
    margin:-2px 0 0 0 ;
    cursor: pointer;
}

#notitieBlok textarea, #docentBlok textarea
{
    width: 200px;
    height: 80px;
    float:left;
    clear:both;
}

#notitieBlok #notitie_buttons, #docentBlok #docent_buttons
{
    float:left;
    clear:both;
}

#docentBlok .verwijder
{
    color: #000;
    background-color:#fff;
    border: 1px solid #faf;
    display: inline-block;
    height: 12px;
    width: 10px;
    cursor: pointer;
}

.notitie_tekst
{
    display:none;
}

#print img, #notitie img
{
    vertical-align:middle;
}

h1, .Kop1, .kop1
{
    margin-top:0px;
    padding-top:0px;
    font-size: 24px;
    font-weight: bold;
}

h2
{
    font-size: 18px;
    font-weight: bold;
    color: #00a6ec;
}

.Kop2, .kop2
{
    font-size: 13px;
    font-weight: bold;
/*    color: #00a6ec;*/
    color: #000;    
}

h3, .Kop3, .kop3
{
    font-size: 12px;
/*    color: #338695;*/
    color: #000;
    font-weight: bold;
}

#buttons
{
    width: 185px;
    float: right;
    height: 16px;
    /*margin-top: 10px;*/
    font-size: 10px;
    margin-bottom: 10px;
    /*border: 1px solid green;*/
}

div.contentTop {
	width: 100%;
	/*border: 1px solid blue;*/
}

div.contentHeader {
	width: 470px;
	float: left;
	/*border: 1px solid red;*/
}

    #lees_voor
    {
        display:inline;
        color: #135985;
        border-right: 1px solid #CCCCCC;
        padding-right: 3px;
        cursor: pointer;
    }
    
    #lees_voor a
    {
        color: #135985;
        /*font-weight: bold;*/
        text-decoration: none;
    }
    
    #lees_voor a:hover
    {
        text-decoration: underline;
    }
    
    #lees_voor img
    {
        vertical-align:middle;
    }
    
    #fonts
    {
        margin-left:2px;
        display:inline;
        color: #CCCCCC;
    }
    
    #fonts span
    {
        cursor: pointer;
    }
    
#current_page
{
    float:right;
    line-height: 28px;
    color: #000000;
    font-size: 10px;
    padding-right: 4px;
}

ul {
	margin: 20px 0px 20px 0px;
	padding: 0;
	list-style-type: none;
}

ul ul {
	margin: 0px;
}

li {
	margin: 0px;
	padding: 1px 18px;
	background: url("/images/bullet.gif") 0 4px no-repeat;
}

li li {
	background: url("/images/dash.gif") 0 4px no-repeat;
}

ol li {
	background: none;
}

table
{
    border-style:solid;
    border-width:0px;
    border-color: lightgrey;
}

.contentSub table {
	border: 1px solid #4C4C4C;
	/*border-collapse: collapse;*/
}

/* Toegevoegd door HdV */
.public {
	background-color: #CCCCCC;
	background-image: url(/images/mainBg.jpg);
	background-repeat: repeat-x;
}

.contentLoggedIn {
	background-image: url(/images/mainAfdruk.jpg);
	background-repeat: no-repeat;
	background-position: right 5px;
	float: right;
	/*background-color: #CCCCCC;*/
	/*border: 1px solid red;*/
	width: 100%;
}

.grey {
	background-color: #CCCCCC;
}

div.contentHome {
	position: absolute;
	background-image: url(/images/mainAfdruk.jpg);
	background-repeat: no-repeat;
	background-position: right 5px;
	width: 955px;
	min-height: 319px; 	
	padding: 20px;
	color: #000;
}

table.voorbeeld {
	border: none;
}

div.contentPopup {
	padding: 15px;
}

/* ////////////////// TextSizer //////////////////////////////// */
#fonts, #lees_voor {
	float: left;
}

#fonts {
	padding-top: 4px;
	vertical-align: middle;
}

.aTextDecreaser,.aTextIncreaser {
	cursor: pointer;
	height: 15px;
	width: 15px;
	float:left;
}

.aTextTitle {
	padding-right: 1px;
	float: left;
	color: #135985;
	margin-right: 5px; 
}

.aTextDecreaser {
	border: 0px solid #FF0000;
	color: #BBBBBB;
	background-image: url('/images/buttons/button_min_off.gif');
	background-repeat: no-repeat;
}

.aTextIncreaser {
	color: #043882;
	background-image: url('/images/buttons/button_plus_on.gif');
	background-repeat: no-repeat;
}
/* ////////////////// TextSizer //////////////////////////////// */
