@charset "utf-8";
body {
	background-image: url(../images/leather_bg.jpg);
	background-repeat: repeat;
}
.bg_white {
	background-color: #FFF;
}

.logoBundBg {
	background-image: url(../images/logo_bund.jpg);
	background-repeat: no-repeat;
}
.paddingL15 {
	padding-left: 15px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.top_bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}
a {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
a:visited {
	color: #000;
}

a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	margin-top: 0px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
p {
	margin-top: 3px;
	margin-bottom: 12px;
}


.xlLink a {
	font-size: 13px;
	font-weight: bold;
}
.xlLink a:visited {
	font-size: 13px;
	font-weight: bold;
}
.xlLink a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.redLink a {
	color:#F2312C;
	font-weight: bold;
	text-decoration:none;
}
.redLink a:visited {
	color:#F2312C;
	font-weight: bold;
	text-decoration:none;
}
.redLink a:hover {
	color:#F2312C;
	font-weight: bold;
	text-decoration:underline;
}
.big {
	font-size: 13px;
	font-weight: bold;
}
.contentTable {
	padding-right: 29px;
	padding-bottom: 0px;
	padding-left: 29px;
	text-align: justify;
}
.red {
	font-weight: bold;
	color: #F2312C;
}

.contentTableMenu {
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.sidePadding {
	padding-right: 10px;
	padding-left: 10px;
}
.footer {
	color: #666;
}
.footer a {
	font-weight: normal;
	text-decoration: none;
	color: #666;
}
.footer a:visited {
	color: #666;
}

.footer a:hover {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}
.grey {
	color: #999;
}
