.page {
	font-size: 13px;
	color: #6E6E6E;
	font-weight: bold;
}
.pagel {
	color: #6E6E6E;
	text-decoration: underline;
}
.pagel:hover {
	color: #FFFFFF;
	background-color: #6e6e6e;
}
.tabt12fb {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.tabt12fg {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
table {margin: 0; padding: 0; text-align: center; font-size: 11px; border-collapse: collapse; }
table thead {color: #000000;}
table thead tr {}
table thead tr th {background: #EFDEDE; padding: 8px 2px 8px 2px;}

table thead tr th,
table tr td {border: 1px solid #cccccc;}

table tr {}
table tr td {background: #FCFCFC; padding: 2px; }
table tr td.first {background: #F8F1F1; font-weight: 700;}
table tr td.left {text-align: left;}
table tr.top {vertical-align: top;}
table tr td ul {text-align: left; margin-left: 15px; list-style-position: outside;}
table ul li {}
table img.banklogo {border: 1px solid #666666;}
table tr td span.bold {font-weight: bold;}
table tr td span.green {color: #006600;}
table tr td a {color: #0000CC;}
table tr td a:hover {}
table tr td a.button_kontoantrag {color: #000000;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 98px;
	height: 20px;
	background: url(images/button_bg_kontoantrag.gif) left top no-repeat; 
	padding: 4px 0 0 0px;
	margin: 3px auto 3px auto;
}
table tr td a.button_kontoantrag:hover {
	BACKGROUND-POSITION: 0px -98px;
	text-decoration: none;
}
	table tr td a.button_moreinfo {color: #000000;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 98px;
	height: 20px;
	background: url(images/button_bg_moreinfo.gif) left top no-repeat; 
	padding: 4px 0 0 0px;
	margin: 3px auto 3px auto;
}
table tr td a.button_moreinfo:hover {
	BACKGROUND-POSITION: 0px -98px;
	text-decoration: none;
}

/*---- SLIDER SECTION ----*/
#slider {margin: 0px auto 0px auto;}
#slider ul, #slider li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#slider li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width: 710px;
	height: auto;
	/* height: 500px; */
	overflow: hidden;
}

/* numeric controls */
ol#controls {
	margin: 3px 0;
	padding: 0;

	float: right;
}

ol#controls li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	list-style: none;
}

ol#controls li a {
	float: left;
	line-height: 20px;
	background: #F2CE00;
	font-weight: bold;
	color: #ffffff;
    padding: 2px 8px 2px 8px;
	text-decoration: underline;
	border: solid 1px #C1A500;
}

ol#controls li a:hover {
	background: #ab9100;
	text-decoration: underline;
}

ol#controls li.current a {
	background: #ab9100;
}

