body {
	font-family: arial, verdana, sans-serif;
	font-size:10pt;
	background-color: #000000;
	color: #ffffff;
}

a:link		{ color:#800; font-weight:bold; text-decoration:none; }
a:visited	{ color:#800; font-weight:bold; text-decoration:none; }
a:active	{ color:red; }
a:hover		{ color:red; }

div.root {
	margin-left: auto;
	margin-right: auto;
	background-image:url(./images/myworld.jpg);
	width:748px;
	height:1032px;
}

div.main {
	position:absolute;
	margin-top:180px;
	margin-left:135px;
	width:385px;
}
div.hidden {
	display:none;
}

#octopussy {
	margin-top:10px;
	margin-right:10px;
	float:left;
}

span.red {
	color:red;
	font-weight:bold;
}

div.ewikeitsgekritzel {
	padding:5px;
	border: solid 1px;
	margin-bottom:10px;
}

textarea.textarea_verewige {
	border:solid 1px;
	width:767px;
	height:200px;
}

textarea.textarea_verewige:hover { border-color:red; }

input.button_verewige {
	border:solid 1px;
}

input.button_verewige:hover { border-color:red; }
