body {
	font: 62.5%/1.5em "Lucida Grande","Lucida Sans Unicode", Helvetica, Arial, Lucida, sans-serif;
	margin: 20px auto;
	padding: 0;
	text-align: left;
	color: #666;
	background: #E2E5EA url(/images/bodybg.jpg) repeat-y;
}

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* General */
p, ol, ul {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

.clearer {
	clear: both;
}

/* Lists */
ul {
	list-style-type: none;
}

.list {
	list-style-type: square;
	padding: 0 0 15px 15px;
}

/* Images */
img { 
	border: 0;
}

.imgLeft {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
}

.imgRight {
	float: right;
	margin: 0 0 0 20px;
}

/* Headings */
h1 { 
	font-size: 2.2em;
	color: #01a5ec;
}

h2 {
	font-size: 1.8em;
	line-height: 125%;
	color: #87bc09;
}

h3 { 
	font-size: 1.4em;
	color: #87bc09;
	padding: 0 0 5px 0;
}

h3 a:link, h3 a:active, h3 a:visited, h3 a:hover { 
	color: #87bc09;
	padding: 0 0 5px 0;
}

h4 { 
	font-size: 1.2em;
	color: #01a5ec;
	padding: 5px 0;
}

/* Links */
a:link { 
	text-decoration: none;
	color: #840000;
}

a:active { 
	text-decoration: none;
	color: #840000;
}

a:visited { 
	text-decoration: none;
	color: #840000;
}

a:hover { 
	text-decoration: none;
	color: #840000;	
}

a:focus {
	outline: none;
	border: 0;
}

.bullet {
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
	background: url(/images/bullet.gif) left center no-repeat;
}

/* topFrame  */
div#topFrame {
	width: 981px;
	height: 15px;
	margin: 0 auto;
	background: url(/images/topFrame.gif) no-repeat;
}

div#bottomFrame {
	width: 981px;
	height: 15px;
	margin: 0 auto;
	background: url(/images/bottomFrame.gif) no-repeat;
}

div#wrapperFrame {
	width: 981px;
	margin: 0 auto;
	background-color: #fff;
}

/* Wrapper */
div#wrapper { 
	margin: 0 auto;
	width: 910px;
}

/* Language */
div#lang {
	font-size: 1.2em;
	text-align: right;
	margin: 0px auto;
	width: 981px;	
	padding: 0 0 10px 0;
}

/* Header */
div#header {
	font-size: 1.2em;
	overflow: hidden;
	position: relative;
	width: 910px;
	height: 130px;
}

/* Company logo */
div#logo {
	float: left;
	padding: 20px 0;
	width: 360px;
}

/* Navigation */
ul#nav {
	list-style: none;
	position: absolute;
	text-align: right;
	bottom: 20px;
	right: 0px;
}

ul#nav li {
	float: left;
	display: block;
	padding: 0 0 0 20px;
	line-height: 21px;
	height: 21px;
}

ul#nav li a {
	float: left;
	color: #333;
}

ul#nav li a:hover {
	color: #840000;
	border-bottom: 2px solid #aaa;
}

ul#nav #active a {
	color: #840000;
	border-bottom: 2px solid #888;
}

ul#nav .cart {
	padding: 0 0 0 30px;
	margin: 0 0 0 15px;
	background: #fff url(/images/cart.jpg) left -2px no-repeat;
	color: #333;
}

/* SubNav */
ul#subNav {
	list-style: none;
	text-align: left;
	padding: 0 0 10px 0px;
}

ul#subNav li {
	display: block;
	line-height: 21px;
	height: 21px;
	font-size: 1.2em;	
}

ul#subNav li a {
	color: #840000;
	display: block;
}

ul#subNav li a:hover {
	color: #840000;
	font-weight: normal;
	display: block;
}

ul#subNav #active a {
	color: #840000;
	font-weight: normal;
}

ul#subNav ul {
	padding: 0 0 0 20px;
}

ul#subNav ul li {
	color: #333;
	display: block;
}

ul#subNav ul li a {
	color: #333;
	display: block;
}

/* Main */
div#main {
	clear: both;
	width: 910px;
	overflow: hidden;
	padding: 10px 0 4px 0;
	position: relative;
}

/* Content */
div#content {
	width: 634px;
	float: right;
	background: #fff url(/images/bg.jpg) no-repeat;
}

div#content h1 {
	font-size: 2em;
	color: #333;
	padding: 10px 0 20px 0;
}

div#content h2 {
	font-size: 1.6em;
	padding: 10px 0 5px 0;
	color: #01a5ec;
}

div#content h3 {
	font-size: 1.4em;
	padding: 10px 0 5px 0;
	color: #222;
}

div#content p {
	padding: 0 0 12px 0;
}

div#content em {
	font-weight: bold;
	font-style: normal;
}

div#contentWrapper {
	padding: 10px 20px;
	position: relative;
	min-height: 369px;
	height: auto !important;
	height: 369px;
}

div#teaserVideo {
	position: absolute;
	bottom: 0px;
	left: 0px; 
	width: 288px;
}

div#teaserProduct {
	width: 269px;
	padding: 0px 0 0 20px;
	position: absolute;
	bottom: 0px;
	left: 0px; 
}

div#teaserProduct img {
	
}

/* Sidebar */
div#sidebar {
	width: 263px;
	float: left;
}

.termineContent, .newsletterContent {
	padding: 20px;
}

.sidebarWrapper {
	padding: 20px;
}

div#sidebar h1 {
	color: #333;
	padding: 0 0 10px 25px;
	font-size: 1.8em;
	line-height: 125%;
	background: url(/images/bullet4.jpg) left top no-repeat;
}

div#sidebar h1 span {
	font-size: 0.8em;
	color: #01a5ec;
}

/* Termine */
div#termine {
  background: #fff url(/images/termine2.jpg) no-repeat;
  width: 266px;
  height: 165px;
  height: 16em;
  padding-bottom: 5px;
}

div#termine h1, div#newsletter h1, div#terminePromo h1 {
	background: none;
	padding: 0;
}

div#terminePromo {
  background: #fff url(/images/termine2.jpg) no-repeat;
  width: 266px;
  height: 165px;
  height: 16em;
  padding-bottom: 5px;
}

div#sbLeft {
	background-color: #fff;
	width: 266px;
	height: 165px;
	height: 16em;
	padding-bottom: 5px;
}

div#termine h1 {
	color: #333;
	padding: 0 0 10px 0;
}

div#newsletter h1 {
	color: #fff;
	padding: 0 0 10px 0;
}

/* Newsletter */
div#newsletter {
	background: #fff url(/images/newsletter2.jpg) no-repeat;
	width: 265px;
	height: 17em;
}

div#newsletter a {
	font-size: 1.2em;
}

p#emailEmpty {
	color: #c33;
}

/* News Section */
div#top {
	background: #fff url(/images/top.jpg) no-repeat;
	height: 19px;
}

div#bottom {
	background: #fff url(/images/bottom.jpg) no-repeat;
	height: 19px;
}

div#news {
	position: relative;
	clear: both;
	width: 910px;
	padding: 10px 0 0 0;
}

div#newsArea {
	padding: 5px 0 5px 90px;
	background: #fff url(/images/newsbg.jpg) repeat-y;
	height: 5em;
}

div#news p {
	width: 730px;
}

div#prevNews, div#nextNews {
	position: absolute;
	top: 3.5em;
	left: 10px;
	cursor: pointer;
}

div#nextNews {
	left: 865px;
}

/* Footer */
div#footer {
	width: 981px;
	margin: 0px auto;
	text-align: right;
}

div#footer p {
	padding: 10px 0;
}

/* Tagcloud */
.tag1 {
	font-size: 1.1em;
	margin: 5px 3px 5px 0;
}

.tag2 {
	font-size: 1.3em;
	margin: 5px 3px 5px 0;
}

.tag3 {
	font-size: 1.5em;
	margin: 5px 3px 5px 0;
}

.tag4 {
	font-size: 1.7em;
	margin: 5px 3px 5px 0;
}

.tag5 {
	font-size: 1.9em;
	margin: 5px 3px 5px 0;
}


/* ToDo */
.todo {
	color: red;
	font-size: 1.5em;
}

/* AGB */
ul.agb, ul.license {
	list-style: decimal;
}

ul.agb li, ul.license li {
	padding: 0 0 15px 0;
	margin: 0 0 0 20px;
}

/* Paginate */
div#pager {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	position: absolute;
	bottom: 0px;
	left: 20px;
}

div#pager span {
	font-size: 1.4em;
	color: #333;
}
