* {
	margin:0;
	padding:0;
	list-style:none;}
img {
	border:none;}
a {
	color:#688c00;
	cursor:pointer;
	text-decoration:none;}
a:hover {
	text-decoration:underline;}
html,body {	
	height:100%;}
#outer {
	width:100%;
	min-height: 100%;
	height:100%; /* voor IE */}	
body {
	color:#505050;
	background:#d6d6d6;
	font:bold 11px Arial, Helvetica, sans-serif;}	
.line {
	width:100%;
	clear:both;
	float:left;
	background-repeat:repeat-x;
	background-image:url(../images/menu-line.gif);}
#container {
	width:706px;
	margin:auto;
	position:relative;}
#sdw-l , #sdw-r {
	width:36px;
	height:436px;
	top:50%;
	margin-top:-218px;
	position:absolute;
	background-repeat:no-repeat;}
#sdw-l {
	left:-36px;
	background-image:url(../images/warning/sdw-left.jpg);}
#sdw-r {
	right:-36px;
	background-image:url(../images/warning/sdw-right.jpg);}
#top {
	width:100%;
	height:148px;
	clear:both;
	background:url(../images/warning/top.jpg) no-repeat;}
#bot {
	width:100%;
	clear:both;
	height:30px;
	font-size:13px;
	line-height:29px;
	text-align:center;
	background:url(../images/warning/bot.jpg) no-repeat;}
#main {
	margin:0 1px;
	min-height:280px;
	text-align:center;
	background:url(../images/warning/bg.jpg) repeat-x;}
#main p {
	padding:10px 0;
	letter-spacing:1px;
	line-height:16px;}
	
#actions {
	width:100%;
	float:left;
	clear:both;
	background:url(../images/warning/line.gif) left center repeat-x;}	
#actions #btn {
	width:370px;
	margin:0 auto;}	
#actions #btn span {
	width:92px;
	height:51px;
	float:left;
	display:block;}
#actions #btn a {
	width:139px;
	height:51px;
	float:left;
	display:block;
	color:#3c5100;
	line-height:50px;
	background-repeat:no-repeat;
	background-image:url(../images/warning/btn.gif);}
#actions #btn a.red {
	color:#000;
	background-image:url(../images/warning/btn-red.gif);}
#actions #btn a:hover {
	color:#1d2013;
	background-position:left -51px ;}