html,body{width:100%;height:100%;padding:0;margin:0;font-family:arial} /*background:#fff;*/
a { 
	text-decoration:none 
}
a:hover {
	cursor:pointer; 
}
.container { width:262px; margin:0 auto; padding-top:20px; }

#bar { width:100%; height:30px; padding:2px 2px 0px 0px;  }
/* #bar { width:100%; height:30px; padding:15px 0; background:url(../images/bar.png) repeat-x; } */
#container { /*width:720px; margin:0 auto;  */}

#regForm input {
    width:auto; 
}

/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#loginContainer {
    
    float:right;
	
	
	text-align:right;
	overflow:visible;
    font-size:10px;
	/* color: #496177;  */
	
}

/* Login Button */
#loginButton { 
    display:inline-block;
    
    /*background:#d2e0ea url(../images/buttonbg.png) repeat-x;  */
    /*border:1px solid #999; /* #899caa; 
    /*border-radius:3px; */
    /*-moz-border-radius:3px; */
    /*position:relative; */
    /*z-index:30; */
    cursor:pointer;
	position:relative;
	padding: 0px;
}

/* Login Button Text */
#loginButton span {
    /*color:#445058;  */
    /* ### font-size:12px; */
    font-weight:bold; 
    /*text-shadow:1px 1px #fff;  */
    padding:2px 7px 4px 7px; /* 30px; */
    
    display:block;
	/* background:url(../images/loginArrow.png) no-repeat 2px 2px; */
	
}

#loginButton:hover {
    /*background:url(../images/buttonbgHover.png) repeat-x; */
  /*border-bottom:none; */
  /* Gradient tab hover blue */
  background: #8C99A6; /* old browsers */
  background: -moz-linear-gradient(top, #8C99A6 0%, #475C71 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8C99A6), color-stop(100%,#475C71)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8C99A6', endColorstr='#475C71',GradientType=0 ); /* ie */
  color:#fff;	
}

/* Login Box */
#loginBox {
	position:absolute; /*nur Firefox, IE in style_ie.css */
	/*left:52%; /* nur Firefox, IE in style_ie.css */
	display:none;
	z-index:29;
	float:right;
	right: 2rem; //2px;
	top: 2rem; //2px;
	max-width: 380px;
}

/* Login Box Form Label*/
#loginBox  form fieldset label{
    display:inline;
	float:none;
}


/* If the Login Button has been clicked */    
#loginButton.active {
    /* border-radius:3px 3px 0 0; */
}

#loginButton.active span {
    background-position:2px -80px ;
}

/* A Line added to overlap the border */
#loginButton.active em {
    /*position:absolute; */
    /*width:100%; */
    /*height:1px; */
    /*background:#d2e0ea; */
    /*bottom:-1px; */
}

/* Login Form */
#loginForm {
    /*width:350px; */
	font-weight:normal;
    border:1px solid #999; /*#899caa; */
    /*border-radius:3px 0 3px 3px; */
    /*-moz-border-radius:3px 0 3px 3px; */
    margin-top:-1px; 
	margin-bottom: 0px;
    
    /*background:#d2e0ea; */
    padding:6px; 
}

#loginForm  span a {
	float: none;
	line-height: 1rem;
	padding: 0px;
	text-align: left;
}


#loginForm fieldset {
    /*margin:0 0 12px 0; */
    /*display:block; */
    /*border:0; */
    /*padding:0; */
}

fieldset#body {
    /*background:#fff; */
    /*border-radius:3px; */
    /*-moz-border-radius:3px; */
    /*padding:10px 13px; */
    /*margin:0; */
}

#loginForm #checkbox {
    /*width:auto; */
    /*margin:1px 9px 0 0; */
    /*float:left; */
    /*padding:0; */
    /*border:0; */
    /*margin:-3px 9px 0 0; */ /* IE7 Fix */
}

#body label {
    /*color:#3a454d; */
    /*margin:9px 0 0 0; */
    /*display:block; */
    /*float:right; */
}

#loginForm #body fieldset label {
    /*display:block; */
    /*float:none; */
    /*margin:0 0 6px 0; */
}

/* Default Input */
#loginForm input {
    width:55%; 
    /*border:1px solid #899caa; */
    /*border-radius:3px; */
    /*-moz-border-radius:3px; */
    /*color:#3a454d; */
    /*font-weight:bold; */
    /*padding:8px 8px; */
    /*box-shadow:inset 0px 1px 3px #bbb; */
    /*-webkit-box-shadow:inset 0px 1px 3px #bbb; */
    /*-moz-box-shadow:inset 0px 1px 3px #bbb; */
    /*font-size:12px; */
}

/* Sign In Button */
#loginForm #login {
    width:auto;
    float:right;
    /* background:#339cdf url(../images/loginbuttonbg.png) repeat-x; */
	/* background:#d2e0ea url(../images/buttonbg.png) repeat-x; */ 
    /* color:#fff; */
    /* padding:7px 10px 8px 10px; */
    /* text-shadow:0px -1px #278db8;*/
    /*border:1px solid #899caa; */  /* #339cdf; */
	/*color:#445058; */ 
    /*font-size:12px; */ 
    /*font-weight:bold; */ 
    /*text-shadow:1px 1px #fff; */ 

	
    /*box-shadow:none; */
    /*-moz-box-shadow:none; */
    /*-webkit-box-shadow:none; */
    /*margin:0 12px 0 0; */
    /*cursor:pointer; */
    /**padding:7px 2px 8px 2px;  */ /* IE7 Fix */
}
#loginForm #login:hover {
    /*background:url(../images/buttonbgHover.png) repeat-x; */
}


/* Sign Out Button */
#loginForm #logout {
    width:auto;
    float:right;
    /* background:#339cdf url(../images/loginbuttonbg.png) repeat-x; */
	/*background:#d2e0ea url(../images/buttonbg.png) repeat-x;  */
    /* color:#fff; */
    /* padding:7px 10px 8px 10px; */
    /* text-shadow:0px -1px #278db8;*/
    /*border:1px solid #899caa;  /* #339cdf; */
	/*color:#445058;  */
    /*font-size:12px;  */
    /*font-weight:bold;  */
    /*text-shadow:1px 1px #fff; */ 

	
    /*box-shadow:none; */
    /*-moz-box-shadow:none; */
    /*-webkit-box-shadow:none; */
    /*margin:0 12px 0 0; */
    /*cursor:pointer; */
    /**padding:7px 2px 8px 2px; */ /* IE7 Fix */
	}
	
#loginForm #logout:hover {
    /*background:url(../images/buttonbgHover.png) repeat-x; */
}



/* Forgot your password */
#loginForm span {
    /*text-align:right; */
    /*display:block; */
    /*padding:7px 0 4px 0; */
	
}

/*
#loginForm span a {
    color:#3a454d;
    text-shadow:1px 1px #fff;
    /* font-size:10px; */
} */

input:focus {
    outline:none;
}

/*neu wzm */
/* Basket Container (default to float:right) */
#basketContainer {
    /* position:relative; */
    /* float:right; */
    font-size:10px;
	
}

/* Basket Button */
#basketButton { 
    display:inline-block;
    float:right;
    /*background:#d2e0ea url(../images/buttonbg.png) repeat-x; */
    /* border:1px solid #999; /*#899caa; 
    /*border-radius:3px; */
    /*-moz-border-radius:3px; */
    /*position:relative; */
    /*z-index:31; */
    /*cursor:pointer; */
	margin-right: 14px;
	padding: 0px;
}

/* Basket Button Text */
#basketButton span {
    /*color:#445058;  */
    /*font-size:12px;  */
    font-weight:bold; 
    /*text-shadow:1px 1px #fff;  */
    padding:2px 7px 4px 10px;
    /* background:url(../cart2.png) no-repeat 88px 7px; */
    display:block
	
}

#basketButton:hover {
    /*background:url(../images/buttonbgHover.png) repeat-x; */
 border-bottom:none;
  /* Gradient tab hover blue */
  background: #8C99A6; /* old browsers */
  background: -moz-linear-gradient(top, #8C99A6 0%, #475C71 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8C99A6), color-stop(100%,#475C71)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8C99A6', endColorstr='#475C71',GradientType=0 ); /* ie */
  color:#fff;	
}

div#status {

    float:right;
	text-align:right;
	overflow:visible;
    font-size:12px;
	color: #496177; 
	padding:5px;
}

.checkbox_radio_block {
    clear: none;
    margin-left: 140px;
    padding: 5px;
	
}
#accordion {
    /* max-width: 450px;
	margin-left: 146px; */
	}
	
.ui-accordion-content {
	border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
	}
.checkbox_radio_block  input[type="checkbox"] {
	margin: 8px;
	    width: unset;
}



.ui-autocomplete {		
	
	border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
	
	box-sizing: border-box;
	background-color: white ;
	/*width: 100%; das jedenfalls nicht; */
	
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
     display: none; 
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
	
	
	
}
.ui-autocomplete-header {
	list-style-type: none;
	margin: 0;
	background-color: rgb(255, 97, 0) ;
	width: 100%;
	
	 display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    /* color: #555555; */
    white-space: nowrap;
    text-decoration: none;
	
	box-sizing: border-box;
	
}
.ui-menu-item {
	list-style-type: none;
	margin: 0;
	background-color: white ;
	width: 100%;
	
	 display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    /* color: #555555; */
    white-space: nowrap;
    text-decoration: none;
	
	box-sizing: border-box;
	
	/* make it look like a link */
	color: #58748f;
	cursor: pointer;
}
.ui-menu-item:hover {
    color: #ff6100;
}




.ui-helper-hidden-accessible { position: absolute; left: -9999px; }

input {	
	width: 100%;

}
.ui-accordion-content input {	
	max-width: 60%;

}

/*
  .ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
     display: none; 
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
     list-style: none; 
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
	
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
*/
/* -type */


#pageloader {
  border: 8px solid #f3f3f3; 
  border-radius: 50%;
  border-top: 8px solid #ff6100;
  border-bottom: 8px solid #ff6100;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  
  display: none;
  
  width: 60px;
  height: 60px;
  
  
  position: static;
  margin: auto;
  z-index: 9999;
}
#pageloadertext {
  display: none;	
}

#loader {
  border: 3px solid #f3f3f3; 
  border-radius: 50%;
  border-top: 3px solid #ff6100;
  border-bottom: 3px solid #ff6100;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
    
  display: none;
  
  width: 10px;
  height: 10px;
  
  position: relative;
  left: 120px;
  top: -15px; 
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


