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

/* ************** GLOBALE FORMATIERUNGEN *********************
*****************************************************************/
/* Reset */
html, body, 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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
 form, label, 
table, caption, tbody, tfoot, thead, tr, th, td,
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;
	
}
  
  
html
{	
min-height:101%;	
}
  
  
/* HTML5 - reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

/* element deaktivieren */

#titel,
#print-logo
{display: none;}


/*  ++++++++++++++++++  */


body

{
   font-family: 'Open Sans', sans-serif; 
  /*font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";*/
 
  margin:0!important;
  padding:0!important;
  background:#f2f2f4;
}
  
a{
	color: #000;
	text-decoration: underline;
}
a:hover,a:focus 
    {
	color: #999;
	text-decoration: none;
	background-color:transparent;
	}

#artBox a:hover, #artBox a:focus 
    {
	color: rgba(57,57,57,0.9);
	
	}




img {
	border-style: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}


#headTop
	{

	  width:990px;
      margin: 15px auto 0 auto;
      height:30px;
     

	}








/* Typography - Global */

h1, h2,h3,h4,h5
{
font-family: 'Ubuntu', sans-serif;
line-height:normal;
}


p {
	
	margin:8px 0;
}
h1  {	
	margin: 0 0 15px 0;	
    
    
   }
h1 a {
	color: #cf2234;
	text-decoration: none;
}
h1 a:hover {
	color: #E8501F!important;
	text-decoration: none;
}
h2 {	
	margin: 0 0 25px 0;	
   }
   
 .col-2 h3{width:95%;}  
   

h2 a {
		color: #000!important;
		text-decoration: none!important;
    }
h2 a:hover 
    {
	 color: #333;
	 text-decoration: none;
   }
#artBox h3 {	
	margin:22px 0 9px 0;
   }
   
#artBox  h3:first-child {    
    margin:8px 0 9px 0;
   }  
   
   
   
h3 a 
   {
	color: #000000;
	text-decoration: none;
   }
h3 a:hover {
	color: #cf2234;
	text-decoration: none;
}


.item-page h2{margin-top: 35px;margin-bottom:5px;	 }



.moduletable h3 
   {	
	margin-bottom: 6px;
   }
   
h4 {
	
	margin:20px 0 10px 0;
	padding-bottom:0;
   }   
   
h5 {
	
	margin:20px 0 10px 0;
	
   }      
   
   
hr {
	border: 0;
	color: rgb(226,226,226);
	background-color: rgb(226,226,226);
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}



/* Verschiedene wieder verwertbare Klassen */
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
        float: right;
        margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
        float: left;
        margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


