﻿


/* Headings
-------------------------------------------------------------- */

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

h1 {
    font-family: 'Share', arial, sans-serif;
    font-weight: 700;
    letter-spacing:0px;
	padding: 0px 0 0 0px;
	margin-bottom:5px;
	margin-left:0;
	margin-right:0;
	margin-top:4px;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	
	
	text-shadow: 1px 1px 3px #333;

/*	background:url("images/customer/sprite-h1.png") no-repeat;	*/

}
h1 a{
		color: #fff;

/*	background:url("images/customer/sprite-h1.png") no-repeat;	*/

}

h2 {
    font-family: 'Share', arial, sans-serif;
    font-weight: 700;
	display: block;
	margin: 10px 0 0px 0;
	font-size: 18px;
	
	text-shadow: 1px 1px 1px silver;
	color:#333333;
    text-transform: uppercase;
	
}

h3 {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;

	font-size: 15px;
	color: #ff0000;
} 

h4 { 
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
.datenews {
    font-family: 'Share', arial, sans-serif;
    font-weight: 400;
    color: #666666;
    font-size:16px;
}

/* hr
-------------------------------------------------------------- */

hr {
	height: 2px;
	margin: 15px 0 10px 0;
	border: 0;
	background:url("../images/hr.png") repeat-x;	
}


/* Text elements
-------------------------------------------------------------- */

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }
acronym     { border-bottom: 1px dotted #666; }
del         { color:#666; }
code { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


