/* @override http://dev.opera.com/css/screen.css */

/* GENERIC RULES */
body {
	margin: 0;
	padding: 0 10px;
	color: #222;
	background: #fff;
	font-family: 'trebuchet ms', 'lucida grande', 'lucida sans unicode', arial, helvetica, sans-serif;
	line-height: 1.5;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	max-width: 50em;
}

#content {
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
}

a:link, a:visited {
	color:#0082e0;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

img {
	border:none;
}

pre, code, tt, kbd { font-family:"Andale Mono",courier,monospace; }

pre {
	max-width:100%;
	overflow:auto;
	line-height:1.4;
}

h1, h2 {
	font-size: 1.4em;
	margin: 0.6em 0 0.2em;
	padding: 0;
}

h1.title {
	font-size: 1.7em;
}

h3 {
	font-size: 1.2em;
	margin: 0 0 0.5em;
}

p {
	margin: 0 0 0.3em;
}

p.intro, p.note { 
	background: #eff;
	padding: .3em 1em;
	border:1px solid #66CCCC;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
}

span.translatedby {
	font-style: oblique;
	color: #666;
}

p.bildunterschrift {
	font-style: oblique;
	margin-bottom: 1em;
}

