body {
	width:30em; 
	font-family: "Hoefler Text"; 
	font-size:16px; 
	line-height: 24px; 
	margin:auto; 
	background: #eee 50% -156px;
	padding-left:6em;
}

h1 {
	font-family: Zapfino; 
	font-weight: normal; 
	margin: 1em auto 3em auto;
	text-align: center;
	padding-top: 200px;
	background: url(/Bilder/XCodeProject128.png) 50% top no-repeat;
}

body#realbasic h1 {
	background-image: url(/Bilder/RealBasicClass128.png);
}


h2 {
	text-transform: uppercase; 
	font-weight: normal; 
	font-size: 100%; 
	margin: 6em 0em 1em 0px;
	position:relative;
}

h2 span.icon {
	position: absolute;
	left: -114px;
	top: -36px;
}

h2 span.icon img {
	height: 96px;
	width: 96px;
}

dl, div.paragraph {
	position:relative;
}

ul.links, ul.plainlinks {
	position:absolute;
	width:10em;
	left:-11em;
	margin: 0px;
	padding: 0px;
	text-align:right;
	font-size:74%;
	font-style: normal;
	list-style-type:none;
}

ul.links li:before {
	color: #666;
	content:'[';
}

ul.links li:after {
	color: #666;
	content:']';
}

ul.links li.empty:before, ul.links li.empty:after {
	content:'';
}


/*
p {
	text-indent: 24px;
} 

h2+p {
	text-indent: 0em;
}
*/

p, div.paragraph {
	margin-bottom:1.5em;
}

p.image {
	text-align: center;
}

p.image img { 
	border:5px #eee solid;
}

a:link, a:visited, #footer:hover a:link { 
	color: #333399; 
	text-decoration:none;
}

p:hover a:link,  { 
	color:#3333cc; 
}

a[hreflang]:after { 
	content: "[" attr(hreflang) "]";
	margin-left: 0.3em; 
}


dt {
	font-style: italic;
}




#footer {
	color: #999;
	margin-top: 2em;
	padding-top: 0.2em;
	border-top: 1px #999 solid;
	text-align:center;
	font-style: italic;
}

#footer:hover {
	color: #666;
}

#footer p {
	margin-top:0px;
}

#footer a {
	color: #999;
}

#footer .flower {
	font-style: normal;
	margin: 0px 0.5em;
}



