body {
	background-color: #C8C8C8;
}
.container {
	background-color: #FFFFFF;
}

#topbanner {
  background-color: #2b406e;
  background-image: url("./../draftbeat_dk_football.png");
  background-repeat: no-repeat;
  background-position: Center top;  
}

hr {
	margin-top:10px;
	margin-bottom:10px;
	color: #2b406e;
	background-color: #2b406e;
	height:1px;
	border:0px;
}

a {
	color: #000000;
	text-decoration: underline;
}

.btn {
	text-decoration: none;
	margin-bottom:5px;
}

a:hover {
	color: #cbba5c;
	text-decoration: none;
}

ul.nav-pills a {
	background-color: #000000 !important;
	color: #FFFFFF;
	text-decoration: none;
}

ul.nav-pills a:hover {
	background-color: #000000 !important;
	color: #cbba5c !important;
	text-decoration: none;
}

ul.nav-pills a:active {
	background-color: #000000 !important;
	color: #FFFFFF !important;
	text-decoration: none;
}

ul.nav-pills a:visited {
    background-color: #000000 !important;
	text-decoration: none; 
}

ul.nav-pills a:focus {
	background-color: #000000 !important;
	color: #FFFFFF !important;
	text-decoration: none;
}

.borderless tbody tr td, .borderless thead tr th {
    border: none;
}

h1, h2, h3, h4, h5 {
	margin-top:0px;
	padding-top:10px;
}

h1 a {
	text-decoration: none;
}

h1 {
	font-size:26px;
}

h2 {
	font-size:22px;
}
h3 {
	font-size:18px;
}

a.helTekst {
	text-decoration: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #000000;
  background-image: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #000000;
  background-image: none;
}

.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 100px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 5px 5px 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  list-style: none;
  font-size: 0.8em;
  text-align: left;
  background-color: #000000;
  border: 0px solid #000000;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #000000;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #ffffff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #cbba5c;
  background-color: #000000;
}

.menuitem {
	padding-left:50px;
}

.menuitem1, .menuitem2, .menuitem3 {
	padding-left:100px;
}

.last {
	padding-bottom:15px;
}
.f1cImg {
	float:left; padding-top:15px; padding-right:10px;
	width:120px;
	height:80px;
}

.noBtmMargin {
	margin-bottom:0px;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
    box-sizing: content-box; 
    line-height: normal;
}

textarea {
	width:100%;
	height:250px;
}