/**
 * @subpackage  redfox 1.1
 * @author      Klaus Fuchs
 * @date        2014-03-09
 * @package     Joomla
 * @copyright   Copyright (C) fuchsNet
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
*/


/* ************** GLOBALE FORMATIERUNGEN *********************
*****************************************************************/
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label,  caption, 
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;	
}
/* HTML5 - reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
}
body
{
 font-family: Sans-Serif;
  text-align: center; 
 
}

input{border:1px solid #ccc;}

a,a:active,a:visited{
	color:rgb(25, 94, 136);
	text-decoration: underline;
}

a:hover,a:focus {
	color:rgb(25, 94, 136);
	text-decoration: none;
	background-color:transparent;
}

img {
	border-style: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}


#wrapper
{
  width: 100%;
  margin: 0;
  min-height: 800px;
  height:auto !important;
  height:1050px;
  overflow: hidden ; /* FF Scroll-leiste */  
  text-align:left;
  text-align:left; 
  background-color:transparent;
  
}
#headercontent
   {	
	width: 100%;
    float:left; 
   
}
#headercontent  #logo{float:left; margin:20px 40px 0 15px;}


#section-wrapper{
	
	
	min-height:550px;
	float:left;	
	margin-top:15px;
	
}
#content
{

color:#000;
min-height:640px;
float: left;
padding:0 10px 40px 20px;

}

.cont-body-mail article{margin-top:0px!important;padding-top:0px!important;}

#cont_banner
     {
	width:100%;
	padding:0;
	float:left;
	height:auto;
	margin-top:40px;
	
	}
#banner_footer {height:100px;
float:left;
width:100%;}

#footer {height:100px;
float:left;
width:100%;
margin:0 0 40px 0;}



/* Typography - Global */


#content p:first-child {
	
	margin:3px 0 9px 0;
	
}


#content p {
	
	margin:9px 0 10px 0;
}



p {
	
	margin:9px 0;
}

h1  {	
	margin-bottom: 8px;	
    margin-left:0px;	
   }


h1 a {
	color: #cf2234;
	text-decoration: none;
}

h1 a:hover {
	color: #E8501F!important;
	text-decoration: none;
}


h2 {
	
	margin-top:30px;
	margin-bottom: 18px;
	color: #5d656c!important;	
}

h2 a {
	color: #5d656c!important;
	text-decoration: none!important;
}

h2 a:hover {
	color: #696e72;
	text-decoration: none;
}

h3 {
	
	
	margin-bottom: 12px;
	margin-top:20px;
}

h3 a {
	color: #000000;
	text-decoration: none;
}

h3 a:hover {
	color: #cf2234;
	text-decoration: none;
}

.moduletable h3 {
	
	margin-bottom: 6px;
}



hr {
	display:none;
}

.head-date
{
	border-bottom:1px solid rgb(226,226,226);
	width:83%!important;
    padding-bottom:2px;
	font-size:0.9em;
	font-style:italic;
}


.items-leading p.head-date
{
	margin-top:35px!important;
}


#scan {
    margin: 120px auto 25px;
    text-align: center;
    width: 99%;
}

