/* lay-out */
body {
	padding : 0px;
	background-image : url(../media/images/rsg-agrond.gif);
	background-position : 50% 0%;
}

	#canvas {
		position : relative;
		width : 1002px;
		margin : 0px auto 0px auto;
	}
	
		a.generic{
			color : #002c62;
			text-decoration : none;
		}
	
		a.generic:hover{
			color : #002c62;
			text-decoration : none;
			background-color : #ffe716;
		}
	
		a.bread{
			color : #002c62;
			text-decoration : none;
		}
	
		a.bread:hover{
			color : #002c62;
			text-decoration : none;
		}

		.kop{
			font-size : 16px;
			color : #002c62;
		}

		.subkop{
			font-size : 12px;
			color : #dcc223;
		}

		#search {
			width : 400px;
		}
			#search input.emptyOnFocus {}
			#search input.text {
				width : 182px;
				background-color : #e6ebf0;
			}
			#search input.button {
				border : none;
				background-color : #ffe716;
				color : #002c62;
				height : 18px;
				padding : 0px 4px 0px 4px;
			}
