/*layout*/

body {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.8;
	background-color: #434343;
	margin: 0;
	padding: 0;
	border-top: 7px solid #97c814;
}

#containerAussen {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.topLeft {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	width: 80%;
	float: left;
}

.topRight {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-align: right;
	width: 20%;
	float: left;
}

#head {
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
	width: 900px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#head a:link {
	color: #ccc;
	text-decoration: none;
	font-weight: normal;
}

#head a:visited {
	color: #ccc;
	text-decoration: none;
	font-weight: normal;
}

#head a:hover {
	color: #eee;
	text-decoration: underline;
	font-weight: normal;
}

#head a:active {
	color: #eee;
	text-decoration: underline;
	font-weight: normal;
}

#topLogo {
	width: 88px;
	margin: 10px auto 5px;
}

#homeLink a {
	position: absolute;
	width: 205px;
	height: 55px;
	margin-top: 13px;
	margin-left: 81px;
	display: block;
}

.zUmbruch {
	clear: left;
}

#content {
	padding-right: 35px;
	padding-bottom: 40px;
	padding-left: 35px;
}

/*textformatierungen*/

.pink {
	color: #ff268a;
	font-size: 19px;
}

sup {
	font-size: 0.7em;
	vertical-align: super;
}

ul {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin-left: 15px;
	padding-top: 40px;
	padding-bottom: 120px;
	padding-left: 0;
	list-style-type: disc;
}

.aufzTitel {
	margin-top: 20px;
	list-style-type: none;
}

.preis {
	color: #ff268a;
	font-weight: bold;
}

.preisinfo {
	font-size: 9px;
	margin-top: 10px;
}
.fett { font-weight: bold; }
a:link {
	color: #97c613;
	line-height: 1.4em;
	text-decoration: none;
}

a:visited {
	color: #97c613;
	text-decoration: none;
}

a:hover {
	color: #97c613;
	text-decoration: underline;
}

a:active {
	color: #97c613;
	text-decoration: underline;
}

a[rel$='more'] {
	background: url(../images/layout/linkPfeil.png) no-repeat left center;
	padding-left: 8px;
}

a[rel$='more']:hover {
	background: url(../images/layout/linkPfeil.png) no-repeat left center;
}

#copyright {
	color: #ccc;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	text-align: center;
	width: 900px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#copyright a:link {
	color: #ccc;
	font-weight: normal;
	text-decoration: none;
}

#copyright a:visited {
	color: #ccc;
	font-weight: normal;
	text-decoration: none;
}

#copyright a:hover {
	color: #eee;
	font-weight: normal;
	text-decoration: underline;
}

#copyright a:active {
	color: #eee;
	font-weight: normal;
	text-decoration: underline;
}