#sicher {
color:#00FF00;
}
unsicher {
color:#FF0000;
}


BODY {
j	background-color: #ccc;
	margin: 0;
	height: 100%;
	width: 100%;
}
/*************************************************/
/* Basic layout def.                             */
/*************************************************/
#main-holder  { background-color: #fff; margin: 0 auto; padding: 0 1px; width: 800px; height: 100% }
#header, #footer {
	width: 100%;
	height: auto;
	background-color: #000;
	margin-bottom: 1px;
}
#content {
	width: 100%;
	height: auto;
	clear: both;
	display: table;
	margin-bottom: 1px;
}
#content #main  { background-color: #333; margin-right: 1px; width: 605px; height: auto; float: left }
#content #sub {
	width: 194px;
	height: 100%;
	background-color: #333;
	float: left;
	font-size: 12px;
	padding-bottom:15px;
}
/*************************************************/
/* Additional def.                               */
/*************************************************/
BODY * {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
#header H1 {
	text-indent: 20px;
	line-height: 80px;
	margin: 0;
	font-weight: normal;
}
#footer {
	text-align: right;
	font-size: 11px;
}
#footer .pad {
	margin: 5px 20px 5px 20px;
}
#sub .pad {
	margin: 5px 10px 5px 10px !important;	
}
#content .pad {
	margin: 20px;
}
#sub A.button {
	display: block;
	width: 100%;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	background-color: #000;
	text-decoration: none;
	line-height: 25px;
	text-indent: 10px;
	border-bottom: 1px solid #fff;
}
#sub A.button:hover {
	background-color: #333;
	text-decoration: none;
}
#content #main H2 {
	font-size: 19px !important;
	font-weight: normal;
}
#content #main {
	font-size: 13px;
}
#sub H5 {
	margin:0;
}
#sub .pad:first-child {
	margin-top:0;
}
