/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* ff4 brauch top:0px da sost das morphen nicht funktioniert! */
.ff4 {
	position: relative;
	top: 0px;
}
	
@media screen { 

	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,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	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 display-role 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;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	a {
		text-decoration: none;
		color: inherit;
	}
		#content a {
			color: #036;	
		}
		#footer a {
			color: #333;	
		}
	a:hover,
	a:focus {
		text-decoration: underline;	
	}
	hr {
		border: none;
		border-top: 1px dotted #333;
		color: #fff;
		background: #fff;
		height: 1px;
		width: 100%;
		margin: auto 0 1em 0;
	}
	
	/* Altlasten und Fehler beheben */
	font {
		border: none !important;
		font-weight: inherit !important;
		font-size: 1em !important;
		color: inherit !important;
		line-height: inherit !important;
		width: inherit !important;
		height: auto !important;
		background: none !important;
		display: inline !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	p table {
		font-size: 1em !important;
	}
	object,
	embed {
		display: block;
		/* width: auto; fail im chrome */
		height: auto;
		/*margin: 0 auto;*/
	}
}

/* --------------------------------------- */

/* WebFonts 
.altFont {
	font-family: 'ScalaSansRegular' !important;
}
.altFontBold {
	font-family: 'ScalaSansBoldRegular' !important;
}
*/