/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

.MyTable
{


border-style: solid;
	border-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-color: #a7a6aa;
border-bottom-width:1px; 
border-top-width:0px;

}

.MyTable2
{

border-color: #c7c6cb;
border-style: solid;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	
border-bottom-width:1px; 
border-top-width:1px;

}

.MyHead  {
font-family: Arial;
font-size:13px;
color: #207d21;
font-weight: bold;



}



.myHeader
{
display:block;
  width: 400px;
height:30px;
margin:0px;
padding:0px;
  background-color: #adff84;
color: green;
font-size: 13px;
vertical-align:center;
}


.myLightGrayTable
{
border-right: #f0f1f9 1px solid; border-top: #f0f1f9 1px solid; border-left: #f0f1f9 1px solid; border-bottom: #f0f1f9 1px solid;

}

A.SkinObject:active   {
    text-decoration: none;
 
font-size:12px;
color: rgb(91, 100, 136);
}


A.SkinObject:link {
    text-decoration: none;
font-size:12px;
color: rgb(91, 100, 136);
    
}

A.SkinObject:visited  {
    text-decoration:    none;
font-size:12px;
color: rgb(91, 100, 136);
font-family: Arial, Tahoma;

}

.SkinObject
{
font-weight:bold;
font-size:12px;
color: rgb(91, 100, 136);

font-family: Arial, Tahoma;
text-decoration:none;
}



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: rgb(91, 100, 136);
}

/* background color for the content part of the pages */
Body
{
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: rgb(91, 100, 136);
}

.ControlPanel {
}

/* 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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: rgb(91, 100, 136);
font-weight: bold;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
text-decoration: none;
}

A.OtherTabs:visited  {
text-decoration: none;
}

A.OtherTabs:hover    {
text-decoration: none;
}

A.OtherTabs:active   {
text-decoration: none;
}

/* GENERAL */
/* style for module titles */
.Head   {
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: rgb(91, 100, 136);
}

/* style of item titles on edit and admin pages */
.SubHead    {
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: rgb(91, 100, 136);
font-weight: bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: rgb(91, 100, 136);
font-weight: bold;
}

/* text style used for most text rendered by modules */
.Normal
{
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: rgb(91, 100, 136);
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: rgb(91, 100, 136);
}

.NormalRed
{
}

.NormalBold
{
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: rgb(91, 100, 136);
font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: rgb(91, 100, 136);
font-weight: bold;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: rgb(91, 100, 136);
font-weight: bold;
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: red;
font-weight: bold;
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: rgb(91, 100, 136);
font-weight: bold;
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: rgb(91, 100, 136);
font-weight: bold;
}

TH  {
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: rgb(91, 100, 136);
}

A:link  {
color: rgb(46, 134, 0);
text-decoration: none;
}

A:visited   {
text-decoration: none;
color: rgb(46, 134, 0);

}

A:hover {
color: red;
text-decoration: none;
}

A:active    {
text-decoration: none;
color: rgb(46, 134, 0);
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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_MenuContainer {
color: red;
}

.MainMenu_MenuBar {
color: red;
}

.MainMenu_MenuItem {
color: red;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
color: red;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
color: red;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: rgb(91, 100, 136);
font-weight: bold;
}

.LoginTabGroup{
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: rgb(91, 100, 136);
font-weight: bold;
}

.LoginTab {
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: rgb(91, 100, 136);
font-weight: bold;
}

.LoginTabSelected{
}

.LoginTabHover{
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: red;
font-weight: bold;
}

.LoginContainerGroup{
color: red;
}

.LoginContainer{
color: red;
}


#Gaestebuch
{
color: #207d21;
border-width: 0px;
font-family: Arial, sans-serif;

}


.GaestebuchHeader
{

color: #207d21;
border-color: #c7c6cb;
border-style: solid;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	
border-bottom-width:1px; 
border-top-width:1px;
font-family: Arial, sans-serif;

font-size:12px;

}

.GBtext
{

font-family: Arial, sans-serif;
font-size:13px;
color: rgb(91, 100, 136);
}




























