* {
    padding: 0;
    margin: 0;
}

html {
    background-color: black;
}

body {
    background-color: black;
    /*
    background-image: url('bg.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    */
    height: 100%
    text-align: center;
    font-family: "Gill", Verdana, sans-serif;
}

a {
	color: white;
}

h1 {
	font-size: 11pt;
	padding-bottom: 5px;
}

.bodytext, .align-justify, ul {
	margin-bottom: 12px;
}

/*
.align-justify {
	text-align: justify;
}
*/

#container {
    width: 950px;
    margin: auto;
    text-align: left;
    color: white;
}

#container_inner {
    margin: 2px 10px 50px 10px;
    background-color: black;
}

#top img {
  border-top: 3px solid black;
  border-bottom: 3px solid black;
}

#menu {
    background-image: url('menubg.jpg');
    width: 930px;
    height: 40px;
    overflow: hidden;
}

#menu_inner {
    padding: 4px 0px 3px 25px;
}

#menu_inner a, #footer_inner a {
    color: black;
    text-decoration: none;
    font-size: 0.75em;
    font-family: sans-serif;
    margin-right: 15px;
    text-transform: uppercase;
    /*
    font-weight: bold;
    */
}

#submenu {
    padding-top: 3px;
    font-size: 0.9em;
}

#menubasket {
    color: black;
    text-decoration: none;
    font-size: 0.75em;
    font-family: sans-serif;
    margin-right: 15px;
    float: right;
    width: 200px;
    text-align: right;
}

.floatright {
    float:right;
}

.kurvlink {
  padding-left: 15px;
  background-image: url('kurv_lille.png');
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

.bold {
		font-weight: bold;
}

#content {
    margin: 50px 0px 25px 0px;
    min-height: 365px;
}

#content_inner {
    font-size: 0.7em;
}

#center {
	text-align: center;
}

#left {
	float: left;
	width: 450px;
}

#left_inner {
	padding-left: 73px;
}

#right {
	float: right;
	width: 450px;
}

#right_inner {
	padding-right: 73px;
}

#footer {
    background-image: url('footerbg.jpg');
    background-repeat: no-repeat;
    background-position: 0 25px;
    width: 930px;
    height: 80px;
    overflow: hidden;
}

#footer_inner {
    padding: 28px 0px 5px 25px;
}

#logo {
    width: 150px;
    height: 80px;
    background-color: black;
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -75px;
    margin-top: -5px;
    text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.copyright {
		color: #CCCCCC;
    font-size: 0.5em;
    font-family: sans-serif;
    /*
    margin-left: 25px;
    */
    margin-top: -28px;
    /*
    margin-right: 15px;
    */
    text-transform: uppercase;
}

.basketform {
	font-size: 0.9em; 
	width: 300px; 
	margin: 0 auto;
	vertical-align: center;
}

.basketform input {
  width: 40px;
  border: 0;
}

.basketform .submitbutton {
  width: 140px;
  border: 0;
  margin-top: 10px;
}

.rowcontainer {
	width:95%; 
	margin: 0 auto;
	text-align: left;
	margin-bottom: 10px;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid gray;
}

.rowcontainer_inner {
	padding: 0 20px 0 20px;
}

.elementcontainer {
	float: left;
	width: 40%;
}

#tidsprikker .elementcontainer {
	width: 30%;
}

.elementcontainer_inner {
	padding: 0 10px 0 10px;
}

.clearer {
	clear: both;
}

ul li {
  margin-left: 20px;
}

.urcenterinfo {
  width: 60%;
  text-align: center;
}

.t12, .t30, .t42 {
	width: 150px !important;
	text-align: center;
	margin-left: 30px;
}