@charset "utf-8";
/*
Autor: Patrick Weiss
bueroweiss.com



/*
CSS Reset by Eric Meyer
---------------------------------------------------------------------*/
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;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*
Basics
---------------------------------------------------------------------*/

p {
    margin-bottom: 1.5em;
}

body {
    font-family: Consolas, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Monaco, "Andale Mono", "Courier New", monospace;
	font-size:11px;
	line-height:1.5em;
	background-color:#eee;
    margin: 50px;
    color: #222;
}

.clearer {
	float:none;
	clear:both;
	width:1px;
	margin:0 0 -1px 0 !important;
	padding:0;
	font-size:0.0001em;
	line-height:0.0001em;
	height:0.0001em;
}

h1 {
    text-transform: uppercase;
    margin-bottom: 3em;
    font-weight: normal;
    font-size: 19px;
    letter-spacing:0.1em;
    /*font-weight: bold;*/
}

h2 {
    margin-bottom: 1em;
    font-size: 13px;
}

#wrapper {
    width: 850px;
}

#left,
#right {
    width:400px;
}

#left {
    float: left;
    padding: 10px 10px 6px 10px;
    background: #fff;
}

#right {
    float: right;
    height: 400px;
}

td {
    padding-bottom: 1em;
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    text-decoration: none;
    color: #fff;
    background: #222;
}

a:focus {
    font-weight: bold;
}

#impressum {
    width: 400px;
    background-color: #eee;
    display: none;
}

.trenner {
    margin-bottom: 3em;
}

