@charset "utf-8";
/* Allgemeine Angaben*/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #ff9c00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

body#follow {
	background-color: #1a760e;
	color: #fff;
	text-align: left;
}
img {
	border: 0;
	vertical-align: top;
}
h1 {
	font-size: 1.33em;
	line-height: normal;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.1667em;
	line-height: normal;
	margin-bottom: 1em;
}
h3 {
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
}
h4 {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	line-height: normal;
}
p {
	margin-bottom: 1em;
}
ul {
	margin: 0 0 1em 1em;
}
a {
	color: #ff9c00;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
/*Head*/
div#holder {
	margin: 0 auto;
	text-align: left;
	width: 66.6667em;
}
div#head {
	height: auto;
	width: 66.6667em;
}

/* /Head*/
/* Content */
div#pics {
	height: 23.3333em;
}
/* Startseite*/
#demo-tile {
	border: 1px solid #ff9c00;
	height: 43em;
	overflow: hidden;
	position: relative;
	width: 64.5em;
}
#demo-tile-inner {
	width: 2000px;
	height: 2400px;
	background-image: url(../images/start.jpg);
	position: relative;
}
.demo-content {
	position: absolute;
	padding: 15px 30px;
}
.demo-content h1, .demo-content h4, .demo-content p {
	color: #fff;
	margin-bottom: 1em;
}
.demo-content h4 {
	margin: 0;
}
.demo-content#content0 {
	height: 24em;
	left: 54px;
	padding: 0;
	top: 180px;
	width: 30em;
}
.demo-content#content1 {
	left: 1220px;
	top: 130px;
	width: 600px;
}
.demo-content#content1 div.container {
	background-color: #1a760e;
	border: 1px solid #ff9c00;
	height: auto;
	padding: 1em;
	width: 270px;
}
.demo-content#content2 {
	left: 0;
	top: 1370px;
	width: 600px;
}
.demo-content#content2 div.container {
	background-color: #0c1d91;
	border: 1px solid #ff9c00;
	height: auto;
	padding: 1em;
	width: 420px;
}
.demo-content#content3 {
	left: 1018px;
	top: 640px;
	width: 940px;
}
.demo-content#content3 div.container {
	background-color: #bf100b;
	border: 1px solid #ff9c00;
	height: auto;
	padding: 1em;
	width: 420px;
}
.demo-content#content4 {
	left: 485px;
	top: 1000px;
	width: 825px;
}
.demo-content#content4 div.container {
	background-color: #1a760e;
	border: 1px solid #ff9c00;
	height: auto;
	padding: 1em;
	width: 250px;
}
.demo-content#content5 {
	left: 730px;
	top: 1900px;
	width: 630px;
}
.demo-content#content5 div.container {
	background-color: #6d293e;
	border: 1px solid #ff9c00;
	height: auto;
	padding: 1em;
	width: 260px;
}
.demo-content#content6 {
	left: 1205px;
	top: 1350px;
	width: 400px;
}
.demo-content#content6 div.container {
	background-color: #6d293e;
	border: 1px solid #ff9c00;
	height: 336px;
	overflow: auto;
	padding: 1em;
	width: 400px;
}

div.haftung p {
	font-size: 10px;
}
div.back {
	background-color: #fff;
	border: 1px solid #ff9c00;
	border-top: none;
	height: auto;
	padding: 0.5em;
	width: 120px;
}

/* /Startseite*/

div.content {
	background-color: #1a760e;
	border: 1px solid #ff9c00;
	height: auto;
	padding: 0 1em 0 1em;
	width: 64.5em;
}

div.followct {
	padding: 1em;
}
div.followct div#head {
	height: 11em;
}
/* /Content */