/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* Main Layout Settings */
.BildRechts img {
padding-left:15px;
padding-bottom: 15px; }

* {
 padding: 0;
 margin: 0;
 }
body	{
 font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
 }

.Logo {
padding-top:31px;

}
#lyrMain {

	position: absolute;
	left: -320;
}
/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 14px;
	color: #53668a;
	font-family: Arial, Helvetica;
}


.LeftPane {
	background-image: url(/Portals/0/Skins/wpb/Assets/2NavigateTree/BackgroundNavigationTree.gif);
	background-repeat: repeat-y;
}

.ContentPane {
}

.RightPane {
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:black;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem
{
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	font-weight: bold;
	font-size: 13px;
	border-left: #000000 0px solid;
	cursor: hand;
	color: black;
	border-bottom: #000000 0px solid;
	font-family: Arial;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #F2F2F9;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #F2F2F9; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 13px;
	cursor: hand;
	color: white;
	font-style: normal;
	font-family: Arial, Helvetica;
	background-color: black;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: white; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.Normal, TD, table {
line-height:17px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

/* ================================
    2Navigate Tree Module - Remark: Pur CSS Menu without any Images
   ================================*/
   
/* Default configuation options*/
#ToNavForToFlex {}
.ToNavigateNavContainer DIV {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:139px;
	text-decoration:none;
}
.ToNavigateNavContainer A {  text-decoration:none;}
.ToNavigateNavContainer A:hover {  }
#LinkSelected {   }
#LinkInPath {}  

/* NavLevel 2*/ 
a.NavLevel2:link, a.NavLevel2:visited  {
	COLOR: #95a4bf;
	PADDING-LEFT: 20px;
	padding-bottom:12px;
	width:162px;
	letter-spacing:1px;
	text-decoration:none;
}

a.NavLevel2:hover { 	
	COLOR: #53668a;
	PADDING-LEFT: 20px;
	padding-bottom:12px;
	width:151px;
	letter-spacing:1px;
	text-decoration:none;
}

#LinkSelected.NavLevel2 {
	COLOR: #53668A;
	PADDING-LEFT: 20px;
	padding-bottom:12px;
	width:151px;
	letter-spacing:1px;
	background-attachment: fixed;
	background-image: url(/Portals/0/Skins/wpb/Assets/2NavigateTree/imgSelected2.gif);
	background-repeat: no-repeat;
}
#LinkInPath.NavLevel2 {	
	COLOR: #53668a;
	PADDING-LEFT: 20px;
	padding-bottom:12px;
	width:151px;
	letter-spacing:1px;
	text-decoration:none;}

/* NavLevel 3*/ 
a.NavLevel3, a.NavLevel3:visited  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	COLOR: #95a4bf;
	PADDING-LEFT: 35px;
	width:162px;
	letter-spacing:1px;
	background-attachment: fixed;
	background-image: url(/Portals/0/Skins/wpb/Assets/2NavigateTree/imgLink3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
}
a.NavLevel3:hover { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	COLOR: #53668a;
	PADDING-LEFT: 35px;
	width:162px;
	letter-spacing:1px;
	background-attachment: fixed;
	background-image: url(/Portals/0/Skins/wpb/Assets/2NavigateTree/imgLink3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
}
#Selected a.NavLevel3  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	COLOR: #53668a;
	PADDING-LEFT: 35px;
	width:162px;
	letter-spacing:1px;
	background-attachment: fixed;
	background-image: url(/Portals/0/Skins/wpb/Assets/2NavigateTree/imgSelected3.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
#InPath a.NavLevel3  {PADDING-LEFT: 25px; background-color:#808a9b; color:#ffffff; line-height:18px; font-size:11px;}

    
.login, .login:link, .login:visited {

color:#efefef;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
text-decoration:none;
}
.login:hover {
color:#333333;
text-decoration:none;
}
.BackgroundHomeLeft {
	background-position: right;
	background-repeat: no-repeat;
}
.BackgroundHomeRight {
	background-image: url(/Portals/0/Skins/wpb/Assets/BackgroundsPage/HomepageRight.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

a:link, a:visited {
color: #0080c0;
text-decoration: underline;}

a:hover { color: #b8151a;
text-decoration:underline} 

LI {

	padding-left: 8px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(bullet.gif);
}
UL { margin-top:-0px;}

