@charset "utf-8";


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

	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: #444E5E;
		background: #fff;
		padding:0;
		margin:0;
		font-family: "MS Trebuchet", Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size:11px;
	}
	
	a {
		color: #006489;
		text-decoration: none;
	}
	a:hover {
		color: #006489;
		text-decoration: underline;
	}
	
	img {
	border:none;
	text-align: right;
}
	dt { float:left; }
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #27538A;
	}
	h2 {
		font-size: 14px;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
	}
	h3 {
		font-size: 12px;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
	}
	h4 {
		margin: 0px;
		padding: 0px;
		font-size: 11px;
	}
	hr {
		height:1px;
		border:none;
		color: #FFA200;
	}	
	
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	fieldset { border:none;}
	
	.clearfix {display: inline-block;}
	ul { list-style:none }
	
	.contactSpan { width:80px; display:block; float:left;}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */	
}
