body, table, tr, td {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
}

body {
	margin-top: 160px;
	padding-bottom: 30px;
	background-color: white;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

img,
table, tr, td {
  border: none;
}

h2 {
	font-size: 1em;
	font-weight: bold;
}

#container {
	position: absolute;
	left: 0px;
	top: 160px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
}
      
#checkout {
	float: right;
	position: relative;
	top: 10px;
	text-align: right;
}

#container > * {
	padding: 0px auto 0px auto;
}

a {
	text-decoration: none;
	color: inherit;
}

#container a {
	font-weight: bold;
}

h2 a {
	border-bottom: dotted black 1px;
}

#header {
  z-index: 2;
  position: fixed;
  height: 150px;
  color: white;
  right: 0px;
  left: 0px;
  top: 0px;
}

#header #logo {
  margin: 15px;
}

#main_navigation a, #sub_navigation a, #navigation a {
  display: block;
}

#header #main_navigation {
	position: absolute;
	top: 90px;
	left: 15px;
	line-height: 16px;
}

#main_navigation br {
  clear: both;
}

.spot {
  width: 12px;
  height: 12px;
  float: left;
  margin-right: 15px;
  margin-top: 0px;
}

#header .spot {
  border: 1px solid white;
  height: 10px;
  width: 10px;
}

#produktion_spot {
  background-color: #334455;
}

#video_spot {
  background-color: #cc6600;
}

#wein_spot {
  background-color: #990000;
}

#device_spot {
  background-color: #554433;
}

#shop_spot {
  background-color: #cc0066;
}

#navigation {
  position: absolute;
  left: 300px;
  top: 40px;
}

.navigation_list {
  margin-right: 60px;
  float: left;
}

#main_navigation .navigation_list {
  margin-right: 20px;
  width: 110px;
}

#sub_navigation {
  z-index: 1;
  position: fixed;
  top: 160px;
  left: 10px;
  font-weight: bolder;
}

h1 {
  font-size: 1.2em;
  text-align: center;
}

#content, #content_bottom, #cart_total, #pager, .additional_content {
  margin-left: auto;
  margin-right: auto;
}

table#content:last-child {
	margin-bottom: 150px;
}

#pager {
	padding-bottom: 130px;
}

form.additional_content {
	margin-top: 10px;
}

th {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding-left: 3px;
}

table.form td, table.form th {
  vertical-align: middle;
}

tr.even {
  background-color: #d3d3d3;
}

tr.odd {
  background-color: #f0f0f0;
}

#cart_total, #pager {
  margin-top: 12px;
}

#shop_header {
	float: right;
	margin-right: 200px;
}

#pager a {
  float: left;
  height: 15px;
  line-height: 15px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px #445588 dotted;
  color: #445588;
  margin-right: 5px;
  margin-bottom: 5px;
}

#pager a.first, #pager a.last {
  border-color: #554433;
  color: #554433;
}

#pager a.current {
  border-style: solid;
}

.error_display {
	color: black;
	padding: 10px 0 5px;
}

.tooltip {
	position: absolute;
}
