@charset "utf-8";

/* @charset "ISO-8859-1"; */

/* Base Styles */ 

body {
	margin: 0 auto; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	background: #fff;
	color: #C0C0c0;
	font-family: Verdana, Helvetica, Arial, sans-serif, "Trebuchet MS"; comic sans ms;
	font-size: 9px;
	align: center;
	valign: top;



}

/* Elemente */

 
h1	{
	color: #666;
	font-size: 30px;
	font-family: Verdana;
	font-weight: bold;
	margin-bottom: 3px;
}


h2 {
	color: #404040;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	color: #404040;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;
}

h4 {
	color: #404040;
	font-size: 8px;
	font-weight: bold;
	font-family: Arial;
}



/* Structure */ 

#base	{
	color: #C0C0C0;
	font-family: Verdana, Arial;
	font-size: 9px;
	margin: 0 auto;
	background-image:url(../img/bg1.jpg);
}

table#bb  {
	height: 99%;
	width: 902px;
	margin: 3px auto;
	border: 2 solid black;
	border-collapse: collapse;
        padding: 0;

	align: center;
	valign: top;
	font-family: Verdana;
	font-size: 9px;
	background: #fff;
}

table#b1  {
	width: 100%;

	background: #fff;
	color: #404040;
	font-family: Arial;
	font-size: 9px;
	align: center;
	valign: top;
	margin: 0;
	border-collapse:collapse;
}

td#bm  {
	width: 100%;
	height="25%"
	background: #fff;
	align:center;
}

td#bk  {
	width: 99%;
	height: 40px;
	background: #fff;
	color: #666;
	vertical-align: top;
	text-align: center;
	margin: 0 auto;
	border:0 ;
}

td#bs  {
	width="20%"
	align:center;
	valign: top;
}

td#bh  {
	height="75%"
	width: 100%;
	background: #404040;
	color: #c0c0c0;
	align: left;
	valign: top;

}

td#if3  {
	height: 20px;
	width: 33%;
	padding: 0;
	text-align: center;
	background: #404040;
}

td#m1  {
	height="75%"
	width: 100%;
	background: #fff;
	color: #c0c0c0;
	align: center;
	valign: top;

}

td#m2  {
	height="125px"
	width: 100%;
	background: #fff;
	color: #666;
	font-size: 9px;
	font-family: Arial;
	align: center;
	valign: bottom;
	margin: 35 auto;

}

td#1  {
	height: 20%;
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;

	background: #c0c0c0;
	align: center;
	vertical-align: top;

}

td#2  {
	height: 80%;
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;

	background: #fff;
	align: center;
	vertical-align: top;
}