/* 
===================================
DNN Skin styles for adresse-info.dk
===================================
*/   

body {
    behavior:url(DesktopModules/SnapsisDNN/NavMenu/csshover.htc);
	background-color: #ced3c9; 
	margin: 0px;
	font-size: 12px;
	font-family: Arial,Swiss,Helvetica,Verdana; 
	font-weight: normal;
}

html{height:100%}
html>body #PortalBorder {height:auto}/*for mozilla */

.TabList {
    float: left;
    vertical-align: middle;
}

.TabList ul 
{
    vertical-align: middle;
    clear: both;
    list-style: none;
    display: inline;
}

.TabList li 
{
    float: left;
    display: inline;
    vertical-align: middle;
}

.TabList li a 
{
vertical-align: middle;
}

select.TabList 
{
vertical-align: middle;
}

/* IE-PC doesn't see these child selectors but CSS2 compliant browsers can make use of them

#ParentTabs > ul a {width:auto;}
#ChildTabsLevel1 > ul a {width:auto;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#ParentTabs a {float: none;}
#ChildTabsLevel1 a {float: none;}
/* End IE5-Mac hack */


#ParentTabsContainer {
	float: left;
	width: 100%;
	height: 22px;
	line-height: normal;
}

#ParentTabs {
    float: left;
    width: 100%;
    height: 22px;
	line-height: normal;
	padding-left: 8px;
	padding-right: 8px;
}

 #ParentTabs ul {
	margin: 0;
    padding: 0;
    list-style: none;
}

#ParentTabs a 
{
	display: block;
    padding: 5px 3px 5px 3px;
    font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	color: #651818;
}

#ParentTabs a:hover {
	text-decoration: underline;
}

#ParentTabs li 
{
	float: left;
	margin:0;
	padding: 0 3px 0 3px;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	color: #651818;
} 

#ParentTabs li:hover {
	text-decoration: underline;
}

#ParentTabs .SelectedTab 
{
	background: url(WhiteBackGround.gif)
	  repeat-x bottom;
	height: 22px;
}

#ParentTabs .SelectedTab a 
{
	text-decoration: none;
}

#ChildTabsRow {
   vertical-align: middle;
}

#ChildTabsContainer {
	float: left;
	width: 100%;
	height: 22px;
	line-height: normal;
}

#ChildTabsLevel1 {
    float: left;
    width: 100%;
    height: 22px;
	line-height: normal;
	padding-left: 8px;
	padding-right: 8px;
}

 #ChildTabsLevel1 ul {
	margin: 0;
    padding: 0;
    list-style: none;
}

#ChildTabsLevel1 a {
	display: block;
    padding: 4px 3px 6px 3px;
    font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	color: #651818;
}    

#ChildTabsLevel1 li {
	float: left;
	margin: 0;
	padding: 0 3px 0 3px;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	color: #651818;
}    

#ChildTabsLevel1 .SelectedTab a {
	text-decoration: underline;
}    

#ChildTabsLevel1 a:hover {
	text-decoration: underline;
}    

#ChildTabsLevel1 .LinkLeft {
}

#FooterLinksContainer {
	float: left;
	width:100%;
	height: 100%;
	line-height:normal;
}

#FooterLinks {
    float: left;
    width:100%;
    line-height: 16px;
	padding: 3px 14px 3px 14px;
}

#FooterLoginContainer {
	float: right;
	width:100%;
	height: 100%;
	line-height:normal;
}

#FooterLogin {
    float: right;
    width:100%;
    line-height:16px;
	padding: 3px 14px 3px 14px;
}


/* Main Menu */

.MainMenu_MenuContainer {
	border: 0px solid;
	background-color: transparent;
	margin: 0px;
	padding-left: 14px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
}

.MainMenu_MenuItem{
	height: 21px;
	border: 0px solid;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: #651818;
}

.MainMenu_RootMenuItemActive {
	height: 21px;
	border: 0px solid;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: #651818;
}

.MainMenu_RootMenuItemSelected {
	height: 21px;
	background-color: Transparent;
	border: 0px solid;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #651818;
	text-decoration: underline;
}

.MainMenu_RootMenuSeparator {
	border: 0px solid;
	margin: 0px;
	padding: 0px;
	font-size: 7px;
}

.MainMenu_MenuBreak {
	border: 0px solid;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	height: 1px;
	font-size: 0px;
}

/* Bundlinie */

/* Breadcrumb */

.adresseinfo_breadcrumb {
	color: #4E4E4E;
	font-size: 10px;
	font-family: Arial,Swiss,Helvetica,Verdana;	
}

.adresseinfo_bottomlinks 
{	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	color:#651818;
}

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}


/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

.ColofonPane  { 
}


/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs { font-family: Arial,Swiss,Helvetica,Verdana; }
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {

}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */

.Head   {
	font-family: Arial,Swiss,Helvetica,Verdana;
	font-size: 14px;
	font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Arial,Swiss,Helvetica,Verdana;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Arial,Swiss,Helvetica,Verdana;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial,Swiss,Helvetica,Verdana;
	font-size: 12px;
	line-height: 16px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */

.NormalTextBox
{
	font-family: Arial,Swiss,Helvetica,Verdana;
}

.NormalRed
{
	font-family: Arial,Swiss,Helvetica,Verdana;
	color: Red;
}

.NormalBold
{
	font-family: Arial,Swiss,Helvetica,Verdana;
	font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */

.CommandButton     {
	font-family: Arial,Swiss,Helvetica,Verdana;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */

A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    
{
}

.Links {
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: #651818;
}

A.Links:visited {
	color: #651818;
}

A.Links:link {
	color: #651818;
}

A.Links:hover {
	color: #651818;
	text-decoration: underline;
}

A.Links:active {
	color: #651818;
}

    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

P {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	margin: 0px;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    

.Message    {
}   

/* style of item titles by Announcements and events */

.ItemTitle    {
}

/* Menu-Styles */

/* Module Title Menu */

.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* ============================================ */
/* Styles for "House Index" Web Site Map Module */

/* Appplied to the parent UL element for the index */
.PageList {
	width: auto;
	line-height: 16px;
    font-size: 10px;
	font-family: Verdana;
	color: #651818;
}

/* Appplied to nested UL elements */
.PageList ul {
	font-size: 10px;
	line-height: 13px;
}

/*
.PageList ul .PageName{
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;	
}
*/

/* Appplied to the LI element for each tab entry */
.PageItem {
}

/* Applied to the SPAN element for the tab name in each entry */
.PageName {
	color: #651818;
	font-weight: Bold;	
}

/* Applied to the SPAN element for the tab description in each entry */
.PageDescription {
	font-family: Arial,Swiss,Helvetica,Verdana;
	font-size: 10px;
	color: #000000;
}

/* Applied to the SPAN element for the list of keywords in each entry */
.PageKeywords
{}

/* Applied to the SPAN element for the list of modules in each entry */
.PageModules {
	font-style: italic;
}

/* End of Styles for "House Index" Web Site Map Module */

/* ============================================ */

