/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}


/* background color for the content part of the pages */
Body
{
background: #fffbef;
background-image:url(beige_hg.gif);
width: 100%;
}
/* ALTER WERT #99ccff */
/* NEUER WERT #fffef1 */

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* 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 {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */


.left_head:Link
{
	color: #FFFFFF;
  text-decoration: none;
}
.left_head:visited  {
	color: #FFFFFF;
  text-decoration: none;
}

.left_head:active   {
	color: #FFFFFF;
  text-decoration: none;
}

.left_head:hover    {
	color: #FFFFFF;
  text-decoration: underline;
}


.left_sub:Link
{
	color: #947965;
  text-decoration: none;
}
.left_sub:visited  {
	color: #B7A391;
  text-decoration: none;
}

.left_sub:active   {
	color: #B7A391;
  text-decoration: none;
}

.left_sub:hover    {
	color: #B7A391;
  text-decoration: underline;
}


.cp_copyright 
{
font-family: Times New Roman, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-transform: none;
text-decoration: none;
text-transform: uppercase;
text-align: left;
color: #947965;
}
.cp_copyright:Link
{
    color: #947965;
  text-decoration: none;
}
.cp_copyright:visited  {
    color: #947965;
  text-decoration: none;
}
.cp_copyright:active   {
    color: #947965;
  text-decoration: none;
}
.cp_copyright:hover    {
    color: #947965;
  text-decoration: none;
}





.cp_breadcrumb  
{
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-transform: none;
text-decoration: none;
text-align: left;
color: #B7A391;
}

A.cp_breadcrumb:link {
text-decoration: none;
}

A.cp_breadcrumb:visited  {
text-decoration: none;
color: #B7A391;
}

A.cp_breadcrumb:active   {
text-decoration: none;
}

A.cp_breadcrumb:hover    {
text-decoration: none;
color: #B7A391;
}


/* style for module titles */
.Head  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  22px;
    font-weight:    normal;
    color: #ffffff;
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* 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    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  
{
	 color: #645240;
    text-decoration: underline;
}

A:visited   
{
	color: #645240;
    text-decoration: underline;
}

A:active    
{
color: #645240;
    text-decoration: underline;
}

A:Hover 
{
color: #645240;
    text-decoration: underline;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* 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 {
}

/* Main Menu */

.MainMenu {
font-family: Times New Roman, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
text-transform: none;
text-decoration: none;
text-align: left;
color: #645240;
 letter-spacing: 1px;
}

A.MainMenu:link {
	color: #645240;
	text-decoration: none;
}

A.MainMenu:visited  {
		color: #645240;
	text-decoration: none;
}

A.MainMenu:active   {
			color: #947965;
text-decoration: none;
}

A.MainMenu:hover    {
font-family: Times New Roman, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
text-transform: none;
text-decoration: none;
text-align: left;
color: #FDF4E2;
}
    
.MainMenuNormal {
font-family: Times New Roman, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
text-transform: none;
text-decoration: none;
text-align: left;
color: #645240;
}

A.MainMenuNormal:link {
	color: #645240;
	text-decoration: none;
}

A.MainMenuNormal:visited  {
		color: #645240;
	text-decoration: none;
}

A.MainMenuNormal:active   {
			color: #645240;
text-decoration: none;
}

A.MainMenuNormal:hover    {
font-family: Times New Roman, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
text-transform: none;
text-decoration: none;
text-align: left;
color: #FDF4E2;
}
    

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
/*
cursor: hand; 
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
text-transform: none;
text-decoration: none;
text-align: left;
color: #947965;
*/
}

.MainMenu_MenuIcon {
	cursor: hand; 
	background: #B7A391;
	background-color: #B7A391; 
	border-left: #B7A391 0px solid; 
	border-bottom: #B7A391 0px solid; 
	border-top: #B7A391 0px solid; 
	text-align: center; 
	width: 0; 
	height: 20;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	background-color: #B7A391; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #B7A391 0px solid; 
	border-left: #B7A391 0px solid; 
	border-top: #B7A391 0px solid; 
	border-right: #B7A391 0px solid;
	font-size: 22px;
	
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
font-family: Times New Roman, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
text-transform: none;
text-decoration: none;
text-align: left;
color: #FDF4E2;
background: #FDF4E2;
background: #B7A391;

}

A.MainMenu_MenuItemSel:link {
font-family: Times New Roman, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
text-transform: none;
text-decoration: none;
text-align: left;
color: #FDF4E2;
background: #FDF4E2;
background: #B7A391;}

A.MainMenu_MenuItemSel:visited  {
font-family: Times New Roman, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
text-transform: none;
text-decoration: none;
text-align: left;
color: #FDF4E2;
background: #FDF4E2;
background: #B7A391;}

A.MainMenu_MenuItemSel:active   {
font-family: Times New Roman, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
text-transform: none;
text-decoration: none;
text-align: left;
color: #FDF4E2;
background: #FDF4E2;
background: #B7A391;}

A.MainMenu_MenuItemSel:hover    {
font-family: Times New Roman, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
text-transform: none;
text-decoration: none;
text-align: left;
color: #FDF4E2;
background: #FDF4E2;
background: #B7A391;}

.MainMenu_MenuArrow {

}

.MainMenu_RootMenuArrow {

}

/* styles for HTML editor */

.typo_grau_head  /*FTB Style*/
{
font-family: Times New Roman, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
line-height: 14px;
text-transform: uppercase;
text-decoration: none;
text-align: left;
color: #7D7D7D;
}

.typo_beige_head  /*FTB Style*/ 
{
font-family: Times New Roman, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
line-height: 14px;
text-transform: uppercase;
text-decoration: none;
text-align: right;
color: #90775f;
}
.typo_beige  /*FTB Style*/ 
{
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
line-height: 16px;
text-transform: none;
text-decoration: none;
text-align: right;
color: #90775f;
}

.typo_grau  /*FTB Style*/ 
{
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
line-height: 16px;
text-transform: none;
text-decoration: none;
text-align: left;
color: #7D7D7D;
}
.typo_disclaimer  /*FTB Style*/ 
{
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 8px;
line-height: 11px;
text-transform: none;
text-decoration: none;
text-align: right;
color: #947965;
}

.right_text, .left_text
{
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
line-height: 16px;
text-transform: none;
text-decoration: none;
text-align: left;
color: #90775f;
}
.right_head  	
{
font-family: Times New Roman, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
line-height: 14px;
text-transform: uppercase;
text-decoration: none;
text-align: right;
color: #90775f;
}

.text_small
{
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 9px;
line-height: 16px;
text-transform: none;
text-decoration: none;
text-align: left;
color: #90775f;
}