@charset "utf-8";
/* CSS Document */
/* Nammensma.com */

body{
	background:url('../images/background.jpg');
	background-color:#CCC;
	background-position:top;
	background-repeat:repeat-x;
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.container{
	margin:0 auto;
	width:950px;
}

.header {
	background:url('../images/logo.png') no-repeat;
	height:20px;
	margin:10px 0 10px 0;
	padding:80px 10px 0 10px;
	text-align:right;
}

.header a:link {
	text-transform:uppercase;
	color:#666;
	text-decoration:none;
}

.header a:visited {
	text-transform:uppercase;
	color:#666;
	text-decoration:none;
}

.header a:hover {
	text-transform:uppercase;
	color:#999;
	text-decoration:underline;
}

.header a:active {
	text-transform:uppercase;
	color:#CCC;
	text-decoration:underline;
}

.content {
	background:url('../images/content.png') no-repeat;
	width:950px;
	height:430px;
	padding:10px 10px 10px 10px;
}

.contact{
	float:right;
	width:150px;
	height:200px;
}

.uitroepteken {
	color:#C00;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.c_toevoeg{ 
		width:959px;
		padding:6px 4px 5px 4px;
		margin:25px 0  15px 0;}

.c_warn{ 
		width:750px;
		padding:6px 4px 5px 35px;
		margin:25px 0  15px 0;
		background:#ffc7c7 url('../images/icon_warning.png') 10px 6px no-repeat ;
		border:1px solid #ff9090;
		color:#ff0000;
		font-weight:bold;}

.c_notice{ 
		width:750px;
		padding:6px 4px 5px 35px;
		margin:25px 0  15px 0;
		background:#ffecc7 url('../images/icon_notice.png') 10px 6px no-repeat ;
		border:1px solid #ffcd6c;
		color:#c18105;
		font-weight:bold;}
		
.c_approved{ 
		width:750px;
		padding:6px 4px 5px 35px;
		margin:25px 0 15px 0;
		background:#e5ffc7 url('../images/icon_approved.png') 10px 6px no-repeat ;
		border:1px solid #aee33b;
		color:#72a700;
		font-weight:bold;}
		
	
.sleft .c_warn, .sleft .c_notice, .sleft .c_approved{
	width:325px;}

	
.c_warn .c_extra{
	color:#ab6b6b;	
	font-weight:normal;
}
	
.c_notice .c_extra{
	color:#bf9e5e;	
	font-weight:normal;
}

.c_approved .c_extra{
	color:#8aab63;	
	font-weight:normal;
}
		
.c_warn a{			color:#ff0000;
					text-decoration:underline;}
					
.c_warn a:visited{	color:#ff0000;
					text-decoration:underline;}
					
.c_warn a:hover{	color:#ab6b6b;
					text-decoration:underline;}
					
.c_warn a:active{	color:#ff0000;
					text-decoration:underline;}
		
					
.c_notice a{		color:#c18105;
					text-decoration:underline;}
					
.c_notice a:visited{color:#c18105;
					text-decoration:underline;}
					
.c_notice a:hover{	color:#bf9e5e;
					text-decoration:underline;}
					
.c_notice a:active{	color:#c18105;
					text-decoration:underline;}
	

.c_approved a{		color:#72a700;
					text-decoration:underline;}
					
.c_approved a:visited{color:#72a700;
					text-decoration:underline;}
					
.c_approved a:hover{	color:#8aab63;
					text-decoration:underline;}
					
.c_approved a:active{	color:#72a700;
					text-decoration:underline;}

.footer{
	font-size:10px;
	height:20px;
	text-align:center;
	width:950px;
}