html {
  overflow-y: scroll;
}
body {
  margin-top: 0px;
  background-color: #eeeeee;
}
a {
  color:#444;
  text-decoration:underline;
}
a:hover {
  color:#4eaf48;
}
h1 {
  font-size: 26pt;
}

div.container {
  width: 1210px;
  text-align: left;
}
#header-bar {
  height: 50px;
  background: #e1e1e1;
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  margin-bottom: 10px;
}
.header-content {
  max-width: 1209px;
  min-width: 1080px;
  width: auto;
  padding-top: 10px;
}
#login_logoutContainer {
  float: right;
  text-align: right;
}
#contentmenuContainer {
  float: left;
  padding-left: 50px;
}
#logoContainer h1 {
  font-family: 'Berkshire Swash', cursive;
  font-family: 'Kaushan Script', cursive;
  float: left;
  font-size: 22pt; 
}
#contentmenu a {
  margin: 0px 3px 0px 0px;
  padding: 0px 5px 0px 5px;
  height: 24px;
  line-height: 24px;
  background-color: #d5d5d5;
  border: 1px solid #bbbbbb;
  display: block;
  float: left;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url(border-radius.htc);
}
#contentmenu a:focus, #contentmenu a:hover {
  color: #ffffff;
  background-color: #4eaf48;
}

#searchContainer {
  float: left;
  margin: 0;
  padding: 0;
}
#search {
  margin: 0;
  padding: 0px 5px 0px 5px;
  height: 24px;
  width: 242px;
  line-height: 24px;
  color: #222222;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-right: 0;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 9pt;
  background:url('/images/lup_del1.png') no-repeat right top;
  float: left;
  text-decoration: none;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  behavior: url(border-radius.htc);
  float: left;
}

#knapDirekte {
  /*display: none;*/
}
#kategoriVideos {
  padding-top: 5px;
}

.kategoriLinks a {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  padding: 3px 5px;
  margin: 2px;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url(border-radius.htc);
  white-space: nowrap;
  display: block;
  float: left;
}
.kategoriLinks a:hover {
  color: #000000;
}
.kategoriLinks .current {
  color: #ffffff;
  background-color: #4eaf48;
}
#content, #_content, #content2, #_content2 {
  padding: 0px 10px 0px 10px;
  background-color: #fff; /* For at Internet Exploerer kan rendere stor tekst korrekt ved en jQuery animation */
  display: none;
}
#content .title, #_content .title, #content2 .title, #_content2 .title {
  font-size: 14pt;
  padding-bottom: 10px;
}
#content .body, #_content .body, #content2 .body, #_content2 .body {
  font-size: 9pt;
}
#content a:focus, #content a:link, #content a:visited, #content a:active, #content a:hover {
  color: #000;
}
 
#player0 {
  display: inline;
  margin-left: 3px; /* for iPad, iPhone */
}
#player0 a {
  display: block;
  width: 640px;
  height: 360px;
  text-align: center;
  border: 1px solid #aaaaaa;
}
#player0 a img {
  margin-top: 140px;
}

#player1 {
  display: none;
  margin-left: 3px; /* for iPad, iPhone */
}
#player1 a {
  display: block;
  width: 640px;
  height: 360px;
  text-align: center;
  border: 1px solid #aaaaaa;
}
#player1 a img {
  margin-top: 140px;
}

#frontend #thumbMode .thumbContainer {
  float: left;
  padding: 0px 10px 0px 0px;
} 
#frontend #thumbMode .thumbContainer .thumbImg {
  border: 1px solid #dddddd;
  width: 142px;
  height: 80px;
}
.videoHover {
  /*border: 1px solid #cccccc;*/
  background-color: #dddddd;
}
#frontend #box1ContainerTop {
  margin-bottom: 1px;
  height: 20px;
  padding: 5px;
  font-size: 15px;
  color: #777;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
#frontend #box1ContainerTop .venstre {
  float: left;
}
#frontend #box1ContainerTop .hoejre {
  float: right;
}

#frontend #box1Container {
  height: 430px;
  padding: 5px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative; /*IE7 hack*/
  border: 1px solid #e5e5e5;
  background-color:#f5f5f5;	
/*
  border: 5px solid #bbbbbb;
  border-top: 30px solid #bbbbbb;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url(border-radius.htc);
*/
}
#frontend .box1ThumbImg {
  border: 1px solid #dddddd;
  width: 89px;
  height: 50px;
}
#frontend .box1ThumbContainer {
  width: 95px;
  float: left;
}
#frontend .box1TextContainer {
  width:138px;
  float: left;
}
#frontend .box1TextContainer .title {
  font-size: 8pt;
  font-weight: bold;
  overflow: hidden;
}
#frontend .box1TextContainer .detalje {
  font-size: 8pt;
}
#frontend .box1Link {
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}
#frontend #thumbMode p {
  margin: 0px 0px 6px 0px;
}
#frontend #thumbMode .thumbContainer .thumbText {
}
#frontend #thumbMode .thumbContainer a {
  text-decoration: none;
  font-size: 8pt;
  font-weight: bold; 
  width: 143px;
  padding: 0px;
  margin: 0px;
  word-wrap: break-word;
  overflow: hidden;
  display: block;
}
#detaljeTop {
  margin-bottom: 1px;
  height: 22px;
  padding: 5px;
  font-size: 20px;
  line-height: 20px;
}
#detalje {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#detalje_del1 {
  float: left;
}
#detalje_del2 {
  padding-left: 15px;
  float: right;
}
#detaljeTop .title {
  float: left;
  font-size: 14pt;
}
#detaljeTop .duration {
  font-size: 14pt;
  padding: 0px 5px;
  background-color: #dddddd;
  color: #222222;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url(border-radius.htc);
}
#detalje .description {
  font-size: 8pt;
  width: 435px;
  word-wrap: break-word;
  margin-bottom: 16px;
}
#detalje .tags {
  padding: 0;
  width: 430px;
}
#detalje .tag {
  font-size: 8pt;
  float: left;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 0px 5px;
  background-color: #e5e5e5;
  border: 1px solid #bbbbbb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  behavior: url(border-radius.htc);
}
#detalje .tag a {
  text-decoration: none;
}
#detalje .footer {
  padding-top: 20px;
  font-size: 8pt;
}
.skyderContainer {
  float: right;
}
.skyderContainer .skyder {
  float: left;
}
.skyderContainer .tekst {
  float: left;
  line-height: 100%;
  font-size: 10pt;
}
.download {
  float: left;
  padding: 0;
  margin: 0;
  margin-left: 15px;
  border: 1px solid #888888;
  font-size: 7pt;
}
.albumLinks {
  font-size: 15px;
}
.albumLinks a {
  font-size: 15px;
  padding: 0px 8px;
}

#rss, #embed, #facebook {
  float: left;
  padding: 0px 2px;
}
/*Billed stak (til store miniaturer) - Varigheden vises indlejret i miniaturen*/
.stackContainer {
  position: relative;
  width: 142px;
  height: 80px;
  display: block;
}
.stackDel1 {
  position: absolute;
  top: 0px;
  left: 0px;
}
.stackDel2 {
  position: absolute;
  color: #ffffff;
  background-color: #222222;
  padding: 0px 3px;
  bottom: 3px;
  right: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url(border-radius.htc);
}

/*Billed stak (til små miniaturer)*/
.stackContainer_small {
  position: relative;
  width: 89px;
  height: 50px;
  display: block;
}
.stackDel1_small {
  position: absolute;
  top: 0px;
  left: 0px;
}
.stackDel2_small {
  position: absolute;
  color: #ffffff;
  background-color: #222222;
  padding: 0px 2px;
  bottom: 2px;
  right: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url(border-radius.htc);
}

/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:32px;
	border-bottom:1px solid #e5e5e5;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}


/* link inside the tab. uses a background image */
ul.css-tabs a { 
  float:left;
  font-size:15px;
  display:block;
  padding:5px 30px;	
  text-decoration:none;
  border:1px solid #d5d5d5;	
  border-bottom:0px;
  height:20px;
  background-color:#f5f5f5;
  color:#777777;
  margin-right:2px;
  position:relative;
  top:1px;	
  outline:0;
  -moz-border-radius:4px 4px 0 0;	
}
ul.css-tabs a { 
  behavior: url(border-radius.htc);
}

ul.css-tabs a:hover {
  background-color:#F7F7F7;
  color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
  background-color:#4eaf48;
  border-bottom: 1px solid #ddd;	
  color:#ffffff;	
  cursor:default;
}
/* tab pane */
.css-panes div {
  display:none;
  border:1px solid #e5e5e5;
  border-width:0 1px 1px 1px;
  min-height:150px;
  height: 400px;
  padding:15px 0px 15px 20px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
}
.css-panes {
}

/* Paginator */
.pagination {
  padding: 3px;
  padding-right: 29px;
  float: right;
}
.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaa;
  text-decoration: none; /* no underline */
  color: #444;
}
.pagination a:hover, div.pagination a:active {
  border: 1px solid #444;
  background-color: #aaa;
  color: #ffffff;
}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #06c;

  font-weight: bold;
  background-color: #4eaf48;
  color: #FFF;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #ddd;
  color: #DDD;
}

/* Embedkode */
#video_embed #kode {
  font-size: 11px;
  font-family: verdana, sans-serif;
  color: #666;
  height: 80px;
}
#video_embed #width, #video_embed #height {
  width: 35px;
}

/* Sponsorer */
#sponsorerContainerTop {
  margin-bottom: 1px;
  height: 20px;
  padding: 5px;
  font-size: 15px;
  color: #777;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  width:225px;
}
#sponsorer {
  width:225px;
  padding: 0px 5px;
  border: 1px solid #e5e5e5;
  word-wrap: break-word;
  overflow: hidden;
}
.sponsor_name {
  font-weight: bold;
}
.sponsor_linkTekst {
  font-size: 8pt;
  color: #aaaaaa;
}
a.sponsor_link {
  text-decoration:none;
}
.sponsor_image {
  width: 100px;
  float: left;
}
.sponsor_text {
  font-size: 8pt;
  width: 110px;
  padding-left: 10px; 
  float: left;
}

/* Videoindex */
#index {
  text-align: left;
  font-weight: bold;
  width: 180px;
  height: 240px;
  padding: 10px;
  overflow-y: auto;
  float: right;
}
#index a {
  font-weight: normal;
}
