html, body {
	height: 100%;
	background: transparent left top repeat scroll url(../_img/bg_kachel.jpg);
	background-color: #FFC300;
	background-image: none;
	margin: 0px;
}
img {
	border: none;
	display: block;
}

/* Layout containers */
#container-aussen {
	background-image: url(../_img/bg-content-gruen.jpg);
	background-position: center 16.56em;
	background-repeat: no-repeat;
	height: 100%;
}

#container {
	padding: 0.5em 0 0;
	height: auto;
	min-height: 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 700px;
}

/*Inhalt*/
#flashcontent {
	width: 100%;
	height: 100%;
	min-height: 580px;
	min-width: 990px;
}
#pagelinks {
	display: none;
}

/* fuss zeile */
#fuss {
	padding: 1px 0 0;
	margin-top: 10px;
}
#fuss a {
    color: #5F4100;
}
#fuss a:hover {
    color: #308BA3;
}
#fuss ul {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#fuss ul li {
    display: inline;
}
#fuss ul li.active {
    color: #308BA3;
}
#fuss a.external-link {
    background: transparent right center no-repeat scroll url(../images/icon-link-braun-21x14.gif);
    padding-right: 26px;
}
#fuss a.external-link:hover {
    background-image: url(../_img/icon-link-blau-21x14.gif);
}

/* Horizontal rule */
hr.dotted {
	border-top:3px dotted #308BA3;
	border-bottom: none;
	border-left: none;
	border-right: none;
	clear:both;
	height:3px;
	margin-top: 5px;
}
#fuss hr.dotted {
    margin-bottom: 0.5em;
}


a#logo {
	display: block;
	position: relative;
	height: 110px;
	width: 125px;
	text-decoration: none;
	margin: 0 0 1.5em;
}
a#logo span {
	display: block;
	position: absolute;
	height: 110px;
	width: 125px;
	top: 0px;
	left: 0px;
	cursor: pointer;
	}
a#logo:link span, a#logo:visited span {
	background-image: url(../_img/logo-fehlerseite.png);
}
a#logo:hover span, a#logo:active span {
	background-image: url(../_img/logo-fehlerseite-hover.png);
}
h1, h2 {
	margin-bottom: 0.5em;
}
a {
	color: #5F4100;
}
a:hover {
	color: #308BA3;
}
p {
	margin-bottom: 0.8em;
	line-height: 1.2em;
}

