#MainTable
{
	background-image: url(images/background.png);
	width: 1015px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}

#ContentTable
{
	margin-top: 20px;
	margin-left: 75px;
	width: 889px;
	height:100%;
}

#ContentCell
{
	background-color: #ffffff;
	width: 639px;
	height: 750px;
	padding-right: 30px;
	padding-left: 20px;
	vertical-align: top;
	border-right: whitesmoke 2px outset;
	border-top: whitesmoke 2px outset;
	border-left: whitesmoke 2px outset;
	border-bottom: whitesmoke 2px outset;
}

body
{
	margin-top: 0px;
	background-color: #dcdcdc;
}

h1
{
	font-size: 20px;
	text-transform: uppercase;
	color: #9ac4de;
	font-family: Arial;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 25px;
}

p, li, td, ul
{
	font-family: Arial;
	font-size: 12px;
	color: #553827;
	line-height: 18px;
	letter-spacing: 1px;
}

p.Anleser
{
	color: #9ac4de;
	line-height: 18px;
	font-family: Arial;
	letter-spacing: 1px;
	font-size: 15px;
}

a:link
{
	text-decoration:none;
	color: #9ac4de;
}

a:hover
{
	color:#553827;
}

a:visited
{
	text-decoration:none;
	color: #9ac4de;
}

a.topNav:link
{
	text-decoration:none;
	color: #553827;
}

a.topNav:hover
{
	color:#9ac4de;
}

a.topNav:visited
{
	text-decoration:none;
	color: #553827;
}

div.Footer
{
	padding-left: 250px;
	text-align: center;
	font-size: 10px;
	font-family: Arial;
	line-height: normal;
	letter-spacing: normal;
	margin-top: 10px;
	height:40px;
}

.validator
{
	padding:5px 5px 5px 5px;
}

/* Menu */

.menu
{
}

.menuGroup
{
	background-color: #ffffff;
	width: 125px;
}

.item
{
	font-size: 15px;
	cursor: pointer;
	border-top: #ffffff 1px solid;
	font-family: arial;
}

.selectedItem
{
	font-size: 15px;
	cursor: pointer;
	border-top: #ffffff 1px solid;
	font-family: arial;
	text-decoration: none;
	color: #9ac4de;
	font-weight: bold;
}

.hoverItem
{
	font-size: 15px;
	cursor: pointer;
	border-top: #ffffff 1px solid;
	font-family: arial;
	text-decoration: none;
	background-color: #ffffff;
	color: #9ac4de;
}

.activeItem
{
	font-size: 15px;
	cursor: pointer;
	border-top: #ffffff 1px solid;
	font-family: arial;
	text-decoration: none;
	background-color: #ffffff;
	color: #9ac4de;
}

.expandedItem
{
	font-size: 15px;
	cursor: pointer;
	border-top: #ffffff 1px solid;
	font-family: arial;
	text-decoration: none;
	background-color: #ffffff;
	color: #9ac4de;
}

/* Grid */

.gridCell
{
	border-bottom: #a9a9a9 1px dashed;
	padding: 10px 10px 10px 10px;
}

/* Sitemap */

.SiteMap
{
  background-color:white;
  font-family: Arial; 
  font-size: 10px;
}

.SiteMapTableCell
{
  padding: 5px;
}

.RootNode
{ 
  color: #553827;
  font-family: Arial; 
  font-size: 10px;
  font-weight: bold;
  padding-left:5px;
} 

.RootNode a
{ 
  color: #553827;
  text-decoration:none;
} 

.RootNode a:hover
{ 
  color: #553827;
  text-decoration:underline;
} 

.ParentNode
{ 
  font-family: Arial; 
  font-size:10px;  
  padding-left:5px;
} 

.ParentNode a
{ 
  color: #553827;
  text-decoration:none;
} 

.ParentNode a:hover
{ 
  color: black;
  text-decoration:underline;
} 

.LeafNode
{ 
  color:  #553827;
  font-family: Arial; 
  font-size:10px;  
  padding-left:5px;
} 

.LeafNode a
{ 
  color:  #553827;
  text-decoration:none;
} 

.LeafNode a:hover
{ 
  color: #553827;
  text-decoration:underline;
} 