html,body {
margin:0;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding:0;
}

body {
behavior: url("styles/csshover3.htc"); 
text-align:center;
background-color:#fffffa;
background-image: url(../images/bg.png);
background-repeat:no-repeat;
background-position:top;
font-family: "Courier New", Courier, monospace;
font-size: 11px;
color:#666666;
}

#outer{
width:722px;
border: 0px;
margin: 40px auto auto auto;
padding: 0px;
}



* html #outer{
width:722px;/* box model hack for ie5.+*/
w\idth:724px
}

#header {
padding:0px 0px 0px 0px;
margin-left: 15px;
height: 100px;
text-align:right;
border: 0px;
}

#leftcol {
color: #45240f;
margin: 0px 0px 0px 22px;
padding: 0px 0px 0px 0px;
float:left;
width: 330px;
border: 0px;
text-align:left;
}

#rightcol {
color: #45240f;
margin: 0px 23px 0px 0px;
padding: 0px 0px 22px 0px;
float:right;
width: 330px;
border: 0px;
text-align:left;
}

img.shopimg {height: 90px;}

#lang {width:100px; height:30px; position:absolute; top: 10px; left:50%; margin: 0px auto auto 250px; border:0px none; font-size:10px; font-family: "arial"; color:aaaaaa;}
#lang  a{font-size:10px; font-family: "arial"; text-decoration: none; color:aaaaaa;}
#lang  a:hover{color:101010;}

#miz{
position: relative;
top: 10px;
right: -100px;
height: 40px;
width: 150px;
}

.logotype {
display:block;
margin: 10px 10px 0px 0px;
padding: 0px 0px 0px 0px;
float:right;
width: 130px;
height: 70px;
text-align:left;
border: 0px;
z-index:101;
}

.logotype a {
display:block;
width:130px;
height:70px;
background-image: url(images/Logotype_KangaKabisa.png);
background-repeat: no-repeat;
}

img {
border: 0px;
}

h1{
font-family: "Courier New", Courier, monospace;
font-weight:bold;
font-size: 20px;
line-height: 20px;
color: #452410;
}

/*Tables*/
table {
border: 0px;
width: 330px;
padding: 0px;
margin: 0px;
}
td {font-family: "Courier New", Courier, monospace; font-size: 11px; color: #45240f;}

form { margin: 0; color:#452410; }

input {
	font: 11px "Courier New", Courier, monospace;
	margin: 0px 0px 8px 0px;
	border: 1px #666666 dotted;
	clear: right;
	padding:2px;
	width: 234px;
}

select {
	font: 11px "Courier New", Courier, monospace;
	margin: 0px 0px 8px 0px;
	border: 1px #666666 dotted;
	clear: right;
	padding:2px;
	width: 240px;
}

input.button {
	background-color: #ded6cf;
	color:#452410;
	width: 63px;
	border:none;
	margin-top: 5px;
}

textarea {
	font: 13px "Courier New", Courier, monospace;
	background-color:#ffffff;
	border: 1px #666666 dotted;
	margin-left:0px;
	margin-top:2px;
	width: 315px;
	height: 200px;
	overflow:auto;
}

/*Navigation and Links*/
a:focus {-moz-outline: none;}

a, a:visited, a:link, a:active {
	color: #281606;
	text-decoration: underline;
	border: 0px;
}	

a:visited {color:#452410;}

a:active, a:hover {
	color: #281606;
	text-decoration: none;
}

/*DropDown*/
.menu { font-size: 11px; font-weight: bold; color:#000000; border: 0px; position:relative; z-index:10; float:left; margin: 14px 0px 0px 0px; width: 500px;}

.menu ul li a, .menu ul li a:visited {
display:block;
text-decoration: none;
padding: 8px 10px 8px 10px; 
}

.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {
display:block; 
float:left; 
position:relative; 
background-color:#f8f7f6; 
margin: 0px 1px 0px 0px; 
height:31px; 
border: 0px; 
float: left;
}

.menu ul li ul {display: none;}
.menu ul li:hover {background-color:#ded6cf}
.menu ul li:hover ul {display:block; position:absolute; top:31px; left:0; width: 100%;}
.menu ul li:hover ul li {width: 100%; float: left; margin-right: -1px;}
.menu ul li:hover ul li:hover {background-color:#ded6cf;}


