/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* Hintergrund komplett */

body
{
	color: transparent;
}
/* Tabellenhintergrund */

.tablemaster
{
	background-color: #FFFFFF;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	background-image:url(balken.jpg)
}
.MainMenu_MenuBar
{
	cursor: pointer; 
	cursor: hand;
	height:	16;
}
.MainMenu_MenuItem
{
	cursor: pointer; 
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left:0px solid;
	border-bottom:0px solid;
	border-top:0px solid;
	border-right:0px solid;
	background-color: transparent;
	color: #FFFFFF;
}
.MainMenu_MenuIcon
{
	cursor: pointer; 
	cursor: hand; 
	background-color: #2E346E; 
	border-right: #FF0000 0px solid; 
	border-left: #00FF00 0px solid; 
	border-bottom: #0000FF 0px solid; 
	border-top: #FF00FF 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #B3CFF7; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FF00FF 0px solid;
	border-left: #FF00FF 0px solid;
	border-top: #FF00FF 0px solid;
	border-right: #FF00FF 0px solid;
}

.MainMenu_MenuBreak
{
	border-bottom: #2E346E 100px solid; 
	border-left: #2E346E 0px solid; 
	border-top: #2E346E 100px solid;  
	border-right: #2E346E 0px solid; 
	background-color: #2E346E; 
	height: 1px;
}

/* Mouse over */

.MainMenu_MenuItemSel
{
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border-left:0px solid;
	border-bottom:0px solid;
	border-top:0px solid;
	border-right:0px solid;
}

/* Hintergrund für Language & Breadcrumb*/

.skingradient1
{
background-color: #FFFFFF;
}

/* Hintergrund für User & Login*/

.skingradient2
{
background-color: transparent;
}

/* text style für the USER & LOGIN Tokens */ 
.Register
{
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
a:link.Register, a:visited.Register
{ 
	color: #2E346E; 
	text-decoration: none;
} 
a:link:hover.Register, a:visited:hover.Register 
{ 
	color: #990099; 
	text-decoration: underline;
} 
a:link:active.Register, a:visited:active.Register 
{ 
	color: #808000; 
	text-decoration: none;
}

/* Generelle Link-Formatierung */

a, a:visited, a:link
{
     text-decoration: underline;
}

.cat
{
	font-size: 12pt;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
a:link.cat, a:visited.cat
{ 
	color: #2E0000; 
	text-decoration: none;
} 
a:link:hover.cat, a:visited:hover.cat
{ 
	color: #990099; 
	text-decoration: none;
} 
a:link:active.cat, a:visited:active.cat
{ 
	color: #808000; 
	text-decoration: none;
}
