/* OligoFaktorySE website CSS by Colas Schretter, 2005-2009 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

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;
}

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;	
}