body {
    background-color: #FFFFFF;
    text-align:center;
    margin:0px;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 11px;
    line-height:16px;
    color:#FFFFFF;
    padding:0;
    height: 100%;
}

html 
{
    height: 100%; 
    margin: 0; 
    padding: 0; 
    text-align: center;
}

/********************************************************
Container skinns
*********************************************************/

.ContentPaneTitleMain
{
    width:800px;
    margin-top:50px;
    margin-left:50px;
    margin-right:50px;
    margin-bottom:10px;
    padding-bottom:10px;
    text-align:left;
    border-bottom: solid 1px #000000;
}
.ContentPaneMain
{
    width:800px;
    margin-top:0px;
    margin-left:50px;
    margin-right:50px;
    margin-bottom:50px;
    text-align:left;
    float: left;
    _float:none;
    padding:0px;
}


/*******************************************************
DNN standard styles 
********************************************************/
p, td
{
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 11px;
    line-height:16px;
}

.Normal
{
    text-align:left;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 11px;
    line-height:16px;
    color:#FFFFFF;
    float:left;
}
.Head
{
    text-align:left;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 15px;
    line-height:16px;
    color:#FFFFFF;
    font-weight: normal;
   
}
.SubHead
{
    text-align:left;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 13px;
    line-height:16px;
    color:#FFFFFF;
    float:left;
    font-weight:normal;
}
a, a:link, a:visited
{
    color:#FFFFFF;
    text-decoration:none;

}
a:active, a:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}

.CommandButton     {
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
    
A.CommandButton:link {
    text-decoration:    none;
    color: #FFFFFF;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #FFFFFF;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #FFFFFF;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #FFFFFF;
}
/*******************************************************
GAS styles
********************************************************/

.GasMenuContainer, A.GasMenuContainer, A.GasMenuContainer:link
{
    color:#000000;
    text-transform:uppercase ;
}

.GasMenuLinks, A.GasMenuLinks, A.GasMenuLinks:link
{
    color:#000000;
    text-transform:uppercase ;
}

.GasMenuLinksActive, A.GasMenuLinksActive, A.GasMenuLinksActive:link
{
    color:#000000;
    text-transform:uppercase ;
    text-decoration:underline;
}

.GASContentContainer{
    padding-top:20px;
}

.GASArtworkListContainer
{
	background-color: #EFEFEF;
    margin-top: 0px;
}

.GASArtworkListContainer td
{
	background-color: #CECECE;
    text-align: center;
    vertical-align: middle;
	border-top: 0px solid #949599;
	border-right: 20px solid #949599;
	border-bottom: 20px solid #949599;
	border-left: 0px solid #949599;
	width: 160px;
	height: 160px;

}

/*******************************************************
Form modul
********************************************************/

.TilmeldNyhedsBrevTabel 
{
    border-collapse:collapse;
    padding:0;
    margin:0;
}
.TilmeldNyhedsBrevTabel td{ 
    text-align:left;
    padding-right:10px;
    padding-bottom:3px;
    padding-left:0px;
    padding-top:0px;
}
.TilmeldNyhedsBrevTabel .CommandButton 
{
   text-align:right;
   float:right;
}


/*******************************************************
Skin divs
********************************************************/

#pagecontainerdiv
{
    width:900px;
    border-left: solid 1px #4D4D4D;
    border-right: solid 1px #4D4D4D;
    background-color: #949599;
    margin:0 auto;
    
}

#headerdiv
{
    background-color: #000000;
    height:120px;
    width:900px;
    border-bottom: solid 1px #4D4D4D;
    margin:0 auto;
    padding:0px;
    text-align:left;
}
#contentdiv
{
    background-color: #949599;
    width:900px;
    margin:0 auto;

}
#footerdiv
{
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 11px;
    color:#7F7F7F;   
    line-height:16px;
    width:900px;
    border-top: solid 1px #4D4D4D;
    margin: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px; 
    background-color: #000000;
    height: 80px;

}



#footerdiv a, #footerdiv a:visited  
{
    text-decoration: none;
    color:#FFFFFF;
}
#footerdiv a:hover, #footerdiv a:active
{
    text-decoration: underline;
    color:#FFFFFF;
}


#menudiv
{
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 11px;
    color:#7F7F7F;
    padding:0px;
    padding-left:50px;
    width:675px; 
    margin:0 auto;
    margin-top:95px;
    text-align:left;
    float:left;

}
#logodiv
{
    width:150px;
    margin-top:10px;
    text-align:left;
    float:right;

}


.footerleftpane
{
    width:40%;
    text-align:left;
    float:left;
    margin:0px;
    padding-left:50px;
}

.footerrightpane
{
    width:40%;
    margin:0;
    text-align:left;
    float:right;
    padding-right:50px;
}

.footerleftpane a, .footerleftpane p,  .footerleftpane td, .footerleftpane div,
.footerrightpane a, .footerrightpane p,  .footerrightpane td, .footerrightpane div
{
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 11px;
    line-height:16px;
    color:#7F7F7F;

}


#copyrightdiv
{
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 11px;
    color:#7F7F7F;
    background-color: #000000;
    width:900px;
    line-height:16px;
    text-align: center;
    padding-bottom: 10px; 

}



/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav { /* menu wrapper div */
	padding: 0;
	margin: 0;
	border: 0;
	white-space: nowrap;
	position: relative;
	/* seems to be necessary for IE when used for HouseMenu skinobject */
	/*	_position: absolute; */
}

#HouseMenuNav ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 99999;
}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	margin-bottom: 1;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/

#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */

	width: 100%;
	height: 24px;
	line-height: 12px;

}

#HouseMenuNav li { /* all list items */
	width: 144px;
	height: 24px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 26px;
	_height: 24px;
	/* end hack */
}

#HouseMenuNav li li { /* all items under the top level */
	width: 148px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
}

#HouseMenuNav a { /* all links within the menu wrapper */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #7F7F7F;
	background-color: transparent;
        padding-right: 20px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li a { /* all item links under the top level */
	padding: 5px;
	width: 148px;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 12px;
	_height: 20px;
	/* end hack */

}

#HouseMenuNav li a:hover {
    padding-right: 20px;
	color: #ffffff;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li a:hover {
	color: #FFFFFF;
	background-color: #000000; 
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li ul { /* second-level lists */
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    border-bottom: solid 1px #4D4D4D;
    border-left: solid 1px #4D4D4D;
    border-right: solid 1px #4D4D4D;

	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
    margin: 13px 0 0 0;
	/* end hack */
	_margin:0;
	line-height: 12px;
	background-color: #000000;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */

}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	/* border: solid 1px #036; fjernet af LS */
	line-height: 12px;
	background-color: #000000;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNav #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	padding: 5px;
	color: #fff; 
	background-color: #000000; 
	text-decoration: none;
}


.ControlPanel .CommandButton, .ControlPanel A.CommandButton:link, .ControlPanel A.CommandButton:visited, .ControlPanel A.CommandButton:active,  .ControlPanel A.CommandButton:hover  
{
        color: #003366;
}
.ControlPanel .Head {
    color: #000000;
}

.ControlPanel .SubHead, .FCKImageGalleryContaine .SubHead{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
.ControlPanel 
{
    width: 900px;
}


