@import url('reset.css');
@import url('960.css');

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 14px/1.6 'Helvetica Neue', Arial, 'Liberation Sans', sans-serif;
	color: #000;
	background-color: #25303c;
}

#main {
	padding: 20px;
	background: #25303c url(../images/maxmoney-2nd-hand-wien-hg.gif) repeat-y;
	z-index: 1;
}

a:focus {
	outline: 1px dotted;
}

a, a:active, a:visited, a:hover {
	color: #276299;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

.newsletter {
	display: none;
	padding: 10px 0 0 10px;
	background-color: #83aed4;
	margin-bottom: 15px;
}

.aktionsposten {
	width: 220px;
	height: 161px;
	background: #fff url(../images/aktionsposten1.png) no-repeat;
	text-indent: -5000px;
}
.aktionsposten a {
	width: 220px;
	height: 161px;
	display: block;
}
.aktionsposten a:hover {
	background: #fff url(../images/aktionsposten2.png) no-repeat;
}

.restposten {
	width: 220px;
	height: 148px;
	background: #fff url(../images/2ndhandaktionen1.png) no-repeat;
	text-indent: -5000px;
}
.restposten a {
	width: 220px;
	height: 148px;
	display: block;
}
.restposten a:hover {
	background: #fff url(../images/2ndhandaktionen2.png) no-repeat;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 { font-size: 28px; color: #276299; }
h2 { font-size: 22px; color: #d71a21; }
h3 { font-size: 18px; color: #d71a21; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol { list-style: decimal; }
ul { list-style: none; }
li { margin-left: 0; }
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset { margin-bottom: 15px; }

/* `Header
----------------------------------------------------------------------------------------------------*/

#header {
	width: 990px;
	height: 90px;
	background: #25303c url(../images/maxmoney-2nd-hand-wien-header-hg.gif) no-repeat right 30px;
	color: #fff;
	text-align: right;
	z-index: 999;
}

#header p {
	padding: 38px 25px 0 0;
	font-weight: bold;
}

#header .logo {
	position: relative;
	float: left;
	left: -70px;
	top: -30px;
	z-index: 999;
}

#header a, #header a:active, #header a:visited {
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}

/* `Navi
----------------------------------------------------------------------------------------------------*/

#navi {
	background: transparent url(../images/maxmoney-2nd-hand-wien-navi-hg.jpg) no-repeat;
	font-size: 20px;
	text-align: right;
	color: #fff;
}

#navi ul {
	float: right;
	padding-top: 8px;
}

#navi li {
	float: left;
	margin-right: 12px;
}

#navi li a {
	margin-left: 12px;
}

#navi li:before {
	content: "|";
}

#navi .zusatz li:before, #navi li.rex-article-21:before {
	content: "";
}
#navi .zusatz li {
	margin-right: 0;
}

#navi li a {
	color: #fff;
	text-decoration: none;
	padding: 0 3px;
}
#navi li a:hover, #navi li a.rex-active, #navi li.rex-active a {
	background-color: #fff;
	color: #d81b22;
}

/* `Content
----------------------------------------------------------------------------------------------------*/

#content {
	margin-top: 35px;
}

/* `Sidebar
----------------------------------------------------------------------------------------------------*/

#sidebar {
	margin-top: 25px;
}

#sidebar h2 {
	color: #fff;
	background-color: #276299;
	padding: 3px 5px;
	font-size: 16px;
}

#sidebar ul.rex-navi1 li a {
	display: block;
	background-color: #276299;
	margin-bottom: 1px;
	color: #fff;
	text-decoration: none;
	padding: 5px 8px;
}

#sidebar ul.rex-navi1 li a:hover, #sidebar ul.rex-navi1 li a.rex-current {
	background-color: #d81b22;
}

#sidebar ul.rex-navi2 li a {
	border-left: 5px solid #276299;
	background-color: #fff;
	color: #276299;
}
#sidebar ul.rex-navi2 li a:hover, #sidebar ul.rex-navi2 li a.rex-current {
	border-left: 5px solid #d81b22;
	background-color: #fff;
	color: #d81b22;
}

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

#copyright {
	text-align: center;
	font-size: 12px;
	color: #fff;
}

#footer {
	width: 990px;
	background: #25303c url(../images/maxmoney-2nd-hand-wien-spezialisten.gif) no-repeat right 20px;
	z-index: 999;
}

#footer .maxerl {
	position: relative;
	left: 100px;
	top: -50px;
	z-index: 999;
}

/* `Produktdarstellung
----------------------------------------------------------------------------------------------------*/

.produkt {
	margin-bottom: 35px;
	border-bottom: 1px solid black;
}

.aktion h2 {
	background-color: #3f9c26;
	padding: 3px 5px;
	color: #fff;
	font-size: 18px;
}

.rest h2 {
	background-color: #d81b22;
	padding: 3px 5px;
	color: #fff;
	font-size: 18px;
}

.aktion h2 span, .rest h2 span {
	font-size: 14px;
	float: right;
	margin: 3px 5px 0 0;
}

.produkt .bild {
	float: right;
	margin: 0 0 10px 15px;
	text-align: right;
	font-size: 10px;
}
.stattpreis {
	text-decoration:line-through;
}

.preis {
	font-size: 36px;
	color: #d81b22;
	font-weight: bold;
}