/***************************************** HTML BODY ****************************************************/

html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../gfx/stripes.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

font
{
	font: auto;
}
/***************************************** STRUCTURE ****************************************************/

#container {
	width: 910px;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
}

#wrap {
	background-image: url(../gfx/frame.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 910px;
	margin: 0;
	padding: 0;
	min-height: 600px;
	_height: 600px; /*background-color: #FFFFFF;*/
}


#header {
	/*background-image: url(../gfx/topback.gif);
	background-position: -25px top;
	background-repeat: no-repeat;*/
	width: 910px;
	height: 240px;
	margin: 0;
}

#logo
{
	margin: 32px 0 0 0;
}

#logout-button
{
	margin: 69px 91px 0pt 0pt;
	padding: 4px 0pt 0pt 5px;
	float: right;
	background-image: url(../gfx/knapper.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 115px;
	height: 22px;
	text-decoration: none;
}
#logout-button:hover
{
	background-position: -120px top;
}

#content {
	/*background-image: url(../gfx/white-trans-layer.png);
	background-position: right bottom;
	background-repeat: no-repeat;*/
	width: 860px;
	margin: -50px 20px 0px 20px;
	padding: 0;
	min-height: 380px;
	_height: 380px; /*background-color: #FFFFFF;*/
}

#footer {

	text-align: left;
	display: inline;
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 9px;
	color: #737373;
}

/***************************************** DECO PICS ****************************************************/
#deco-pics {
	width: 277px;
	margin: -62px 25px 20px 0;
	padding: 0;
	height: 440px;
	overflow: hidden;
	float: left;
}

#deco-pics img {
	z-index: 1;
}

#deco-frame {
	background-image: url(../gfx/deco-frame.png);
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 10;
	width: 277px;
	height: 440px;
	position: absolute;
}

#deco-spacer
{
	width: 277px;
	margin: 60px 30px 20px 0;
	height: 2px;
}

#bot-deco-pic
{
	position: absolute;
	bottom: -15px;
	right: -25px;
	background-image: url(../gfx/sausages.png);
	width: 167px;
	height:165px;
}

#advert-box
{
	border: 1px solid #BBBBBB;
	background-image: url(../gfx/advert-back.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 120px;
	margin: 14px 0pt 0pt;
	padding: 5px;
	width: 260px;
}
#advert-box h3
{
	font-size: 14px;
	margin: 0 0 5px 0; 
}
#advert-box h4
{
	font-size: 12px;
	margin: 0 0 5px 0; 
}

#advert-box-image
{
	float: left;
	width: 125px;
	height: 100px;
	text-align: center;
	font-size: 9px;
	margin: 0 10px 0 0;
}

#shop-content
{
	margin: 0pt 0pt 25px 270px;
}

#cart-link
{
	border: 1px solid #aaa;
	background-color: #eaeaea;
	padding: 5px;
	margin: 0pt 40px 0pt 0pt;
	float: right;
}
#cart-link a
{
	text-decoration: none;
}
#cart-link a:hover
{
	text-decoration: underline;
}

.prod-name
{
	font-weight: bolder;
	text-decoration: none;
}

.prod-name:hover
{
	text-decoration: underline;
}

.prod-descript
{
	font-style: italic;
	font-weight: lighter;
}

/***************************************** TEXT ****************************************************/

#content ul,ol {
}

h1 {
	line-height: 1.4em;
}
h1#heading
{
	line-height: 16px;
	font-size: 14px;
	margin: 10px 0px 34px 0px;
}

h2 {
	line-height: 1.2em;
}

h3 {
	line-height: 1em;
}

p {
margin: 0 0 10px 0;
}

a, a:active, a:hover, a:visited {
	color: #000;
}

a:hover {
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

/***************************************** SHOP ****************************************************/
.top-heading
{
	font-size: 16px;
	font-weight: bolder;
	border-bottom: 1px solid #000;
	padding: 40px 0 10px 0;
}
.prod-heading
{
	padding: 15px 0 5px 0;
	font-size: 12px;
	font-weight: bolder;
}

/***************************************** OTHERS ****************************************************/

.text {
	padding: 0;
	height: 185px;
	overflow: auto;
}

.text-full
{
	height: 331px;
	margin-bottom: 20px;
	overflow: auto;	
}

.darkline
{
	background-color: #ededed;
}
#container img {
	border: 0px;
}

.clear {
    clear: both;
    display: block;
    height: 2px;
    overflow: hidden;
}

.noshow {
	display: none;
}
/******************** Lynx ***********************************/
#lynxvermoe-link
{
	bottom: 15px;
	left: -12px;
	position: absolute;
}