/* *{margin:0px; padding:0px; border:none; text-decoration:none;} */
body {
	background: #fff;
	font: 13px Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
}

a {
	color:#000;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

a img {
	border: none;
}

#wrap {
	width: 600px;
	margin: 0 auto;
	position: relative;
	left: -30px;
}

#header {
	color: #777;
	font-size: 15px;
	text-align: center;
	padding: 3px 0;
}

#header a {
	color: #777;
	margin: 0 -3px 0 -3px;
	padding: 3px 7px;
}

#header a:hover, #header a.mark {
	background: #c1e1fb;
	text-decoration: none;
}

#content {
	padding: 35px 0 0 0;
	text-align: left;
	line-height: 135%;
}

#content.center {
	text-align: center;
}

#sidebar {
	text-align: right;
	position: absolute;
	top: 250px;
	width: 220px;
	right: 20px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
}

h2 {
	text-align: left;
	color: #114e96;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 20px 0 0 0;
}

p {
	padding: 0;
	margin: 3px 0 0 0;
}

table td {
	text-align: left;
	vertical-align: top;
}

col.title {
	width: 110px;
}

table ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#feinheit {
	position: absolute;
	right: 0;
	top: 0;
	background: url(img/feinheit.gif);
	width: 16px;
	height: 53px;
	text-decoration: none;
}
