body {
	margin: 0px;
}

body * {
	font-family:verdana, sans-serif;
	font-size: 11px;
	color: #000;
}

a {
	text-decoration: none;
	color: #000;
	outline: none;
}

a img {
	border: 0px;
}

h1 {
	clear: both;
	margin: 35px 0px 0px 10px;
	padding: 0;
	font-size: 24px;
	line-height: 24px;
}

h2 {
	margin: 0;
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;	
}

p {
	margin: 0;
}

#wrapper {
	margin: 0px auto 0px auto;
	width: 965px;
}

#header {
	height: 95px;
}

#logo {
	margin: 37px 0 0 10px;
}

#navigation_bar {
	width: 965px;
	height: 40px;
	background: url(/_images/ui.png) 0 0 no-repeat;
}

#navigation {
  margin: 0 11px 0 11px;
  padding: 0px;
  list-style: none;
  position:relative;
}

#navigation li {
  position: relative;
  float: left;
  padding: 1px 0;
}

#navigation a span.textonly {
  display: none;
}

#navigation a.main,
#navigation a.main .hover {
	cursor: pointer;
	float: left;
	outline: none;
	height: 35px;
	position: relative;
	display: block;
	background: url(/_images/ui.png) 0 0 no-repeat;
}

/* individual navigation items */
#navigation a.uebersicht {
  background-position: 0 -40px;
  width: 102px;
}

#navigation .highlight a.uebersicht:hover,
#navigation a.uebersicht .hover {
  background-position: 0 -75px;
  width: 102px;
}

#navigation a.faq {
  background-position: -102px -40px;
  width: 101px;
}

#navigation .highlight a.faq:hover,
#navigation a.faq .hover {
  background-position: -102px -75px;
  width: 101px;
}

#navigation a.webmail {
  background-position: -203px -40px;
  width: 101px;
}

#navigation .highlight a.webmail:hover,
#navigation a.webmail .hover {
  background-position: -203px -75px;
  width: 101px;
}
#navigation a.anmelden {
  background-position: -304px -40px;
  width: 101px;
}

#navigation .highlight a.anmelden:hover,
#navigation a.anmelden .hover {
  background-position: -304px -75px;
  width: 101px;
}
#navigation a.verwalten {
  background-position: -405px -40px;
  width: 101px;
}

#navigation .highlight a.verwalten:hover,
#navigation a.verwalten .hover {
  background-position: -405px -75px;
  width: 101px;
}

.subnavigation {
  display: none;
  position: absolute;
  top: 37px;
  left: -1px;
  margin: 0;
  padding: 0 0 3px 0;
  list-style: none;
  background: url(/_images/submenu_footer.png) 0 bottom no-repeat;
}

#navigation .subnavigation li {
	padding: 0;
	clear: both;
}

.subnavigation li a {
	display: block;
	width: 82px;
	padding: 3px 10px;
	font-size: 10px;
	background: url(/_images/submenu.png) 0 0 repeat-y;
}

.subnavigation li a:hover {
	background: url(/_images/submenu.png) -102px 0 repeat-y;
	color: #FFF;
	font-weight: bold;
}

#breadcrumb {
	margin: 0 0 0 10px;
	padding: 0;
}

#breadcrumb li {
	padding: 0;
	list-style: none;
	float: left;
}

#breadcrumb li.spacer {
	margin: 0 3px;
}

.tabs {
	margin: 18px 8px 0px 10px;
}

.tabs img {
	display: none;
}

.tabs .top {
	background: url(../_images/tab_top.png) 0 0 no-repeat;
	height: 5px;
	clear: both;
	overflow: hidden;
}

.tabs .float {
	background: url(../_images/tab_float.png) 0 0 repeat-y;
	width: 945px;
	line-height: 15px;
}

.tabs .float a:hover {
	color: #2b6ae2;
}

.tabs .bottom {
	background: url(../_images/tab_bottom.png) 0 0 no-repeat;
	height: 5px;
}

.tabs  ul.navigation {
	top: 3px;
	left: 0px;
	z-index: 10;
	height: 24px;
    margin: 0 0 3px 0;
    padding: 0;
	position: relative;
}

.tabs  ul.navigation li {
    margin-left: 10px;
	list-style: none;
	float: left;
	display: inline;
}

.tabs  ul.navigation a {
	display: inline-block;
	width: 140px;
	height: 24px;
	line-height: 25px;
	text-align: center;
	background: url(../_images/tab.png) 0 0 no-repeat;
}

.tabs  ul.navigation a:hover {
    background: url(../_images/tab.png) 0 -24px no-repeat;
}

.tabs  ul.navigation a.selected {
    background: url(../_images/tab.png) 0 -24px no-repeat;
	font-weight: bold;
}

.tabs .scroll {
  overflow:hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  width: 939px;
}

.tabs .scrollContainer div.panel {
  width: 939px; /* change to 560px if not using JS to remove rh.scroll */
  padding: 0px;
  float: left;
}

.tabs  .panelBanner {
	display:none;
	height: 180px;
	width: 945px;
	z-index: 50;
	position: relative;	
	margin: 0;
}

.tabs  .panelContent {
	width: 905px;
	padding: 20px;
}


.box {
	float: left;
	width: 302px;
	margin: 18px 8px 18px 10px;
	display: inline;
}

.box .header {
	background: url(../_images/box_header.png) 0 0 no-repeat;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
}

.box .float{
	width: 302px;
	background: url(../_images/box_float.png) 0 0 repeat-y;
}

.box .float .text {
	padding: 5px 11px;
}

.box .float .list {
	width: 298px;
	margin: 0 3px 0 1px;
	padding: 0;
}

.box .float .hidden {
	display: none;
}

.box .float .list li {
	list-style: none;
	padding: 5px 10px 8px 10px;
	background: url(../_images/box_separator.png) 0 bottom repeat-x;
}

.box .float .order {
	background-image: none;
	padding: 5px 10px 4px 8px;
}

.box .float .order  img {
	float: left;
}

.box .float .order .more {
	cursor: pointer;
	float: right;
	padding: 0 15px 0 0;
	height: 22px;
	line-height: 22px;
	background: url(../_images/btn_more.png) right 6px no-repeat;
}

.box .float .order .less {
	background: url(../_images/btn_less.png) right 6px no-repeat;
}

.box .bottom {
	background: url(../_images/box_bottom.png) 0 0 no-repeat;
	height: 5px;
}

input.text {
	outline: none;
	border: 0;
	height: 14px;
	width: 144px;
	padding: 4px;
	background: url(/_images/ui.png) -107px -112px no-repeat;
	margin-bottom: 5px;
	font-size: 11px;
}

input.f500 {
	border: 1px solid #b5b5b5;
	width: 500px;
}

input.f200 {
	border: 1px solid #b5b5b5;
	width: 208px;
}

input.f50 {
	border: 1px solid #b5b5b5;
	width: 50px;
}

input.f150 {
	border: 1px solid #b5b5b5;
	width: 150px;
}


input.text:focus {
	background-position: -107px -134px;
}

#content_wrapper {
	padding: 12px 0px 10px 1px;
}

.btn_order,
.btn_order .hover {
	background: url(/_images/btn_order.png) 0 0 no-repeat;
	display: block;
	float: left;
	height: 22px;
	width: 102px;
	cursor: pointer;
}

.btn_order * {
	display: none;
}

.btn_highlight:hover,
.btn_order .hover {
	background: url(/_images/btn_order.png) 0 -22px no-repeat;
}

.btn_submit,
.btn_submit .hover {
	background: url(/_images/btn_submit.png) 0 0 no-repeat;
	display: block;
	float: left;
	height: 22px;
	width: 102px;
	cursor: pointer;
}

.btn_submit * {
	display: none;
}

.btn_highlight:hover,
.btn_submit .hover {
	background: url(/_images/btn_submit.png) 0 -22px no-repeat;
}

table {
	margin: 0 0 15px 0;
}


table tr th {
	vertical-align: top;
	font-weight: bold;
	text-align: left;
}

table tr td {
	padding: 5px 0;
}

table tr td.rowA {
}

table tr td.rowB {
	background-color: #EEE;
}

.contentListFirstLevel {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 450px;
}

.contentListFirstLevel li  {
	background: url(/_images/tick.png) 0 3px no-repeat;
	behavior: url(/_js/iepngfix.htc);
	padding: 5px 0 5px 20px;
	width: 400px;
}

.contentListFaq li {
	background: url(/_images/help.png) 0 3px no-repeat;
	behavior: url(/_js/iepngfix.htc);
}

.contentListRules li{
	background: url(/_images/arrow.png) 0 5px no-repeat;
	behavior: url(/_js/iepngfix.htc);
}

.contentListSecondLevel li {
	background: url(/_images/arrow.png) 0 5px no-repeat;
	behavior: url(/_js/iepngfix.htc);
	padding: 5px 0 5px 20px;
}

.contentListSecondLevel {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear {
	clear: both;
}
