/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 15px;
	
	font-family: Verdana;
}

/* background color for the content part of the pages */
Body
{
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: no-repeat;

}

.LeftPane {

}

.ContentPane {
}

.RightPane {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 10px;
    
    font-family: Verdana;
    text-decoration: none;
}

/* hyperlink style for the selected tab */

A.SelectedTab:link {
    text-decoration:    none;
    color: #9999CC;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #9999CC;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #9999CC;
}

.SubHead    {

   
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
   
}

A:link  {
    
    text-decoration: underline;

}

A:Hover  {
	color: #CCCCCC;
	text-decoration: underline;

}

A:visited  {
   
    text-decoration: underline;

}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
   
}

A.CommandButton:visited  {
    
}


/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 10px;
   
    font-family: Verdana;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
   
}

A.OtherTabs:visited  {
    text-decoration:    none;
    
}

A.OtherTabs:active   {
    text-decoration:    none;
   
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    
}

.Footer
{
	font-weight: normal;
	font-size: 10px;
	
	font-family: Verdana;
	text-decoration: none;
}
.BREADCRUMB
{
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	font-family: Verdana;
	text-decoration: none;
}
.search
{
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
}
.Date
{
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana;
	text-decoration: none;
	color: #FFFFFF;

}
A.Footer:link,A.Footer:visited,A.Footer:active
{
	font-weight: normal;
	font-size: 10px;
	
	font-family: Verdana;
	text-decoration: none;
}
A.Footer:hover    {
    text-decoration:    underline;
    
}
.Menu2 {
	 
	cursor: hand; 
	font-family: Verdana;
	font-size: 12px; 
	
}
.Menu3 {
	cursor: hand;
	font-family: Verdana;
	font-size: 12px;
	

	
}
/* Main Menu */

.MainMenu_MenuContainer {
		
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	align: center;
	
}

.MainMenu_MenuItem {
	 
	cursor: hand; 
	color: #000000; 
	font-family: Verdana;
	font-size: 12px; 
	
}

.MainMenu_SubMenu
{
	z-index: 1000;
	filter: progid;
	cursor: hand;
	font-family: Verdana;
	background-image: url(kurvebgmenueblass.gif);
	
}


.MainMenu_MenuIcon {
	cursor: hand;
	font-family: Verdana;
	background-image: url(kurvebgmenueblass.gif);
}
.MainMenu_MenuItemSel
{
	cursor: hand;
	background-image: url(kurvebgmenue.gif);
	background-repeat: x-repeat;
	font-family: Verdana;
	
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	color: #666666; 
	cursor: pointer; 
	cursor: hand; 
	
	
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand;
	color:#666666;
}
.UserLink
{
	
	text-decoration: none;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
}
A.UserLink:link,A.UserLink:visited,A.UserLink:hover,A.UserLink:active
{
	font-weight: normal;
	font-size: 10px;
	
	font-family: Verdana;
	text-decoration: none;
}
separatorcssclass
{
	background-color: #666666;


}

.backspace {
	font-size: 1px;
}
.topright {

	align: right;

}
.bild {
	border-top: thin solid #FFFFFF;
	border-right: thin none #FFFFFF;
	border-bottom: thin solid #FFFFFF;
	border-left: thin solid #FFFFFF;

}
.norep {
	background-repeat: repeat-x;
}




