@charset "UTF-8";
/* CSS Document */

body,hmtl {
	background-color: #1b2d79;
	margin:0px;
	padding:0px;
	height:100%;
}

#container {
	background:url(../images/shades.png);
	margin-left:1px;
	/*background-position: center;*/
	width:1000px;
	margin:0 auto 0 auto;
	background-repeat:repeat-y;
	/*position: relative;*/
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */	}
	
#content {
	background-color:#1b2d79;
	background-image:url(../images/background-rotator/rotator-rob.php);
	background-repeat:no-repeat;
	width:900px;
	margin:0 auto 0 auto;
	border-right: 1px solid red;
	border-left: 1px solid red;
	}
	
#top {
	background:url(../images/top.png);
	background-repeat:no-repeat;
	width:900px;
	height:234px;
	margin:0 auto 0 auto;
	clear:both;
	}
	
#blauw {
	background:url(../images/blauw.png);
	clear:both;
	padding:10px;
	position:relative;
	}
	
#left {
	width:200px;
	float:left;
	}

#main {
	margin-left:210px;
	}
	
#main2 {
	margin-left:0px;
	}
	
#right {
	float:left;
	}

#bottom {
	clear:both;
	text-align:right;
	}
	
									
/* system info */
/* Tooltips */ 
.tool-tip {    
	float: left;    
	border: 1px solid #D4D5AA;    
	padding: 5px;    
	background: #FFFFCC;    
	max-width: 200px; 
	} 

.tool-title {    
	padding: 0;    
	margin: 0;    
	margin-top: -15px;    
	padding-top: 15px;    
	padding-bottom: 5px;    
	background: url(../../system/images/selector-arrow.png) no-repeat;    
	font-size: 100%;    
	font-weight: bold; 
	} 

.tool-text {    
	margin: 0;    
	font-size: 100%; 
	} 

#system-message dd.message ul, #system-message dd.message, #system-message dd.error ul, #system-message dd.notice ul {    
	padding: 0;    
	margin: 0; 
	} 

#system-message dt {
	display:none;
	} 

#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li {    
	background: none;    
	padding: 5px;    
	margin: 0;    
	color: #FFFFFF;    
	list-style:none; 
	} 

/* System Standard Messages */ 
#system-message dd.message ul {    
	background: #006699;    
	border: none; } 

/* System Error Messages */ 
#system-message dd.error ul {    
	background: #BF0000;    
	border: none; 
	} 

/* System Notice Messages */ 
#system-message dd.notice ul {    
	background: #EE9600;    
	border: none; 
	} 

/* System Standard Messages */ 
#system-message { 
	margin-bottom: 20px; 
	} 
	
#system-message dd.message ul { 
	background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;
	border-top: 3px solid #DE7A7B; 
	border-bottom: 3px solid #DE7A7B; 
	margin:0px; 
	padding-left: 40px; 
	text-indent:0px;
	} 

/* System Error Messages */ 
#system-message dd.error ul { 
	color: #c00; 
	background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; 
	border-top: 3px solid #DE7A7B; 
	border-bottom: 3px solid #DE7A7B; 
	margin:0px; 
	padding-left: 40px; 
	text-indent:0px;
	} 

/* System Notice Messages */ 
#system-message dd.notice ul { 
	color: #c00; 
	background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; 
	border-top: 3px solid #F0DC7E; 
	border-bottom: 3px solid #F0DC7E; 
	margin:0px; 
	padding-left: 40px; 
	text-indent:0px;
	} 

