/*----------------------------------------------------
// e-sparkopf.de
/----------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	font:62.5% Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/bg.jpg) repeat-x top center #ede2c6;
	color:#464136;
}

#esparkopf {
	margin:0 auto;
	width:794px;
	padding:0 0 0 34px;
	background:url(../images/page-bg.jpg) repeat-y 34px 0px;
}

/*----------------------------------------------------
// Head
/----------------------------------------------------*/

#head {
	height:256px;
	background:url(../images/esparkopf.jpg) no-repeat;
}

#head h1 {
	text-indent:-2000px;
}

#head h2 {
	text-indent:-2000px;
}

/*----------------------------------------------------
// Page
/----------------------------------------------------*/

#page {
	min-height:353px;
	background:url(../images/page.jpg) no-repeat;
}

/*----------------------------------------------------
// Text, Links and Images
/----------------------------------------------------*/

#content {
	float:left;
	width:450px;
	padding:0 0 0 50px;
	overflow:hidden;
}

.rechtsbuendig { width: 450px;}

#content a {
	color:#464136;
	text-decoration:underline;
}

#content a:hover {
	color:#d30e0e;
}

#content h1 {
	font:2.2em Georgia, "Times New Roman", Times, serif;
	color:#4575ff;
}

#content h2 {
	font:1.6em Georgia, "Times New Roman", Times, serif;
	color:#4575ff;
	float:left;
	padding-right:10px;
	margin-bottom: 5px;
}

#content p {
	font-size:12px;
	margin:1.1em 0;
	line-height:1.4em;
}

#content .highlight {
	color: #464136;
	margin-left: 10px;
}

#content .highlight-rechts { float: right; color: #464136;	margin-left: 10px;}

#content table {
	font-size:1.1em;
	margin:1.1em 0;
	line-height:1.4em;
	border: none;
}

#content table td {
	border-collapse: collapse;
	padding: 0 5px 0 0;
	border: none;
	border-bottom: 1px solid #DCC892;
	vertical-align: top;
	font-weight: bold;
}

#content table td small {
	font-size: 9px;
	font-weight: normal;
}

#content table thead td,#content table tfoot td  {
	background: #DCC892;
	font-weight: bold;
	
}

#content ol {
	margin:1.8em 0;
}

span.li_decimal {
	color: #000;
	font-size: 12px;
}

#content ol li, #content ul li {
	font-size:1.1em;
	margin:0.5em 0 0.5em 30px;
	line-height:1.5em;
}

#content ol.liste-links li {
	margin: 0.5em 0 0.5em 165px;}

#content img.img-left {
	float:left;
	margin-right:15px;
}

#content img.img-right {
	float:right;
	margin-left:15px;
}

/*----------------------------------------------------
// Navigation
/----------------------------------------------------*/

#navigation {
	font-size:1.1em;
	float:right;
	width:236px;
}

#navigation ul {
	list-style:none;
	width:194px;
	background:url(../images/navigation-border.gif) no-repeat top;;
	padding:2px 0 0 0;
}

#navigation ul li {
	background:url(../images/navigation-border.gif) no-repeat bottom;
	padding:0 0 2px 0;
}

#navigation ul li a {
	display:block;
	color:#464136;
	text-indent:30px;
	text-decoration:none;
	line-height:22px;
	background:url(../images/arrow.gif) no-repeat 12px 8px;
}

#navigation ul li a.active {
	display:block;
	color:#464136;
	text-indent:30px;
	text-decoration:none;
	line-height:22px;
	background:url(../images/arrow-red.gif) no-repeat 12px 8px;
}

#navigation ul li a:hover {
	color:#d30e0e;
	background:url(../images/arrow.gif) no-repeat 12px 8px #eaddbc;
}

/*----------------------------------------------------
// Subnavigation
/----------------------------------------------------*/

#navigation ul li ul {
	list-style:none;
	width:194px;
	background:none;
	padding:2px 0 0 0;
}

#navigation ul li ul li {
	background:none;
	padding:0 0 2px 20px;
}

#navigation ul li ul li a {
	display:block;
	color:#464136;
	text-indent:30px;
	text-decoration:none;
	line-height:22px;
	background:url(../images/arrow.gif) no-repeat 12px 8px;
}

#navigation ul li ul li a.active {
	display:block;
	color:#464136;
	text-indent:30px;
	text-decoration:none;
	line-height:22px;
	background:url(../images/arrow-red.gif) no-repeat 12px 8px;
}

#navigation ul li ul li a:hover {
	color:#d30e0e;
	background:url(../images/arrow.gif) no-repeat 12px 8px #eaddbc;
}

/*----------------------------------------------------
// Footer
/----------------------------------------------------*/

#footer {
	clear:both;
	font-size:1.1em;
	line-height:1.4em;
	height:130px;
	padding:74px 0 0 567px;
	background:url(../images/footer.jpg) no-repeat;
}

#footer p {
	margin:1.1em 0;
}

/*----------------------------------------------------
// Banner and Clear
/----------------------------------------------------*/

#banner {
	position:absolute;
	top:0;
	right:0;
	width:213px;
	height:211px;
}

html>body #banner {
	background:url(../images/banner.png) no-repeat;
}

.clear {
	clear:both;
	overflow:hidden;
	height:1px;
}

#cart input {
	border: 1px solid #464136;
	background: #fff;
	padding: 1px;
	font-size:1.1em;
	width: 200px;
	height: 15px;
	margin: 0 0 5px 0;
}

#cart input.tiny {
	width: 20px;
}

#cart label {
	display: block;
	float: left;
	width: 80px;
	font-size:1.1em;
}

#cart input.submitbtn {
	background: #DCC892;
	height: 25px;
	margin: 0 0 0 80px;
	width: 204px;
}
