@CHARSET "ISO-8859-1";
@import url("article_redesign09.css");
@import url("skjema.css");
@import url("layout_redesign09.css");
@import url("hvaskjer.css");
@import url("menu_redesign09.css");
@import url("elements_redesign09.css");
@import url("elements_redesign10.css");
@import url("onskeliste.css");
@import url("butikksok.css");
@import url("konkuranse.css");

/* -------------------- */
/* BODY			*/
/* -------------------- */

body {
	background: #ffffff url('/gfx/redesign09/bg-blue-white.jpg') repeat-x;	
	margin: 0px;
	padding: 0px;
}

	.imp {
		border: 1px solid #d5cec4;
	}
	
	hr {
		border: 0px;
		color: white;
		background-color: white;
		border-bottom: 1px solid #ccc;
	}

	/* -------------------- */
	/* FONT STYLES		*/
		
		.italic {
			font-style: italic;
		}

		.uppercase {
			text-transform: uppercase;
		}
		
		.bold {
			font-weight: bold;
		}
			
	
	/* -------------------- */
	/* LINKS		*/
		
		h2 a {
       		font-family: Georgia, serif;
       		text-decoration: none;
       		color: #b9192d;
		}

		a {
        	font-family: Tahoma, Verdana;
			text-decoration: none;
			color: #b9192d;
		}

		a:hover {
			text-decoration: underline;
		}

	/* -------------------- */
	/* OBJECTS		*/

		form {
			display: inline;
		}

		img {
			border: 0px;
		}

		div.infobox {
			border: 0px solid #d7d0c7;
			width: 730px;
			float: left;
			margin: 0px 5px 7px 0px;
			font-size: 16px;
		}
		
		.border-top {
			border-top: 1px solid #BECACF;
		}
		
		.large-font {
			font-size: 1.5em;
		}

	/* -------------------- */
	/* Gallery		*/
	
		div.bildegalleriTilknyttet div.tumb {
			width: 50px;
			height: 50px;
			overflow: hidden;
			margin: 5px;
		}