body {
	margin: 0 0 0.8em;
	padding: 0;
	color: black;
	font-size: 90%;
	text-align: center;
	min-width: 1000px;
}

img {
	border-style: none;
}

#page {
	margin: 0 auto;
	text-align: left;
	width: 95%;
}

#header {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#site-id {
	position: absolute;
	top: 0;
	right: 5px;
	padding: 0;
	z-index: 20;
}

#tagline {
}

#tagline img {
}

#nav0 {
	font-size: 90%;
	margin: 20px 0.3em 0;
}

#nav0 ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#nav0 li {
	display: block;
	float: left;
	margin: 0 0.3em;
	list-style-type: none;
	background-image: url(nav0-bg-left.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#nav0 a {
	display: block;
	background-image: url(nav0-bg-right.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0.6em 0.6em 0.4em 0.6em;
	color: #003366;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#nav0 li.selected, #nav0 li:hover {
	background-image: url(nav0-bg-left-selected.png);
}

#nav0 li.selected a, #nav0 li a:hover {
	background-image: url(nav0-bg-right-selected.png);
	color: white;
}

#nav0-search {
	width: 19em;
	margin: 0;
	padding: 0.4em 0 0 0.6em;
	font-weight: bold;
	background-color: #FFFFFF;
}

#nav0-search form {
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 200;
}

#nav0-search input {
	vertical-align: middle;
}

#nav0-search input.text {
	width: 12em;
	border: 1px solid #bbbbbb;
	font-size: 95%;
	padding: 0;
}

#bar {
	background-color: #003366;
	background-image: url(bar-bg.png);
	background-repeat: repeat-y;
	background-position: right;
	height: 12px;
	border-bottom: 1px solid white;
	font-size: 90%;
}

#nav1 {
	background: url(nav1-bg.png) repeat-x;
	line-height: 100%;
	font-size: 90%;
}

#nav1 ul {
	margin: 0 10px 0 0;
	padding: 0.3em 0;
	text-align: right;
}

#nav1 li {
	list-style-type: none;
	display: inline;
	background-image: url(nav1-sep.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#nav1 a {
	display: inline;
	color: black;
	text-decoration: none;
	padding: 0 0.8em;
}

#nav1 a:hover {
	text-decoration: underline;
}

#nav1-imprint {
	background-image: none !important;
}

#nav1-imprint a {
	padding-right: 0 !important;
}

#ticker {
	color: #003366;
	font-weight: bold;
	font-size: 80%;
	border-bottom: 2px solid #bfbfbf;
	padding: 0.7em 5px;
}

#ticker ul {
	display: inline;
	padding: 0;
	margin: 0 1em;
	font-weight: normal;
}

#ticker li {
	display: inline;
	list-style: none;
	color: black;
}

#ticker a {
	text-decoration: none;
	color: black;
}

#auth-and-breadcrumbs {
	width: 100%;
	overflow: hidden;
	margin: 0.5em 0;
	font-size: 75%;
}

#auth {
	float: right;
	padding: 0 5px;
}

#breadcrumbs {
	padding-left: 5px;
	float: left;
}

#breadcrumbs span {
	color: red;
}

#sidebar {
	float: right;
	font-size: 80%;
	width: 270px;
}

#sidebar form {
	padding: 0;
	margin: 0;
}

.sidebar-box h5 {
	background-color: #003366;
	color: white;
	font-weight: normal;
	padding: 0.3em 0.5em;
	margin: 1em 0 1px 0;
	font-size: 100%;
}

.sidebar-box div {
	border: 1px solid #bbbbbb;
	padding: 0.5em;
}

#sidebar-box-blue {
	border: 1px solid #a3ddf8;
	padding: 0.5em;
	margin: 1em 0;
	background-color: #d3eefb;
}

#sidebar-box-blue ul {
	margin: 0 ;
	padding: 0;
	list-style: none;
}

#sidebar-box-blue h3 {
	padding: 0.5em 0;
	margin: 0;
}
.sidebar-box div div {
	border-style: none;
	padding: 0;
}

#sidebar .buttons {
	padding: 1em 0 0 0;
	text-align: right;
}

#sidebar .button-cart {
	width: 6em;
	padding: 0.5em;
	text-align: right;
	float:right;
}

#sidebar-cart div {
	position: relative;
	background-color: #ffffff;
}

#sidebar-workflow {
	margin-bottom: 1em;
	background-color: #ffffff;
}

#sidebar-workflow ol {
	padding: 0 0 0 2em;
	margin: 0;
}

#sidebar-workflow li {
	font-size: 150%;
	color: #888888;
}

#sidebar-workflow li.active {
	color: black;
}

#sidebar-login div {
	border-style: solid solid none solid;
}

#sidebar-login .footer {
	background-color: #dddddd;
	border-style: none solid solid solid;
}

#sidebar-login-forgot-password {
	float: right;
	font-size: 90%;
	color: black;
}

#sidebar-filters h5 {
	background-color: #ff0000;
	color: white;
	font-weight: normal;
	padding: 0.3em 0.5em;
	margin: 1em 0 1px 0;
	font-size: 100%;
}

#sidebar-filters div {
	border: 1px solid #ff0000;
	background-color: #ffeac0;
	padding: 0.5em;
}

#sidebar-filters div div {
	border-style: none;
	padding: 0;
}

#sidebar-filters label {
	display: block;
}

#sidebar-filters select {
	display: block;
	width: 100%;
}

#sidebar-categories {
	margin: 0 0 1em 0;
}

#sidebar-categories h5 {
	margin: 1em 0;
	padding: 0;
	font-size: 150%;
	font-weight: bold;
}

#sidebar-categories h6 {
	margin: 0;
	padding: 0;
	background-color: #003366;
	color: white;
	font-size: 100%;
	font-weight: normal;
	border-top: 1px solid white;
}

#sidebar-categories h6 a {
	display: block;
	padding: 0.3em 0.5em;
	color: white;
	text-decoration: none;
}

#sidebar-categories h6 a:hover {
	background-color: #a3ddf8;
	color: black;
}

#sidebar-categories ul {
	padding: 0;
	margin: 0;
}

#sidebar-categories li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(category-bullet.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #003366;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}

#sidebar-categories li a {
	display: block;
	padding: 0.2em 0.5em 0.2em 20px;
	text-decoration: none;
	color: black;
}

#sidebar-categories li.selected {
	background-color: red;
	background-image: url(category-bullet-selected.png);
}

#sidebar-categories li.selected a {
	display: block;
	text-decoration: none;
	color: white;
}

#sidebar-categories li:hover {
	background-image: url(category-bullet-hover.png);
}

#sidebar-categories li a:hover {
	color: red;
}

#sidebar-categories li.selected a:hover {
	color: white;
}

.sidebar-nav div {
	margin: 0;
	padding: 0;
}

.sidebar-nav ul {
	margin: 0;
	padding: 0;
}

.sidebar-nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(category-bullet.png);
	background-position: 2px center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #003366;
}

.sidebar-nav li.selected {
	background-image: url(category-bullet-selected.png);
	background-color: red;
}

.sidebar-nav li:hover {
	background-image: url(category-bullet-hover.png);
}

.sidebar-nav a {
	padding: 0.3em 0.3em 0.3em 20px;
	display: block;
	color: black;
	text-decoration: none;
}

.sidebar-nav li.selected a {
	color: white;
}

.sidebar-nav a:hover {
	color: red;
}

.sidebar-nav li.selected a:hover {
	color: white;
}

.sidebar-nav li.last {
	/* border-bottom-style: none; causes weird rendering errors in IE 6 */
	border-bottom-color: white;
	border-bottom-style: solid;
}

.sidebar-nav {
}

#sidebar-login label {
	display: block;
	float: left;
	width: 25%;
	padding: 3px 0.5em 0 0;
}

#content {
	margin-right: 290px;
	margin-top: 0.8em;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content li {
	margin-bottom: 0.5em;
	padding: 0 0 0 1.2em;
}

#content-li-bullet li {
	margin-bottom: 1em;
	background-image: url(bullet.gif);
	background-position: 0 0.4em;
	background-repeat: no-repeat
}

#home-teaser {
	width: 100%;
	overflow: hidden;
	background-color: #003366;
}

#home-teaser-text {
	float: left;
	width: 39%;
}

#home-teaser-img {
	float: right;
	height: 155px;
	width: 60%;
	background-image: url(/media/home-teaser.jpg);
	background-position: center center;
	border-left: thin solid #fff;
		border-top: thin solid #036;	
		border-bottom: thin solid #036;	
		border-right: thin solid #036;
	text-align: right;
}

#home-teaser h1 {
	color: #a3ddf8;
	margin: 0.3em 10px;
}

#home-teaser h2 {
	color: #ffffff;
	margin: 0 10px;
	font-size: 140%;
}

#home-teaser p {
	font-size: 0.7em;
	color: #ffffff;
	margin: 0.5em 10px;
}

#body-shop #sidebar, #body-account #sidebar, #body-service #sidebar {
	float: left;
	width: 205px;
}

#body-shop #content, #body-account #content, #body-service #content {
	margin-right: 0;
	margin-left: 225px;
	padding: 0;
}

#shop-bonus {
	height: 250px;
	overflow: hidden;
	margin: 0 0 20px;
	border: solid 1px #bbbbbb;
	background-color: #ffffff;
	background-image: url(/media/bonusarticle-box-fond.png);
	background-position: right center;
	background-repeat: no-repeat;
	position: relative;
}

#shop-bonus img {
        position: absolute;
        right: 30px;
        top: 20px;
        width: 250px;
}

#shop-bonus h1 {
	color: #003366;
	margin: 0.3em 10px;
}

#shop-bonus h2 {
	margin: 0 10px;
}

#shop-bonus-star {
	position: absolute;
	background-image: url(/media/bonusarticle-fond.png);
	background-repeat: no-repeat;
	top: 0;
	right: 250px;
	width: 166px !important;
	height: 150px;
	padding: 0 30px 20px;
	text-align: center;
	/* IE box model hack */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 246px;
}

#shop-bonus-text p {
	font-size: 0.7em;
	color: #000000;
	margin: 1.5em 10px;
	width: 35%;
}

#shop-teaser {
	margin: 0 0 20px;
	background: #fff url(/media/shop-teaser-box-fond.jpg);
}

#shop-teaser h1 {
	font-size: 340%;
	line-height: 100%;
	padding: 15px 0 0 5px;
	margin: 10px;
	color: #fff;
}

#shop-teaser h2 {
	font-size: 200%;
	line-height: 100%;
	padding: 5px;
	margin: 10px;
	color: #ffd200;
}

#shop-teaser p {
	padding: 5px;
	margin: 0 10px;
	color: #fff;
}

#shop-teaser p a {
	color: #fff;
}

#footer {
	font-size: 80%;
	border-top: 2px solid #bfbfbf;
	padding: 0.7em 5px;
	margin: 2em 0;
	clear: both;
}

#icon-table td {
	vertical-align: top;
	padding: 0.5em 1em;
	border-bottom: 1px solid #bfbfbf;
}

#icon-table tr.last td {
	border-bottom-style: none;
}

#article-detail {
	width: 100%;
	overflow: hidden;
}

#home-catalog {
	width: 100%;
	overflow: hidden;
}

#article-list {
	width: 100%;
}

#article-list form input {
        vertical-align: middle;
        margin: 0 0.5em;
}

#group-grid {
	width: 100%;
	overflow: hidden;
}

#ajax-notice {
	font-weight: bold;
	padding: 0.5em 1em 0.5em 2em;
	border: 1px solid gray;
	width: 20em;
	background-repeat: no-repeat;
	background-position: 0.5em 50%;
}

#ajax-notice.loading {
	background-color: #ffff66;
	background-image: url(spinner.gif);
}

#ajax-notice.success {
	background-color: #66ff66;
	background-image: url(success.png);
}

button span {
		margin-top: -1px;
}
