body {
	margin: 0px;
}

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

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

a img {
	border: 0px;
}

h1 {
	clear: both;
	margin: -10px 0 0 0;
	padding: 0;
	font-size: 8px;
	line-height: 8px;
	overflow: hidden;
	height: 0px;
	color: #FFF;
}

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;
  z-index: 999;
}

#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 {
	display: none;
	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 .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 {
	color: #003e71;
}

.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 {
	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;
}

/* =Uploadify
----------------------------------------------------*/
/*
#content_wrapper .fileUploaderBtn {
	position: absolute;
	margin: 0px 5px;
}

#content_wrapper .fileUploadQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	background-color: #F5F5F5;
	border: 3px solid #E5E5E5;
	margin-top: 5px;
	padding: 10px;
	width: 300px;
}
#content_wrapper .fileUploadQueueItem .cancel {
	float: right;
}
#content_wrapper .fileUploadProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
#content_wrapper .fileUploadProgressBar {
	background-color: #0099FF;
}

#content_wrapper a.btn,
#content_wrapper a.btn .hover {
	outline: none;
	border: 0;
	display: block;
	height: 22px;
	width: 102px;
	background: url(../_images/ui.png) 0 0 no-repeat;
	margin-bottom: 5px;
	font-size: 11px;
	position: relative;
}

#content_wrapper a.btn {
  background-position: -259px -112px;
  width: 102px;
}

#content_wrapper .btn_highlight a.btn:hover,
#content_wrapper a.btn .hover {
  background-position: -259px -134px;
  width: 102px;
}

#content_wrapper a.icon  {
	outline: none;
	border: 0;
	display: block;
	height: 16px;
	width: 16px;
	padding: 5px 6px;
	background: url(../_images/icon.png) 0 0 no-repeat;
}

#content_wrapper a.icon:hover  {
	background-position: 0 -26px;
}

#content_wrapper .icon span {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../_images/iconset.png) 0 0 no-repeat;
}

#content_wrapper .icon span.edit {
	background-position: 0 0;
} */

#footerwrapper {
	clear: both;
	border-top: 1px solid #bebebe;
	background: url(../_images/footer.png) 0 0 repeat-x;
	height: 63px;
	margin: 50px 0 0 0;
}

#footer {
	width: 960px;
	padding: 10px 0px;
	margin: 0px auto 0px auto;
}

#footer .row {
	float: left;
	width: 140px;
	margin: 0 10px;
	display: inline;
}

#footer .rowLeft {
}

#footer .rowRight {
	text-align: right;
}

.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;
}

.faqActive {
	color: #2b6ae2;
}

.clear {
	display: block;
	clear: both;
}
