body {
	background-image: none;
	background-color: #333333;
	color: #cccccc;
	font-family: Arial,Verdana,sans-serif;
	font-size: 9pt;
/* 	line-height: 7pt; */
	margin: 0px;
	padding: 0px;
}

#master {
	background-color: #333333;
	width: 760px;
}

#body {
	background-color: #333333;
}

#image_bar {
	height: 140px;
	width: 760px;
	padding: 0px;
	margin: 0px;
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

#image_bar img {
	height: 140px;
	border: none;
}

.left {
	float: left;
}


#head {
	height: 96px;
}

#pagetitle {
	height: 76px;
	margin-left: -3px;
	padding: 0px 0px 0px 30px;
}

#content {
	padding:45px 10px 20px 30px;
}

#impressum {
	color: #ffffff;
	padding: 100px 0px 0px 30px;
	font-size: 9pt;
}

#impressum a:link {
	text-decoration: none;
	color: #ffffff;
}
#impressum a:visited {
	text-decoration: none;
	color: #ffffff;
}
#impressum a:hover {
	color: #cc9966;
	text-decoration: none;
}
#impressum a:active {
	color: #cc9966;
	text-decoration: none;
}
