		* {
			margin:0; padding:0;
		}

		body {
			background-color:black;
			padding-top:0;
			color:white;
			font-family:Tahoma,arial,sans-serif;
			font-size:14px;
		}

		div#header {
			background:black url('/images/headerBg.png') repeat-x;
			text-align:center;
			height:170px
		}

		li {
			margin-left:2em;
		}

		p {
			margin-bottom:1em;
		}

		img {
			vertical-align:bottom;
		}

		a { color:white; }

		a img {
			border:none;
		}

		div#content {
			padding-top:20px;
			width:800px;
			margin:0 auto;
		}

		body#index div#column1 {
			float:left;
			width:300px;
			color:red;
			font-weight:bold;
		}

		body#index div#column2 {
			float:right;
			width:480px;
		}

		body#filmuthyrning div#intro {
			width:500px;
			margin-bottom:20px;
		}


		body#filmuthyrning div#more {
			clear:both;
			padding-top:20px;
			font-size:11px;
		}

		body#filmuthyrning div#column1 {
			float:left;
			width:300px;
			font-size:11px;
		}

		body#filmuthyrning div#column2 {
			float:right;
			width:500px;
		}

		body#detaljhandel div#column2 {
			width:600px;
			margin:0 auto;
		}


		div#footer {
			text-align:center;
			clear:both;
		}
		div#footer span {
			padding:0 0.5em;
		}

		p#buttons {
			text-align:center;
			font-weight:bold;
		}

		p#buttons img {
			margin: 20px 20px 0 20px;
		}

		p#slogan {
			text-align:center;
		}

		p#contact {
			font-weight:bold;
		}

		br.clear {
			clear:both;
		}