@charset "utf-8";
/* Stylesheet für die Typografie */

html {
	font-size: 100.01%;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}
#MainContainer {
	font-size: 1.6em;
}
li li, li p, td p, blockquote p {
	font-size: 1em;
}
/*
Überschriften
*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .4375em;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #ff0000;
}
h1 {
	font-size: 2.0000em;
	margin: 0;
}
#Area1 h1 {
	color: #404b38;
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 60px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 0 10px;
}
h2 {
	font-size: 1.6250em;
}
#Area1 h2 {
	color: #5a5e57;
	font-size: 19px;
	letter-spacing: 0.075em;
	margin: 0 0 0 10px;
	text-align: center;
}
h3 {
	font-size: 1.5000em;
}
h4 {
	font-size: 1.2500em;
}
h5 {
	font-size: 1.1250em;
}
h6 {
	font-size: 1.0000em;
}
.fon span {
	font-size: 19px;
}
/**
Text
*/

p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.5;
	color: #333;
}
li {
	line-height: 1.5;
}
.startListe li {
	font-size: 16px;
	list-style: circle;
	list-style-position: inside;
}
* html p.last {
	margin: 0;
	padding: 0 0 1em;
}
.big {
	font-size: 1.1250em;
}
.small {
	font-size: .9375em;
}
em {
	letter-spacing: .04em;
	font-style: italic;
}
strong {
	font-weight: bold;
}
strong.cite {
	font-weight: normal;
}
del {
	text-decoration: line-through;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style: italic;
	font-weight: bold;
}
acronym, abbr, dfn {
	border-bottom: 1px dotted #000;
	cursor: help;
}
hr {
	display: block;
	margin: 1em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
}
blockquote {
	margin: 0 3em 2em 2em;
	padding: 0;
}
blockquote p:before, q:before, .cite:before {
	content: "\00BB";
}
blockquote p:after, q:after, .cite:after {
	content: "\00AB";
}
/**
Listen
*/

ul.content, ol.content {
	margin: 0 0 1.1250em 1.1250em;
	padding: 0;
	line-height: 1.5;
}
ul.content li {
	margin: 0 0 .4375em;
	list-style-type: none;
}
ol.content li {
	margin: 0 0 .4375em;
	list-style-type: none;
}
.startListe {
	margin: 0 0 1.1250em 1.1250em;
	padding: 0;
	line-height: 1.5;
}
/**
Links
*/
#Area4 ul {
	margin: 10px;
}
#Area4 ul li {
	background: transparent url(../images/taster.png) left top no-repeat;
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
}
#Area4 ul li:hover {
	background: transparent url(../images/tasterRed.png) left top no-repeat;
	padding: 0 0 0 25px;
}
#Area4 ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#Area4 ul li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: red;
}

.more {
	text-align: left;
}
.more a:after {
	content: "\00BB";
}
