/* CSS Klassen */
.box {
	border: 1px solid;
	margin: 0 0 10px 0;
	padding: 5px;
	width: 135px;
}
.categories,
.latestfive {
	list-style: circle inside;
	margin: 0;
	padding: 0;
	text-align: left;
}
.content,
.navigation,
.title {
	padding: 10px;
	vertical-align: top;
}
.edit {
	text-align: right;
}
.find {
	background-color: yellow;
	font-weight: bold;
	color: black;
}
.gbook,
.story {
	border: 1px solid;
	margin-bottom: 10px;
}
.gbook input,
.navigation input {
	width: 125px;
}
.gbook table {
	margin: 10px;
}
.gbook textarea {
	height: 175px;
	width: 400px;
}
.gbook_comment {
	font-style: italic;
	padding: 5px 0 5px 20px;
}
.gbook_content,
.gbook_title,
.story_content,
.story_title {
	padding: 5px;
}
.gbook_info,
.story_info {
	background-color: #EEEEEE;
	border-top: 1px solid;
	padding: 0 5px 0 5px;
}
.gbook_title,
.story_title {
	background-color: #CCCCCC;
	border-bottom: 1px solid;
	font-size: 18px;
}
.title {
	background-color: #CCCCCC;
	border: 1px solid;
	margin: 10px 10px 0 10px;
}


/* HTML Markup */
a, body, div, em, form, input, nobr, p, table, td, th, tr {
	color: #000000;
	font: 12px Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;			}
a:hover {
	background-color: silver;
	text-decoration: none;
}
code {
	background-color: #DFDFDF;
}
em {
	font-style: italic;
}
ol, ul {
	color: #000000;
	font: 12px Tahoma, Helvetica, Arial, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

/* Automatisch aktualisiert von 8t88's CMS v2 */
.categories ul { margin-left: 10px; }
._categories { padding: 0; }
