body{
	background:			url('/images/designdogs/body_bg.gif') center 50px repeat-y #CEC1B1;
}

h1 {
	color:				#3A3D3F;
}

h2 {
	color:				#3A3D3F;
}

h3 {
	color:				#3A3D3F;
}

hr{
	color:				#FF004E;
	background-color: 	#FF004E;
}

div#outer_container {
	background:			url('/images/designdogs/body_bg.gif') center repeat-y #CEC1B1;
}

div#inner_container{
	background:			url('/images/designdogs/dedo_logo_header.gif') top center no-repeat;	
}

div#content{
}


div#titlediv {
	color:				#3A3D3F;	
}
	div#mainnavigation div {
		color:				#362F2D;
		background:			url('/images/designdogs/mainnav/mainnav_bg.gif') left top no-repeat;
	}	

    div#mainnavigation div.over {
		background:			url('/images/designdogs/mainnav/mainnav_bg_over.gif') left top no-repeat;
	}		
	div#mainnavigation div a{
		color:				#362F2D;
	}
	div#mainnavigation div a:hover{
	}


div#bottombar div.spacer{
	background-color:	#827A00;
}
	div#creditbar td.zichtcredit{
		color:			#000;
	}
	
	div#creditbar td.zichtcredit a{		
		color:			#000;
		text-decoration:none;
	}
	
	div#creditbar td.zichtcredit a:hover{
	}
	div#creditbar td.footermenu {
	}
	div#creditbar td.footermenu a{		
		color:			#767676;
	}
	div#creditbar td.footermenu a:hover{
		text-decoration: underline;
	}
	
	div#creditbar td.creditcards {
		text-align:		right;
		padding-right:	15px;
	}

/* overig (links) */
a {
	color:				#FF004E;
}
a.submitlink,
a.linkback {
	background:			url(/images/designdogs/arrow_submit.gif) left no-repeat;
}

a.linkback {
	background:			url(/images/designdogs/arrow_back.gif) left no-repeat;
}


/* form elements */
input {
	color:				#000;
	border: 			1px solid black;
}

input.bttn {
	height:				20px;
	background-color:	#fff;
}


