html  {
	background-color: #A0CAE8;
	width: 100%;
	height: 100%;
	top: 0px;
}
body {
	min-width: 860px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	background-color: #A0CAE8;
}
* html body {
   text-align: center;
}
body, td, th, div, p, ul, li, ol {
	font: 12px/1.4em Comic Sans MS,Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
h1,h2,h3,h4  {
	color: black;
	font-weight: bold;
	padding-top : 0px;
	padding-bottom : 0px;
	margin-top : 0.4em;
	margin-bottom : 0.2em;
}
h1 {
	font-size: 1.4em;
} 
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.15em;
}
h4 {
	font-size: 1.05em;
}
input.price {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	color: #0000FF;
	font-size: 12px;
}

p, ul, li {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0.6em;
	margin-bottom: 0.2em;
}
p  {
	padding: 0px;
}
ul {
	padding-left: 0px;
	margin-left: 1.5em;
	list-style: disc;
}
ol {
	padding-left: 0px; 
	margin-left: 2em;    
}
li {
	margin-top : 0px;
	margin-bottom : 0px;
}
ul.anker {
	list-style-image: url(../images/list_anker.gif);
}
ul.b_anker {
	list-style-image: url(../images/listb_anker.gif);
	margin-left: 3em;
}
a  {
	color: Black;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:visited     {
	color: Black;
}
a:active      {
	color: Black;
}
a:hover     {
	color: #61A4D2;
}
table.list td {
	padding: 1em 0 1em 0;
}
.show {
	color: #0000FF;
	font-weight: bold;
}
.border {
	border: 1px solid #003867;
}
.error {
	color: #FECF00;
	font-weight: bold;
}

/* Special Classes */
div.content_full {
	clear: both;
	left: 0px;
	top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
* html div.content_full {
	display: inline;
}
div.content_left {
	float: left;
	left: 0px;
	top: 0px;
	width: 420px;
}
div.content_right {
	float: left;
	margin-left: 2em;
	top: 0px;
	width: 180px;
	/*position: relative;*/
}
* html div.content_right {
	position: relative;
}
/*div.content_right img {
	border: 1px solid #787879;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-top: 4px;
}*/
a.button  {
	color: #FECF00;
	background-color: #003867;
	padding: 0.2em 1em 0.2em 1em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	font: Comic Sans MS,Verdana, Arial, Helvetica, sans-serif;
}
a.button:visited     {
	color: #FECF00;
}
a.button:active      {
	color: #FECF00;
}
a.button:hover     {
	color: #003867;
	background-color: #FECF00;
}

/* Layout */
div#wrapper {
	padding-left: 0px;
	width: 853px;
	height: 100%;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
}
div#content_wrapper{
	top: 0px;
	left: 0px;
	min-height: 450px;
	text-align: left;
	padding: 0;
	margin: 0;
	background: white url(../nav/nav_back.gif) repeat-y;
}
/* Hack min-height fuer IE (Hide it from Safari !) */
* html div#content_wrapper {
   height: 450px;
}
div#header {
	left: 0px;
	top: 0px;
	width: 853px;
	height: 170px;
	z-index: 0;
	background-color: #61A4D2;
	white-space: nowrap;
}
div#navigation {
	min-height: 350px;
	width: 170px;
	float: left;
	margin: 0;
}
/* Hack min-height fuer IE (Hide it from Safari !) */
* html div#navigation {
	height: 350px;
}

div#navigation img {
	margin: 0px;
	padding: 0px;
	display: block;
}
div#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#navigation li {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #003867;
	width: 167px;
	border-bottom: 3px solid #A0CAE8;
	border-right: 3px solid #A0CAE8;
	font: 1.25em/1.4em Comic Sans MS,Verdana, Arial, Helvetica, sans-serif;
	font-stretch: wider;
}
div#navigation li:hover {
	list-style: none;
}
div#navigation a {
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0;
	text-decoration: none;
	width: 137px;
	color: #FECF00;
	background-color: #003867;
}
div#navigation a.aktiv {
	color: #003867;
	background-color: #FECF00;
}
div#navigation a:active, div#navigation a:hover, div#navigation a:focus {
	color: #003867;
	background-color: #FECF00;
}
div#navigation a.ukapitel {
	margin: -2px 0 0 0;
	color: #003867;
	background-color: #61A4D2;
}
div#navigation a.ukapitel:active, div#navigation a.ukapitel:hover, div#navigation a.ukapitel:focus {
	color: #FECF00;
	background-color: #61A4D2;
}
div#navigation a.uk_aktiv {
	margin: -2px 0 0 0;
	color: #FECF00;
	background-color: #61A4D2;
}
div#navigation a.uk_aktiv:active, div#navigation a.uk_aktiv:hover, div#navigation a.uk_aktiv:focus {
	color: #FECF00;
	background-color: #61A4D2;
}
div#navigation a.n  {
   display: none;
}

div#content {
	min-height: 350px;
	margin: 0 0 0 195px;
	padding: 1em 1em 1em 0;
	background-color: white;
}
* html div#content {
	height: 350px;
	margin-bottom: 0;
}
div#footer {
	clear: both;
	height: 80px;
	background-color: #003867;
	margin: 0;
}
div#footer p {
	color: #FECF00;
	font-size: 0.75em;
	padding: 10px 0 10px 170px;
}
* html div#footer p {
	padding: 6px 0 6px 170px;
}
div#by {
	background-color: #A0CAE8;
	margin: 0 auto 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
}
div#by a {
	height: 20px;
	font-size: 0.75em;
	color: #003867;
	background-color: #A0CAE8;
	font-weight: normal;
}
div#by a:active, div#by a:hover, div#by a:focus {
	color: #003867;
	background-color: #A0CAE8;
}
div#cart {
	min-height: 1em;
	margin: 0 0 0 195px;
	padding: 1em 0.5em 0.5em 0;
	background-color: white;
	text-align: right;
	color: #0000FF;
	font-weight: bold;
	font-size: large;
}
* html div#cart {
	height: 1em;
	margin-bottom: 0;
}

input.button{
	color: #FECF00;
	background-color: #003867;
	padding: 0.2em 1em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
}

input.button:hover     {
	color: #003867;
	background-color: #FECF00;
}

* html input.button {
	height: 1.7em;
	font-size: 1.1em;
	padding: 0.2em 0.3em;
	margin: 0px;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
}

* html a.button {
	font-size: 1em;
	padding: 0.2em 0.4em;
	margin: 0px;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
}

a.shopbutton  {
	color: #FECF00;
	background-color: #003867;
	padding: 0.2em 1em 0.2em 1em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	width: 160px;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
}
a.shopbutton:visited     {
	color: #FECF00;
}
a.shopbutton:active      {
	color: #FECF00;
}
a.shopbutton:hover     {
	color: #003867;
	background-color: #FECF00;
}
input.shopbutton{
	color: #FECF00;
	background-color: #003867;
	padding: 0.2em 1em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 200px;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
}

input.shopbutton:hover     {
	color: #003867;
	background-color: #FECF00;
}

* html input.shopbutton {
	font-size: 1.1em;
	padding: 0.2em 0.3em;
	margin: 0px;
}

* html a.shopbutton {
	font-size: 1em;
	padding: 0.2em 0.4em;
	margin: 0px;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
}

input
{
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
}

table.cart
{
	width: 100%;
}

tr.cart
{
}

tr.cartevenrow
{
	background-color: #61A4D2;
}

tr.cartoddrow
{
	background-color: #B1D2E9;
}

th.cart
{
	background-color: #003867;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
input.quantity {
	text-align: right;
}
input.contact {
	width: 25em;
}
select.contact {

	width: 25em;
}
td.cart {
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
}
form {
	margin: 0px;
	padding: 0pt;
}
.smacolor
{
	color: #0000FF;
}
.abisz {
	vertical-align: top;
	width: 100%;
	margin-right: 0px;
	padding-right: 0px;
}

option
{
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.paymentsolution {
	width: 100%;
	padding-top: 2em;
	text-align: center;
}

.price
{
	font-weight: bold;	
}
.strikeprice
{
	font-weight: bold;
	text-decoration: line-through;	
}

.actionprice
{
	font-weight: bold;
	color: #FF0000;
}

img.thumb_img
{
	width: 80px;
}

div#navigation ul.nav_100002_10000B
{
	margin-top: 2em;
}

.contentfull
{
	vertical-align: top;
