/* css-stylesheet file */
/* Site: www.kleine-wiesenstrolche.de
		Author: Markus Bloch
		Created: 13.08.2007
		Last modified: 28.08.2007
*/

html, body {
	margin: 0;
	padding: 0;
	color: yellow;
	background-color: #009900;
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
	font-size: 1.1em;
}

#page {
	max-width: 1000px;
	margin: auto;
}

#menu	{
	float: left;
	width: 292px;
	height: 613px;
	margin-left: 0%;
}

#counter {
	top: 570px;
	left: 0;
	text-align: center;
	width: 292px;
	z-index: 5;
}

#masthead	{
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}

#mainText	{
	margin: 0px 0px 0px 292px;
	background: url(images/background.jpg);
	background-repeat: repeat-y;
	color: black;
	min-height: 533px;
	padding: 5px 20px 5px 10px;
}

#snow	{
	margin: 0;
	background: url(images/snowflakes.gif);
	background-repeat: repeat;
	color: black;
	min-height: 533px;
	padding: 5px 20px 5px 10px;
}

#foot	{
	padding-top: 10px;
	clear: both;
	text-align:center;
	font-size:small;
}

ul {
	list-style-image: url(images/meeri.gif);
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dashed black;
}

pre {
	font-size: 0.7em;
	background: white;
	color: black;
	border: 1px solid black;
	padding: 20px;
	text-align: left;
}

.input {
	width: 590px;
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
	font-size: 0.7em;
}

.textarea {
	width: 590px;
	height: 480px;
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
	font-size: 1.1em;
}

a.hell {
	color: #60C7FF;
}

.kat {
	background-color: #009900;
	color: yellow;
}

.name {
	background-color: #ADD8E6;
	color: black;
}

