/* ================================
    CSS STYLES FOR DotNetNuke 
   ================================*/ 
.red
{
    color: #BF430F;
}
.blue
{
    color: #000033;
}
.algen
{
    color: #417628;
}
.honig
{
    color: #A46F39;
}
.earlGrey
{
    color: #CC6600;
}
.kakao
{
    color: #B67358;
}
.lavendel
{
    color: #8C4D7A;
}
.orange
{
    color: #BF430F;
}
.ringelblume
{
    color: #CC6600;
}
.rosenblueten
{
    color: #B91730;
}
.rosmarin
{
    color: #336144;
}
.zimt
{
    color: #A46F39;
}
/* text style for the body tab */
.pagemaster {	
	background-color: #ffffff;
}
.skinmaster 
{
	background-color: #ffffff;
	BORDER-RIGHT: #ffffff 1px solid; 
	BORDER-LEFT: #ffffff 1px solid; 
}
div#ControlPanel {
	background-color: #FFFFFF;
	font-size: 11px;
	color: #336144;
}
.ContentPane  { 
	font-family: Arial, Verdana,Thaoma;	
}
.copyright
{
	font-family: Arial, Verdana,Thaoma;
	font-size: 11px;
	color: #336144;
	text-align: center;
}
table
{
    color: #336144;
    font-family: Arial, Verdana;
    font-size: 11px;
}
a
{
    font-size: 11px;
	color: #BF430F;
	text-decoration: underline;
}
/*style fuer die allgemeine linkdefinition*/
A:link  
{
	font-size: 11px;
	color: #BF430F;
	text-decoration: underline;
}

A:visited   
{
	font-size: 11px;
	color: #BF430F;
	text-decoration: underline;
}

A:active    
{
	font-size: 11px;
	color: #BF430F;
	text-decoration: underline;
}

A:hover 
{
	font-size: 11px;
	color: #BF430F;
	text-decoration: underline;
	/*background-color: #E4F3F6;*/
}
/* text style for the selected tab */
.SelectedTab {
    color: #010052;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana,Thaoma;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    color: #010052;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana,Thaoma;
}
A.SelectedTab:visited  {
    color: #010052;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana,Thaoma;
}
A.SelectedTab:active   {
    color: #010052;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana,Thaoma;
}
A.SelectedTab:hover    {
    color: #595A0A;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana,Thaoma;
}
/* text style for the unselected tabs */
.OtherTabs {
    color: #010052;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana,Thaoma;
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    color: #010052;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana,Thaoma;
	/*padding: 1px 3px 2px 3px;
	background-color: #FF9900;
	border: solid 1px #4E5ED7;*/
}
A.OtherTabs:active   {
    color: #010052;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana,Thaoma;
	/*padding: 1px 3px 2px 3px;
	background-color: #FF9900;
	border: solid 1px #4E5ED7;*/
}
A.OtherTabs:visited  {
    color: #010052;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana,Thaoma;
	/*padding: 5px 3px 2px 3px;
	border: solid 1px #4E5ED7;*/
}
A.OtherTabs:hover   {
    color: #595A0A;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana,Thaoma;
	/*padding: 1px 3px 2px 3px;
	background-color: #FF9900;
	border: solid 1px #4E5ED7;*/
}
.LoginTab {
	color: #010052;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana,Thaoma;
}
/* hyperlink style for the selected tab */
A.LoginTab:link {
    color: #010052;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana,Thaoma;
}
A.LoginTab:visited  {
    color: #010052;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana,Thaoma;
}
A.LoginTab:active   {
    color: #010052;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana,Thaoma;
}
A.LoginTab:hover    {
    color: #595A0A;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana,Thaoma;
	/*padding: 5px 3px 2px 3px;
	border: solid 1px #4E5ED7;*/
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    color:#000000;
    font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    color:#000000;
}
A.CommandButton:visited  {
    color:#000000;
}
A.CommandButton:active   {
    color:#000000;
}
A.CommandButton:hover    {
    color:#595A0A;
}
/* button style for standard HTML buttons */
.StandardButton     {
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
/* GENERAL style for module titles */
.TitelBox
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.Head   {
	font-size: 13px;
	font-weight: bold;
	color: #336144;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size: 11px;
	font-weight: normal;
	color: #336144;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family:Verdana, sans-serif; 
    font-size:  11px;
    font-weight: normal;
    color: #336144;
}
/* text style used for most text rendered by modules */
.Normal
{
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.NormalRed
{
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
    color: red;
}
.NormalBold
{
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: bold
}		 
/* GENERIC */
H1  {
    font-size: 130%;
	color: #336144;
	font-weight: bold;
}
H2  {
    font-size: 130%;
	color: #336144;
	font-weight: bold;
}
H3  {
    font-size: 115%;
	color: #336144;
	font-weight: bold;
}
H4  {
    font-size: 115%;
	color: #336144;
	font-weight: bold;
}
H5, DT  {
    font-size: 105%;
	color: #336144;
	font-weight: bold;
	padding: 0 0 0 0;
}
H6  {
    font-size: 100%;
	color: #336144;
	font-weight: normal;
	padding: 0 0 0 0;
}
TFOOT, THEAD {
}
TH  {
}
HR {
	color: #336144;
	height: 1px;
	border: dotted 1px #336144;
}
/* This uses 2.1.2 Solpart Menu Options. Classes MUST be set in xml or ASCX file to display correctly  on page.*/
.ActiveRootTab TD{
	background-color: #BECFBD;
	line-height: 22px;
	color: #595A0A;
	font-family: Arial, Verdana,Thaoma;
	font-size: 11px; 
	font-weight: normal; 
	height: 22px;
}
/* This is for the the text/button on the top level */
.BreadcrumbRootTab TD{
	background-color: #BECFBD;
	line-height: 22px;
	color: #595A0A;
	font-family: Arial, Verdana,Thaoma;
	font-size: 11px; 
	font-weight: normal; 
	height: 22px;
}
.SubActiveRootTab TD{
	background-color: #BECFBD; 
	cursor: hand; 
	color: #595A0A; 
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	border-right: #BECFBD 1px solid; 
	border-bottom: #BECFBD 1px solid; 
	border-top: #BECFBD 1px solid;
	border-left: #BECFBD 1px solid;
	height: 22px;
}
/* End 2.1.2 Extra Menu Features */
.MainMenu_MenuContainer {
	color: #010052;
	background-color: Transparent;
	height: 22px; 
}
.MainMenu_MenuBar {
	color: #010052;
	height: 22px;
	background-color: Transparent;
}
/*style fuer die erste naviebene*/
.MainMenu_MenuItem {
	cursor: hand; 
	color: #010052; 
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #BECFBD 1px solid; 
	border-bottom: #BECFBD 1px solid; 
	border-top: #BECFBD 1px solid; 
	border-right: #BECFBD 1px solid;
	height: 22px;
}
/*style fuer das icon links vom navi text*/
.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: #BECFBD; 
	border-left: #BECFBD 1px solid; 
	border-bottom: #BECFBD 1px solid; 
	border-top: #BECFBD 1px solid; 
	border-right: #BECFBD 1px solid;
	text-align: center;
	width: 15px;
	height: 22px;
	/*display: none;*/
}
/*style fuer die submenues textbereich hg und border*/
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	background-color: #BECFBD;
	color: #010052;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	/*border ueber den ganzen menue bereich*/ 
	border-bottom: #5D6400 1px solid; 
	border-left: #5D6400 1px solid; 
	border-top: #5D6400 1px solid; 
	border-right: #5D6400 1px solid;
}
.MainMenu_MenuItemSel {
	background-color: #BECFBD; 
	cursor: hand; 
	color: #595A0A; 
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	border-right: #BECFBD 1px solid; 
	border-bottom: #BECFBD 1px solid; 
	border-top: #BECFBD 1px solid;
	border-left: #BECFBD 1px solid;
	height: 22px;
}
.MainMenu_MenuBreak {
	border-bottom: #BECFBD 1px solid; 
	border-left: #BECFBD 1px solid; 
	border-top: #BECFBD 1px solid;  
	border-right: #BECFBD 1px solid; 
	background-color: #BECFBD; 
	height: 22px;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	color: #000000;
	font-size: 11px; 
	cursor: hand; 
	border-right: #6E8282 0px solid; 
	border-bottom: #6E8282 0px solid; 
	border-top: #6E8282 0px solid;
	border-left: #6E8282 0px solid;
	height: 22px; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	color: white;
	font-size: 11px; 
	cursor: hand;
	border-right: #6E8282 0px solid; 
	border-bottom: #6E8282 0px solid; 
	border-top: #6E8282 0px solid;
	border-left: #6E8282 0px solid;
	height: 22px;
}