html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, div {
	/* reset browser defaults */
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: serif;
	font-size: medium;
}

code {
	font-family: "FreeMono", monospace;
}


/* headings */
h1 {
	display: none;
}
h2 {
	text-align: center;
	margin: .7em;
	font-size: 2em;
}
h2::before {
	content: "~marcus: ";
}
h3 {
	text-align: center;
	margin: 2em 0;
	font-style: italic;
	font-size: 1.5em;
}


/* abbreviations */
abbr {
	border: 0;
}
abbr:after {
	content: ")";
}
abbr:before {
	content: attr(title) " (";
}


/* inserted and deleted text */
ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}

small {
	font-style: italic;
	font-size: xx-small;
}

p {
	margin: 2em 0;
	text-align: justify;
}

cite:before {
	content: "— ";
}

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

a[href^="http"]:after {
	content: " <" attr(href) ">";
}

/* paragraphs */

p.note {
	font-style: italic;
}

p.input_error {
	color: red;
	font-size: large;
}

/* lists */

ul.list, ol.list {
	margin: 0px 8px 16px 8px;
	padding: 4px;
	display: block;
	list-style-position: inside;
}

ol.list {
	list-style-type: decimal;
}

ul.list {
	list-style-type: disc;
}

/* thumbnails */

div.thumbnails {
	border: 0;
	padding: 0;
	margin: 0px 8px 16px 8px;
}

/* page footer */

#footer {
	text-align: right;
	float: right;
	margin-top: 2em;
	font-size: medium;
	clear: both;
}

#footer a, #footer h2 {
	display: none;
}

/* infoboxes */

div.infobox {
	font-size: large;
	padding: 1.5em;
}

div.infobox.error {
	border-color: red;
	color: red;
}

div.infobox.ok {
	border-color: green;
	color: green;
}

div.infobox.important {
	border-color: blue;
	color: blue;
}

/* other invisible elements */

#header, .invisible, form {
	display: none;
}

/* floats */

.left {
	border: 0;
	padding: 0;
	float: left;
	margin: 0px 8px 8px 0px;
}

.right {
	border: 0;
	padding: 0;
	float: right;
	margin: 0px 0px 8px 8px;
}

/* classes */

#footer {
	font-size: small;
}

/*
##############
#### home ####
##############
*/

#message {
	border: 0;
	text-align: center;
	font-size: x-large;
	color: black;
	left: 10%;
	right: 10%;
}

/*
################
#### weblog ####
################
*/

/* invisible divs */

#side_column, #header, .nav, .article .footer {
	display: none;
}

/* entries */

.article .header {
	margin: 2em 0;
	font-size: small;
}

/*
###################
#### gästebuch ####
###################
*/

div.guestbook {
	padding: 1.5em;
	border: 1px solid #000;
	margin-bottom: 8px;
}

div.guestbook h4 {
	font-size: medium;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	margin: 0 0 16px 0;
	padding-bottom: 4px;
}

/*
#################
#### kontakt ####
#################
*/

/* empty */

/*
###############
#### about ####
###############
*/

#geekcode {
	width: auto;
	text-align: left;
	font-family: monospace;
	font-size: 9pt;
	border: dashed 3px;
	padding: 8px;
}

