﻿@import url(style_gen.css);

body {
  background-color : #000000;
  font-family : verdana;
}

table {
  border : 0px;
  border-collapse : collapse;
}

table td {
  padding : 0px;
  vertical-align : top;
}

#contentDiv {
  margin-top:5px;
}

.dropMenuItem {
  height : 20px;
}

.dropMenuItemHover {
  background-color : #b65d52;
}

.dropMenuLink {
  margin-top : 4px;
  margin-left : 18px;
  line-height : 17px;
  font-size : 13px;
  color : #FFFFFF;
  cursor : pointer;
}

.boxLastVideo {
  position : absolute;
  left : 665px;
  top : 396px;
  width : 300px;
  height : 440px;
  background-image : url(/grafik/bagg_senestevideoer.jpg);
  background-repeat : no-repeat;
}

.pageselector {
  position : absolute;
  top : 5px;
  left : 15px;
}

.pageno {
  float : left;
  color : #FFFFFF;
  font-size : 10px;
  margin-right : 1px;
}

.pageMainselector {
  position : absolute;
  top : 630px;
  left : 0px;
}

.pageMainno {
  float : left;
  color : #000000;
  font-size : 10px;
  margin-right : 1px;
}

/* tip en ven */

.tipenven {
  display : none;
  width : 630px;
  height : 400px;
  background-color : #666666;
  border : 4px #444444 solid;
  color : #FFFFFF;
}

.tipenven .close {
  position : absolute;
  cursor : pointer;
  top : -12px;
  right : 0px;
}

.tipenven .indhold {
  margin : 10px;
}

.tipenven .indhold .tekst {
  width : 480px;
  height : 268px;
  overflow : auto;
  color : #FFFFFF;
}

.tipenven .indhold .karakter {
  color : #FFFFFF;
  margin-top : 5px;
  font-weight : bold;
  font-size : 15px;
}

.tipenven #form {
  width : 480px;
}

.tipenven .overskrift {
  font-size : 12px;
  color : #FFFFFF;
}

.tipenven .overskrift b {
  font-size : 18px;
  color : #FFFFFF;
}

.tipenven .billede {
  position : absolute;
  top : 20px;
  right : 20px;
}

.tipenven .fed {
  margin-top : 5px;
  padding-top : 4px;
  margin-right : 10px;
  font-size : 11px;
}

.tipenven .preview_text {

}

.tipenven .inputtext {
  width : 200px;
  height : 18px;
	background-color : #FFFFFF;
	color : #000000;
	font-size : 12px;
	border : 1px #BBBBBB solid;
	padding-left : 2px;
	padding-right : 2px;
	margin-top : 2px;
}

.tipenven .inputbutton {
  cursor : pointer;
  background-color : #a43427;
  color : #FFFFFF;
  font-size : 10px;
  border : 1px solid #a43427;
  width:140px;
  height:20px;
}

.tipenven .inputbuttonDisabled {
  color : #666666;
}

.tipenven .inputselect {
  height : 18px;
	background-color : #FFFFFF;
	color : #000000;
	font-size : 12px;
	border : 1px #BBBBBB solid;
	padding-left : 2px;
	padding-right : 2px;
	margin-top : 2px;
}

.tipenven .inputarea {
  width : 200px;
  height : 150px;
	background-color : #FFFFFF;
	color : #000000;
	font-size : 12px;
	border : 1px #BBBBBB solid;
	padding-left : 2px;
	padding-right : 2px;
	margin-top : 2px;
}

.tipenven .error {
	border : 1px red solid;
}

/* tip en ven */


/* hjemmelavet accordion menu */

.accordionMenu {
  position : relative;
  margin-left : 10px;
  margin-top : 47px;
  width : 280px;
  height : 366px;
  overflow : hidden;
}

.accordionMenu .fan {
  position : absolute;
  width : 280px;
  height : 155px;
  margin-bottom : 2px;
  background-image : url(/grafik/accordionFan.png);
  background-repeat : no-repeat;
}

.accordionMenu .title {
  position : absolute;
  color : #FFFFFF;
  top : 5px;
  left : 5px;
  font-size : 11px;
  font-weight : bold;
  width : 78px;
  height : 15px;
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
  cursor : pointer;
}

.accordionMenu .play {
  position : absolute;
  top : 24px;
  right : 6px;
  font-size : 10px;
  width : 23px;
  height : 23px;
  cursor : pointer;
}

.accordionMenu .tekst {
  position : absolute;
  top : 19px;
  left : 5px;
  color : #FFFFFF;
  font-size : 11px;
  width : 240px;
  height : 100px;
  overflow : hidden;
}

.accordionMenu .marginbox {
  float : left;
  clear : left;
  height : 13px;
  width : 0px
}

.accordionMenu .marginboxlink {
  float : left;
  clear : left;
  height : 13px;
  width : 120px
}

/* hjemmelavet accordion menu */


.kontaktTable {
  
}

.kontaktTable td {
  font-size : 12px;
}

.kontaktTable .inputtext {
  margin-top : 4px;
  margin-left :10px;
  width : 250px;
  height : 17px;
  border : 1px #C2C3C0 solid;
}

.kontaktTable .inputarea {
  margin-top : 4px;
  margin-left :10px;
  width : 250px;
  height : 185px;
  border : 1px #C2C3C0 solid;
}

.kontaktTable .required {
  margin-left : 4px;
  color : #9f1900;
  font-weight : bold;
}

.kontaktTable .uploadoverskrift {
  font-weight : bold;
}

.kontaktTable .betingelser a {
  font-size : 9px;
  color : #0078af;
}

.kontaktTable .uploadstatus {
  font-size : 10px;
  font-weight : bold;
  color : #0078af;
}

.kontaktTable .notetekst {
  font-size : 10px;
  color : #0078af;
}

.kontaktTable .notetekst a {
  font-size : 10px;
  color : #0078af;
}

.copyright {
  padding : 4px;
  width : 400px;
  height : 40px;
  font-size : 9px;
  color : #FFFFFF;
  text-align : center;
}

.bund {
  font-size : 10px;
}

.inputSearch {
  width : 200px;
  height : 21px;
  border : 1px #000000 solid;
}
