/* general styles **********************************************/
html
{	background:#ECECEC;
}

body
{	background:transparent url(h-topnew.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;
}

#keytop
{	height: 14px;
	max-width: 55em;
	margin:0 auto;
}

#content
{	margin:0 auto;
	margin-bottom:11px;
	padding: 2%;
	width: 96%;
	border: solid #E0E0E0;
	border-width: 1px 1px 1px 1px;
}

#content
{	font-family: "trebuchet ms", arial, verdana, sans-serif;
	max-width: 54em;
	background-color: white;
}

#table
{	font-family: "trebuchet ms", arial, verdana, sans-serif;
	background-color: white;
}

.note
{	color: #5385B3;
	font-weight: bold;
}

.bild_unten
{	vertical-align: baseline;
}

.mini
{	color: #898989;
	font-size: 1em;
}

.update
{	color: #FF220B;
	font-size: 1em;
}

.middle
{	color: #898989;
	font-weight: bold;
	font-size: 1em;
}

.balk
{	background-color: #F0F0F0;
	padding:1px;
	padding-left:26px;
	padding-bottom:2px;
	padding-top:0px;
	color: #898989;
	font-size: 1em;
}

.balk2
{	background-color: #F0F0F0;
	padding:0px;
	padding-left:5px;
	padding-bottom:1px;
	color: #898989;
	font-size: 1em;
}

.balk3
{	background-color: #F0F0F0;
	padding:0px;
	padding-left:5px;
	padding-bottom:1px;
	color: #898989;
	font-size: 1em;
}

.tomu
{	font-size: 0.8em;
}

.tit
{	font-size: 1em;
	color: #C2C2C2;
	margin-left: 20px;
}

/* styles for links *************************************************/
a:link, a:visited
{	text-decoration: underline;
	color: #5385B3;
}
a:hover
{	text-decoration: underline;
	color: #B47D54;
}
/* styles for tables ************************************************/
table
{	margin-bottom: 1em;
	border-collapse: collapse;
}
td, th
{	text-align: left;
	vertical-align: top;
}

/* nice tables */
.nice
{	border-collapse: collapse;
	border-style: hidden;
	border-spacing: 0;
	margin-left: 2.5%;
}
.nice td, .nice th
{	border: 1px solid #EEEEEE;
	padding: 0.25em;
	color: black;
	background-color: white;
}
.nice th
{	white-space: nowrap;
}

.nice div /* button-images */
{  width: -o-skin;	/* so breit wie das image */
	height: -o-skin;  /* so hoch wie das image */
	display: inline-block;
}

/* horizontale linie */
.linie
{	height: 1px;
	background-color: #DFDDDD;
	border: none;
}

/* rot */
.nice .red, .red
{	color: #FF220B;

}

/* grey */
.nice .grey, .grey
{	color: #898989;

}

/* blau */
.nice .blau, .blau
{	color: #0031E6;
}


/* hellblau */
.nice .hellblau, .hellblau
{	color: #5385B3;
}

/* styles for print **********************************************/
@media print
{	body, table, li
	{	font-size: 11pt;
	}
	*
	{	color: black !important;
	}
	#top
	{	display: none;
	}
}
