html, body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
}
form, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table, td {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}

#flashcontent {
 	position: absolute; 
	top: 127px; 
	left: 0px; 
	width: 735px; 
	height: 142px
}
/* Hauptnavi */

#navibox {
	position: absolute;
	left: 55px;
	top: 24px;
	font-size: 10px;
}
#navibox div {
	float: left;
	height: 12px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #000;
}
#navibox a {
	color: #000;
	background: #fff;
	text-decoration: none;
	display: block;
}
#navibox a:hover {
	color: #000;
	background: #ccc;
}

/* Breite der Navielemente */

#credo {
	width: 62px;
}
#atelier {	
	width: 89px;
}
#werkverzeichnis {
	width: 136px;
}
#kataloge {
	width: 83px;
}
#vita {
	width: 52px;
}
#ausstellungen {
	width: 115px;
}
#kontakt {
	width: 75px;
	color: #fff;
	background: #ccc;
}
#kontakt a {
	color: #999;
}
#impressum {
	width: 90px;
	color: #fff;
	background: #ccc;
}
#impressum a {
	color: #999;
}
#navibox .activeLink a {
	background-color: #000;
	color: #fff;
}

/* Schriftzug und Trennlinie */

#unterschrift {
	position: absolute;
	top: 80px;
	left: 50px;	
}
.trennlinie_oben {
	position: absolute;
	top: 126px;
	clear: both;
	width: 100%;
	height: 1px;
	background: #999;
}
.trennlinie_unten {
	position: absolute;
	top: 269px;
	clear: both;
	width: 100%;
	height: 1px;
	background: #999;
}
.quadrat {
	position: relative;
	left: 30px; 
	top: 0px;
	width: 8px;
	height: 8px;
	border: 1px solid #ccc;
}
.trennlinie {
	clear: both;
	width: 100%;
	height: 1px;
	background: #999;
}
#bildleiste {
	position: absolute;
	top: 132px;
	height: 132px;
	margin-left: 55px;
	line-height: 140%;
}
#bildleiste img {
	float: left;
	margin-right: 6px;
	display: block;	
}

/* Suchausgabe */

.ergebnis {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 90px;
}
.ergebnis img {
	float: left;
	margin-right: 6px;
	display: block;	
}

/* Fusszeile und Adresse */

#fusszeile {
	position: absolute;
	width: 100%;
	bottom: 0px;
	background: #fff;
	height: 38px;
}
#adresszeile {
	margin-left: 55px;
	margin-top: 5px;
	font-size: 10px;
	line-height: 100%;
}
