/* CSS Document */
@charset "utf-8";

/***************************************************************
	 Grundlayout der Seite 
	 

****************************************************************/

HTML {
	display:block;
	-webkit-print-color-adjust:exact;
}

BODY {
	margin:0;
	background:#FFF;
	font-size:17px;
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
	color:#333;
	text-align:left;
	direction:ltr;
	line-height:1.28;
}

A {
	text-decoration:none;
	color:#004A99;
}

A:hover {
	color:#666;
}

STRONG, B {
	font-weight: bold;
}

H1 {
	font-size: 1.7em;
	margin-bottom: 0.5em;
}

H2 {
	font-size: 1.5em;
}

.margin-top {
	margin-top: 1.2em;
}

.red {
	color: red;
}

.green {
	color:lime;
}