/* @override http://berlin/jeremias/content/content.css */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Courier, "Courier New", mono;
	background-color: #f2f2f2;
}

a {
	color: #000000;
}

a.active {
	text-decoration: none;
	font-weight: bold;
}

.clear {
	clear: both;
}

#main {
	margin: 30px 30px 30px 35px;
	width: 550px;
}

#menu {
	margin-bottom: 40px;
	width: 560px;
	height: 40px;
	position: relative;
}

#menu h1 {
	font-size: 36px;
	font-weight: normal;
	position: absolute;
	bottom: 0;
	left: 0;
}

#menu p {
	position: absolute;
	right: 0;
	bottom: 4px;
	background: 0;
	font-size: 16px;
}

#content {
	width: 560px;
	text-align: justify;
	position: relative;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
}

#content p {
	font-size: 14px;
	margin-bottom: 14px;
}

img#profile {
	width: 310px;
	float: left;
	padding: 0 28px 20px 0;
}

#dotplex {
	position: absolute;
	right: 10px;
	bottom: 10px;
}