html {
	padding:0px;
	margin:0px;
}
body {
	background-color: #fff;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: .85em;
	font-weight: normal;
	letter-spacing: 1pt;
	line-height: 1.3em;
	text-align: left;
	margin:0px;
	padding:0px;
}
#contact{
	margin:0px 10px 10px 100px;
}
p, h1{
	margin:0px 10px 10px 10px;
}
h1 {
	color: #333;
	font-size: 1.8em;
	background-color:transparent;
	text-decoration: none;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color:#777;
}
a:visited {
	color:#aaa;
}
a:hover {
	color:#f00;
}
a:active {
	color:#fff;
}
#left a {
	margin: 10px 10px 10px 10px;
	font-size: 1.5em;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent;
	text-decoration: none;
	display: block;
}
#left a:link {
	color:#555;
}
#left a:visited {
	color:#888;
}
#left a:hover {
	color:#f00;
}
#left a:active {
	color:#f40;
}
#link a {
	font-size: .6em;
	font-weight: normal;
	text-align: right;
	color: #333333;
}
/*  positioning-layers static und absolute */
#box {
	width:1140px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
}
#left {
	width:200px;
	padding:0px;
	float:left;
	background-color:#fff;
}
#content {
	width:740px;
	padding:0px;
	float:left;
	background-color:#fff;
	overflow: auto;
}
#right {
	width:200px;
	padding:0px;
	float:left;
	display:inline;
	font-size: .6em;
}
#topbanner h1 {
	width:100%;
	font-size: 1em;
	text-transform:uppercase;
	text-align: left;
	color: #fff;
	background-color: #555;
	padding:5px 15px;
	margin:0px
}
div.img {
	margin:7px;
	height:auto;
	width:auto;
	float:left;
	text-align:center;
	display:inline;
}
div.img img {
	display:inline;
	margin:4px;
	padding:10px;
	border-top:1px solid #ddd;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	border-bottom:3px solid #aaa;
	background:#fff;
}
div.img a:hover img {
	margin:3px;
	padding:10px;
	border-top:2px solid #f00;
	border-left:3px solid #d00;
	border-right:3px solid #d00;
	border-bottom:4px solid #b00;
}
div.desc {
	text-:middle;
	text-align:center;
	font-size:.8em;
	font-weight:normal;
	width:220px;
	margin:6px;
}
.BodyText{
	color: #333333;
}
.BodyTextO{
	color: #ff4400;
}
.BodyTextR{
	color: #ff0000;
}
.BodyTextY{
	color: #ff9900;
}