@charset "UTF-8";
html { height: 100%; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #60574e;
	line-height: 1.5em;
	margin: 0px;
}
a {
	color: #993333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #993333;
	text-decoration: none;
}
#kopf {
	height: 101px;
	width: 100%;
	background-image: url(bilder/logo.png);
	background-repeat: no-repeat;
	background-position: 50px;
	position: absolute;
	left: 0px;
	top: 50px;
	z-index: 2;
}

#haupt {
	position: absolute;
	width: 500px;
	left: 180px;
	top: 151px;
	z-index: 1;
}
p {
	padding: 0px;
	margin: 0px;
}
.tab {
	background-repeat: no-repeat;
	height: 40px;
	background-position: 0px 10px;
	outline: none;
}
#gestaltungskultur {
	background-image: url(bilder/gestaltungskultur.png);
}
#diegestalter {
	background-image: url(bilder/diegestalter.png);
}
#moeglichkeiten {
	background-image: url(bilder/moeglichkeiten.png);
}
#gestaltetes {
	background-image: url(bilder/gestaltetes.png);
}
#post {
	background-image: url(bilder/post.png);
}
#impressum {
	background-image: url(bilder/impressum.png);
}
.definition {
	color: #60574e;
	font-size: 1.2em;
	font-family: "times new roman";
}
.projekt {
	margin-bottom: 15px;
	margin-left: 20px;
}
.projekt h1 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
.projektbild {
	float: left;
	z-index: 1;
}
.projekttext {
	z-index: 0;
	margin-left: 130px;
}
.clearer {
	clear: both;
}
#background {
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 539px;
	width: 780px;
	background-image: url(bilder/bg.gif);
	z-index: 0;
}

#ie {
	height: 0px;
	padding: 0px;
	visibility: hidden;
}
