/* CSS Document */
/* DIV elementer */
.shadeHolder {
    position: relative;
    width: 700px;
    margin: 0px auto;
	top: 5px;
	vertical-align:top;
	
}
.shadeTBL {
    position: relative;
    z-index: 8;
    background-color: #ffffff;
	border: 0px #B5B498 solid;
	width:700px;
	/*height: 612px;*/
	height:600px;
	vertical-align:top;
	text-align: left;
  	top: 0px;
  	left: 0px;
  	/*padding: 5px;*/
}
#top{
	height:110px;
	vertical-align:top;
	text-align:left;
	background-color: #ffffff;
}
#left{
	background-color: #768E48;
	padding: 0px;
	width:150px;
	height:495px;
	vertical-align:top;
	overflow:hidden;
}
#right{
	padding: 0px;
	width:550px;
	background: #F5F4EA;
	vertical-align:top;
}

.shader {
    position: absolute;
    background-color: #000080;
}
/*------------------------------------------------*/
#menudiv{
  width:100%;
  height: 500px;
  overflow:hidden;
}
#design {
    position: relative;
    width: 700px;
    margin: 0px auto;
	padding-left: 11px; 
	top: 10px;
	text-align:left;
}
#design a {
	font-weight: normal;
	font-family: "arial", sans-serif;
	color: #BDBCA8;
	text-decoration:none;
	font-size:12px;
}
#design a:hover {
	font-weight: normal;
	font-family: "arial", sans-serif;
	color: #ACAB97;
	text-decoration:none;
	font-size:12px;
}
/*---------------------------------------------------------*/
body {
	background: #DDDCC4 url(gfx/ddslogo_bg.gif) no-repeat right 150px;/*url(gfx/bg.gif) repeat-x;*/
	text-align:center;
	margin: 0px;
	overflow:-moz-scrollbars-vertical;
}

a {
	font-weight: bold;
	font-family: "verdana", sans-serif;
	color: #476199;
	text-decoration:none;
}
a:hover {
	font-weight: bold;
	font-family: "verdana", sans-serif;
	color: #476199;
	text-decoration:underline;
}

h1 {
	font-weight: bold;
	font-size: 150%;
	padding: 2px 0 .5em 0;
	font-family: "arial", sans-serif;
	margin: 0px;
	color:#000000;
}
h3 {
	font-weight: bold;
	font-size: 120%;
	padding: 2px 0 .5em 0;
	font-family: "arial", sans-serif;
	margin: 0px;
	color:#000000;
}
p {
	margin: 8px 5px 8px 0px;
	padding: 0	;
}
p.date {
	margin: 0;
	padding: 0;
	font-size: 84%;
	color: #476199;
}

hr {
	height: 1px;
}

ul 	{ 
	margin-left:20px; 
	margin-right:0px;
	margin-top: 0px;
	list-style:square;
} 

#ddslogobg {
	width: 100%;
	height: 700px;
	background:  url(gfx/ddslogo_bg.gif) fixed no-repeat right 150px;
	background-attachment: fixed;
	z-index: 2;
}

/* Menu */
#menu {
	width: 100%;
	height: 330px;
	font-weight: bold;
	font-size: 0,8em;
	font-family: "verdana", sans-serif;
	color: #ffffff;
	margin: 0px;
}
a.menulink {
	font-weight: bold;
	font-size: 0.8em;
	font-family: "verdana", sans-serif;
	color: #ffffff;
	text-decoration:none;
}
a.menulink:hover {
	font-weight: bold;
	font-size: 0.8em;
	font-family: "verdana", sans-serif;
	color: #476199;
	text-decoration:none;
}

.menuheader {
	height: 16px; 
	background-color: #43561E; 
	font-size: 15px; 
	font-family: "arial black", sans-serif; 
	color: #ffffff; 
	padding-left: 5px;
}
#menuheaderstripes {
	height: 16px; 
	background-color: #43561E; 
	padding: 4px; 
	vertical-align: bottom; 
	text-align:right;
}
#menucontent {
	height: 520px;
	background-color: #62753D; 
	padding: 3px 2px 0px 5px; 
	vertical-align: top;
}
span.menulinks {
	padding-right: 5px;
}
span.submenu {
	padding-left:5px; 
	font-weight: bold;
	font-size: 0.8em; 
	font-family: "verdana", sans-serif;	
}
/* menu td hover */
#mainmenu a {
	display: block; 
	margin: 0; 
	padding: 3px; 
	height: 22px;
	border-bottom: 1px solid #6D8440;
}
#mainmenu a:hover {
	background: url(gfx/menulinkbg.gif) 0 0 no-repeat;
}

/* Nęste OST */
table.upcomingost {
	width: 100%; 
	height: 65px; 
	position: absolute; 
	bottom: 6px; 
	left: 6px;
	border: 0px;
}
#upcomingstripes{
	height: 16px; 
	background-color: #43561E; 
	padding: 5px; 
	vertical-align: bottom; 
	text-align:right;
}
#upcomingdate {
	height: 40px; 
	background-color: #768E48; 
	font-weight: normal;
	font-size: 12px;
	font-family: "verdana", sans-serif;
	padding: 10px 2px 0px 5px; 
	vertical-align: top;
	color: #ffffff;
}
#ostfacts {
	height: 40px; 
	background-color: #86a251; 
	font-weight: normal;
	font-size: 12px;
	font-family: "verdana", sans-serif;
	padding: 10px 2px 0px 5px; 
	vertical-align: top;
	color: #ffffff;
}
/* indholds delen */
#maincontent {
	width: 550px; 
	background: #F5F4EA;
	margin: 0px;
	padding: 4px 8px 40px 4px;
	vertical-align: top;
	text-align:left;
	font-weight: normal;
	font-size: 0.7em; 
	font-family: "verdana", sans-serif;  
	color: #000000;
}

#mainheader {
	height: 15px;
	width: 439px;
	background-color: #666666; 
	font-size: 15px; 
	font-family: "arial black", sans-serif; 
	color: #ffffff; 
	padding-left: 5px;
	text-align:left;
}
#mainheaderstripes {
	height: 16px; 
	width: 111px; 
	background-color: #666666; 
	padding: 5px 6px 5px 5px; 
	vertical-align: bottom; 
	text-align:right;
}
.dato {
	font-weight: normal;
	font-size: xx-small;
	font-family: "verdana", sans-serif; 
	color: #476199;
}
.billede {
	position:relative;
	right:3px;
	float:right;
	text-align:right;
	padding: 0px;
	margin: 8px 0px 5px 5px;
	width:100px;
	overflow:hidden;
}
#linie {
	width:100%; 
	border-bottom: 1px #666666 dotted; 
	margin: 5px 5px 10px 2px;
}
.tidligereost {
	width: 100%;
	text-align:left;
	font-weight: normal;
	font-size: 11px; 
	font-family: "verdana", sans-serif;  
	color: #000000; 
	border-top: 1px #666666 solid;
	border-left: 1px #666666 solid;
	background-color: #F9F9F9;
}
.tidligereost td {
	padding: 3px;
	vertical-align: top;
	border-bottom: 1px #666666 solid;
	border-right: 1px #666666 solid;
}
.tidligereost td.tidligereostheader {
	padding: 3px;
	border-right: 1px #666666 solid;
	background-color: #5F6D43; 
	color: white;
}

.teametperson {
	width:100%; 
	border: 1px #666666 solid; 
	padding: 5px 5px 2px 5px;
	background-color: #F9F9F9;
	text-align:left;
	font-weight: normal; 
	font-family: "verdana", sans-serif;  
	color: #000000;
}
#teametnavigation {
	width:100%;
	padding: 0px;
	border-top: 1px #666666 solid;
	border-right: 1px #666666 solid;
	background-color: #f9f9f9;
}
#teametnavigation td {
	height:20px;
	text-align:center;
	padding:0px;
	border-left: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	background-color: #f9f9f9;
}


/* table med DDS logo */
#ddslogo {
	width: 100%; 
	height: 40px;
}
#ddslogotopleft {
	height: 18px; 
	width: 100%; 
	background-color: #F5F4EA;
}
#ddslogobottomleft {
	height: 22px; 
	background-color: #FAFAF5;
}
#ddslogoright {
	width: 111px; 
	vertical-align: bottom;
	background-color: #F5F4EA;
}
#ddsdiv{
  position:absolute;
  bottom:5px;
  width:536px;
  border: 0px red solid;
  
}
/*------------ gbog -------------*/
.input {
	color: black; 
	background-color: #F9F9F9; 
	font-family: "verdana", sans-serif;
	font-size: 11px; 
	border-color: #ffffff; 
	border-bottom-width: 1px;
} 
.submit {
	font-family: "verdana", sans-serif;
	font-size: 11px; 
	border-width: 1px; 
	border-color: black;
} 
.fra {
	background-color: #5F6D43; 
	color: white;
}
.fra a {
	font-weight: bold;
	font-family: "verdana", sans-serif;
	color: #ffffff;
	text-decoration:none;
}.fra a:hover{
	font-weight: bold;
	font-family: "verdana", sans-serif;
	color: #ffffff;
	text-decoration:underline;
}

.besked {
	background-color: #F9F9F9;  
	color: black; 
	padding-left: 5px;
}	
/*------------ Andet -------------*/

.tshirts {
	width:185px;
	border:1px solid silver;
	text-align:left;
}
