@charset "ISO-8859-1";

img {
	border: 0;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 190px 0;
	background: #202020;
	color: white;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: small;
}

h1 {
	margin-top: 0;
}

h1+* {
	font-size: medium;
}

h1+*+* {
	clear: left;
}

h2 {
	margin-top: 2em;
	font-size: large;
}

li {
	margin-top: .5em;
	margin-bottom: .5em;
	list-style-type: none;
}

.header {
	font-family: 'Times New Roman', serif;
	font-style: italic;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 190px;
	background: url('headergradient.png') repeat-x;
}

.header>a>img {
	float: left;
	margin-right: 1em;
}

.header p {
	margin: 0;
	padding: 0;
}

.header h1 {
	font-size: xx-large;
}

.scrollarea {
	position: relative;
	top: 190px;
	overflow: auto;
}

.scrollarea>* {
	max-width: 87em;
	min-width: 25em;
	margin: 2em auto;
	padding: 0;
	text-align: justify;
	background: #303030;
}

.scrollarea>*>* {
	margin: 24px;
}

.scrollarea>*:before {
	display: block;
	font-size: 1px;
	background: url('roundcorner-top-right.png') no-repeat top right;
	content: url('roundcorner-top-left.png');
}

.scrollarea>*:after {
	clear: left;
	display: block;
	font-size: 1px;
	content: url('roundcorner-bottom-left.png');
	background: url('roundcorner-bottom-right.png') no-repeat bottom right;
}

a {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: #4C6D93;
	text-decoration: underline;
}

.annotation {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #454545;
	float: right;
	margin: 0 1em;
}

.sticker {
	float: right;
	font-size: xx-large;
	background: #404040;
	padding: 0.25em;
}

.teaser {
	float: left;
	margin-right: 2em;
	margin-bottom: 3em;
	max-height: 7.5em;
}

.largeScreenshot {
	max-height: 348px;
	float: right;
	margin-top: .5em;
	margin-left: 2em;
	margin-bottom: 1em;
}

.smallScreenshot {
	max-height: 128px;
	float: left;
	margin-top: .5em;
	margin-right: 2em;
}

.bar {
	color: white;
	clear: left;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-style: normal;
	background: url('bar.png') repeat-x;
	font-size: small;
	height: 30px;
	padding: 0;
	margin: 0;
}

.bar>* {
	height: 30px;
	display: inline-block;
	background: url('button-middle.png');
}

.bar * {
	margin: 0;
}

.bar>*:before {
	display: inline-block;
	width: 4px;
	height: 30px;
	background: url('button-left.png');
	content: ' ';
}

.bar>*:after {
	display: inline-block;
	min-width: 4px;
	min-height: 30px;
	background: url('button-right.png');
	content: ' ';
}

.bar>*:hover {
	background-position: 0 -30px;
}

.bar>*:hover:before {
	background-position: 0 -30px;
}

.bar>*:hover:after {
	background-position: 0 -30px;
}

.bar>*>* {
	padding: 0 8px 0 8px;
	display: inline-block;
	vertical-align: top;
	height: inherit;
	color: inherit;
	text-decoration: none;
}

.bar>*>* * {
	display: inline-block;
	height: auto;
}

.bar>*>* img {
	vertical-align: top;
	position: relative;
	top: 8px;
	border: 0;
	padding-right: 4px;
}

.bar>*>* span {
	margin-top: .5em;
}

.bar a {
	color: white;
	text-decoration: none;
}

