html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #b3d4fc;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 18px;
}

div.main {
	position: relative; /* needed for footer positioning*/
	/* margin: 0px auto; /* center, not in IE5 */
	margin: 0px;
	padding: 0px;
	background-color: #e6e6ec;
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/

	min-height: 100%; /* real browsers */
}

div.header {
	background-color: #333333;;
	padding: 1em;
	/* width: 100%; */
	height: 60px; /* */
}

div.content {
	/* height: 100%; */
	/* width: 100%; */
	background-color: #e6e6ec;
	padding: 1em 1em 5em; /* bottom padding for footer */
}

div.arrow {
	bottom: 101px;
	position: absolute;
	height: 64px;
	font-size: 64px;
}
div.footer {
	bottom: 0px;
	position: absolute;
	height: 100px;
	width: 100%;
	border-top: 2px dotted #c6c6cc;
	background-color: #e6e6ec;
	color: #2c2c2c;
}

/* ------------------------------------------------------------------------
 * The footer
 */
div.footer-content {
	margin: 10px auto;
	max-width: 800px;
	overflow: hidden;
	font-size: 13px;
	color: #747474;
	line-height: 1.4;
}

.footer-content ul {
	list-style: none;
	margin-right: 3%;
	width: 16%;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 80px;
}

.footer-content li {
	display: list-item;
	text-align: -webkit-match-parent;
	color: #747474;
}

li.footer-navi {
	display: list-item;
	text-align: center;
	color: #747474;
}

.footer-content a, a:hover, a:active a:link {
	outline: 0px;
	text-decoration: none;
	color: #747474;
}

/* ------------------------------------------------------------------------
 * generic elements
 */
h1 {
	font-size: 48px;
	text-shadow: #000000 2px 1px;
	margin-top: 0px;
}

h2 {
	font-size: 32px;
	text-shadow: #ffffff 2px 1px;
	margin-bottom: 0px;
	margin-top: 0.5em;
}


ul.large {
	padding-top: 10px;
	font-size: 32px;
	/* text-shadow: #c0c0c0 2px 1px; */
}

dl.large {
	padding-top: 10px;
	font-size: 32px;
	/* text-shadow: #c0c0c0 2px 1px; */
}

dt.large {
	padding-top: 10px;
	font-size: 32px;
	/* text-shadow: #c0c0c0 2px 1px; */
}

p {
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

span.keyword {
	font-weight:	bold;
	font-style:	italic;
}

table, th, td {
	border: 1px solid black;
	padding: 1px 10px 1px 10px;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 18px;
}

table {
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse:collapse;
}

p.remind {
	text-align: center;
}

span.terminal {
	color: white;
	background-color: black;
	padding: 3px;
}

p.terminal {
	color: white;
	background-color: black;
	padding: 3px;
}


a		{	text-decoration:	none;		}
a:link		{	text-decoration:	none;		}
a:hover		{	text-decoration:	none;	}
a:active	{	text-decoration:	none;	}

/* ------------------------------------------------------------------------
 * link colors for the various sections
 */
a.security	{	color:	#ff6600; }
h2.security	{	color:	#ff6600; }
a.bestpractise	{	color:	#7718f9; }
h2.bestpractise	{	color:	#7718f9; }
a.thinkabout	{	color:	#a0a0a0; }
h2.thinkabout	{	color:	#a0a0a0; }
