/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   





A.SkinObject:active   {
    text-decoration: none;
 
font-size:12px;
color: #207d21;
}


A.SkinObject:link {
    text-decoration: none;
font-size:12px;
color: #207d21;
    
}

A.SkinObject:visited  {
    text-decoration:    none;
font-size:12px;
color: #207d21;
font-family: Arial, Tahoma;

}

.SkinObject
{
font-weight:bold;
font-size:12px;
color: #003366;

font-family: Arial, Tahoma;
text-decoration:none;
}

.SkinObject2
{
font-size:9px;
color: #003366;
font-family: Arial, Tahoma;
text-decoration:none;
}

A.SkinObject2:visited  {
    text-decoration:    none;
font-size:9px;
color: #003366;
font-family: Arial, Tahoma;

}






/* 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/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 */
/* style for module titles */
.Head   {
font-family: Tahoma, Arial;
font-size: 12px;
color: #207d21;

}

/* style of item titles on edit and admin pages */
.SubHead    {
font-family: Tahoma, Arial;
font-size: 12px;
color: #207d21;
}


LoginText{
font-family: Arial;
font-size: 12;
color: green;
}

.MyHead  {
font-family: Arial;
font-size:13px;
color: #207d21;
font-weight: bold;



}

.SearchHead    {
font-family: Arial;
font-size: 16px;
color: green;

}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-family: Tahoma, Arial;
font-size: 12px;
color: #207d21;
}

/* text style used for most text rendered by modules */
.Normal
{
font-family: Tahoma, Arial;
font-size: 12px;
color: #207d21;
}

.NormalGuest
{
color: #207d21;
font-family: Arial;
font-size:14px;

}

.SearchNormal
{
color: #003366;
font-family: Tahoma;
font-size:12px;

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family: Tahoma, Arial;
font-size: 12px;

}

.NormalRed
{
font-family: Tahoma, Arial;
font-size: 12px;
}

.NormalBold
{
font-family: Tahoma, Arial;
font-size: 12px;
font-style: bold;
color: #207d21;
}


.SearchNormalBold
{
font-family: Arial;
font-size:20px;
color: purple;
}

.SucheBold
{
font-family: Arial;
font-size:15px;
}

/* 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: green;
}

A:visited   {
color: green;

}

A:active    {
color: green;

}

A:hover {
color: red;
}


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_MenuContainer {
}

.MainMenu_MenuBar {
font-family: Arial;
font-size: 13px;
color: green;
}

.MainMenu_MenuItem {
font-family: Arial;
font-size: 13px;
color: green;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
font-family: Arial;
font-size: 13px;
color: green;
}

.MainMenu_MenuBreak {
font-family: Arial;
font-size: 13px;
color: green;
}

.MainMenu_MenuItemSel {
font-family: Arial;
font-size: 13px;
color: green;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

#Table
{


}


.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;

}

#Gaestebuch
{
color: #207d21;
border-width: 0px;
font-family: Arial;

}


.GaestebuchHeader
{

color: #207d21;
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;
font-family: Arial;

font-size:12px;

}

.Eintragtext
{

font-family: Arial;
font-size:13px;
color: #003366;
}












