html{
  background:#fbfbfb url(../../UserFiles/Site/BodyBackground.gif) repeat-x 0 0;
	background-attachment: fixed;
}

body{
	margin:0;
	padding:0;
	font-size:100%;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	background-image:url(../../UserFiles/Image/SiteLink/BodyBackground.gif); 
	margin: auto;
	background-attachment: fixed;
}

em{
	font-style: italic;
}

#container{
  background-color:transparent;
  position:relative;
  width:987px;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  margin-bottom:auto;
}

#header{
  clear:both;
  width:100%;
  background:url(../../UserFiles/Site/header.png);
  height:76px;

}
#HeadText {
	color:Black;
	font-size:13pt;
	font-weight:bold;
	height:20px;
	left:102px;
	position:absolute;
	text-align:center;
	top:40px;
	width:768px;
}

#HeadText a {
	color:Black;
	text-decoration:none;
}
#logo{
	position: absolute;
	left: 30px;
	top: 8px;
	width: 72px;
	height: 60px;
	cursor: pointer;
}

	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}

	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}

	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
		min-height: 480px;
	}
	/* 3 Column blog style settings */
	.column3 {
		background:#e9eff0;			/* right column background colour */
	}
	.colmid {
		right: 254px;				/* width of the right column */
		background:#cfdee2;		/* center column background colour */
	}
	.colleft {
		right: 122px;				/* width of the middle column */
		background:#f5f9f8;			/* left column background colour */
	}
	.col1 {
		background-color: transparent;
		width:122px;				/* width of center column content (column width minus padding on either side) */
		left:987px;				/* 100% plus left padding of center column */
	}
	.col2 {
		width:550px;				/* Width of left column content (column width minus padding on either side) */
		left: 284px;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
		background-color: transparent;
	}
	.col3 {
		padding-top: 30px;
		padding-bottom: 0px;
		background-color: transparent;
		width:214px;				/* Width of right column content (column width minus padding on either side) */
		left: 457px;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	#CopyRight{
		position: absolute;
		width:122px;
		left:987px;
		bottom: 4px;
		font-size: 6pt;
		text-align: center;
		color: #9F9F9F;
	}
	
.red {
	color:Red;
}
img {
	border:0 none;
}


#Spec1_Menu{
	position: absolute;
	left: 733px;
	display: inline;
	padding-top: 2px;
	width: 254px;
	height: 22px;
	z-index: 99;
}

.SearchButton{
	left: 110px;
	top: 1px;
	position: absolute;
	width: 50px;
	height: 18px;
	background-color: #003C54;
	color: White;
	font-size: 9px;
	font-stretch: expanded;
	cursor: pointer;
	border: 1px ridge #CFDEE2;
}
.SiteMapCont{
	left: 176px;
	top: 3px;
	position: absolute;
	width: 28px;
	height: 18px;
	cursor: pointer;
	background-image: url(http://www.dsu.dk/UserFiles/Image/SiteLink/Sitemap.png);
}

.PrintCont{
	left: 218px;
	top: 3px;
	position: absolute;
	width: 23px;
	height: 18px;
	background-image: url(../../UserFiles/Image/SiteLink/printer.png);
	url(../../UserFiles/Image/SiteLink/printer.png);
	cursor: pointer;
}
.bodyContainer{
	position: relative;
	top: 20px;
}

h4 {
	background-color:#8BAEB7;
	font-size:10pt;
}

.CalenderTopBox{
	padding-top: 20px;
	padding-bottom: 10px;
}
.CalenderTopBox h3{
	padding-bottom: 10px;
}
.MenuDescriptionUL{
	margin-left: 10px;
	padding-left: 0px;
}
.MenuDescriptionUL a{
	text-decoration: none;
	color: Black;
}
.MenuDescriptionUL a:hover{
	color: #009EB4;
	text-decoration: none;
}

.MenuDescriptionLI{
	list-style: disc outside;
}

.SubMenuDescriptionUL{
	margin-left: 10px;
	padding-left: 0px;
}

.SubMenuDescriptionLI{
	list-style: circle outside;
}

.MenuDescription{
	color: Gray;
	font-size: 8pt;
	font-style: italic;
}

.TableStandard{
	font-size: 8pt;
	border-collapse: collapse;
	border: 2px ridge #62B6FF;
	table-layout: auto;
	width: 100%;
}
.TableStandard td,.TableStandard th{
	border: 0px ridge #62B6FF;
	border-bottom: 1px ridge #62B6FF;
	padding: 2px;
	padding-left: 1px;
}
.TableStandard a,.TableFakta a{
	color: #003C54;
	text-decoration: none;
}

.TableStandard a:hover,.TableFakta a:hover{
	color: #199ED5;
}

.TableStandardToDay{
	background-color: #CFDEE2;
}

.TableStandardWeekend{
	background-color: #E9EFF0;
}

.TableFakta{
	font-size: 9pt;
	border-collapse: collapse;
	border: 2px ridge #62B6FF;
	table-layout: auto;
	width: 100%;
}

.TableFakta td,.TableFakta th{
	border: 0px ridge #62B6FF;
	border-bottom: 1px ridge #62B6FF;
	padding: 2px;
	padding-left: 1px;
}


.TableHeader{
	background-color: #003C54;
	color: White;
	text-align: center;
	font-weight: bold;
}
.TableConst{
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	border-right: none;
	width: 150px;
}

.TableInfo{
	text-align: left;
	font-weight: normal;
	color: #003C54;
	font-size: 105%;
	padding-left: 10px;
	border-right: none;
	width: 150px;
}

.TableImg{
	vertical-align: top;
	width: 76px;
	text-align: center;
}
.TableImg img{
	border: thin outset #B6B6B6;
	width: 70px;
}
.TableEven{
	background-color: #CFDEE2;
}

.TableOdd{
	background-color: #E7EFF0;
}
.tableline td{
	padding-left: 2px;
}

.MedlemsSide{
	position: absolute;
	background-color: #E7EFF0;
	width: 100%;
	height: auto;
}

#MiniMenuCont{
	position: absolute;
	top: 79px;
	left: 732px;
	width: 253px;
	height: 24px;
}
#SearchField{
	position: absolute;
	left: 0px;
	top: 1px;
	width: 100px;
	height: 12px;
}
#SearchButton{
	left: 110px;
	top: 1px;
	position: absolute;
	width: 50px;
	height: 18px;
	background-color: #003C54;
	color: White;
	font-size: 9px;
	font-stretch: expanded;
	cursor: pointer;
	border: 1px ridge #CFDEE2;
}
#SiteMapCont{
	left: 176px;
	top: 1px;
	position: absolute;
	width: 28px;
	height: 18px;
	cursor: pointer;
}

#PrintCont{
	left: 218px;
	top: 1px;
	position: absolute;
	width: 23px;
	height: 18px;
	background-image: url(../../UserFiles/Image/SiteLink/printer.png);
	cursor: pointer;
}

.InfoBoxRightClass{
	position: absolute;
	width: 195px;
	height: 80px;
	left: 0px;
}

#InfoBoxRight_0{
	top: 30px;
}

#InfoBoxRight_1{
	top: 130px;
}

#InfoBoxRight_2{
	top: 220px;
}

#InfoBoxRight_3{
	top: 310px;
}

#InfoBoxRight_4{
	top: 405px;
}

#InfoBoxRight_5{
	display: none;
	position: absolute;
	top: 420px;
	left: 40px;
	height: 80px;
}


.Image{
	border: none;
	float: left;
	padding-right: 4px;
}

.RightSiteImage{
	display: inline;
	margin-right: 2px;
	padding-right: 4px;
	float: left;
}
.RightSiteHeader{
	color: #003C54;
	font-size: 11px;
	font-weight: bold;
}

.RightSiteText{
	font-size: 9px;
}

.RightFooter{
	font-size: 9px;
}


.RightFooter a{
	text-decoration: none;
	font-weight: bold;
	color: #007AC5;
}

.RightFooter a:hover{
	color: Black;
}

.SubHeader{
	color: #003C54;
	width: 100%;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}
.RightsiteLink{
	color: #007AC5;
}
.Line{
	color: Black;
	width: 100%;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
}
.cal_header{
	font-size: 13px;
	font-weight: bold;
}

.cal_even{
	background-color: #DDE6E8;
}

.cal_main {
font-size: 10px;
}
.link_description{
	font-size: 11px;
	color: Gray;
	font-style: italic;
	padding-left: 0px;
}
.link_li{
	list-style-image: url(../../UserFiles/Image/SiteLink/pil.gif);
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 10px;

}
#bodyContainer ul {
	padding: 20px;
}
.link_li a{
	font-size: small;
}
.separate{
	padding-right: 2px;
	padding-left: 2px;
}
.ArrowImage{
	margin-top: 3px;
}

.SpecLink a{
	text-decoration: none;
	font-weight: bold;
	color: #007AC5;
}

.SpecLink a:hover{
	color: Black;
}

.PgnViewerMoveMain {
	font-weight: bold;
	color: Black;
}

.PgnViewerMoveSub a{
}

.PgnViewerMoveMainNr{
	font-weight: bold;
	
}

.PgnViewerMoveSubNr{
	color: Gray;
}
.PgnViewerText{
}
.search_description{
	padding: 3px;
}

.hide{
	visibility: hidden;
}
