body{
  background:#04609C url('/gfx/gro_dk/bg-body.gif') top left repeat-x;
}

.content{
  margin-top:20px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
  -moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
  -webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
  background:#fff;
  padding: 10px;
}

#col_left{
  background: #A1A1A1;
  width: 173px;
}

#col_left ul li a{
  padding-left: 12px;
}

#col_left ul ul a{
  padding-left: 25px;
}

#col_left ul li a, #col_left ul li{
  background: #818080;
  color: #fff;
}

#col_left ul li a:hover{
  text-decoration: underline;
  color: #fff;
  background: #818080;
}

#col_left ul li{
  background: #A1A1A1;
}

#col_left ul li:hover{
  background: none;
}

#col_left ul ul ul ul a{
  padding-left: 55px;
}

#col_left ul {
  width: 170px;
}

#col_left ul li a{
  width: auto;
}

#col_left ul ul ul a{
  padding-left: 40px;
}

#col_left ul .current, #col_left ul ul a{
  background: #A1A1A1;
  border: none;
}

#col_left ul ul .current{
  font-weight: bold;
  font-size: 13px;
}

#col_left ul ul ul ul a{
  width: auto;
}

.table-view th{
  background:url("/gfx/gro_dk/bg-h3.gif") repeat 0 0 transparent;
  padding-bottom: 1px;
  color: #fff;
}

.table-view th a{
  color: #fff;
}

#header{
  background: #50CAFD;
  height: 104px;
}

#header #menu{
  background: url("/gfx/gro_dk/navigation-bg.gif") repeat 0 0 transparent;
  bottom: 0;
  left: 0;
  height: 25px;
  width:100%;
}

#header #menu #navigation{
  padding: 0;
  border-top: 1px solid #eee;
}

#header form{
  margin: 0;
}

#header #info{
  padding: 10px 0 0 10px;
  color: #fff;
  font-weight: bold;
  line-height: 12px;
}

#header #menu #navigation li a{
  padding: 3px 25px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

#header #basket{
  background-image: none;
}

#header #basket div{
  height: 33px;
}

#header #basket div div{
  padding: 3px 5px;
  background: #40a2ca;
  color:white;
  -moz-border-radius: 3px;
  border-radius: 3px;
  right: 10px;
}

#header #logo{
  left: 300px;
  top: 5px;
}

#frontpage_right{
  width: auto;
}

#frontpage_center{
  width: 649px
}

.news-frontpage {
	margin-top: 10px;
	margin-right: 0;
	text-align: left;
	border: 1px solid #666666;
	padding: 2px;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: transparent;
	filter: none; /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #ffffff); /* for firefox 3.6+ */ 
}
	.news-frontpage h2 {
		padding-left: 5px;
	}
	.news-frontpage ul {
		padding: 0 0 0 2em;
	}

#newsimages .content{
  margin: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
  padding: 0;
}

#content{
  background: url('/gfx/design/content_bg_gro.png') #ffffff repeat-y;
}

#footercards{
	margin-top: 10px;
	text-align: center;
}
#footercards #tools {
    display: inline-block;
    margin-left: 4px;
}
