﻿/* -- INHALTE -- ----------------------------------------------------------- */
.tc_Content
{
  background-color: #DFE4E8;
  width: 100%;
  height: 100%;
  vertical-align: top;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.tc_ContentPane
{
  width: 100%;
  vertical-align: top;
  padding-right: 0px;
}
.tc_LeftPane
{
  vertical-align: top;
  padding-right: 10px;
}
.tc_RightPane
{
  vertical-align: top;
  background-color: #EDEDED;
}
/* -- CONTENT TABLE -- ----------------------------------------------------- */
.ContentPaneTitel
{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3173B0;
  background-image: url(Images/Content/ContentPane_2bg.gif);
  width: 100%;
}
h1.ContentPaneContentTitel
{
	font-size: 13px;
	margin: 0;
}
.ContentPaneContentTitelLabel
{

}
.ContentPaneText
{
  padding-top: 8px;
  padding-left: 0px;
  padding-right: 2px;
  background-color: White;
  line-height: 20px;
}
.tc_C4_ContentPane
{
  background-image: url(Images/Content/ContentPane_4bg.gif);
}
.tc_C5_ContentPane
{
  background-image: url(Images/Content/ContentPane_5bg.gif);
}
.tc_C7_ContentPane
{
  background-image: url(Images/Content/ContentPane_7bg.gif);
  width: 100%;
}

/* -- LEFT PANE TABLE -- -------------------------------------------------- */
.LeftPaneTitel
{
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  background-image: url(Images/Content/LeftPane_2bg.gif);
  width: 100%;
  color: #FFFFFF;
}
h1.LeftPaneContentTitel
{
	font-size: 12px;
	margin: 0;
}
.LeftPaneContentTitelLabel
{

}
.LeftPaneText
{
  padding-top: 8px;
  padding-left: 0px;
  padding-right: 2px;
  background-color: White;
  line-height: 20px;
}
.tc_C4_LeftPane
{
  background-image: url(Images/Content/LeftPane_4bg.gif);
}
.tc_C5_LeftPane
{
  background-image: url(Images/Content/LeftPane_5bg.gif);
}
.tc_C7_LeftPane
{
  background-image: url(Images/Content/LeftPane_7bg.gif);
  width: 100%;
}

/* -- RIGHT PANE TABLE -- -------------------------------------------------- */
.RightPaneTitel
{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background-image: url(Images/Content/RightPane_2bg.gif);
  width: 100%;
  color: #000000;
}
h1.RightPaneContentTitel
{
	font-size: 12px;
	margin: 0;
}
.RightPaneContentTitelLabel
{

}
.RightPaneText
{
  padding-top: 8px;
  padding-left: 0px;
  padding-right: 2px;
  background-color: #EDEDED;
  line-height: 20px;
}
.tc_C4_RightPane
{
  background-image: url(Images/Content/RightPane_4bg.gif);
}
.tc_C5_RightPane
{
  background-image: url(Images/Content/RightPane_5bg.gif);
}
.tc_C7_RightPane
{
  background-image: url(Images/Content/RightPane_7bg.gif);
  width: 100%;
}