/* v1.0 | 20080212 */

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,
b, u, i, center,
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;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
  color: #666;
  font-family: "Arial", sans-serif;
}

div:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

a { color: #009fe0; }
a:hover { color: #333; }

#mainswf {
  position: absolute;
/*  min-width:882px;*/
  width:100%;
/*  min-height:574px;*/
  height:100%;
}

#nonflash-container {
  margin: -172px 0 0 -280px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 560px;
  height: 344px;
}

.header {
  padding-left: 11px;
  padding-bottom: 1px;
}
.header a,
.header img{
  display: block;
}

#primary {
  position: relative;
}

.cover, .explanation {
  position: relative;
  float: left;
  width: 50%;
  min-height: 280px;
}
.cover img{
  display: block;
}

.lead {
  padding: 7px 6px 8px 12px;
  color: #333;
  font-size: 120%;
  letter-spacing: -0.01em;
  word-spacing: -0.01em;
  line-height: 115%;
}

.full-explanation {
  padding: 0 12px;
  font-size: 75%;
  line-height: 145%;
}
.explanation .singular {
  position: absolute;
  bottom: 11px;
  right: 8px;
}
.explanation .singular a,
.explanation .singular span {
  display: block;
}
.explanation .singular a {
  color: #fff;
  font-size: 80%;
  text-decoration: none;
  background: url('../../allerhandelive/non-flash/images/buttons_bg.gif') no-repeat;
}
.explanation .singular span {
  margin-left: 29px;
  padding: 4px 12px 9px 0;
  background: url('../../allerhandelive/non-flash/images/buttons_bg.gif') 100% 0 no-repeat;
}
.explanation .singular a:hover { background-position: 0 -26px; }
.explanation .singular a:hover span { background-position: 100% -26px; }
.full-explanation img {
  margin: 1px 8px 0 -5px;
  float: left;
}

.footer {
  padding: 0.55em 3px;
  font-size: 75%;
  line-height: 145%;
}

.shadow {
  position: absolute;
}
.shadow-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url('../../allerhandelive/non-flash/images/shadow_top.png') repeat-x;
}
.shadow-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url('../../allerhandelive/non-flash/images/shadow_bottom.png') repeat-x;
}
.shadow-left {
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: url('../../allerhandelive/non-flash/images/shadow_left.png') repeat-y;
}
.shadow-right {
  top: 0;
  bottom: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: url('../../allerhandelive/non-flash/images/shadow_right.png') repeat-y;
}