* {
    padding: 0;
    margin: 0;
	outline:none;
}

html {
    background-color: black;
}

.frontfont{
	color:#FFF;
	font-size:11px;
	}

#slideshow-container {
       _width:512px;
       height:654px;
       position:relative;
   }

#slideshow-container img {
       display:block;
       position:absolute;
       top:0;
       left:0;
       z-index:1;
   }

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;
}

.rowcontainer {
	width:95%; 
	margin: 0 auto;
	text-align: left;
	margin-bottom: 10px;
	padding: 30px 0 30px 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;
}

.k12, .k20, .k30 {
	width: 130px !important;
	text-align: center;
	margin-left: 5px;
}

.k42 {
	width: 155px !important;
	text-align: center;
	margin-left: 30px;
}



/* new buttons */

.important, .important:visited {
	/*background: #222 url(/images/alert-overlay.png) repeat-x; */
	background-color:#cccccc;
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #000; 
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	/*behavior:url(fileadmin/template/border-radius.htc);*/
	-webkit-border-radius: 5px;
	/*-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);*/
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	text-transform:uppercase;
	text-align:center;
	width:80px;
	margin-bottom:20pt;
}

.important:hover							{ background-color: #cccccc; color: #000; }
.important:active							{ top: 1px; }


.detail, .detail:visited {
	/*background: #222 url(/images/alert-overlay.png) repeat-x; */
	background-color:#558ed5;
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	/*-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);*/
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	text-transform:uppercase;
	text-align:center;
	width:80px;
	margin-bottom:20pt;
}

.detail:hover							{ background-color: #558ed5; color: #fff; }
.detail:active							{ top: 1px; }


.name-of-person, .name-of-person:visited {
	/*background: #222 url(/images/alert-overlay.png) repeat-x; */
	background-color:#ff0000;
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	/*-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);*/
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-weight:bold;
	text-transform:uppercase;
	width:65px;
	text-align:center;
	margin-bottom:20pt;
}

.name-of-person:hover							{ background-color: #ff0000; color: #fff; }
.name-of-person:active							{ top: 1px; }


.basketlink .name-of-person{
	width:95px;
	margin-bottom:2pt;
	}

.basketlink .detail{
	width:95px;
	margin-bottom:2pt;
	font-weight:bold;
	}


.uhrzentrumHeader .detail{
	width:200px;
	margin-bottom:2pt;
	}

.uhrzentrumHeader .name-of-person{
	width:88px;
	margin-bottom:2pt;
	}

.uhrzentrumHeader .important{
	width:88px;
	margin-bottom:2pt;
	margin-right:5px
	}

.basketform .submitbutton {
  width: 200px;
  /*border: 0;
  margin-top: 10px;*/
  background-color:#ff0000;
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	/*-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);*/
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	margin-top:10pt;
	margin-bottom:20pt;
}


.shop_productBasketContainerTwo .submitbutton {
    /*width: 550px;*/
    background-color:#558ed5;
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	/*-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);*/
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:20pt;
}


/*#shop_basketButtonsContainer .submitbuttondelete, #shop_personalDataButtonsContainer .submitbuttondelete {
	background-color:#cccccc;
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #000; 
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	text-transform:uppercase;
	text-align:center;
	width:200px;
	margin-bottom:20pt;
	border:0 none;
}*/


#shop_basketButtonsContainer .submitbuttonpro, #shop_personalDataButtonsContainer .submitbuttonpro{
	background-color:#ff0000;
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	/*-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);*/
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-weight:bold;
	text-transform:uppercase;
	width:200px;
	text-align:center;
	margin-bottom:20pt;
	border:0 none;
}




.shop_productBasketContainerTwo table th{
		background-color:#cccccc;
		color:#000;
		padding:3px;
		margin:3px;
	}

.shop_productBasketContainerTwo table td{
		padding:3px;
		margin:3px;
	}

.korbheader{
	text-transform:uppercase;
	 font-size:30px;
	 font-weight:bold;
	}

.producttitle{
	font-weight:bold;
	}

.numfield{
	padding:2px;
	}

.columnItems{
	
	}
