* { margin:0; padding:0; font-size: 100%; } 
html,body { min-height: 100%; height: 100%; } 

	body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background: url(../images/bg_pattern.jpg) repeat-x #503464;
		font-family:Arial, Helvetica, sans-serif; 
		}	
	
	#frame {
		width:774px;
		margin-left:10px;
		margin-right:auto;
		padding:0px;
		text-align:left;
		background-color:#FFFFFF;
		height: auto;
		min-height: 100%;
	        border-left: 3px solid #FFC32C;	
		border-right: 3px solid #FFC32C;
		float: left;
		}
		
	#contentleft {
		width:175px;
		padding:0px;
		padding-top: 32px;
		float:left;
		background:#fff;
		background-image:url(../images/menu_achter.jpg);
		background-repeat:no-repeat;
		font-size: 10px;
		}
	#nieuwsitem {
		color:#666;
		background-color: #FFF;	
		}
	#morenieuws {
		color:#666;
                background-color: #FFF;
		width: 152px;
                margin-left: 12px;
                padding: 3px;
                margin-bottom:5px;
                border: 1px solid #AAA;
	}
	
	#morenieuws a {
		text-decoration: none;
                color:#AAA;
                }
	#morenieuws a:hover {
                text-decoration: underline;
                color:#666;
                }

	#nieuwsitem a {
		width: 100%;
                width: 152px;
                margin-left: 12px;
                padding: 3px;
                margin-bottom:0px;
                border: 1px solid #DDD;
		display: block;
		text-decoration: none;
		color:#666;
		}
	#nieuwsimage img {
		border: 1px solid #666;
		height: auto;
		width: auto;
	}

	#nieuwsitem a:hover {
		background-color: #EEE;
		border: 1px solid #AAA;
	} 	

	#nieuwsitem img {
		float: left; 
		margin: 2px; 
	}
	
	#contentcenter {
		width: 574px;
		float:left;
		padding:10px 10px 10px 10px;
		font-size:12px;
		}

	#contentcenter a, a:visited {
		text-decoration: none;
		color: #666;
	}
	#contentcenter a:hover {
                text-decoration: underline;
		color: #AAA;	
        }	
	#header_top {
		margin-left:8px;
		height:70px;
		}
	#header {
		background-color:#FFFFFF;
		background-image:url(../images/ssra_header.jpg);
		background-repeat:no-repeat;
		height:140px;
		padding-top:10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}
