/**

 * @version $Id: template.css 2011-03-31 01:46:24Z stefanwo $

 * @author swm medienproduktion ( Stefan Wobbe  )

 * @package Joomla

 * @subpackage Template-swmjflex

 * @copyright Copyright (C) 2009 - 20011 swm medienproduktion. All rights reserved.

 * @license GNU/GPL, see LICENSE.php

 * Joomla! is free software. This version may have been modified pursuant to the

 * GNU General Public License, and as distributed it includes or is derivative

 * of works licensed under the GNU General Public License or other free or open

 * source software licenses. See COPYRIGHT.php for copyright notices and

 * details.

 */



/*****************************/

/*** Grid IDs              ***/

/*****************************/



#TopRow1 {

	min-height: 40px;

}


#TopRow3 {

	margin: 0;

	padding: 0;

}

#TopRow4 {

	background: #fff;

}

.content {

	background: #fff;

	padding-top: 15px;

}

#mainContent {
    padding: 0 10px;
  max-width: 100%!important;
    overflow: hidden!important;
}

#container-bottom {

	border-top:5px solid #fd7507;

	background: #003871;

	color: #fff;

}

#container-bottom .col-md-3 {

	background: url(../images/foot-border.png) right top no-repeat;

	padding-top:20px;

}

#footer {

}

@media only screen and (max-width : 480px){

}