@CHARSET "UTF-8";

/* Standardstyles */
body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Geramond,'Times New Roman',Georgia,Times,serif;
	font-size: 13.5px;
	}
	
img {
	border-width: 0px;
	float: left;
	margin: 5px 2.5px;
	}

a {
	color: #0044B3;
	text-decoration: none;
	}

a:hover {
	color: #0044B3;
	text-decoration: underline;
	}

a:visited {
	color: #597BB3;
	text-decoration: none;
	}
	
/* spezielle Styles */
#mainbox {
	padding: 2.5px 0.5px;
	margin: 5px 10px;
	color: #000000;
	background-color: #CCCCCC;
	border: 3.5px solid #FF0000;
	}

#textbox {
	padding-left: 40px;
	}

span.italic {
	font-style: italic;
	}

span.bold {
	font-weight: bold;
	}

a.thread:before {
	content: url(http://wiki.debianforum.de/_static/modern/img/moin-inter.png);
	margin: 0 0.2em;
	}