@charset "utf-8";
/* CSS Haupt-Document */

/** kritische Werte instanzieren
-------------------------------------------------------------------------------------------------- */
* {
  margin:0;
  padding:0;
  vertical-align:top;
}
img{
  vertical-align:bottom;
}
a:link img, a:visited img,
a:hover img, a:focus img, a:active img {
  border:0;
}
/* a[href^="http://"]:before,
a[href^="https://"]:before {
  content: "\2197\00A0";
  font-family:Arial, Helvetica, sans-serif;
} */
a {
  outline:none;
}

/** allgemeine Elemente formatieren
-------------------------------------------------------------------------------------------------- */
body {
  background: #595959 url(images/body_bg.jpg) left top repeat-x;
  color: #fff;
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
body * {
  text-align: left;
}
th, td {
  font-size: 80%;
  line-height: 1.4em;
}
th, td {
  f\ont-size: 100%;
}

/* Listen siehe content*/

/* Links und Anker */
a:link, a:visited,
a:hover, a:focus, a:active {
  background-color: transparent;
  color: #2473B4;
  text-decoration: underline;
}
a:hover,
a:focus, 
a:active {
  text-decoration: none;
}

/* Überschriften und Absätze */
h1 {
	color: #24272a;
	background-color: transparent;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 150%;
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 0 .75em;
}
h2 {
	color: #24272a;
	background-color: transparent;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 90%;
	text-transform: uppercase;
	margin: 1em 0 .5em;
}
h2.h2-dicht {
	margin-top: .75em;
}
h3 {
	color: #323c64;
	background-color: transparent;
	font-size: 100%;
	margin: 1em 0 .5em;
}
p {
	font-size: 100%;
	line-height: 1.4em;
	margin: 0 0 1em 0;
}
span {
	font-size: 100%;
	line-height: 1.4em;
}
.wichtig {
	font-weight: bold;
}
.small {
	font-size: .9em;
	line-height: 1.4em;
}
hr {
	border:solid 1px #bbb;
	margin:1em 0;
}

/* Überschriften und Absätze */
table {
	margin:0 0 1em;
	padding:0;
}
/** form
-------------------------------------- */
label {
	padding-right: 20px;
}
input {
	margin: 0 0 .5em;
	width: 200px;
}
.tar {
	text-align: right;
}
.submit {
	width: auto;
}

/**
-------------------------------------------------------------------------------------------------- 
Regeln für besondere Bereiche
-------------------------------------------------------------------------------------------------- */
.clear {
  clear:both;
}
.skip {
  position:absolute; left:-5000px; top:0;
}
.divider {
  display:none;
}

/** Hauptcontainer
-------------------------------------------------------------------------------------------------- */
div#top {
	position: relative; left: 0; top: 0;
	background: transparent url(images/top_bg.png) left top repeat-y;
	padding: 0 8px;
	margin: 0 auto;
	width: 1000px;
}
div#left {
	background: transparent url(images/left_bg.png) left top no-repeat;
	padding: 0 0 0 20px;
	width: 980px;
}
div#right {
	background: transparent url(images/right_bg.png) left top no-repeat;
	padding: 0 20px 0 0;
	width: 960px;
}
div#main {
	background: #9c9c9c url(images/main_bg.png) left top repeat-y;
	color: #000;
	padding: 0 5px;
	width: 950px;
}

/** header
-------------------------------------------------------------------------------------------------- */
div#header {
	background-color: transparent;
	width: 100%; height: 530px;
}
#top img#logo {
	position: relative; left: 0; bottom: 18px;
	background-color: transparent;
	background-image: none;
}
div#nav {
	position: relative; left: 0; bottom: -5px; z-index: 10;
	height: 140px;
}
#nav ul {
	position: absolute; right: 0; bottom: 0;
	list-style: none;
}
#nav ul li {
	float: left;
	list-style: none;
	font-size: 11px;
}
/** main-nav
------------------------------------ */
#nav ul li a:link, #nav ul li a:visited,
#nav ul li a:hover, #nav ul li a:focus, #nav ul li a:active {
	display: block;
	float: left;
	color: #fff;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: solid 1px #9e9e9e;
	padding: 2px 14px 5px;
	height: 22px;
}
#nav ul li a:hover, #nav ul li a:focus, #nav ul li a:active {
	background: transparent url(images/header/nav_hover_bg.png) left top repeat-x;
	border-bottom: solid 5px #bababa;
	padding-bottom: 0;
}
#nav ul li a.first {
	border-left: solid 1px #9e9e9e;
}
/** Logo + Titelbild
------------------------------------ */
img#logo {
	margin: 53px 0 0 5px;
}
img#titelbild {
	border: solid 5px #9c9c9c;
	border-width: 5px 5px 0;
}
div#header_space {
	background-color: #5e7dbe;
	width: 950px; height: 10px;
}

/** content
-------------------------------------------------------------------------------------------------- */
div#col_1 {
	float: left;
	background-color: transparent;
  	border-top: solid 1px #e3e3e3;
	padding: 0 20px 10px;
	width: 648px;
}
#col_1 p,
#col_1 span {
	text-align: justify;
}

/* Listen */
#col_1 ul,
#col_1 ol {
	margin-bottom: 1em;
}
#col_1 ul li,
#col_1 ol li {
	padding: .2em 0;
}
#col_1 ul li {
	background: transparent url(images/cube.png) left 8px no-repeat;
	list-style: none;
	border-bottom: dashed 1px #5e7dbe;
	padding-left: 10px;
	margin-left: 0;
}
#col_1 ol li {
	list-style: decimal;
	margin-left:12px;
}
#col_1 li ul,
#col_1 li ol {
	padding:0;
	margin-bottom:0;
}
#illustration {
	float: right;
	margin: 10px 0 0 20px;
	width: 199px;
}
#illustration img {
	margin: 0 0 10px 0;
}
#illustration p {
	text-align: center;
}

/** sidebar
-------------------------------------------------------------------------------------------------- */
div#col_2 {
	color: #444;
	border-top: solid 1px #ededed;
	margin: 0 0 0 688px;
	width: auto;
}
#col_2 h2 {
	color: #444;
	text-align: center;
	margin: 20px 0 31px;
}
a:link#shop_link,
a:visited#shop_link,
a:hover#shop_link,
a:focus#shop_link,
a:active#shop_link {
	display: block;
	background: #ededed url(images/shop_link_bg.png) 0 -64px repeat-y;
	color: #444;
	text-indent: -9999px;
	border-top: solid 1px #ededed;
	margin: 40px 0 0;
	width: 262px; height:64px;
}
a:hover#shop_link,
a:focus#shop_link,
a:active#shop_link {
	background-position: right 0;
}
#shop_link span,
#shop_link span.preis {
	display: block;	
	font-weight: bold;
	text-align: center;
	margin: 15px 0 0;
	width: 173px;
}
#shop_link span.preis {
	color: #272727;
	margin: 0;
}
/** footer
-------------------------------------------------------------------------------------------------- */
div#footer {
	position: relative; left: 0; top: 0;
	background: #9c9c9c url(images/footer_bg.png) right top repeat-y;
	color: #fff;
	font-size: 11px;
	border-bottom: solid 5px #9c9c9c;
	padding: 5px 0 0;
	margin: 0 auto;
	width: 950px; height: 98px;
}
#footer img {
	position: absolute; left: 13px; top: 7px;
}
div#newsletter {
	position: absolute; left: 145px; top: 7px;
	width: 240px; height:100px;
}
/* abonieren + login */
#abonieren h3,
#login h3 {
	color: #24272a;
	margin: 0 0 .5em;
}
#login a:link, #login a:visited,
#login a:hover, #login a:focus, #login a:active,
input.submit {
	display: block;
	position: absolute; right: 0; bottom: 0;
	background: #fff url(images/button_01.png) 100% 0 no-repeat;
	color: #000;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 3px 5px;
	margin: .5em 0 0 0;
	width: 100px; height: 15px;
}
input.submit {
	background-position: 0 0;
}
#login a:hover, #login a:focus, #login a:active, 
input.submit:hover, input.submit:focus {
	color: #2473B4;
}
/* abonieren */
div#abonieren {
	position: absolute; left: 270px; top: 0;
	padding: 6px;
	width: 222px; height: 79px;
}
input#name,
input#email {
	margin: 0;
	width: 108px;
}
#abonieren label {
	color: #24272a;
	margin: 0 0 0 1px;
}
#abonieren .submit {
	font-size: 100%;
	border: none;
	width: 110px; height: 21px;
}

/* login */
div#login {
	position: absolute; left: 715px; top: 7px;
	padding: 6px 0;
	width: 220px; height: 79px;
}

/* address */
address {
	font-size: 11px;
	font-style: normal;
	text-align: center;
	margin: 10px 0 20px;
	width: 950px;
}
#top address a {
	color: #fff;
}