@charset "utf-8";

* {
	border:0;
	margin:0;
	padding:0;
}

body {
	background:#fff url(../images/hg-kachel.png) repeat-x;
	color:#0f1f41;
	font:82%/1.5em Arial, Helvetica, sans-serif;
}


h1 {
	font-size:1px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
}


h3 {
	clear:both;
	color:#3155a5;
	font-size:1.2em;
	font-weight:bold;
	padding:15px 0 0 0;
	margin:0 0 10px 0;
}

h4 {
	color:#16267a;
	font-size:1.1em;
	font-weight:bold;
	margin:0 0 5px 0;
}


p {
	margin:0 0 1.2em 0;
}



a:link {
	color:#0f2c6e;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color:#0f2c6e;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:focus {
	color:#5389DC;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	color:#c00;
	font-weight:bold;
	text-decoration:underline;
}


hr{

	border-bottom:1px solid #333;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
	margin :0 0 20px  0;
}

/* ---------- Tables ----------- */
table {
	width:100%;
}

th {
	border-bottom:1px solid #ccc;
	color:#3155a5;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
}


th, td {
	padding:3px 8px;
	vertical-align:top;
}


th#dimension {
	width:120px;
}


tr.alternate {
	background:#E0E5EF;
}



/* ---------- Definition lists ----------- */
dl {
	margin:0 0 1.5em 0;
}

dt {
	color:#374E7F;
	float:left;
	margin:0 2% 0 0;
	width:28%;
}

dd {
	float:left;
	width:70%;
}