@charset "utf-8";
/* CSS Document */
body{
	text-align			: center;
	margin				: 0 0 0 0;
	font-family			: Verdana;
    font-size			: 10pt;
}
#root{
	text-align			: left;
	margin				: 0px auto;
	width				: 922px;
    height				: 835px;
    background-image    : url(../img/verlauf.png);
}
#banner{
    float				: left;
	margin-left			: 10px;
    margin-top			: 5px;
}
#menue{
	float				: left;
    margin-top			: 10px;
    margin-left			: 10px;
}
#content{
	float				: left;
    margin-top			: 15px;
    margin-left			: 10px;
    width				: 100%;
}
#img-banner{
	border				: none;
	height				: 235px;
	width				: 939px;
}
#xaba-logo{
	display				: none;	
}

/* LINKS */
ul{
	text-align		 	: left;
	padding			 	: 0px 0px 0px 0px;
	list-style-type  	: none;
	margin			 	: 0px 0px 0px 0px;
}
.toplink {
	height				: 33px;
	display          	: block;
	width            	: 177px;
	text-align		 	: center;
}
h1, h2, h5{
	font-family			: Verdana;
    font-size			: 10pt;
	font-style			: normal;
	font-weight			: normal;
	padding				: 0;
	margin				: 0;
}
h3{
	font-family			: Verdana;
    font-size			: 11pt;
	font-style			: normal;
	font-weight			: normal;	
	padding				: 0;
	margin				: 0;	
}
h4{
	font-family			: Verdana;
    font-size			: 9pt;
	font-style			: normal;
	font-weight			: bold;
	padding				: 0;
	margin				: 0;
}	
a.toplink:link, a.toplink:visited {
	background			: url(../img/button_main.png) no-repeat;
	color			 	: white;
	text-decoration  	: none;
	font-weight			: bold;
	padding-top      	: 1px;
	padding-bottom	 	: 1px;
    margin-right		: 5px;
    padding-top			: 2px;
}
a.toplink:hover {
	background			: url(../img/button_main_mouseOver.png) no-repeat;
	color			 	: white;
	font-weight			: bold;
    margin-right	 	: 5px;
	text-decoration  	: none;
    padding-top			: 2px;
}
/* Bankdaten */
#table_konto{
	float				: left;
}
#td_konto_title{
	border-bottom		: 1px #5f7ba3 solid;
}
#td_abstand{
	 background-color	: white; 
	 width				: 30px;	
}
#tr_name, #tr_iban, #tr_konto_title{
	background-color	: #fbfbfb;	
}
#tr_konto, #tr_bic{
	background-color	: #98acca;
}
#td_name_left{
	vertical-align		: top;
	width				: 50px;
}
#td_name_right, #td_konto_right, #td_iban_right, #td_bic_right{
	width				: 230px;
}
