﻿@charset "utf-8";
/* xcs STYLESHEET t1.0.1 */
/* 12-02-10 by agent */
/* last modified 12-02-10 by agent */

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b4b4b;
	background-color: #ffffff;
	line-height: 1.5em;
}

/*
 * general definitions
 */

img {
	border: none;
}

div {
	position: relative;
	float: left;
}

h2 {
	margin: 0 0 0.5em;
}

h3 {
	margin: 1em 0 0.5em;
}

a {
	text-decoration: none;
	color: #4b4b4b;
	outline: none;
}

a.marked, span.marked {
	border-bottom: 1px dotted;
}

a:hover {
	text-decoration: underline;
}

a.marked:hover {
	border-bottom: none;
}

div.clear {
	float: none;
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}


/*
 * content
 */

div#wrapper {
	width: 340px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 130px;
	text-align: center;
}

a.logo {
	float: left;
	margin-bottom: 70px;
}