/* ....................................................................................................
| 	CSS-Stylesheet of Scharnagls Alpenhof
|	
|	Copyright © by Scharnagls Alpenhof, all rights reserved.
|
|	Programmer: Dominik Scharnagl
.................................................................................................... */

/* Seitenformatierung */
body  
{
	font-family: "Trebuchet MS";
	
	/* Normaler Hintergrund */
	/* background: #FFCD48; */
	background: #FFF7CC;
}


/* Tabellenformatierung */
table
{
	/* border: 1px solid #A53008; */
	background: #FFEF97;
	/* background: #D8500D; */
}

/* Allgemeines Zellenformat (Normaler Text) */
td
{
	color: #404040;
	font-family: "Trebuchet MS";
	font-style: normal;
	/* background:url(images/leb.png) repeat; */
}


/* Normaler Link */
a 
{
	/*	color: #373555; */
/*	color: #FFF7CC;
	font-family: "Trebuchet MS";
	font-style: normal;*/
	color: #0D006B;
	text-decoration:  none;
	font: normal normal bold;
}


/* Link beim drüberfahren */
a:hover
{
	/* color: #626262; */
/*	color: #FFF7CC;
	font-family: "Trebuchet MS";
	font-style: normal;
	font: normal normal normal;
	text-decoration: none;*/
	font-weight: bold;
}


/* Überschrift 1 */
h1
{
	color: #393939;
	font-family: "Trebuchet MS";
	font-style: normal;
	font: normal normal normal;
	text-decoration: none;
	font-size: x-large;
}


/* Überschrift 2 */
h2
{
	color: #515151;
	font-family: "Trebuchet MS";
	font-style: normal;
	font: normal normal normal;
	text-decoration: none;
	font-size: large;
}


/* Überschrift 3 */
h3
{
	color: #5C5C5C;
	font-family: "Trebuchet MS";
	font-style: normal;
	font: normal normal normal;
	text-decoration: none;
	font-size: medium;
}


/* Auflistungen */
li
{
	color: #404040;
	font-family: "Trebuchet MS";
	font-style: normal;
	list-style-type: square;
	list-style: square outside;
}


/* Die äußere Tabelle */
.OuterTable
{
	border: 1px solid #A53008;
	background: #FFEF97;
	/* background: #D8500D; */
}


/* Menüleisteneintrag */
.MenuTD
{
	background: #D8500D;
	font-family: "Trebuchet MS";
	text-align: center;
	vertical-align: middle;
	color: #FFF7CC;
	font-size: 16px;
}


/* Unter-Menüleisteneintrag */
.ChildMenuTD
{
	background: #FFD800;
	font-family: "Trebuchet MS";
	text-align: center;
	vertical-align: middle;
	color: #FFF7CC;
	font-size: 16px;
}


/* Menüleisteneintrag - Mausdrüber*/
.MenuTDOver
{
	background: #D8500D;
	font-family: "Trebuchet MS";
	text-align: center;
	vertical-align: middle;
	color: #FFF7CC;
	font-size: 18px;
}


.SideMenuLinks
{
	font-family: "Trebuchet MS";
	text-align: center;
	vertical-align: middle;
	color: #D8500D;
	font-size: 14px;	
}


.SideMenuStyle
{
	border-right: #FFEF97;
}


.TableSplitter
{
	background: #D8500D;
	border: 2px;
}


.ActionPanel
{
	border: 1px solid #A53008;
}


.ActionDate
{
	font-family: "Trebuchet MS";
	background: #FFFFFF;
	color: #0D0068;
	text-align: center;
	font-size: smaller;
}

.ActionHeader
{
	/*font-size: +1;*/
	font-family: "Trebuchet MS";
	color: #0D0068;
	font-size: large;
}

.ActionDescription
{
	font-family: "Trebuchet MS";
	font-size: smaller;
}


.ErrorLabel
{
	background: #FFEF97;
	/*font-weight: bold;*/
	color: Maroon;
	border: none;
}
