html, body {
	margin: 0 0 30px 0;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #ac0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.menu {
	background-image: url(icon.png);
	background-repeat: no-repeat;
	background-position: 10px 300px;
}
.menu a {
	color: #999;
	text-decoration: none;
}
.menu p {
	margin: 5px 0 15px 10px;
	font-size: 14px;
}
.menu a:hover {
	color: #ac0;
}

td.menu{
	height: 400px !important;
	
}
#current {
	color: #ac0;
}
.submenu {
	margin: -30px 0 40px 0;
}
.submenu a {
	color: #999;
	text-decoration: none;
}
.submenu a:hover {
	color: #ac0
}
#subcurrent {
	color: #ac0;
}
h1 {
	margin: 0 0 40px 0;
	font-size: 20px;
	color: #ac0;
	font-weight: 100;
}
p {
	margin: 20px 0 0 0;
	font-size: 12px;
	line-height: 20px;
	color: #999;
}
a img {
	border: 0;
}

.column h1 {
	margin: 10px 0 0 0;
	font-size: 12px;
	color: #ac0;
	font-weight: lighter;
}
.column p {
	margin: 10px 0 0 0;
	font-size: 10px;
	line-height: 16px;
	color: #999;
}
.projektvorschau {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ac0;
}
.bildrahmen {
	width: 140px;
	height: 140px;
	border: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
}

.column{display: none !important;}