/* OligoFaktorySE website CSS by Colas Schretter - 2005 */

* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 12px verdana, arial, helvetica, sans-serif;
	line-height: 1.5em;
}

#container {
	position: absolute;
	width: 512px;
	left: 50%;
	margin-left: -256px;
	margin-top: 1em;
}

.box {
	margin-bottom: 1em;
	border: 1px solid #ddd;
	padding-top: 1em;
	padding-bottom: 1em;
}

.side {
	float: left;
	margin-left: 1em;
	margin-right: 1em;
}

.column {
	line-height: 1.5em;
	margin-left: 164px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
	margin-left: 1em;
	margin-right: 1em;
}

img {
	display: inline;
	border: none;
}

h1 {
	text-align: center;
	margin-bottom: 0.25em;
}

h2 {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 1em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-left: 1em;
	margin-bottom: 1em;
}

a {
	color: #F1C800; /* yellow */
	text-decoration: none;
}

a:hover {
	color: gray;
}

p {
	margin-left: 1em;
	margin-right: 1em;
}

p + p,
ul + p {
	margin-top: 1em;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted gray;
}

ul {
	list-style-type: square;
	list-style-position: inside;
	margin-right: 1em;
	margin-left: 1em;
}

li {
	margin-top: 1em;
}

.buttons {
	margin-left: 54px;
}

.button {
	float: left;
	width: 100px;
	text-align: center;
}

#footer {
	text-align: center;
	font-size: 9px;
	color: gray;
}

#stamp {
	position: absolute;
	top: 24px;
	right: -140px;	
}