/* Standard Stylesheet
www.kampfhummeln.de
*/
/* Reset all */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:75%;
	padding:3em;
}

h1 {
	color:#CC0000;
	font-size: 1.6em;
	line-height:1em;
	margin-bottom:.6em;
}
h2 {
	color:#000000;
	font-size: 1.2em;
	line-height:1em;
	margin-bottom:.2em;
	margin-top:2em;
}
p {
	font-size: 1em;
	line-height:1.6em;
	margin-bottom:1.2em;
}
small {
	font-size: .8em;
}

a, a:link, a:visited {
	color: #CC0000;
	font-weight:bold;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #000000;
	text-decoration: underline;
}

img, a img {
	border: 0;
}

img#kh {
	float:left;
	height:68px;
	margin-right:40px;
	width:94px;
}

/* Layout */
#content {
	float:left;
	width:35em;
}
