/* general styles **********************************************/
html
{	background:#A8BDC6;
}

body
{	background:transparent url(h-topwiki.png) top left repeat-x;
	color: black;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

table, li, p
{	font-size: 0.9em;
}

#top
{	height: 54px;
	max-width: 55em;
	margin:0 auto;
}

#content
{	margin:0 auto;
	margin-bottom:11px;
	padding: 2%;
	width: 96%;
	border: solid #989898;
	border-width: 1px 1px 1px 1px;
}

#content, table
{	font-family: "trebuchet ms", arial, verdana, sans-serif;
	max-width: 55em;
	background-color: #E1E8EC;
}

.note
{	color: #455C65;
	font-weight: bold;
}

.nite
{	color: #455C65;
	font-size: 0.9em;
}

.mini
{	color: #546D78;
	font-size: 0.9em;
	font-weight: bold;
}

.balk2
{	background-color: #B7C9D1;
	padding:0px;
	padding-left:5px;
	padding-bottom:1px;
	color: #4E656E;
	font-size: 1em;
}

.balk3
{	background-color: #B7C9D1;
	padding:0px;
	padding-left:5px;
	padding-bottom:1px;
	color: #4E656E;
	font-size: 1em;
}

.tomu
{	font-size: 0.8em;
}

.tit
{	font-size: 1em;
	color: #A2BAC4;
}
/* styles for links *************************************************/
a:link, a:visited
{	text-decoration: underline;
	color: #546D78;
}
a:hover
{	text-decoration: underline;
	color: black;
}
/* other styles *************************************************/
/* horizontale linie */
.linie
{	height: 1px;
	background-color: #93A9B5;
	border: none;
}

/* grey */
.nice .grey, .grey
{	color: #4E626A;
}

/* rot */
.nice .red, .red
{	color: #FF220B;
}

/* styles for print **********************************************/
@media print
{	body, table, li
	{	font-size: 11pt;
	}
	*
	{	color: black !important;
	}
	#top
	{	display: none;
	}
}
