@charset "utf-8";


@media all
{
	* {
	margin:0;
	padding:0px;
	}

	html { height: 100% }
	body {
		min-height: 101%;
		/* (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen */
				font-size: 100.01%;
		/* (de) Vorgabe der Standardfarben und Textausrichtung */
				color: #000;
		padding:0;
		margin:0;
		font-family: "MS Trebuchet", Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size:13px;
	}
	a {
		text-decoration:none;
		color:#000000;
	}
	.contentStandardLink{
		font-weight:bold;
		color:#e58c45;
	}
	.contentLinkExternal{
		font-weight:normal;
		color:#e58c45;
		text-decoration:underline;
	}
	h1 {
	font-size:21px;
	line-height:32px;
	font-weight:bold;
	}
	h2 {
		font-size:16px;
		line-height:24px;
	}
	h3 {
		font-size:13px;
		line-height:20px;
	}
	h1, h2, h3 { color:#e58c45; }
	img { border:none; }
	
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	.clearfix {display: inline-block;}
}

