/*--- Allgemeiner Stil ---*/
body {
	margin:0;
	padding:0;
	background-color:#FFFFEE;
	color:#222200;
	font-family:Garamond,georgia,Times,serif;
	font-style:italic;
	font-size:1.2em;}

img {
	border:0px; }

/*--- Navigationsleiste ---*/
	#nav {
		display:none; }

/*--- Seiteninhalt ---*/
	#content {
		width:15cm; }

		#content h1 {
			border-bottom:1px solid #000000;
			margin:auto;
			text-align:center;
			font-variant:small-caps; }

		#content h2 {
			text-align:center;
			font-variant:small-caps; }

		#content img {
			float:right;
			margin:6px;
			margin-right:0px; }

		#content p {
			text-align:justify; }

		table.newsletter {
			margin:auto;
			color:#A33;
			font-family:Garamond,serif;
			font-style:italic;
			text-align:left; }

		table.newsletter td {
			padding:6px; }

		table.newsletter input {
			border:1px inset #A33;
			margin:1px;
			background-color:#FFF1E4;
			color:#777;
			font-family:serif;
			font-style:normal;
			font-size:100%; }

		table.newsletter input:active, table.newsletter input:focus {
			border:2px inset #A33;
			margin:0px;
			background-color:#F4F4FF;
			color:#000; }

		table.newsletter textarea {
			border:2px groove #F00;
			background-color:#FFF1E4; }

		table.newsletter textarea:active, table.newsletter textarea:focus {
			border:2px inset #311;
			background-color:#F4F4FF; }

		table.newsletter button {
			width:120px;
			height:25px;
			overflow:hidden;
			border:2px inset #A33;
			background-color:#FFF1E4;
			font-family:Garamond,serif;
			font-style:italic;
			font-size:100%;
			vertical-align:middle;
			text-align:center;
			padding:0px; }

		table.newsletter button:active, table.newsletter button:focus {
			border:2px inset #A33;
			background-color:#FFD1D1; }

		fieldset {
			margin-left:50px; margin-right:50px; }

		legend {
			color:#FFE; }

		div.error {
			background-color:#F88;
			color:#700; }

		#content a {
			text-decoration:none;
			font-variant:small-caps;
			color:#A33; }

			#content a:hover {
				text-decoration:none;
				font-variant:small-caps;
				color:#F55; }
