body {
	margin:20px;
	padding:0px;
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	background-color:#fff;
}
	
a:link { text-decoration:none; color:#999; }
a:visited { text-decoration:none; color:#999; }
a:hover { text-decoration:none; color:#999; }

#starttext {
	background-color: #fff;
	font-family: Tahoma;
	font-weight: bold;
	color: #999;
	text-align:left;
	padding-left:300px;
}

#startseite {
	background-image: url(gfx/titel.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 767px;
	height: 448px;
}

#construction {
	background-image: url(gfx/construction.jpg);
	background-repeat: no-repeat;
	border: 1px solid #111;
	width: 640px;
	height: 480px;
}

#header {
	background-image:url(gfx/titel_small.gif);
	background-repeat:no-repeat;
	background-position:left;
	border:1px;
	height:100px;
	width::100%;
	text-align:right;
}
	
#header span {
	font-size:16px;
	font-weight:normal;
	color:#999;
}
	
#menu {
	position: absolute;
	top: 150px;
	left: 70px;
	padding-top:15px;
	padding-bottom:100px;
	width:170px;
	border-right: 1px solid #999;
}
	
#menu span {
	font-size:16px;
	color:#999;
	font-weight:bold;
}

#menu table {
	margin-top:0px;
	margin-bottom:25px;
}

#menu img {
	border:0px;
}

#menu a:link { text-decoration:none; color:#000; }
#menu a:visited { text-decoration:none; color:#000; }
#menu a:hover { text-decoration:underline; color:#000; }
	
#content {
	position:absolute;
	top: 110px;
	left: 300px;
	padding-top:15px;
	padding-right: 80px;
}
	
#content h1 {
	font-size:36px;
	font-weight:bold;
	color: #999;
	border-bottom: 1px solid #999;
}
	
#content h2 {
	font-size:18px;
	font-weight:bold;
	color: #999;
	border-bottom: 1px solid #999;
	margin-top:70px;
}
	
#content table {
	border-spacing:15px;
}

#content span {
	font-size:18px;
	font-weight:normal;
}

#speaker {
	font-weight:bold;
	color:#666;
}

#bigletters {
	font-size:14px;
}

img {
	border:0px solid #999;
}