a:link, a:visited, a:active {
	color: #404040;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #8c773b;
}
	
html, body, #container { 
	min-height: 100%; 
	width: 100%; 
	height: 100%;}
	
html>body, html>body #container { 
	height: auto;}
	
body { 
	margin: 0; 
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.5em;
	text-align:justify;
	color:#404040;
	background-color:#fff;}
	
#container {
	position:absolute; 
	top: 0; 
	left: 0; 
	background-image:url(../img_innotune/achtergrond.jpg);
	background-repeat:repeat-y;
	background-color:#fff;
	width:950px;}
	
#content {
	position:relative; 
	height: auto; 
	width:630px; 
	margin-top:50px;
	float:left;}
	
#info {
	position:relative; 
	height: auto; 
	width:630px; 
	margin-top:50px;
	margin-left:50px;
	float:left;}
	
#content li{
	margin:10px;}
	
.geen_lijst{
	position:relative;
	list-style:none;
	list-style-type:none;}	
	
.titel_cv{
	font-weight:bold;
	width:100px;}
	
h1{
	font-size:1.4em;
	line-height:1.5em;
	margin:0 0 30px 40px;
	color:#8c773b;}	
	
#info h1{
	margin:0 ;}	

#menu{
	position:relative; 
	float:left;
	width:250px;}

#menu_lijst{
	padding:0;
	margin:20px 0 0 70px;
	list-style:none;
	list-style-type:none;}

img {
	border:none;}
	
/* filemanager */
	
.submit_knop, select{
	background-color:#EDEDED;
	border:1px solid;
	font-size:13px;
	width:150px;}
	
.upload_knop{
	border:1px solid;
	background-color:#00CC99;}

.upload{
	border:1px solid;
	font-size:15px;
	padding:2px;
	width:350px;}
	
select {
	width:235px;}
	
table {
	padding:3px;}
	
#header{
	background-color:#332012;
	color:#FFFFFF;}
	
.aan{
	background-color:#EDEDED;}
	
/* login */

#flashcontent {
	height:350px;}
	
#login {
	text-align:center;
	line-height:25px;
	width:100%;}
	
#login_knop {
	cursor:pointer;
	background-color:#fff;
	border:none;
	color:#404040;
	margin-left:185px;}

