﻿/********************************************************************************
 * Masterpages
 ********************************************************************************/
body 
{
	margin: 0px;
	border-spacing: 0px;
	border-width: 0px;
	padding: 0px;
}

.TableMain
{
}

.TcShadowRight
{
	width: 25px;
	background-image: url('shadow_fadeout_right.jpg');
	background-repeat: repeat-y;
}

.TcHeader
{
	width: 962px;
}

.ImpressumLink
{
	padding-left: 20px;
	color: Black;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.TcMenu
{
	/* width: 787px; */
	padding-left: 175px;
	height: 26px;
	background-color: #CDCDCD;
	text-align: left;
}

.TcSubMenu
{
	width: 175px;
	vertical-align: top;
	background-image: url('submenu_background.png');
	background-repeat: repeat-y;
}

.TcContent
{
	text-align: left;
	vertical-align: top;
	padding-top: 2px; /* compensates the top margin of the first sub menu item */
	padding-bottom: 50px;
}

.TableFooter
{
	margin: 0px;
	padding: 0px;
	border: none 0px black;
}

.TcFooterLeft
{
	width: 175px;
	height: 25px;
	text-align: right;
	background-image: none;
}

.TcFooterMiddle
{
	height: 25px;
	width: auto;
	background-image: url('shadow_fadeout_down.jpg');
	background-repeat: repeat-x;
}

.TcFooterRight
{
	height: 25px;
	width: 25px;
	background-image: none;
}


/********************************************************************************
 * Content
 ********************************************************************************/
ul
{
	list-style-image: url("hekuListBullet.png");
}

.ContentHeadlines
{
	width: 300px;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	padding-left: 15px;
	padding-top: 15px;
}

.ContentText
{
	width: 487px;
	text-align: left;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

a.ContentLinks
{
	text-decoration: none;
	color: #C60159;
}

.ContentHeadlineLeftImage
{
	margin-left: -15px;
}

.ContentHeadlineRightImage
{
	margin-right: 20px;
}

.ContentHeadlineFont
{
	font-size: 15px;
	text-transform: uppercase;
}

.ContentTeamTcPosition
{
	width: 130px;
	vertical-align: top;
	padding-bottom: 10px;
}

.ContentTeamTcName
{
	width: 120px;
	vertical-align: bottom;
	padding-bottom: 10px;
}

/********************************************************************************
 * Menu
 ********************************************************************************/
table.MenuItem, span.MenuItem
{
	width: 160px;
	background-image: url('menu_item_background.png');
	background-repeat: no-repeat;
}
table.MenuItem
{
	height: 22px;
}
table.MenuItem td
{
	height: 22px;
}
span.MenuItem
{
	height: 19px;
	padding-top:3px;
	display: block;
	float: left;
}

a.MenuItem
{
	padding-left: 20px;
	color: Black;
	font-family: Arial;
}

.MenuItem
{
	font-size: 15px;
	font-weight: bold;
}

a.MenuItemSelected
{
	color: #C60159;
}

/********************************************************************************
 * Sub Menu
 ********************************************************************************/
.SubMenuTable
{
	width: 174px;
	height: 100%;
	background-color: White;
	border-right: solid 1px white;
}

.SubMenuFooterTable
{
	width: 175px;
	height: 25px;
	background-image: url('shadow_fadeout_down.jpg');
	background-repeat: repeat-x;
	text-align: right;
}

/* safari hack */
.SubMenuTable br
{
	display: none;
}

/* asp menu ie hack */
.SubMenuTable a
{
	display: none;
}
 
table.SubMenuItem, span.SubMenuItem
{
	width: 174px;
	margin-top: 2px;
	background-color: #CDCDCD;
}
table.SubMenuItem
{
	height: 22px;
}
table.SubMenuItem td
{
	height: 22px;
}
span.SubMenuItem
{
	height: 18px;
	padding-top:4px;
	display: block;
}

a.SubMenuItem
{
	padding-top: 0px;
	padding-left: 10px;
	font-family: Arial;
	color: Gray;
	display: inline;
}

.SubMenuItem
{
	font-size: 13px;
}

table.SubMenuItemSelected, span.SubMenuItemSelected
{
	background-color: #E6E6E6;
}

a.SubMenuItemSelected
{
	color: #C60159;
}
