Your site is using our new t3 framework, you can try following steps to change the banner size on header:
Open templates/ja_teline_iv_t3/tpls/blocks/header.php file,
Find line 58:
Change
<div class="span6 logo logo-<?php echo $logotype ?>">
To
<div class="span3 logo logo-<?php echo $logotype ?>">
Find line 71:
Change
<div class="span6<?php $this->_c('head-advertisement')?>">
To
<div class="span9<?php $this->_c('head-advertisement')?>">
Regarding your second question, I am not entirely sure what you mentioned. Could you explain in more details? Any illustration screenshot would be helpful.