@CHARSET "UTF-8";

BODY {
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	/*background-color: #ffcc00;*/
	background-color: black;
	margin: 0;
	padding: 0;
	color: black;
	line-height: 110%;
	font-family: Verdana, Trebuchet MS, Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: 500;
	/* background-image: url("bg/"); */
}

img {
	text-decoration: none;
	border: none;

}

/* Debug
div {
	border: 2px solid black;
}
*/
.stage {
	position: absolute;
	bottom: 40px;
	left: 0px;
	width: 100%;
}

.content {
	background-image: url("punkte.png");
	background-position: top left;
	background-repeat: repeat-x;
	height: 340px;
	padding-top: 60px;
	padding-left: 2%;
	margin-bottom: 10px;
}

.navi {
	float: left;
	padding-left: 2%;
}

.home {
	text-align: right;
	float: right;
	padding-right: 2%;
}

.worksamples {
	float: right;
	padding-right: 2%;
	padding-top: 5px;
}

.descriptiontext {
	float: left;
	width: 30%;
	padding-right: 2%;
}

.descriptiontext a {
	font-variant: small-caps;
	text-decoration: none;
	color: black;
}

.descriptiontext a:HOVER {
	text-decoration: overline;
	color: #555;
}

ul {
	line-height: 150%;
}

ul.subnavi {
	list-style-type: none;
	font-variant: small-caps;
	padding: 0;
}

h1 {
	font-size: 13pt;
	font-weight: 700;
}

td {
	vertical-align: top;
	margin-bottom: 5px;
}