.color1 { color: #ffffff; }
.color2 { color: #ffffff; }
.color3 { color: #ff9933; }
.color_neutral { color: #666; }

* { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	text-decoration: none;
}

body { 
	color: #999; 
	background: #000;
	font: normal 11px "Trebuchet MS", "Lucida Sans Unicode", sans-serif; /* Trebuchet MS, Sans-serif; */
	text-align: center;
	margin: 20px 0 10px 0; 
}


#background { 
	width: 400px;
	background-color: #000;
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 5px;
	text-align: left;
	background: #eb8129; /* zusaetzlich im div-container als inline-style */
}

#container {
	height: 560px;
	padding-left: 10px;
	padding-right: 10px;
	background: url("/html/img/home.png") no-repeat;
}

#top {
	padding-top: 10px;
	height: 90px;
}

#middle {
	padding-top: 10px;
	height: 388px;
}


#bottom {
	background: url("/html/img/logo_small_red2.gif") no-repeat center left;
	padding-left: 60px; 
	padding-top: 15px; 
	height:43px;
}


h1 { 
	font: normal 55px "BankGothic Md BT", Sans-serif; 
	line-height: 70%;
	text-align: center;
}

h2 { 
	font: normal 21px "Lucida Sans Unicode", Sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}

a, 
a:link, 
a:visited
{
	color: #ff9900;
	text-decoration: none;
}

a:active, 
a:hover,
a:active .color_neutral, 
a:hover  .color_neutral 
{
	color: #ff0000;
}