/*
	css for dako.dk
	
	colors: 	
	text: 		646464

	red: 		ef1216
	green: 		b2d235	products
	blue: 		426ab3	knowledge
	violet: 	820063	services
	teal:		35cbda 	about
	grey:		f2f2f2	(bg in topnav)

				ededed 	(footer )
				898989	(line in footer)
				959595	(text in footer, text on prod ref)
				646464	(text)
				bebebe	(borders in forms)
				939495	(text in search form)
				b3b3b3	(borders on images)
	packed: 2010-09-17
------------------------------------------------------ */
@import url(base.css);
@import url(box.css);
@import url(form.css);

@import url(list.css);
@import url(nav.css);
@import url(scrollable.css);
/* @import url(slider.css); */
@import url(table.css);

@import url(jqzoom.css);
@import url(jquery.fancybox-1.3.0.css);

@import url(910-990.css);

.test				{
						margin: 0 20px 20px 0;
						padding-top: 45px;
						width: 135px;
						height: 90px;
						float: left;
						color: #fff;
						text-align: center;
					}

.dev-navig			{ background: #f2f2f2; margin: 0; padding: 20px; }
.dev-navig a 		{ margin: 0 10px 0 0; }

body.dev #content	{ background: aqua; }
body.dev #left		{ background: #ff0000; }
body.dev #main		{ background: #00ff00; }
body.dev #right		{ background: #0000ff; }

body.dev .col1		{ background: fuchsia; }
body.dev .col2		{ background: navy; }
body.dev .col3		{ background: gray; }
body.dev .col1_w	{ background: gray; }

body.dev .col		{ background: gray; }

.editor_text_large,
.editor_text_medium,
.editor_text_small	{ margin: 0 0 20px 0; padding: 10px; display: none; background: red; }

