/* Elements */
body
{
	background-color: #451b00;
	margin: 10 10 10 10;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	text-align: center; /* wichtig: sorgt f�r die Zentrierung in IE*/
	z-index: 1;
}

.pagelayout_table
{
	width: 95%;
	background-color: White;
	border-color: #000000;
	border-bottom-width: 3;
	border-left-width: 1;
	border-right-width: 3;
	border-top-width: 1;
	border-style: solid;
	border-spacing: 0 0 0 0;
	padding: 0 0 0 0;
	margin: 0 auto;		/* wichtig: sorgt f�r die Zentrierung in Firefox... */
}

.BodyLeft {vertical-align: top; width: 200; padding: 0,5,5,0; border-spacing: 0; }
.BodyCenter {vertical-align: top; width: 100%; padding: 0,20,5,15; border-spacing: 0; }
.BodyRight {vertical-align: top; width: auto; padding: 5,5,5,5; border-spacing: 0; }
.TopPane { text-align: center; vertical-align: top;}

.TopPaneTable 
{
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	border-style: none;
	border-spacing: 0;
}

.header {
  height: 174px;
  z-index: 1;
}

.content_table {
  height: 500px;
  border-style: none;
  border-width: 0;
  padding: 0 0 0 0;
  border-spacing: 0;
  width: 100%;
}

p, .Normal, ul, ol, td 
{

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

h1	{
	font-size: large;
  font-weight: bold;
  color: #a60000;
}

h2	{
	font-size:	large;
  font-weight: normal;
  color: black;
}

h3	{
	font-size:	medium;
	font-weight: bold;
  color: black;
}

h4, h5, h6 {
	font-size:	medium;
	font-weight: lighter;
  color: black;
}

table 
{
}

th {
	text-align: center;
	font-weight: bold;
}

td {
  vertical-align: top;
}

/* SideMenu  */
.nav_region {
  width: 200;
  padding: 0 0 0 0;
  border-spacing: 0;
  margin: 0 0 0 0;
  background-color: #f1f1f1;
  border-color:#2b2e31;
  border-style: solid;
  border-right-width: 1px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;

  vertical-align: top;
  text-align: center;
}

.nav_table {
  width: 100%;
  padding: 5 0 0 0;
  margin: 0 -1 0 0;
  position: relative; top: -15;
  z-index: 2;

  background-color: #f1f1f1;
  border-color:#2b2e31;
  border-style: solid;
  border-right-width: 1px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.bggrey {
  border-color:#373A3D;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: #7a9cc8;
  color: Black;
}

.MenuItem HR
{
  background-color: #a60000;
  margin-right: 5px;
}

.MenuItem 
{
	font-size: 13;
  font-weight: normal; 
  color: White;
  background-color: #f1f1f1;
  border: #f1f1f1 1px solid;
}
.MenuItemMouseOver
{
	font-size: 13;
  background-position: right top;
  background-image: url(images/menuarrow-bg.gif);
  background-repeat: no-repeat;
  background-color: #a60000;
  border: #cccccc 1px solid;
}

.MenuItem A, .MenuItem A:Active, .MenuItem A:Visited, .MenuItem A:Link
{
	font-size: 13;
  display: block;
  padding: 0 10 0 20;
  cursor: pointer;
  color: black;
  width: 120px;
}
.MenuItem A:Hover, .MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover,
.MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link {
	font-size: 13;
  display: block;
  padding: 0 10 0 20;
  cursor: pointer;
  color: White;
  background-color: #a60000;
  width: 120px;
}

.MenuHdr
{
	font-size: 13;
  font-weight: bold; 
  padding: 2 10 2 10;
  background-color: #f1f1f1; 
  cursor: default;
  background-color: #cccccc;
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
	font-size: 13;
  text-decoration: none; 
  padding: 2 10 2 10;
  color: black; 
  background-color: #f1f1f1;
  cursor: default;
  background-color: #cccccc;
  cursor: pointer; 
  display: block;
}
.MenuHdrMouseOver
{
	font-size: 13;
  font-weight: bold;
  padding: 2 10 2 10;
  cursor: default;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #a60000;
}
.MenuHdrMouseOver A, .MenuHdrMouseOver A:Active, .MenuHdrMouseOver A:Hover, .MenuHdrMouseOver A:Visited, .MenuHdrMouseOver A:Link
{
	font-size: 13;
  font-weight: bold;
  padding: 2 10 2 10;
  cursor: default;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #a60000;
}

.MenuCurrentPage
{
  color: #696969;
}

/* SideBox */
.SideBoxTable
{
	width:100%; 
	border-color:#a60000; 
	border-width:1;
	border-style:solid; 
	padding: 0 0 0 0;
	border-spacing: 0; 
}

.SideBoxHeader {
	background-color: #a60000;
	text-align: center;
	font-weight:bold;
	font-size: medium;
	color: White; 
	padding: 5 5 5 5; 
	border-spacing: 0; 
}
.SideBoxContent {
	background-color: #cad1da;
	font-size: x-small; 
	padding: 5 5 5 5; 
	border-spacing: 0; 
}
.SideBoxFooter {
	background-color: #cad1da;
	font-size:xx-small; 
	color:Gray;
	padding: 1 0 0 0; 
	border-spacing: 0; 
}

.SideBoxButton{background-color: silver; border-style: solid;	border-color: black; border-width:1; font-size:xx-small;}
.SideBoxTextBox{border-style: solid;	border-color: black; border-width:1; font-size:xx-small;}

/* DefaultContainer */
.DefaultContainerTable
{
	width:100%; border-color:silver; border-width:1; border-style:none; padding: 0 0 0 0; margin: 15 0 5 0;
}

.DefaultContainerHeader {
	text-align: left; 
	padding: 0 5 5 36;
}
.DefaultContainerHeaderText {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: large;
  font-weight: bold;
  color: #a60000;
}

.DefaultContainerContent{padding: 10 0 0 0;}
.DefaultContainerFooter{
	padding: 1 0 5 0; 
	font-size:xx-small; 
}

.DefaultContainerButton{background-color: silver; border-style: solid;	border-color: black; border-width:1px; font-size:xx-small;}
.DefaultContainerTextBox{border-style: solid;	border-color: black; border-width:1; font-size:xx-small;}



