﻿body, form{
	
	width: 100%;
	height: 100%;
	margin: 0;
}

/*
================================
Speziell fr Beister Software
================================
*/

.cssdauw	{
    font-weight: normal;
    font-size: 10.5pt;
    color: #5F6A75;
    font-family: Tahoma, Arial,	Helvetica;
    text-decoration: none;
}

.cssdauw:A:link {
    text-decoration: none;
    color: #FF7F3F;
}
.cssdauw:A:visited {
    text-decoration: none;
    color:  #FF7F3F;
}
.cssdauw:A:active	{
    text-decoration: none;
    color: #FF7F3F;
}
.cssdauw:A:hover	{
    text-decoration: none;
    color: #FF7F3F;
}

.normal
{
	color: #5F6A75;
}

/* style for module titles */
.Head	{color:	#5F6A75;
}

/* style of item titles	on edit	and admin pages	*/
.SubHead    {color: #5F6A75;
}

/* module title	style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {color: #5F6A75;
}

/* GENERIC */
H1  {color: #5F6A75;
}

H2  {color: #5F6A75;
}

H3  {color: #5F6A75;
}

H4  {color: #5F6A75;
}

H5, DT	{color:	#5F6A75;
}

H6  {color: #5F6A75;
}

A:link	{color:	#FF7F3F;
	text-decoration: none;
}

A:visited   {color: #FF7F3F;
	text-decoration: none;
}

A:active    {color: #FF7F3F;
	text-decoration: none;
}

A:hover	{color:	#FF7F3F;
	text-decoration: none;
}


a.CommandButton:link	{color:	#FF7F3F;
	text-decoration: none;
}

a.CommandButton:visited   {color: #FF7F3F;
	text-decoration: none;
}

a.CommandButton:active    {color: #FF7F3F;
	text-decoration: none;
}

a.CommandButton:hover	{color:	#FF7F3F;
	text-decoration: none;
}


/*
================================
Skin styles for	DotNetNuke
================================
*/

.controlpanel {
	width: 100%;
	background-color: White;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
	width: 150px;
	margin-top: 20px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 30px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: Transparent 0px solid; 
	border-bottom: Transparent 0px solid; 
	border-top: Transparent 0px solid; 
	border-right: Transparent 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FF7F3F; 
	font-size: 11pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
}
.MainMenu_MenuIcon {
	background-color: White; 
	border-left: Transparent 0px solid; 
	border-bottom: Transparent 0px solid; 
	border-top: Transparent 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 30px;
}
.MainMenu_SubMenu {
	background-color: White;
	border: 1px #5F6A75 solid;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #D0DAE3; 
	cursor: pointer; 
	cursor: hand; 
	color: #5F6A75; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11pt; 
	font-weight: normal; 
	font-style: normal;
	height: 30px;
}
.MainMenu_MenuArrow {
	border-right: Transparent 0px solid; 
	border-bottom: Transparent 0px solid; 
	border-top: Transparent 0px solid;
	font-size: 10pt; 
	width: 15px;
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.StandardButton	    {
    background:	Gray none;
    color: #FFFFFF;
    font-family: Tahoma, Arial,	Helvetica;
    font-size: 9pt;
    font-weight: normal;
}