* {
	padding: 0px;
	margin: 0px;
	font-family: 'Verdana';
	font-size: 12pt;
}

/* cellspacing="0" cellpadding="0" border="0"*/
table {
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px;
}

.mainSiteBg {
	background-color: #ffffff;
}

td.leftBorderSpace {
	width: 10px;
}

.mainContentBg1 {
	background-color: #006ba3;
}

.mainContentBg2 {
	background-color: #ffffff;
}

.mainContentBg3 {
	background-color: #008ad2;
}

.mainContentBg4 {
	background-color: #e3000f;
}

.topBar {
	color: #ffffff;
	font-size: 16pt;
	padding-left: 20px;
}

.menuBar {
	color: #ffffff;
	font-size: 11pt;
	text-align: center;
}

.footerBar {
	color: #ffffff;
	font-size: 10pt;
	padding-left: 20px;
	font-weight: bold;
}

.imprintBar {
	color: #000000;
	font-size: 9pt;
	text-align: right;
	padding-right: 20px;
}

.menuBarRightBorder {
	border-right: 1px solid #ffffff;
	box-shadow: 1px 0 0 #666666;
}

#mainContent,.tableTextLeft {
	vertical-align: top;
}

.contentText {
	padding: 10px 10px;
}

.contentText p {
	font-size: 10pt;
}

.contentText td {
	font-size: 10pt;
	vertical-align: top;
	padding-bottom: 5px
}

.contentTextLeft {
	padding: 10px 10px;
}

.infoBoxTable th {
	border-right: 1px solid #757576;
	text-align: left;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 12pt;
	color: #ffffff;
	background-color: #9c9d9d;
}

.infoBoxTable td {
	border-right: 1px solid #757576;
	text-align: left;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 10pt;
}

.infoBoxTable p {
	font-size: 9pt;
	padding-top: 9px;
}

.infoBoxTable {
	margin-left: 5px;
	border: 1px solid #d3d3d4;
	width: 230px;
}

.headlineInfobox {
	font-weight: bold;
	color: #44a9de;
}

#mainContent p.headline {
	font-weight: bold;
	color: #44a9de;
	font-size: 12pt;
}

#mainContent p.welcomeLine {
	font-weight: bold;
	color: #44a9de;
	font-size: 14pt;
}

.contentBold {
	font-weight: bold;
}

#mainContent p {
	padding-bottom: 10px;
}

.button {
	text-align: right;
}

.button div {
	color: #000000;
	height: 37px;
	width: 178px;
	background: url("../images/button.jpg");
	vertical-align: middle;
	height: 37px;
	text-align: center;
	line-height: 37px;
}

a:link {
	text-decoration: none;
	color: #44a9de;
	font-size: 10pt;
}

a.whiteTextColor:link {
	text-decoration: none;
	color: #ffffff;
	font-size: 12pt;
}

a.whiteTextColor:visited {
	color: #ffffff;
}

a.whiteTextColor:active {
	color: #ffffff;
}

a.whiteTextColor:focus {
	color: #ffffff;
}

a.whiteTextColor:hover {
	color: #ffffff;
}

a.blackTextColor:link {
	text-decoration: none;
	color: #000000;
	font-size: 12pt;
}

a.blackTextColor:visited {
	color: #000000;
}

a.blackTextColor:active {
	color: #000000;
}

a.blackTextColor:focus {
	color: #000000;
}

a.blackTextColor:hover {
	color: #000000;
}

p.centerImage {
	text-align: center;
}

textarea.longField, input.longField {
	width: 350px;
}

input.normalField {
	width: 230px;
}

input.shortField {
	width: 108px;
}