@charset "utf-8";

/* ===== RESET =====*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ===== RESET ENDE =====*/

/* ===== STRUKTUR =====*/


body {
	background: #9dc25f;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 101%;
	line-height: 1.3em;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	max-width: 768px;
	background: url(/c-images/layout/ecke-ro.png) no-repeat right top;
	margin: 5em auto 0;
	text-align: left;
}

#sbHeader {
	position: relative;
	min-height: 45px;
	padding-top: 0;
	padding-right: 1.7em;
	padding-bottom: 0;
} 

#sbContent {
	padding: 0 2em 4em;
	background: url(/c-images/layout/bg-content.png) repeat-y right;
	margin-top: 6em;
	overflow: hidden;
}
#sbFooter {
	padding: 0 10px;
	background:url(/c-images/layout/ecke-ru.png) no-repeat right bottom;
	height: 45px;
	position: relative;
} 

#sbFooter img {
	position: absolute;
	left: 0px;
	bottom: -1px;
}

.baer {
	position: absolute;
	left: -41px;
	top: -22px;
}

.logo {
	float: right;
	margin-top: 1em;
}

#sbHeader ul {
	float: right;
	margin-top: 1em;
}

#sbHeader ul li {
	display: inline;
}

#sbHeader ul li a:link,
#sbHeader ul li a:visited{
	float: left;
	color: #729438;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	padding: 0.3em;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;

}

#sbHeader ul li a:hover,
#sbHeader ul li a.current,
#sbHeader ul li a:focus,
#sbHeader ul li a:active {
	float: left;
	color: #729438;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	padding: 0.3em;
	border-right: 1px solid #729438;
	border-left: 1px solid #729438;
}

#sbFooter p {
	color: #999;
	text-align: center;
	letter-spacing: 0.5em;
	font-size: 0.7em;
}

#sbContent .picRechts {
	float: right;
	position: relative;
	margin-left: 2em;
	margin-bottom: 2em;
}

.lupe {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.firstLetter {
	font-size: 1.7em;
	color: #9dc25f;
	font-weight: bold;
}

#sbContent p {
	margin-bottom: 0.7em;
}

