/* Konplott CI colors
   ==================
   Hintergrund gelb (Flagge)           #fffee3 255 254 227
   Frosch-Hintergrund gruen (Flagge)   #cee9d9 206 233 217
   Frosch-Farbe gold                   #81693d 129 105 61
   Fehler / Warnung                    #e97373 (rot-pastell)
   Achtung                             #e9b173 (orange-pastell)
   OK                                  #8ae973 (gruen-pastell)

   Neue Farben B2B:
   Hintergrund #e8fed8 (gruen-pastell)
   Oben Mitte  #a6c19e (dunkelgruen-pastell)
   Tab-Backgr. #dae9cf (matt-gruen)
   Links       #736e5a (braun)
   Schalter    #c3d6d2 (hellblau)
   Oben        #bbc9b2 (grau-gruen)
   Schrift     #333    (dkl-grau)


*/

/* General styles */
html {
   background: #e8fed8 url(../images/bg.jpg) center center no-repeat fixed;
}

html, body {
   margin: 0;
   padding:0;
   border:0;			/* This removes the border around the viewport in old versions of IE */
   width:100%;
   min-width:900px;  /* Minimum width of layout - remove line if not required */
                     /* The min-width property does not work in old versions of Internet Explorer */
   font-size:90%;
   color: #333;
}

body {
   overflow: auto;
}


a {
   color:#736e5a;
   text-decoration:none;
}


#doc3 {
   margin: 0;
}

#doc3 #bd {
   margin: auto;
   width: 898px;
   height: auto;
}

#doc3 #bd #leftMenu {
   width: 188px; /* this *should* be 189px really, but Firefox 3.5.9. *sometimes* renders it too wide, thus breaking the layout.. */
   float: left;
   padding-top: 5px;
   border-top: 1px #736e5a solid;
   /* border-right: 1px #EEE solid; */
   margin-top: -1px;
   /*
   background: #e8fed8;
   padding-bottom: 10px;
   border-bottom: 1px #eee solid;
   border-left: 1px #eee solid;
   */
}

#doc3 #bd #rightMenu {
   width: 189px;
   float: right;
}

#doc3 #bd #leftMenu #userdata {
   font-weight: bold;
   margin-bottom: 10px;
   font-size: 0.9em;
}

#doc3 #bd #leftMenu #leftMenuContent {
   font-size: 0.85em;
   color: #333;
}

#doc3 #bd #leftMenu #leftMenuContent a {
   color: #736e5a;
}

#leftMenuContent ul {
   margin: 0;
   padding: 0.5px 2px;
}

#leftMenuContent ul.ipad {
   font-size: 1.6em;
}

#leftMenuContent ul li {
   font-weight: bold;
   padding-left: 5px;
   list-style: none;
   /* background: #EEE; */
   margin: 0;
}

#leftMenuContent ul li ul li {
   font-weight: normal;
   padding-left: 10px;
   border-left: 1px #EEE solid;
}

#doc3 #bd #leftMenu #userdata img {
   /* border: 1px #EEE solid; */
   padding: 2px;
   margin-right: 5px;
   vertical-align: middle;
}

#doc3 #bd #mainContent {
   width: 707px;
   float: right;
   padding-bottom: 10px;
   border-left: 1px #736e5a solid;
   border-right: 1px #736e5a solid;
   border-bottom: 1px #736e5a solid;
   margin-top: -1px;
   background: #e8fed8;
}


/* general */

.left {
   text-align: left;
}

.right {
   text-align: right;
}

.warn {
   background-color: yellow;
   color: #e97373;
   font-weight: bold;
   border: 0.1em solid #e97373;
   padding: 0.4em;
   margin: 0.5em;
}

.strong {
   font-weight: bold;
}

.positive {
   color: #a6c19e;
}

.negative {
   color: #e97373;
}

tr.negative {
   background-color: #e97373;
   color: inherit;
}

tr.positive {
   background-color: #e8fed8;
   color: inherit;
}

table, tr, td, th {
   border-color: #736e5a;
}

th, .inverse {
   background-color: #a6c19e;
   border-color: #DDD;
   /* color: #333; */
   /* background-color: #cee9d9; */
}

td {
   border-color: #DDD;
}

img, object {
   max-width:100%;
}

.center {
   text-align: center;
   width: 100%;
}

.bold {
   font-weight: bold;
}

#bd h1, #bd h2, #bd h3 {
   margin-top: 0;
   padding-top: 0.4em;
   margin-right: 10px;
   margin-bottom: 0.4em;
}

#bd h1 {
   font-size: 1.3em;
}

#bd h2 {
   font-size: 1.1em;
   border-top: 1px solid #DDD;
}

#bd h2.topspace {
   margin-top: 1em;
}

#bd h2.first {
   border-top: 0;
}

#bd h3 {
   font-size: 1em;
}

#ft {
   position: fixed;
   bottom: 0px;
   left: 10px;
}

#error {
   position: fixed;
   z-index: 100;
   bottom: 6px;
   right: 5px;
   width: auto;
}

#breadcrumb {
   margin: 1em 1em 0 1em;
   font-weight: bold;
}

.withmargin {
   margin-left: 10px;
}

.card {
   -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
   -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
   border: solid 1px #736e5a;
   background: #e8fed8;
   padding: 1em;
   margin-right: 1em;
   margin-bottom: 1em;
}

.info {
   -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
   -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
   background-color: #dae9cf;
   padding: 0.5em;
   margin-top: 1em;
   margin-bottom: 1em;
   float: left;
   width: inherit;
   clear: both;
}

/* Spinner */

#spinner {
   position: absolute;
   top: 0;
   left: 0;
}

/* welcome-pages */

#Ordering {
   clear: both;
}

#Offers, #DirectSales {
   padding-top: 1em;
   clear: both;
}

table.statistics {
   font-size: 0.8em;
   margin-right: 1em;
}

#sales_per_project_wrapper, #downpayment_orders_wrapper {
   margin-top: 10px;
   border-top: 1px solid #DDD;
}

#stats div {
   float: left;
   padding-right: 3em;
}

#stats div.SalesPerYear {
   border-right: 1px solid #DDD;
}

#stats div.SalesByReceiptType {
   margin-left: 1em;
}

#stats div.SalesPerYear, #stats div.SalesByReceiptType, #stats div.OpenInvoices {
   padding: 0 0.5em;
}

#adv_stats_wrapper {
   padding-top: 1em;
   margin-top: 0.5em;
   border-top: 1px solid #DDD;
   clear: both;
}

#SalesByProject p.show_stats_link, #stats p.show_stats_link {
   /* background: #cee9d9; */
   width: 50%;
}

#address, #contact {
   height: auto;
}

#address div, #address span {
   padding: 0.3em 0em;
}

#address div.label {
   font-style: italic;
   clear: both;
   float: left;
   width: 220px;
}

div.zahlungsbedingungen, div.returnconditions {
   padding: 0.3em 0;
   font-weight: bold;
   /* background-color: #cee9d9; */
}

div.returnconditions, div.receipt_history {
   padding-bottom: 0.5em;
}

div.achtung {
   background-color: #FF3300;
}

tr.totals {
   color: #904080;
   font-weight: bold;
}

#customer_appointments li {
   margin-bottom: 1em;
}

#customer_appointments h2 {
   font-style: italic;
   font-size: 1em;
   font-weight: normal;
   margin: 0.4em 0 .2em 0;
}

#customer_appointments span.date {
   font-weight: bold;
}

#customer_appointments span.loc {
   font-weight: bold;
}

#customer_appointments span.participants {
}

#customer_appointments span.projects {
   margin-bottom: 1em;
}

#activecustomerList table, #inactivecustomerList table {
   clear: both;
}

col.selection {
   width:13px;
}

col.customer {
   width:254px;
}
col.icon {
   width:18px;
}
col.no {
   width:40px;
}
col.sales {
   width:155px;
}
col.accreditations {
   width:200px;
}

#activecustomerList th, #inactivecustomerList th {
   background-color: #a6c19e;
   border-color: #DDD;
   padding: 0;
   margin: 0;
}

#activecustomerList td, #inactivecustomerList td {
   border-color: #DDD;
   padding: 1px;
   margin: 0;
}

#appointment_edit {
   position: absolute;
   left: 25%;
   width: 50%;
   top: 10%;
   z-index: 10;
   border: 2px solid;
   margin: 1em;
   padding: 2em;
   background: #e8fed8;
}


/* Top Menu */

div.myMenubar {
   background: #bbc9b2;
   height: 35px;
   /* font-size: 1.1em; */
}

div.myMenuHeaderContainer {
   padding-top: 5px;
}

div.myMenuHeader {
   background:none repeat scroll 0 0 #A6C19E;
   border-left:1px solid #736E5A;
   border-right:1px solid #736E5A;
   border-top:1px solid #736E5A;
   border-width:1px;
   margin:auto;
   padding:2px 4px 0 8px;
   width:884px;
   height: 26px;
   font-size:93%;
   line-height:2;
   color: #333;
   position: relative;
}

div.myMenuHeader a {
   color: #333;
}

div.menuitems {
   position: absolute;
   right: 10px;
   top: 3px;
}

span.menuitem {
   padding-left: 10px
}

/* adaptions for yui-style to Konplott CI */

.yui-skin-sam .yuimenuitemlabel, .yui-skin-sam .yuimenuitemlabel:visited, .yui-skin-sam .yuimenubaritem a {
   color: #333;
}

.yui-skin-sam .yui-navset .yui-content {
   background: #e8fed8 none repeat scroll 0 0;
}

.yui-skin-sam .yuimenubar {
   background: #bbc9b2; /* transparent url(../images/konplott_sprite.png) repeat-x scroll 0 0; */
   border:0;
}

.yui-skin-sam .yuimenubar div.bd {
   padding-top: 5px;
}

.yui-skin-sam .yuimenubar ul {
   /* border-bottom: solid #EEEEEE; */
   background: #a6c19e;
   border-top: solid #736e5a;
   border-left: solid #736e5a;
   border-right: solid #736e5a;
   border-width: 1px 1px 1px;
   margin: auto;
   padding: 0 4px 0 8px;
   width: 884px;
}

.yui-skin-sam .yuimenubaritemlabel {
   border:0;
}

.yui-skin-sam .yuimenubar ul li {
   padding: 3px 0;
}

.yui-skin-sam .yuimenubar ul li ul {
   width: auto;
}

.yui-skin-sam ul li.first-of-type a {
   font-weight: bold;
   padding-left: 0;
   text-align: left;
}

.yui-skin-sam li.first-of-type {
   float: left;
}

.yui-skin-sam .yuimenubaritem {
   float: right;
}

.yui-skin-sam .yuimenubaritem a {
   padding-right: 5px;
}


.yui-skin-sam .yuimenubar ul li ul li a {
   font-weight: normal;
   padding-left: inherit;
}

.yui-skin-sam .yuimenubaritem-selected {
   text-decoration: underline;
   background: inherit;
   /* background:transparent url(../images/konplott_sprite2.png) repeat-x scroll 0 0; */
}

.yui-skin-sam .yui-navset .yui-nav a:hover, .yui-skin-sam .yui-navset .yui-nav a:focus {
   background: inherit;
   /* background:#BFDAFF url(../images/konplott_sprite2.png) repeat-x scroll 0 0; */
}

/* ENDE Top Menu */


#kundetabs, #pressetabs {
   padding: 0;
}


/* Tabs custom style */
/* FIXME: Theme daraus basteln! jQuery UI CSS Framework via Themeroller-Tool */

.ui-tabs .ui-tabs-nav {
   padding: 0.2em 0.8em 0;
   border: 0;
   border-bottom: 1px solid #333;
   margin: 0;
}

.ui-corner-all  {
   -moz-border-radius: 0;
}

.ui-widget-content {
   background: #e8fed8;
   border: 0;
   color: #333333;
   font-family: Arial;
   font-size: 100%;
}

.ui-widget-header  {
   background: #DAE9CF;
   border: 1px solid #333;
   color: #CCC;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
   background: #A6C19E;
   border: 0;
   color: #CCC;
}

.ui-datepicker-calendar .ui-state-default, .ui-datepicker-header .ui-datepicker-title, .ui-dialog-title {
   color: #333;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active  {
   background: #e8fed8;
   border: 1px solid #333;
   color: #CCC;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
   color: #333;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
   color: #333;
}

.ui-tabs .ui-tabs-nav li a {
   padding: 0.3em 0.5em;
}

.ui-tabs .ui-tabs-panel {
   padding: 10px;
}

/* ENDE Tabs custom style */

.presse {
   padding: 0 10px;
}


.tabbg {
   background-color: #dae9cf;
}

.tabbg h1 {
   padding: 0 10px;
}

/* catalogue-cards */

div.filter {
   clear: both;
   border-top: solid 1px #DDD;
   border-bottom: solid 1px #DDD;
   padding: 5px 0;
}

a.katalog {
   display: block;
   height: 274px;
   padding: 5px;
   width: 216px;
   /* border-bottom: solid 1px #DDD; */
   background: #e8fed8;
   text-decoration: none;
   float: left;
}

a.featured {
   width: 675px;
   padding: 1em 0;
}

a.katalog div.katalogimage {
   min-height: 274px;
   height: 274px;
   min-width: 216px;
   width: 216px;
   text-align: center;
   clear: left;
   float: left;
   padding: 3px;
   border: 1px solid #EEE;
   -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
   -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
   background: #fff;
}

a.katalog div.featured {
   min-width: 673px;
   width: 673px;
   height: inherit;
   text-align: center;
   float: left;
}

a.katalog img {
}

a.katalog div.katalogtext {
   width: 206px;
   height: 30px;
   float: none;
   padding: 10px;
   text-align: center;
   color: #111;
   clear: both;
   position: relative;
   top: -50px;
   left: -2px;
}

a.katalog .katalogtitle {
   font-weight: bold;
   background-color: #ccc;
   filter:alpha(opacity=0.6);
   opacity: 0.60;
   -moz-opacity: 0.60;
   -khtml-opacity: 0.60;
   -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
   -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
}

/* b2b-shop */

#bd div.yui-gb {
   margin-top: 1em;
}

.active {
   color: #333;
}

a:hover {
   text-decoration: underline;
}

span.image {
   display: block;
   margin-top: 2em;
}

div.image {
   margin-top: -0.5em;
   max-width: inherit;
   height: 100%;
}

div.table {
   display: table;
   table-layout: inherit;
   width: 100%;
   max-width: inherit;
   max-height: inherit;
}

/* stocks */

div.quantities {
   position: relative;
   top: 2em;
}

div.stock {
   position: relative;
   top: 2em;
}

div.low {
   color:#e97373;
   font-weight: bold;
}

div.medium {
   color:#e9b173;
   font-weight: bold;
}

div.high {
   color:#8ae973;
   font-weight: bold;
}

/* basics-suggestions */

#matchingBasics {
   visibility: hidden;
}

#matchingBasics div.matrixpopup {
   position: absolute;
   top: 15%;
   left: 25%;
   width: 50%;
   height: 70%;

   padding: 0 1em;
   background-color: white;
   -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
   -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
   border: solid 1px #736e5a;
   z-index: 20;
   visibility: visible;
   overflow: auto;
}

#matchingBasics div.matrixpopup table {
   background-color: white;
}

#matchingBasics h1 {
   margin-bottom: 2em;
}

#matchingBasics div.articleWrapper {
   padding: 2em;
}

#matchingBasics a.artikel {
   display: block;
   -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
   -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
   border: solid 1px #736e5a;
   background: #e8fed8;
   height: 40%;
   width: inherit;
   padding: 0.5em;
   text-decoration: none;
   color: black;
   margin-bottom: 2em;
}

#matchingBasics span.articleDescriptionWrapper {
   display: block;
   padding: 0 0.5em;
   top: 2.5em;
   margin-bottom: -2.5em;
   width: inherit;
}

#matchingBasics span.articleDescription {
   position: relative;
   display: block;
   padding-bottom: 0.5em;
   border-bottom: #736e5a 1px solid;
   z-index: 10;
   font-size: 0.8em;
}

#matchingBasics span.image {
   top: 2.5em;
}

#matchingBasics span.close {
   background: white;
   padding: 0.2em;
   position: fixed;
   right: 25%;
}

#matchingBasics span.zoom {
   display: block;
   position: relative;
   z-index: 15;
   text-align: left;
   filter:alpha(opacity=0.6);
   opacity: 0.60;
   -moz-opacity: 0.60;
   -khtml-opacity: 0.60;
   top: -0.5em;
   left: 1em;
   float: left;
}

#matchingBasics span.preis {
   position: relative;
   display: block;
   float: right;
   margin-top: -4em;
   margin-right: 1em;
}

/* summary */

div.setpreis {
   text-decoration: line-through;
}

tr.setposten {
   background-color: lightgrey;
}

td.article {
   background-color: white;
}

div.warning {
   color: #e97373;
   font-weight: bold;
}

table.overview {
   background: #e8fed8;
}

table.overview th, table.overview td {
   padding: 0.2em;
}

tr.sum {
   font-weight: bold;
}

textarea.orderBemerkung {
   width: 32em;
   height: 10em;
}

td.multiscanstring {
   font-size: 0.8em;
}

span.cancel {
   background-color: #e97373;
   color: #f0f000;
   padding: 0.3em 1em;
   font-weight: bold;
}

span.finish, span.proceed {
   background-color: green;
   color: #f0f000;
   padding: 0.3em 1em;
   font-weight: bold;
}

span.save, span.togglePrices {
   background-color: #805000;
   color: #f0f000;
   padding: 0.3em 1em;
   font-weight: bold;
}

span.resume {
   background-color: #005080;
   color: #f0f000;
   padding: 0.3em 1em;
   font-weight: bold;
}

/* confirmation */

div.confirmation, div.payment {
   padding: 1em;
   margin-top: 1em;
   background: rgba( 206,233,217,0.8 );
}

div.payment {
   margin-bottom: 2em;
}

div.payment p.big {
   font-size: 1.4em;
   background-color: white;
   padding: 0.5em;
   border: #ccc 1px solid;
   -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
   -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
}

div.contact div.label, #terminbox div.label {
   font-style: italic;
   font-size: 90%;
   margin-top: 0.3em;
}

#terminbox .datefield {
   top: 0;
   left: 0;
   padding: 0;
}

div.contact div.main {
   float: left;
   width: 220px;
}

div.buttons, div.buttons_lower {
   clear: left;
   float: right;
   width: auto;
   padding: 0.5em 0;
   margin-left: 13px;
}

div.buttons_lower {
   margin-top: -187px;
}

div.buttons div, div.buttons_lower div {
   float:none;
   padding: 3px;
   background-color: white;
   border: 1px solid #736e5a;
   margin-bottom: 5px;
   -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
   -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
}

#photosOnDemandForm textarea {
   width: 90%;
   height: 7em;
}

#photosOnDemandForm .datefield {
   padding: 0;
   left: 0;
   top: 0;
}

#photosOnDemandForm .datefield input {
   width: 6em;
}

#photosOnDemandForm .feedback {
   font-weight: bold;
   background-color: #cee9d9;
   padding: 2px;
   border: 1px solid #EEE;
   -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
   -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
   margin-right: 10px;
   margin-bottom: 1em;
}


/* press gallery */
#PressGallery, #WebSammlungen, #WebDateiSerien {
   float: left;
   max-width: 45%;
}

#WebDateiSerien {
   padding-left: 10px;
}

#PressGallery h1, #WebSammlungen h1, #WebDateiSerien h1 {
   margin-right: 0.5em;
}

img.sammlungBild {
   margin: 0.5em;
   padding: 0.4em;
   background-color: #e8fed8;
   -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
   -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
}

div.sammlungBild {
   min-width: 120px;
   height: 150px;
   text-align: center;
}

div.sammlungBild div.defaultCaption, p.download {
   font-size: 0.9em;
   margin: 0.5em;
}

p.notiz {
   font-size: 0.9em;
   margin-left: 1em;
   margin-right: 1.5em;
   margin-bottom: 0.5em;
}

div.galleryListBox ul {
   list-style: none;
   margin: 0;
}

div.galleryListBox li {
   list-style: none;
   -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
   -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
   color: #333333;
   width: auto;
   min-width: 130px;
   height: inherit;
   margin-bottom: 0.5em;
}

div.galleryListBox li.odd, div.galleryListBox li.even {
   padding: 0.5em;
   width: 110px;
}

#webDateiSerieBox li.odd, #webDateiSerieBox li.even {
   width: 340px;
}

div.galleryListBox li.odd {
   background-color: #EAE8E0;
}

div.galleryListBox li.even {
   background-color: #F2F2F2;
}

div.galleryListBox tr {
   border-bottom: solid 1px #CCCCCC;
}

div.galleryListBox td {
   border: 0;
   width: auto;
}

div.galleryListBox td {
   border: 0;
   width: 50%;
}

div.galleryListBox td.image {
   text-align: right;
   width: 100%;
}

div.galleryListBox table {
   width: 100%;
}

div.galleryListBox div.beschreibung {
   float: left;
}

a.artikelbild {
   display:block;
   min-height:50px;
   text-align: center;
}

img.viewmode {
   padding: 0.5em 0.2em 0 0.2em;
}

#Matrix table.viewmode {
   border: 0;
   font-size: 1em;
   margin: 0;
}

.gold {
   color: #736e5a;
}

p.customer_navi a {
   display: block;
   float: left;
}

p.customer_navi a img, p.customer_navi input {
   padding: 0.5em;
   margin-right: 0.2em;
   border: 1px solid #DDD;
   -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
   -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
}

#Liniendarstellung_outer {
   padding-top: 55px;
   font-size: 0.6em;
}

#Liniendarstellung_outer div.flat {
   background-color: white;
   float: left;
   height: 185px;
   width: 165px;
   padding: 0.8em;
   margin: 0.5em;
   border: 1px solid #736e5a;
   -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
   -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
}

#Liniendarstellung_outer div.nummer {
   padding-top: 0;
   margin-top: 0;
   max-width: 25em;
   max-height: 4em;
}

#Liniendarstellung_outer div.zoom {
   float: left;
   margin-top: -1.8em;
   z-index: 30;
   padding-bottom: 1em;
}

#Liniendarstellung_outer input {
   width: 2em;
   font-size: 1.2em;
   height: 1.5em;
   text-align: right;
   font-weight: bold;
   color: #09cf0e;
}

#Liniendarstellung_outer div.set {
   background: lightgreen;
   padding: 0;
}

#Liniendarstellung_inner div.anzahl {
   clear: both;
   border: 0;
   position: relative;
   text-align: right;
   max-width: 25em;
}

#Liniendarstellung_inner div.artikelLinieCard {
   float:left;
}

#Liniendarstellung_inner div.artikelLinieCard a.artikelbild {
   clear: both;
}

div.popupText {
   max-width: 30em;
   text-align: center;
}

input.filterKataloge {
   width: 8em;
}

#dialog-search input.ok {
   width: 4em;
   color: black;
}

#dialog-search input.price {
   width: 3em;
   color: black;
}

#dialog-search input.color {
   width: 10em;
   color: black;
}


#login {
   height: auto;
}

#login div.logo, #register div.logo, #registerpress div.logo {
   margin: auto;
   margin-top: 5%;
   padding: 10px;
   width: 162px;
   -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
   -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
   border: solid 1px #736e5a;
   background: #fff;
}

#intro, #loginpress, #loginb2b {
   padding: 0.5em;
   background: #e8fed8;
   margin: 1em auto;
   -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
   -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
   border: solid 0px #736e5a;
}

#loginb2b, #loginpress {
   text-align: center;
   width: 60%;
}

#loginb2b input, #loginpress input {
   background: #fff;
}

#intro {
   width: 90%;
}

#login table {
   margin-top: 0.6em;
   width: 70%;
}

#login table tr td {
   border: none;
}

#login label {
   margin-right: 0.6em;
   font-weight: bold;
}

#login input, #login textarea, #register input, #register textarea, #registerpress input, #registerpress textarea {
   -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
   -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
   border: solid 1px #736e5a;
   background: white;
   margin: 0.2em 0;
   height: 2em;
   padding: 0.3em;
   vertical-align: bottom;
   color: #333;
}

#login input.text, #register input.text, #registerpress input.text, #dialogRequestPasswordChange input.text {
   width: 100%;
}

#login textarea.area, #register textarea.area, #registerpress textarea.area {
   width: 100%;
   height: 4em;
}

#login input.button, #register input.button, #registerpress input.button {
   font-weight: bold;
   color: #333;
   line-height: 17px;
   margin-top: 0.5em;
   padding: 0.2em;
}

#registrationform h1, #registrationformpress h1 {
   margin-bottom: 2em;
}

#english, #german, #francais {
   width: 33%;
   float: left;
}

#register div.box, #login div.box {
   margin: 1em;
   padding: 0.5em 1.5em 1.5em 1.5em;
   -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
   -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
   border: solid 1px #736e5a;
   background: #e8fed8;
}

#registrationform, #registrationformpress {
   width: 30em;
   clear: left;
   margin: auto;
   margin-top: 1em;
   font-size: 0.9em;
}

#tutorial_box {
   color:#000000;
   font-size: 1.5em;
   width: 100%;
   background: #fffe23;
   clear: both;
}

div#movie-frame{
   width: 656px;
   height: 492px;
   position:absolute;
   display:none;
}

div#playbutton-frame{
   width: 656px;
   height: 492px;
   position:absolute;
}

#sm2-container object,
#sm2-container embed {
   left:auto;
   top:auto;
   width:100%;
   height:100%;
}

#sm2-container.swf_unblocked object,
#sm2-container.swf_unblocked embed {
   width:100%;
   height:100%;
}

.play {
   width:30px;
   height:30px;
   background-image: url(http://konplott.tv/images/play.png);
   float:left;
}
.play_after_stop {
   width:30px;
   height:30px;
   background-image: url(http://konplott.tv/images/play.png);
   float:left;
}
.pause {
   width:30px;
   height:30px;
   background-image: url(http://konplott.tv/images/pause.png);
   float:left;
}
.stop {
   width:30px;
   height:30px;
   background-image: url(http://konplott.tv/images/stop.png);
   float:right;
}
.picture-box {
   -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
   -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
   border: solid 1px #736e5a;
   background: #e8fed8;
   padding: 0.6em;
   margin-right: 0.6em;
   margin-bottom: 0.6em;
   width:200px;
   float:left;
}

div#play_big {
   width:320px;
   height:330px;
   background-image: url(http://konplott.tv/images/play_big.png);
}

#interestedform h1 {
   margin-bottom: 2em;
}

#interestedform {
   width: 30em;
   clear: left;
   margin: auto;
   margin-top: 1em;
   font-size: 0.9em;
}

#login-box {
   background: #e8fed8;
   padding: 0.6em;
   margin-right: 0.6em;
   margin-bottom: 0.6em;
   width:350px;
   float:left;
}

#logo-box {
   float:left;
}

#login-description {
   background: #e8fed8;
   padding: 0.6em;
   margin-right: 0.6em;
   margin-bottom: 0.6em;
   width:450px;
   text-align:left;
   clear:both;
}

.shadow {
   -moz-box-shadow: 10px 10px 5px #888;
   -webkit-box-shadow: 10px 10px 5px #888;
   box-shadow: 10px 10px 5px #888; /* CSS3 */
}

#fair-list {
   clear:both;
   position: relative;
   width: 450px;
   text-align: left;
   font-size: 16px;
   text-align: center;
}

#fair-list table {
   margin-top: 1.6em;
   margin-bottom: 1.6em;
   width: 100%;
   font-size: 10px;
}


