@font-face {
     font-family: 'PTSansRegular';
    src: url('../font/ptsans/pts55f.eot');
    src: url('../font/ptsans/pts55f.eot?#iefix') format('embedded-opentype'),
         url('../font/ptsans/pts55f.woff') format('woff'),
         url('../font/ptsans/pts55f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansBold';
    src: url('../font/ptsans/pts75f.eot');
    src: url('../font/ptsans/pts75f.eot?#iefix') format('embedded-opentype'),
         url('../font/ptsans/pts75f.woff') format('woff'),
         url('../font/ptsans/pts75f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansItalic';
    src: url('../font/ptsans/pts56f.eot');
    src: url('../font/ptsans/pts56f.eot?#iefix') format('embedded-opentype'),
         url('../font/ptsans/pts56f.woff') format('woff'),
         url('../font/ptsans/pts56f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('../font/ptsans/pts76f.eot');
    src: url('../font/ptsans/pts76f.eot?#iefix') format('embedded-opentype'),
         url('../font/ptsans/pts76f.woff') format('woff'),
         url('../font/ptsans/pts76f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('../font/ptsans/ptn77f.eot');
    src: url('../font/ptsans/ptn77f.eot?#iefix') format('embedded-opentype'),
         url('../font/ptsans/ptn77f.woff') format('woff'),
         url('../font/ptsans/ptn77f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('../font/ptsans/ptn57f.eot');
    src: url('../font/ptsans/ptn57f.eot?#iefix') format('embedded-opentype'),
         url('../font/ptsans/ptn57f.woff') format('woff'),
         url('../font/ptsans/ptn57f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
 
@media all {
	/**
	* @section global typography settings
	* vertical rhythm settings (based on em-unit)
	* -------------------------------------------
	* basefont-size: 14px (87.5%)
	* line-height  : 21px (factor: 1.5)
	*/

	/* reset font size for all elements to standard (16 Pixel) */
	html * { font-size:100%; }

	/**
	* reset monospaced elements to font size 16px in all browsers
	* @see: http://webkit.org/blog/67/strange-medium/
	*/

	textarea,
	pre,
	code,
	kbd,
	samp,
	var,
	tt {
		font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
	}

	/* base layout gets standard font size 14px */
	body {
		font-family: 'PTSansRegular',  Arial, sans-serif ;
		font-size:87.50%; /* base: 14px */
		color:#444;

		/* Prevent auto-scaling of text in mobile webkit browsers */
		-webkit-text-size-adjust:100%;
	}

	/*--- Headings ---------------------------------------------------------------*/

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: 'PTSansRegular',  Arial, sans-serif ;
		font-weight: 400;
		color:#1b6da4;
		margin:0;
	}

	h1 {
		font-size:350%;
		line-height: 0.8571em;
		margin: 0.4286em 0 0;
	}

	h2 {
		font-size:230%;
		line-height: 1.2em;
		margin: 0.6em 0 0 0;
	}

	h3 {
		font-size:175%;
		line-height: 0.8571em;
		margin:0.8571em 0 0 0;
	}

	h4 {
		font-size:133.33%;
		line-height: 1.125em;
		margin:1.125em 0 0 0;
	}

	h5 {
		font-size:116.67%;
		line-height: 1.2857em;
		margin: 1.2857em 0 0 0;
	}

	h6 {
		font-weight: bold;
		font-size:100%;
		line-height: 1.5em;
		margin: 1.5em 0 0 0;
	}


	/* --- Lists  -------------------------------------------------------------------- */

	ul,
	ol,
	dl {
		font-size:1em;
		line-height:1.5em;
		margin: 1em 0 0 1em;
	}

	ul {
		list-style-type:disc;
	}

	ol {
		list-style-type:decimal;
	}

	ul ul {
		list-style-type:circle;
		margin-top:0;
	}

	ol ol {
		list-style-type:lower-latin;
		margin-top:0;
	}

	ol ul {
		list-style-type:circle;
		margin-top:0;
	}

	li {
		font-size:1em;
		line-height:1.5em;
		margin-left:0.8em;
	}

	dt { font-weight:bold; }

	dd { margin:0 0 1.5em 0.8em; }

	/* --- general text formatting ------------------------------------------ */

	p {font-size:1em;line-height: 1.3em;}
	.content p {
		line-height:1.4em; 
		margin: 1.1em 0 0 0;
		text-align:justify;
		}		
	.content p:first-child ,
	.content p:first-of-type {margin-top:0;}
	.m0{margin:0 !important; padding:0 !important; text-indent:0 !important}

	blockquote, cite, q {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style:italic;
	}

	blockquote {
		margin:1.5em 0 0 1.5em;
		color:#666;
	}

	strong, b { font-weight:bold; font-family: 'PTSansBold'; }

	em, i { font-style:italic; }

	big {
		font-size:116.667%;
	}

	small {
		font-size:85.71%;
	}

	pre,
	code,
	kbd,
	tt,
	samp,
	var {
		font-size:100%;
	}

	pre {
		line-height:1.5em;
		margin: 1.5em 0 0 0;
		white-space: pre;
		white-space: pre-wrap;
		word-wrap: break-word;
	}
	pre, code { color:#800; }

	kbd, samp, var, tt {
		color:#666;
		font-weight:bold;
	}

	var, dfn { font-style:italic; }

	acronym, abbr {
		border-bottom:1px #aaa dotted;
		font-variant:small-caps;
		letter-spacing:.07em;
		cursor:help;
	}

	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}

	sup { top: -0.5em; }
	sub { bottom: -0.25em; }

	mark {
		background: #ff0;
		color: #000;
	}

	hr {
		color:#fff;
		background:transparent;
		margin:0 0 0.75em 0;
		padding:0 0 0.75em 0;
		border:0;
		border-bottom:1px #eee solid;
	}

	/*--- Links ------------------------------------------------------------------------- */

	a {
		color:#1285d4;
		background:transparent;
		text-decoration:underline;
	
	}

	a:active {outline:none;}
	a:hover {text-decoration:none;}

	/* --- images ------------------ */

	img,
	figure {
		margin: 0;
	}

	.flexible {
		margin-top: 1.5em;
		max-width: 100%;
		height: auto;
	}

	* html .flexible {	/* IE6 support */
		width: 98%;		/* 2% space for borders */
	}

	.bordered {
		margin-top: 1.5em;
		border: 2px #eee solid;
		border: 2px rgba(255,255,255,1) solid;
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
		box-shadow: 0 0 3px rgba(0,0,0,.25);
	}
	.justify {text-align:justify}

	/**
	* ----------------------------------------------------------------------- #
	* Generic Content Classes
	* standard classes for positioning and highlighting
	* @section content-generic-classes
	*/
	.highlight {
		color:#c30;
	}

	.dimmed {
		color:#888;
	}

	.box {
		border-radius: 0.3em;
		border-width: 1px;
		border-style: solid;
		border-color: #888;
		border-color: rgba(0,0,0,.3);
		-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
		-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
		color: #444;
		color: rgba(0,0,0,.8);
		padding: 1.4286em;
		margin: 1.5em 0 0 0;
	}

	.box > *:first-child {
		margin-top: 0;
	}

	.label {
		font-family: Verdana, Geneva, sans-serif;
		padding: 1px 6px 2px;
		display: inline-block;
		vertical-align:middle;
		letter-spacing: normal;
		white-space:nowrap;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #06C;
		color: #fff;
		font-size: 10px;
		line-height: 12px;
	}

	.info {
		background:#f4f4f4;
	}

	.success {
		background:#8c8;
	}

	.warning {
		background:#cc8;
	}

	.error {
		background:#FFE2E2;
	}

	.float-left {
		float:left;
		display:inline;
		margin: 1.5em 1em 0 0;
	}

	.float-right {
		float:right;
		display:inline;
		margin: 1.5em 0 0 1em;
	}

	.center {
		display:block;
		text-align:center;
		margin: 1.5em auto 0;
	}

.text-hide {
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
}

	/**
	* ------------------------------------------------------------------------------------- #
	* Tables | Tabellen
	* Generic classes for table-width and design definition
	* @section content-tables
	*/
/* plain2 */
	table.plain2 {
		width:100%;
		margin: 0;
		color:#333;
	}
	.plain2 th,.plain2 td {
		line-height: 1.5em;
		vertical-align: top;
		padding: 0.7143em 0.5em;
		border:1px solid #fff;
		text-align:center
	}
		.plain2 .line1 p {font-size:18px; color:#518412}
		.plain2 .line2 {background:#d7ebf9}
		.plain2 .line3 {background:#f6f6f6}
/* plain */	
	table.plain {
		width:100%;
		border-collapse:collapse;
		margin: 1.3571em 0 0 0;
		color:#333;
		border-top: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
	}

	table.narrow {
		margin:  1.4286em 0 0 0;
	}

	table.narrow th,
	table.narrow td {
		padding: 0 0.5em;
		line-height: 1.4286em;
	}

	table.bordertable {
		border:1px #ccc solid;
	}

	table.plain caption {
		font-variant:small-caps;
	}

	.plain th,.plain td {
		line-height: 1.5em;
		vertical-align: top;
		padding: 0.7143em 0.5em;
	}

	.plain th *:first-child,
	.plain td *:first-child {
		margin-top: 0;
	}

	th.nowrap,
	td.nowrap {
		white-space: nowrap;
	}

	.plain thead th {
		text-align: left;
		color:#000;
		border-bottom:2px #000 solid;
	}

	.bordertable thead th {
		background:#e0e0e0;
		border-right:1px #ccc solid;
		border-bottom:1px #ccc solid;
	}

	.bordertable tbody th[scope="row"] {
		background:#f0f0f0;
	}

	.plain tbody th {
		text-align: left;
		border-top:1px solid #ccc;
		text-align:left;
	}

	.bordertable tbody th {
		border-right:1px solid #ccc;
	}

	.plain tbody td {
		text-align: left;
		border-top:1px solid #ccc;
	}

	.bordertable tbody td {
		border-right:1px solid #ccc;
	}

	/* highlight row on mouse over */
	.plain tbody tr:hover th,
	.plain tbody tr:hover td {
		background:#f8f8f8;
	}
	
	

				

}