/*
Document:		kipstyle.css
Ontworpen op:	25-1-2009
Door:			Stekama Multimedia
Domein:			Kipsate.nl
*/

html, body {
	margin: 0px;
}

body {
	background: URL(webimages/body.jpg) repeat-x #ffffff;
	
	color: #ffffff;
	font-family: verdana;
	font-size: 13px;
}
#container {
	width: 900px;
	margin: 0px auto auto auto;
	background: URL(webimages/full_bg.gif);
}
#shadebox {
	margin-top: 0px;
	width: 900px;
	background: URL(webimages/shade.jpg) no-repeat ;
}
#header {
	width: 900px;
	height: 150px;
	margin: 0px;
	background: URL(webimages/header.jpg);
}
#menu {
	width: 900px;
	height: 50px;
	margin: 0px;
	background: URL(webimages/menu.jpg);
}
#menu img {
	border: none;
}
#inner_block {
	width: 820px;
	margin-left: 40px;
	margin-right: 40px;
	/*background: #ff0099;
	*/color: #000000;
	
	font-family: verdana;
	font-size: 13px;
}
#inner_block h1{
	color: #b25d00;
	margin: 0px;
	font-weight: normal;
	font-size: 25px;
}
#inner_block a{
	text-decoration: none;
	color: #b25d00;
	font-weight: bold;
}
#inner_block a:hover{
	color:#d59b5b;
}
#foot {
	width: 900px;
	height: 40px;
	margin: 0px;
	background: URL(webimages/foot.jpg);
}
.foottable {
	border: none;
	padding: 0px;
	width: 820px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 10px;
	font-size: 11px;
}
.foottable a {
	color: #fff200;
	text-decoration: none;
}
.foottable a:hover {
	color: #ffffff;
}