html {
	overflow:-moz-scrollbars-vertical;
}

body {	
	margin:0px;
	padding:10px 0px 0px 0px;

	background-color:#fbfbf9;
	background-image:url('../media/images/common/back.jpg');
	background-repeat:repeat-x;
	
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size:78%;
	text-align:center;
	color:#6d6e6f;
}

form {
	padding:0px;
	margin:0px;
}

a {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

a:link {
	color: #f2920e;
}
a:visited {
	color: #f2920e;
}
a:hover, a:active {
	color: #6d6e6f;
}

label {
	float:left;

	width:100px;
	margin-top:3px;
}

.input {
	border:1px solid #f2920e;
	margin-bottom:5px;
	height:16px;
}

input {
	font-size: 11px;
}

.input-error {
	border:2px solid red;
}

.select {
	border:1px solid #f2920e;
	padding:1px;
	width:120px;
	margin:1px;
	margin-bottom:5px;
}

.textarea {
	border:1px solid #f2920e;
	margin-bottom:5px;
}

.clear {
	clear:both;
}

.dotline {
	height:20px;

	background-image:url('../media/images/common/dotline-background.gif');
	background-repeat:repeat-x;
	background-position:center left;
}

.shadow {
	height:20px;

	background-image:url('../media/images/shadow-background.png');
	background-repeat:repeat-x;
	background-position:top left;

	margin-left:1px;
}

h1 {
	
	margin:0px;
	padding:0px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	
	display:block;
			
	background-image:url('../media/images/common/h1-background.gif');
	background-repeat:repeat-x;
	
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;	
	text-align:left;
}

h2 {
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	font-size: 1.5em;
	text-decoration: none;

	color: #f2920e;
}

h3 {
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	font-size: 1.2em;
	text-decoration: none;

	color: #f2920e;
}

p {
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}

#structure {
	width:775px;
	height:100%;

	margin:auto;

	border:1px solid #9c9d9f;
	padding:4px;

	background:#ffffff;
	text-align:left;
}

#menu {
	height:35px;

	display: block;

	padding-bottom:10px;

	background:#ffffff;
	background-image:url('../media/images/common/menu-background.png');
	background-repeat:repeat-x;
}

#path {
	padding: 3px 10px 0px 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f2920e;
}

#path a {
	color: #f2920e;
}

#content {
	background:#ffffff;
}

#content .left {
	width:145px;

	float:left;

	margin-right:15px;
}

#content .content {
	width:485px;

	margin-right:15px;

	overflow:hidden;
	float:left;
}

#content .content-full {
	width:615px;

	overflow:hidden;
	float:left;
}

#content .right {
	width:112px;

	overflow:hidden;
	float:left;
}

.image {
	border:1px solid #9c9d9f;

	padding:5px;

	text-align:center;
}

.box {
	border:1px solid  #f2920e;

	padding:10px;
}

#footer {
		
	clear: left;

	padding-top:3px;
	padding-bottom:3px;

	margin-top:20px;
	
	background-color:#9c9d9f;
	
	color:#ffffff;
	text-align: center;
	
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

.pagebrowser {
	width:100%;
}

.pagebrowser .pagebrowser-result {
	
}

.pagebrowser .pagebrowser-pagelinks a {
	margin-right:5px;	
}

.chatarea{
	overflow:auto;
	width:360px;
	height:350px;
	padding:2px;
	border:solid 1px #FF9F00;
}

#warenkorb {
	text-align: center;
	padding-left: 10px;
}

#warenkorb ul {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#warenkorb li {
	width: 125px;
	height: 55px;
	float: left;
	list-style: none;
	padding: 5px;
	border: 1px solid #f2920e;
	margin: 5px;
	text-align: left;
}

#sitemap ul, ul#sitemap ul {
	list-style-type:inherit;
	text-align: left;
	margin: 0px;
	padding: 5px 5px 5px 15px;
}
.error
{ 	padding: 5px;
	border: 1px solid #ff0000;
	color: #ff0000;
	
}
.date {
font-size: 10px;
}

.small {
	font-size: 10px;
}


/* NAVI-DETAIL */
ul#navi_detail {
	float: left;
	list-style: none;
	font-weight: bold;
	padding: 0;
	border: 1px solid #fff;
	border-width: 1px 0;
	margin: 0 0 0 0;
	height: 22px;
}
ul#navi_detail li {
	float: left;
	padding: 0;
	background: url(../media/images/common/navi_back.gif) repeat-x;
	border-right: 1px solid #fff;
}
ul#navi_detail li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	text-decoration: none;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
#navi_detail li a:hover {
	background: url(../media/images/common/navi_back_hover.gif) repeat-x  !important;
	color: #f2920e !important;
}

li.selected {
	display: block;
	color: #666666;
	text-decoration: none;
	padding-left: 10px !important;
	padding-right: 10px !important;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../media/images/common/navi_back_hover.gif) repeat-x  !important;
}

#navi_detail li.selected a {
	display: block;
	color: #666666;
	text-decoration: none;
	padding-left: 10px !important;
	padding-right: 10px !important;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../media/images/common/navi_back_hover.gif) repeat-x  !important;
}


#usermenu a {
	display: block;
	color: #f2920e;
	text-align: left;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;

	background: url(../media/images/common/navi_back_hover.gif) repeat-x;
	border-bottom: 1px solid #fff;
}

.list-header {
	padding:5px;
	padding-bottom:10px;
	padding-left:10px;

	border-right:1px solid #ffffff;

	background-color:#F2920E;
	color:white;
}

.list-item {
	padding:5px;
	padding-left:10px;
	border-bottom:1px solid #C66110;
	border-right:1px solid #ffffff;
}



/***************************************************************************************************************
*
*	KANDY
*
***************************************************************************************************************/

.price .prefix {
	font-size:12px;
	float:left;
	padding-top:15px;
	padding-right:5px;

	color:#4A4A4A;
}

.price .before-comma {
	font-size:30px;
	font-weight:bold;
	float:left;
	padding-bottom:0px;
	margin-bottom:0px;
	line-height:100%;

	color:#4A4A4A;
}

.price .after-comma {
	margin-top:0px;
	padding-top:0px;
	font-size:14px;
	font-weight:bold;
	float:left;
	padding-top:2px;

	color:#4A4A4A;
}

.price {
	margin-top:5px;
	font-size:11px;
}
