body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px 0;
	font-family: sans-serif;
	font-size: 12px;
	color: #153642;
	text-align: center;
}

img	{
	border: 0;
}

a {
	font-weight: bold;
	text-decoration: none;
}
a:link, a:visited {
	color: #153642;
}
a:hover, a:active {
	color: #205868;
}

p {
	padding: 0;
	margin: 0;
}

span.done {
	color: #0A0;
	font-weight: bold;
	font-size: 80%;
}
span.wip {
	color: #EA0;
	font-weight: bold;
	font-size: 80%;
}
span.open {
	color: #F00;
	font-weight: bold;
	font-size: 80%;
}

h1, h2, h3, h4 {
	padding: 0.5em 0 0.15em 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}
h3, h4 {
    border-bottom: none;
    font-weight: bold;
}
h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3 { font-size: 132%; }
h4 { font-size: 116%; }


#main {
	margin: 0 auto;
	text-align: left;
	width: 790px;
}

#header {
	margin: 0 0 20px 0;
	height: 50px;
	background-image: url(http://freenet-homepage.de/steve-m2/ce2/logo_ce2.png);
	background-repeat: no-repeat;
	background-position: center;
}

#crumbs {
	margin: 0 0 2em 0;
	padding: 0.1em 0;
	border-bottom: 1px dashed #153642;
	display: block;
}

#content {
	margin: 0 16em 1em 0;
}

#content p {
	margin: 0.4em 0 0.5em 0;
	line-height: 1.4em;
}

#sidebar {
	float: right;
	width: 14em;
}

.sidebarbox {
	border: 1px dashed #153642;
	padding: 2px;
	margin: 0 0 1em 0;
}

.sidebarbox span {
	display: block;
	margin: 0;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 120%;
	letter-spacing: 0.05em;
	color: #3484A6;
	background-color: #153642;
}

.sidebarbox ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

.sidebarbox li a {
	display: block;
	margin: 0;
	height: 1%;
	padding: 6px 8px;
	text-decoration: none;
}

.sidebarbox li a:hover {
	background-color: #eee;
}

.adbox {
	border: 0;
	padding: 0;
	margin: 0;
	text-align: center;
}

.adbar {
	border: 0;
	padding: 2px;
	margin: 0;
	text-align: center;
}

#footer {
	clear: both;
	margin: 2em 0 0 0;
	font-size: 0.9em;
	text-align: center;
}

.inv {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}