/**
 * @section  global
**/

html, body, img, h1, h2, h3, h4, p, form, input, ul, ol, li, fieldset, hr {
	
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	border-top: 3px solid #E2001A;
	min-width: 1160px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 0;
	font-family: arial;
	font-size: 14px;
}

@media screen and (max-width: 1180px) {

	body{
		min-width: 1024px;
	}
}

@media screen and (max-width: 1023px) {

	body{
		min-width: 768px;
	}

}


/*******************************************************************************
	HYPERLINKS 
*******************************************************************************/

a {
	cursor: pointer;
	text-decoration: none;
	color: #3F77B2;
	outline: none!important;
}

a:not([href]) {
    cursor: default !important;
    text-decoration: none;
    color: #3F77B2;
    outline: none!important;
}

a:hover {
	text-decoration: underline;
}

/*******************************************************************************
	PARAGRAPHS
*******************************************************************************/

p{
	padding-bottom: 20px;
}

/*******************************************************************************
	HEADLINES
*******************************************************************************/

h1, h2, h3 {
	font-family: PT Sans, arial;
	font-weight: bold;
}

span.h1normal {
	font-family: PT Sans, arial;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}

span.h1normal.sub {
	margin-top: -12px;
	display: block;
}

span.h2normal {
	font-size: 18px;
	margin-bottom: 17px;
}

h2.normal {
	font-weight: normal;
}

span.h3normal {
}

h1{
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2{
	font-size: 18px;
	margin-bottom: 17px;
}

.lt-ie9 .pagetitle h1{
    padding-top: 15px;
}

#footerContainer h4{
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 2px;
	font-family: PT Sans, arial;
}

#sideNavContainer h4{
	font-family: PT Sans, arial;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

/*******************************************************************************
	ENUMERATIONS
*******************************************************************************/

ul, ol {
	list-style: none;
}

ul.bullets li{
	background-image: url("global.css");
	background-position: left 6px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
	padding-left: 15px;
}

ul.checkList,
ul.square,
ul.dash{
	padding-bottom: 4px;
}

ul.dash li {
    /*background-image: url('/etc/designs/hypovereinsbank/img/global/minus_16.png');
    background-position: left top;
    background-repeat: no-repeat;
    margin-left: 15px;
    padding-left: 35px;
    line-height: 19px;
    margin-bottom: 11px;*/
    background-image: url("/etc/designs/hypovereinsbank/img/global/icon_dash.png") ;   
    background-position: left 8px;
    background-repeat: no-repeat;
    padding-left: 13px; 
    line-height: 19px;
}
/*ul.dash li:before{ content:"-"; position:relative; left:-20px; display:inline-block;}*/

ul.checkList li{
	background-image: url('/etc/designs/hypovereinsbank/img/global/icon_check.png');
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 25px;
    padding-left: 35px;
	line-height: 19px;
	margin-bottom: 11px;
}

ul.square li{
	background-image: url('/etc/designs/hypovereinsbank/img/global/icon_list_square.png');
	background-position: left 3px;
	background-repeat: no-repeat;
    padding-left: 20px;
	line-height: 19px;
	margin-bottom: 11px;
}

/*******************************************************************************
	buttons
*******************************************************************************/

/* Submit Buttons */

.basicButtonWrapper input {
	border-width: 0;
}

.basicButtonWrapper .discardb,
.basicButtonWrapper .saveb {
	border: medium none;
	color: #fff;
	display: inline-block;
	font-family: "PT Sans",arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	height: 32px;
	padding: 1px 9px;
	text-transform: uppercase;
}

.basicButtonWrapper input.discardb {
	background: url("/etc/designs/hypovereinsbank/img/onlinebanking/general/discard_x.png") no-repeat scroll 4px 8px #ccc;
	padding-left: 24px;
}

.basicButtonWrapper input.saveb {
	background: url("/etc/designs/hypovereinsbank/img/global/linkArrowRightWhite.png") no-repeat scroll right 9px #e2001a;
	float: right;
	font-family: "PT Sans",arial;
	padding-right: 16px;
	border-width: 0 9px 0 0;
	border-style: solid;
	border-color: #e2001a;
}

.basicButtonWrapper input.saveb.blue {
	background: #007eb6;
	padding-right: 9px;
	border: none;
}

.basicButtonWrapper input:hover,
.basicButtonWrapper a:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
}

/* link as button */

.hrefToBasicButton {
	border: medium none;
	color: #fff;
	display: inline-block;
	font-family: "PT Sans",arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding: 1px 9px;
	text-transform: uppercase;
}

.hrefToBasicButton:hover {
	text-decoration: none;
}

a.hrefToBasicButton.discardb {
	background: url("/etc/designs/hypovereinsbank/img/global/cancelIcon.png") no-repeat scroll 4px 8px;
	padding-left: 24px;
	border: none;
}

a.hrefToBasicButton.continueb {
	background: url("/etc/designs/hypovereinsbank/img/global/linkArrowRightWhite.png") no-repeat scroll right 9px;
	font-family: "PT Sans",arial;
	padding-right: 16px;
	border-width: 0 9px 0 0;
	border-style: solid;
	border-color: #ccc;
}

a.hrefToBasicButton.grey {
	background-color: #ccc;
}

a.hrefToBasicButton.red {
	background-color: #e2001a;
	border-color: #e2001a;
}



/*******************************************************************************
	other stuff;
*******************************************************************************/



/*******************************************************************************
	BEHAVIORS
*******************************************************************************/

.nullPoint {
	min-height: 100%;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

.clear {
	width: 0;
	height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
}

.script {
	display: none;
}

.hide {
	display: none;
}

.show_js {
	display: none;
}

.highlight{
	
}

.leftSide{
	float: left!important;
}

.rightSide{
	float: right!important;
}

input[type="text"], input[type="submit"], textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

hr > table.detailsTable {
    margin-top: 8px;
}

div#logout-timer p#refreshMessage span { color: #E2001A; font-weight: bold; }
#timermodal { padding: 30px; border: 2px solid #3F77B2; height: 190px; background: white; }
#timermodal h1 { font-size: 18px; color: #3F77B2; line-height: 24px; font-weight: bold; margin-bottom: 20px; }
#timermodal p { font-size: 12px; margin-bottom: 15px; line-height: 16px; font-weight: normal; }
#timermodal-extend { background: url('/etc/designs/hypovereinsbank/img/global/button-sitzung-verlaengern-rot.jpg') no-repeat; border: none; color: transparent; width: 213px; height: 34px; position: absolute; bottom: 30px; left: 30px; cursor: pointer; text-indent: -1000em; font-size: 0; line-height: 0; }
#timermodal-logout { background: url('/etc/designs/hypovereinsbank/img/global/button-log-out-direct-banking-blau.jpg') no-repeat; border: none; color: transparent; width: 232px; height: 34px; position: absolute; bottom: 30px; right: 30px; cursor: pointer; text-indent: -1000em; font-size: 0; line-height: 0; }
#timerlabel { color: red; }
#lb-overlay { position: fixed; z-index:998; top: 0px; left: 0px; height:100%; width:100%; background-color:#000; -ms-filter: "Alpha(Opacity=50)"; filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; animation: fadeInOverlay ease-in 0.3s; -moz-animation: fadeInOverlay ease-in 0.3s; -webkit-animation: fadeInOverlay ease-in 0.3s; -o-animation: fadeInOverlay ease-in 0.3s; }
@-webkit-keyframes fadeInOverlay { from { opacity:0; } to { opacity:0.5; } }
@-moz-keyframes fadeInOverlay { from { opacity:0; } to { opacity:0.5; } }
@-o-keyframes fadeInOverlay { from { opacity:0; } to { opacity:0.5; } }
@keyframes fadeInOverlay { from { opacity:0; } to { opacity:0.5; } }
#lb-box { position:fixed; top:50%; left:50%; z-index:999; animation: fadeInBox ease-in 0.3s; -moz-animation: fadeInBox ease-in 0.3s; -webkit-animation: fadeInBox ease-in 0.3s; -o-animation: fadeInBox ease-in 0.3s; }
@-webkit-keyframes fadeInBox { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeInBox { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeInBox { from { opacity:0; } to { opacity:1; } }
@keyframes fadeInBox { from { opacity:0; } to { opacity:1; } }

.textimage ol {
	list-style: decimal inside none;	
}
