﻿body {

    font-family: Calibri;
    font-size: medium;
    margin: 0px;

}

h1, h2 {
    font-size:larger;
    margin: 0px;
    color: #696969;
}

a.titel_link {
text-decoration: none;
color: #696969;
 font-size:larger;
}

label
{
width: 15em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

#topContent {
    height: 95px;
	background-image: url(../images/apklogo.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	border-top: 5px solid #808080;
    

}


#topTitle {
    height: 100px;
    text-align: left;
    margin-left: 0px;
    margin-top: 10px;
    padding-top: 15px;
    border-bottom: 4px solid #808080;
    font-family:Calibri;
    font-size:x-large;
       text-decoration: none;
    color: #696969;
    
}


#leftContent {
    width: 280px;    
    padding: 20px;
    font-size: 12px;
    text-align: left;
    position: absolute;
    top: 100px;
    margin-top: 10px;
    left: 0px;

}

#leftContent h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border-top: dotted 1px #660;
    border-bottom: dotted 1px #660;
}

#mainContent {
    text-align: left;
    margin-left: 0px;
    margin-top: 5px;
    padding: 20px;
 
}
#right {
    float:right;
    width:200px;
 margin-right:25px;

}
#left {
    float:left;
    min-width:350px;

}
#bottom-right
{
right: 0;
bottom: 0;
position: absolute;
}
#footerContent {
    text-align: center;
    padding: 5px;
}
#todoLijst 
{
	list-style-type:circle;
	padding: 0 0 0 20px;
}
#todoLijst li 
{
	margin: 4px 0;
     text-decoration: none;
color: #696969;
}
#todoLijst li a {
    text-decoration: none;
color: #696969;

}
