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-color: white;
	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 a {
border: 1px solid  #bbb;
display: block;
border-radius: 4px;
padding: 4px 8px 4px 8px;
margin: 5px 0;
box-shadow: 3px 3px 6px #888;
background-color: #bbb;
}

#menu br{
display: none;
}

#menu{
	width : 150px;
	top: 190px;
	left: 5px;
	margin : 0px 0px 0px 5px;
	position: absolute;
	background-color: white;
}

#logo{
	height: 200px;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(bilder/Logo.png) no-repeat left top;
}

#logo.small{
	height: 110px;
	background: url(bilder/logo_small.png) no-repeat center center;
}

#content{
	margin-bottom : 0px;
	margin-left : 175px;
	margin-right : 205px;
	margin-top : -10px;
	padding : 5px 15px 5px 15px;
	background-color: white;
	border: 1px solid  #bbb;
    -webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    -moz-border-radius: 12px; /* FF1-3.6 */
    border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
          
  /* useful if you don't want a bg color from leaking outside the border: */        
    -moz-background-clip: padding; 
    -webkit-background-clip: padding-box; 
    background-clip: padding-box; 

    -webkit-box-shadow: 3px 3px 6px #888; /* Saf3.0+, Chrome */
    -moz-box-shadow: 3px 3px 6px #888; /* FF3.5 - 3.6 */
    box-shadow: 3px 3px 6px #888; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}

#right{
	top: 190px;
	right: 0px;
	position: absolute;
	width: 180px;
	background-color: #bbb;
	border: 1px solid  #bbb;
    -webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    -moz-border-radius: 12px; /* FF1-3.6 */
    border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
          
  /* useful if you don't want a bg color from leaking outside the border: */        
    -moz-background-clip: padding; 
    -webkit-background-clip: padding-box; 
    background-clip: padding-box; 

    -webkit-box-shadow: 3px 3px 6px #888; /* Saf3.0+, Chrome */
    -moz-box-shadow: 3px 3px 6px #888; /* FF3.5 - 3.6 */
    box-shadow: 3px 3px 6px #888; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
	margin: 0px 5px 0px 0px;
	font-size: 11px;
	padding: 15px 5px 15px 5px;
}

#right.small-logo {
	top: 100px;
}

#right2{
	top: 200px;
	right: 0px;
	position: absolute;
	width: 173px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	font-size: 11px;
}

#right2top{
	width: 183px;
	background-color: #bbb;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	padding: 15px 0px 15px 0px;
}

#right2bottom{
	width: 173px;
	background-color: #bbb;
	border: 1px solid #888;
    -webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    -moz-border-radius: 6px; /* FF1-3.6 */
    border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
          
  /* useful if you don't want a bg color from leaking outside the border: */        
    -moz-background-clip: padding; 
    -webkit-background-clip: padding-box; 
    background-clip: padding-box; 
	margin: 45px 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;
}

