*:focus{  
outline:0;
}

body,td {
	padding: 0;
	margin: 0;
	background-color: #e8e8e8;
	font-family: Verdana, Arial, san-serif;
}

div,h1,h2,h3,ul,li {
	margin: 0;
	padding: 0;
}

form,table{
	padding: 0;
	margin: 0;
	border: 0;
}

img {
	border: 0;
}

div#body {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
}

div#head {
	background: transparent url(/images/headbg.gif) 0 0 repeat-x;
	height: 237px;
}

div#logo {
	float: left;
	width: 300px;
	height: 69px;
	background: transparent url(/images/logo.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#logo a {
        display:block;
        height: 70px;
        width: 300px;
}

/* Top navi */

div#topnav {
	float: right;
}

div#topnav ul {
	float: left;
	text-align: right;
	list-style-type: none;
}

div#topnav li {
	float: left;
}

div#topnav li a {
	float: left;
	display: block;
	padding: 10px 8px 5px 8px;
	border-left: 1px solid #D4D4D4;
	color: #7D7D7D;
	text-decoration: none;
	font-size: .7em;
}

div#topnav li a:hover {
	background: transparent url(/images/tnhover.gif) 0 0 repeat-x;
}

div#lswitch {
	float:right;
	margin: 8px 15px 0 0;
	font-size: .7em;
}

div#lswitch select {
	font-size: 1em;
}

/* Menu */

div#menu {
	clear: both;
	color: #FFFFFF;
	width: 900px;
	height: 32px;
}

div#menu ul {
	display: inline;
	list-style-type: none;
}

div#menu li {
	float: left;
	white-space: nowrap;
}

div#menu ul li a {
	float: left;
	height: 23px;
	margin-top: 1px;
	padding: 7px 15px 0 15px;

	color: #eee;
	font-size: .7em;
	text-decoration: none;
	border-right: solid 1px #bbb;
}

div#menu ul li a:hover {
	color: #fff;
	background: transparent url(/images/menuhover.png) 0 -5px repeat-x;
}

div#menu ul li a.sel {
	color: #CFCFCF;
}

div#menu li.right {
	float: right !important;
	white-space: nowrap;
}

div#menu li.right a {
	border-right: 0 !important;
	border-left: solid 1px #bbb;
}

/* Header image/text */

div#himg {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 450px;
	height: 130px;
}

div#htxt {
	float: left;
	width: 450px;
	height: 130px;
	text-align: right;
	color: #fff;
	background: transparent url(/images/htxt.jpg) 0 0 no-repeat;
	white-space: nowrap;
}

div#htxt h1 {
	margin-top: 40px;
	font-size: 12pt;
	font-weight: normal;
	margin-right: 50px;
}

div#htxt h2 {
	font-size: .9em;
	margin-top: 5px;
	font-weight: normal;
	margin-right: 50px;
}

div#htxt h3 {
	font-size: .9em;
	margin-top: 5px;
	font-weight: normal;
	margin-right: 50px;
}

div#bca {
	width: 900px;
	float: left;
	background-color: #e8e8e8;
	clear: both;
}

div#bca .area {
	height: 32px;
	width: 200px;
	float: left;
	border-right: solid 1px #ccc;
}

div#bca .area div {
	font-size: .8em;
	color: #555;
	padding: 8px 0 0 15px;
}
/* Breadcrumbs   */

div#bca .bc {
	float: left;
	color: #555;
	white-space: nowrap;
	padding: 8px 0 0 20px;
	font-size: .7em;
}

div#bca .bc a {
	text-decoration: none;
	color: #555; /*c75700*/
	padding: 5px 5px 0 0;
}

div#bca .bc a:hover {
	text-decoration: underline;
}

div#bca .bc a.sel {
	color: #555 !important;
}

/* Content */

div#content {
	padding: 0 0 10px 0;
	width: 900px;
	min-height: 500px;
	background: #fafafa url(/images/border.gif) 200px 0 repeat-y;
}

div#cmenu {
	float:left;
	width: 200px;
}

div#cmenu h3 {
	padding: 20px 0 5px 0;
	font-size: .7em;
	font-weight: bold;
	color: #555;
}

div#cmenu ul {
	margin: 0 15px 20px 15px;
}

div#cmenu ul li {
	display: block;
	list-style: none;
	line-height: 1.3em;
	padding-bottom: 2px;
	border-bottom: dotted 1px silver;
	margin-top: 2px;
}

div#cmenu ul li a {
	text-decoration: none;
	padding-left: 15px;
	color: #555;
	font-size: .7em;
}

div#cmenu ul li a:hover {
	color: #9bbb5a;
}

div#cmenu ul li a.sel {
	color: #9bbb5a;
}

div#cbody {
	float:left;
	width: 450px;
	padding: 15px 0 5px 20px;
}

div#cbody h1, div#cbody h2 {
	font-size: 1em;
	line-height: 2em;
	font-weight: bold;
	color: #9bbb5a;
	margin-bottom: -5px;
}

div#cbody h1.special {
	font-size: .9em;
	line-height: 1.6em;
	font-weight: normal;
	color: #9bbb5a;
	background-color: #eee;
	margin-bottom: -5px;
	margin-top: 30px !important;
}

div#cbody h3 {
	font-size: 1em;
	line-height: 2em;
	font-weight: bold;
	color: #555;
}

div#cbody .content ul {
	margin: 10px 0 10px 30px;
}

div#cbody .content {
	font-size: .75em;
	line-height: 1.5em;
	margin-bottom: 15px;
	color: #444;
}
/*
div#cbody .content a {
	color: #9bbb5a;
	text-decoration: none;
}
*/

div#cbody .content a {
	color: #9bbb5a;
	text-decoration: none;
}

div#cbody .content a:hover {
	text-decoration: underline;
}

div#cbody .content a.special, div#cbody .content span.special {
	color: #fff;
	padding: 2px;
	background-color: #9bbb5a;
	text-decoration: none;
}

div#cbody .content a.special:hover {
	color: #9bbb5a;
	background-color: transparent;
	text-decoration: underline;
}

div#cright {
	float: right;
	width: 220px;
	padding-top: 7px;
}

div#cright .box {
	margin: 0 15px 7px 0;
	border: 1px solid #eee;
	border-right-color: #d4d4d4;
	border-bottom-color: #d4d4d4;
	background-color: #f5f5f5;
	font-size: .6em;
	line-height: 1.4em;
	padding: 10px;
	color: #555;
/*    background: transparent url(/images/boxbg.gif) 0px 0px repeat-x; */
}

div#cright .box ul {
	margin-left: 10px;
}

div#cright .box ul li {
	margin: 5px 0 5px 0;
}

div#cright .box ul li a {
	color: #595;
	text-decoration: none;
}

div#cright .box ul li a:hover {
	text-decoration: underline;
}

div#cright .icart {
	float: left;
	width: 32px;
	height: 25px;
	background: #fff url(/images/cart.png) 0px 0px no-repeat;
}

div#cright .ccart {
	float: left;
	padding: 0 0 0 10px;
}

div#cright .ccart a {
	color: #070 !important;
	text-decoration: none;
}

div#cright .ccart-e {
	float: left;
	padding: 5px 0 0 10px;
}

div#cright .ccart-e a {
	color: #070 !important;
	text-decoration: none;
}

/* Footer */
div#footer {
	width: 900px;
	height: 70px;
	border-top: solid 5px #8e8e8e;
	background: transparent url(/images/footerbg.png) 0px 0px repeat-x;
	text-align: center;
	padding-top: 15px;
	color: #777;
	font-size: .7em;
	line-height: 1.5em;
}

div#footer a{
	padding: 2px;
	text-decoration: none;
	color: #777;
}

div#footer a:hover {
	background-color: #eee;
}

div#footer div#bmenu{
	float:left;
	width: 700px;
	text-align: center;
	margin-bottom: 10px;
	padding-left: 100px;
}

div#footer div#copy {
	float:left;
	width: 700px;
	text-align: center;
	padding-left: 100px;
}

/* Some */
div.clear {
	clear: both;
	height: 0 !important;
}

td.notice {
	padding-top: 20px !important;
	white-space: normal !important;
	font-size: .9em;
	color: #777;
}

div.notice {
	padding-top: 20px !important;
	font-size: .9em;
	color: #777;
	white-space: normal;
}

/* Register & login form */
table#reg {
	width: 100%;
	margin-top: 15px;
}

table#reg th {
	font-size: 12px !important;
	background-color: #eee;
	white-space: nowrap;
}

table#reg td {
	font-size: 12px !important;
	background-color: transparent;
	white-space: nowrap;
	padding: 2px 10px 2px 2px;
}

table#reg input,textarea {
	width: 230px !important;
	border: solid 1px #ddd;
}

table#reg input.zip {
	width: 60px !important;
}

table#reg input.city {
	width: 150px !important;
}

table#reg input.auto {
	width: auto !important;
}

table#reg input.short {
	width: 100px !important;
}

table#reg textarea {
	height: 100px;
}

tr.rq td {
	background-color: #ded !important;
}

tr.rq td input,select {
	border: solid 1px #aaa !important;
}

/* Messages */
div#msg-error {
	border: solid 3px #9bbb5a;
	padding-right: 10px;
	background-color: #ffeeee;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#msg-ok {
	padding-right: 10px;
	border: solid 3px #559955;
	background-color: #eeffee;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Impressum */
table#ctc td {
	background-color: transparent;
}

/* Shop */
div#content h1.shop {
	font-size: .9em !important;
	color: #555 !important;
	background-color: #eee;
}

div#content div.shim {
	float:left;
	width: 120px;
}

div#content div.shitem {
        margin-top: 10px;
}


div#content div.price {
	font-weight: normal;
	padding: 10px 0 10px 0;
}

div#content div.shop {
	float: left;
	width: 300px;
}

div#content div.shop input {
	border: solid 1px #ddd;
}

div#cart table tr td {
	background-color: transparent !important;
}

div#cart table.products tr td {
	background-color: transparent !important;
	border-bottom: solid 3px silver;
	padding: 10px 0 5px 0;
}

div#cart input {
	border: solid 1px #ddd;
}

div#ref ul {
	margin-left: 5px;
	padding-left: 5px;
}

div#ref ul li {
	padding: 0;
}

input.buy {
	color: #595;
	border: solid 1px #595 !important;
	padding-right: 10px;
	background-color: #eeffee;
	font-weight: bold;
}

td,th {
	font-size: 12px !important;
}