

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* background/border colors for the selected tab */
.TabBg {
   /*  background-color: black; */
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8.5pt;
}

/* background color for the content part of the pages */
Body
{
  /*   background-color: black; */
}

/* text style for the selected tab */
.SelectedTab {
	font-size: 8.5pt;
	color: Navy;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
	text-decoration: none;
	color: Navy;
	font-weight: bold;

}

A.SelectedTab:visited
{
	font-weight: bold;
	color: #8B008B;
	text-decoration: none;
}
A.SelectedTab:active   {
	text-decoration: none;
	color: Teal;
		font-weight: bold;
}

A.SelectedTab:hover    {
	text-decoration: none;
	color: Maroon;

}

/* text style for the unselected tabs 
Z.B. Linkliste am Ende der Seite 

*/
.OtherTabs {
	font-weight: bold;
	font-size: 8.5pt; 
	color: black;
	font-family: Verdana;
	text-decoration: none;
}


/* hyperlink style for the unselected tabs */
A.OtherTabs:link {

	text-decoration: none;
	color:Navy;
	font-weight : bold;
}

A.OtherTabs:visited  {
	text-decoration: none;
	color: #8B008B;
	font-weight: bold;
}

A.OtherTabs:active   {
	text-decoration: none;
	color: Yellow;
}

A.OtherTabs:hover    {
	text-decoration: none;
	color: Maroon;
}

A:hover
{
	color: red;
}
    
/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bolder;
	font-size: 8.5pt;
	vertical-align: middle;
	color: #003060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: Navy;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color : #663399;
}

	
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
        
/* GENERIC */
H1  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
	background: transparent;
	
}

.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 16;
	
}

.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	/* filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); */
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
	background-color: #FFFFCC;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;

}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background: transparent;
	color: White;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 16;
	color: White;
}
/* das sind die aufklappenden menues unterhalb der root */

.MainMenu_MenuItem {
	cursor: wait;
	cursor: hand;
	color: Purple;
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	border-left: 0 solid #000000;
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
	border-right: #000000 0px solid;
	font: bold;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	border: 0px;
	border-width: 0px;
	border-left: 0px solid;
	border-left-width: 0px;
	border-bottom: 0px solid;
	border-bottom-width: 0px;
	border-top: 0px solid;
	border-top-width: 0px;
	border-left: 0px;
	border-right: 0px;
	border-right-width: 0px;
	text-align: center;
	width: 0;
	height: 0;
    background-color: #F0E68C; 
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	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;
	background-color: #F0E68C;
}

.MainMenu_MenuBreak {
	
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
	
}

.MainMenu_MenuItemSel {
	background-color: Purple;
	cursor: pointer;
	cursor: hand;
	color: White;
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



/* ================================
    CSS STYLES FOR DotNetNuke (IVBN)
   ================================
*/   

body { 
		scrollbar-DarkShadow-Color:#FFFF00; 
		scrollbar-Track-Color:#EEEEEE;
		scrollbar-Face-Color:#FFFFCC; 
		scrollbar-Shadow-Color:#d3d3d3;
		scrollbar-Highlight-Color:#000000; 
		scrollbar-3dLight-Color:#0080c0;
		scrollbar-Arrow-Color:#888888; 
		background-color: #FFFFFF;
		margin-top:5px;
        margin-left:5px;
		margin-right:5px;
}



/* This is the border line & background colour round the header part of the page */
.bodyline { 
		/*background-color: #FFFFCC; */
		border: #98AAB1 solid; 
		border-width: 1px 1px 1px 1px; /* oben, links, unten, rechts */
		background-image: url(background_top.jpg);
/*		background-image: url(verlauf2-100_neu.gif); */
		background-repeat: repeat-x;
}

/* This is the border line & background colour round the footer part of the page */
.footerline { 
		/*background-color: #FFFFCC; */
		border: #98AAB1 solid; 
		border-width: 1px 0px 0px 0px; /* oben, rechts, unten, links */
     	font-size: 10px; 
		font-weight: normal;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		color: #663399;
				
}

.contentHead
{
	border-right: 0px;
	border-top: 0px;
	font-weight: bolder;
	font-size: 12px;
	vertical-align: top;
	border-left: 0px;
	color: #663399;
	border-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	text-align: center;
}

.contentstyle {
	background-color: #FFFFFF;
	color: #663399;

	border: 0px #98AAB1 solid;
	
}
/*

.txtBold { font-weight:bold;
}
*/

td.modified {
		font-size: 10px; font-weight:normal;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		color: #663399;
}


/* General font families for common tags */

/* font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; color:#663399; font-size:13px; font-weight:normal;text-decoration:none;}  */







