* {
	color: #5E4B35;
	margin: 0;
	padding: 0;
	cursor: auto;
	border: none;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-family: georgia;
	text-decoration: none;
	line-height: 1.5em;
	list-style-type: none;
	list-style-position: outside;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
}

a, a:visited {
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px solid #777;
}

a:hover, a:focus {
	text-decoration: none;
	border-bottom: 1px solid #aaa;
	background-color: #f4f2e4;
}

a img {
	background-color: transparent;
	cursor: pointer;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #aaa;
}

blockquote {
	margin: 1em 2em;
	padding: .5em;
	border: 1px solid #aaa;
	background-color: #fff;
}

body {
	background-color: #F0EDE6;
	border-bottom: 1px solid #866D4D;
}

button {
	cursor: pointer;
	border: 1px solid #aaa;
}

caption {
	font-size: .75em;
	margin: 2em .1em .1em .1em;
}

cite {
	
}

code {
	font-size: .8em;
	font-variant: small-caps;
}

del {
	text-decoration: line-through;
}

dl {
	padding: 0 1em;
}

dl dt {
	font-weight: bold;
}

dl dd {
	padding: 0;
}

em {
	font-style: italic;
}

fieldset {
	margin: 0 .5em;
	padding: 1em .5em;
	border: 1px solid #aaa;
}

fieldset label {
	float: left;
	cursor: pointer;
	width: 4em;
	height: 1.3em;
	line-height: 1.3em;
	padding: 1px 0; /* Ausgleich für den border des input */
}

fieldset ul {
	margin: 0;
	padding: 0;
}

fieldset ul li {
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #0066bb;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 5px 0;
}

h1 {
	font-size: 1.25em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.15em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.05em;
}

h6 {
	font-size: 1em;
}

input {
	display: block;
	border: 1px solid #ccc;
	border-top: 1px solid #aaa;
	height: 1.3em;
	font-family: Arial;
	cursor: text;
}

ins {
	text-decoration: underline;
}

label {
	cursor: pointer;
	width: 4em;
	height: 1.3em;
	line-height: 1.3em;
	padding: 1px 0; /* Ausgleich für den border des input */
}

ol {
	margin: 0 1em;
	padding: 1em;
}

ol li {
	padding: .2em;
	list-style-type: decimal;
}

ol ol li {
	list-style-type: lower-latin;
}

option {
	display: block;
	cursor: pointer;
	font-family: Arial;
}

p {
	padding: 0 0 1.5em 0;
}

pre {
	padding: 1em 0;
	font-variant: small-caps;
}

select {
	cursor: pointer;
	border: 1px solid #ccc;
	border-top: 1px solid #aaa;
}

strong {
	font-weight: bold;
}

sub {
	font-size: .7em;
	vertical-align: sub;
}

sup {
	font-size: .7em;
	vertical-align: super;
}

table {
	margin: 0 auto 1em auto;
	border-collapse: collapse;
}

table tr:hover td {
	color: #003399;
}

table th {
	padding: 8px 15px;
	color: #003399;
	border-bottom: 2px solid #6678B1;
}

table td {
	padding: 8px 15px;
	color: #003366;
	border-bottom: 1px dotted #ccc;
	font-size: .8em;
}

textarea {
	font-family: Arial;
	display: block;
	border: 1px solid #ccc;
	border-top: 1px solid #aaa;
	cursor: text;
}

ul {
	margin: 0 1em;
	padding: 1em 0;
}

ul li {
	padding: .2em;
	list-style-type: disc;
}

ul ul li {
	list-style-type: circle;
}
