﻿/* 
    Document   : inett-fonts
    Created on : 04.10.2010, 20:04:48
    Author     : cbaus
    Description:
        Purpose of the stylesheet follows.


@font-face {
  font-family: 'Titillium Text';
  font-weight: bold;
  src: url('http://www.inett.de/media/fonts/TitilliumMaps29L001.otf) format("opentype");,url('http://www.inett.de/media/fonts/TitilliumMaps29L-800wt.eot');
}
*/
/*
@font-face {
		font-family: "Titillium";
		src: url("http://www.inett.de/media/fonts/TitilliumMaps29L-400wt.eot"); /* IE 
		src: local('☺'), url("http://www.inett.de/media/fonts/TitilliumMaps29L001.otf") format("opentype"); /* Non-IE 
		font-weight: 400;
}
*/



@font-face {
	font-family: "Titillium";
	/*src: url(../fonts/TitilliumMaps29L-800wt.eot); /* IE */
	src: url(/assets/fonts/titillium-semibold-webfont.eot); /* IE */
	src: local("TitilliumText25L003"),url(/assets/fonts/TitilliumText25L003.otf) format('opentype');/* Non-IE */
	font-weight: 700;  
	/*bold = 700, obwohl die schrift eigentlich eine 800er ist */ 
	letter-spacing: 2em;
}

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300) screen;*/

div#content div, 
div#content p{
  font-family:      "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
  font-weight:      300;
  font-size:        15px;
  color:            #666666;
  line-height:      1.4;
}

#footer div{
  color:            white;
  text-shadow:      none;
  font-size:        11px;
  font-weight:      300;
}

h1, h2, h3, h4, h5, h6{
	font-family:	"Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-style:	normal;
	line-height:	1.0;
	color:          #666666;
	font-weight:	bold;
	text-decoration:none;
}
h1{
	font-size:	36px;
	font-family:	"Titillium", "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color:		#e64215;
	font-weight:	bold;
}
h2{
	font-size:	24px;
	font-weight:	300;
}
h3{
	font-size:	18px;
	font-weight:	normal;
}
h4{
	font-size:      15px;
}
h5{
	font-size:	12px;
}
h6{
	font-size:	10px;
}

#content h1 a, 
#content h2 a, 
#content h3 a, 
#content h4 a,
#content h5 a,
#content h6 a{
	text-decoration: none !important;
}

div#content a,
div#content a:active,
div#content a:link,
div#content a:visited,
div#content a:focus{
	color: #6c6c6c;
	text-decoration: underline; 
}
div#content a:hover{
	text-decoration: underline; 
}

div#footer a,
div#footer a:active,
div#footer a:link,
div#footer a:visited,
div#footer a:focus{
  color:            white;
  text-decoration:  none;
}
div#footer a:hover{
  text-decoration:  underline;
}
.latestNews{
	padding: 1.5em;
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
}

.small {
	font-size: 11px !important;
}
.smaller {
	font-size: 13px !important;
}
.B_crumbBox {
	font-size: 12px !important;
}
