html, body{
	padding : 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 100%;
	color : Black;
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(bilder/background.jpg);
	background-position: top,left;
	background-attachment: fixed;
	font-size: 14px;
	}

.navigation{
	font-size: 14px;
	}

a{
	text-decoration : none;
	color : Black;
	font-weight: bold;
	border-width: 0px;
	font-size: 14px;
	}
	
a.grey{
	background-color: #DEDEDE;
}

a.menuLink{
	color : Black;
	font-weight: normal;
	background-color: transparent;
}

a.roMenuLink{
	color : Blue;
	font-weight: normal;
	
}

a.curMenuLink{
	color : Black;
	font-weight: bold;

}

ul{
	padding : 3px 3px 3px 3px;
	margin-left : 15px;
}

li{
    margin : 5px 0px 5px 0px;
}

div.news_header{
	font-size: larger;
	font-weight: bold;
}

.cart{
	font-size: 11px;
}

input.input_small{
	font-size: 11px;
}

input.login{
	font-size: 11px;
	width: 60px;
}

input.login_submit{
	font-size: 11px;
	margin: 0px 0px 0px 0px;
}

#comment{
	font-size: 11px;
	width: 95%;
}

td.login{
	font-size: 11px;
	padding-left: 0px;
}

.album{
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

form{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img{
	border-width: 0px;
}


.red{
	color: Red;
}

input.order_input{
	width: 25px;
	height: 16px;
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
}

#all{
	height : 100%;
	padding : 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menu{
	width : 150px;
	top: 120px;
	left: 0px;
	padding : 15px 5px 15px 5px;
	margin : 0px 0px 0px 5px;
	position: absolute;
	background-color: #819ECF;
	border: 1px solid White;
	}

#logo{
	height: 110px;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(bilder/logoback.jpg);
	background-position: left;
}

#content{
	margin-bottom : 0px;
	margin-left : 165px;
	margin-right : 195px;
	margin-top : 10px;
	padding : 5px 15px 5px 15px;
	background-color: #FFFFE0;
	background-position: right;
	background-image: url(bilder/contnent_basck.jpg);
}

#right{
	top: 120px;
	right: 0px;
	position: absolute;
	width: 180px;
	background-color: #819ECF;
	border: 1px solid White;
	margin: 0px 5px 0px 0px;
	font-size: 11px;
	padding: 15px 5px 15px 5px;
}

#right2{
	top: 120px;
	right: 0px;
	position: absolute;
	width: 183px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	font-size: 11px;
}

#right2top{
	width: 183px;
	background-color: #819ECF;
	border: 1px solid White;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	padding: 15px 0px 15px 0px;
}

#right2bottom{
	width: 183px;
	background-color: #4873AB;
	border: 1px solid White;
	margin: 15px 0px 0px 0px;
	font-size: 11px;
	padding: 10px 3px 10px 3px;
}

/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}
