/******************* main elements **********************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, input, fieldset, blockquote, cite
{
    margin: 0;
    padding: 0;
    border: 0;
}

.clear{clear: both;}
.space{height: 35px;}
.left{float: left;}
.right{float: right;}
.small{font-size: 0.8em;}
.big{font-size: 1.2em;}

html
{
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    height: 100%;
}

body
{
    font-size: 1.2em;
    color: #333;
    height: 100%;
    background: #FEFBEA url(images/bgnewbr_pastel.jpg) repeat-x top;
}

a
{
    color: #6c9000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.heading{
    background: none;
    padding: 1px;
    color: #fff;
    margin: 0 0 15px 0;
    float: left;
}


h2{
    font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    padding: 5px 10px 5px 0px;
    color: #7E5228;
    
}

h2 span{
    color: #7E5228;
}

.heading h2{
    font-family: "Georgia", Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 2em;
}

.heading h2 .category{
    font-style: italic;
    color: #999;
    font-size: 14px;
}

h3{
    font-size: 1.3em;
    margin: 5px 0 15px 0;
    color: #808080;
}

h4{
    font-size: 1.1em;
    margin: 0 0 15px 0;
    color: #808080;
}

/***************************** layout divs *******************/

#wrapper{
    width: 945px;
    margin: 0 auto -60px auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#header{
    height: 140px;
}

#logo{
    padding: 0 0 0 0;
    width: 300px;
    float: left;
}

#text-gallery{
    width: 685px;
    float: left;
    margin: 0 0 40px 0;
}

html>body #text-gallery{
    width: 695px;
}

#text{
    width: 665px;
    float: left;
    margin: 0 0 40px 0;
}

html>body #text{
    width: 685px;
}

#sidebar{
    width: 240px;
    float: right;
}

html>body #sidebar{
    width: 240px;
}

.rounded{
    background: #fff;
}

/********************** elements ************************/

#loginbox{
    float: right;
    padding-top: 40px;
}

#loginbox #uname, #loginbox #pass{
    width: 120px;
}

#loginbox{
    color: #fff;
}

#search{
  margin: 25px 0 0 0;
}

#search input.form-submit{
  width: 23px;
  height: 27px;
  background: url(images/search-submit.gif);
  border: 0;
  float: left;
}

#search input.form-text{
  width: 185px;
  float: right;
}

#mainmenu{
  float: right;
  width: 620px;
  margin: 102px 0 0 0;
}

#mainmenu ul{
  list-style: none;
  float: right;
}

#mainmenu ul li{
  float: left;
}

#mainmenu ul li a{
  font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ccc;
  font-size: 1.1em;
  padding: 4px 10px;
  margin: 0 0 0 15px;
}

#mainmenu ul li a.active, #mainmenu ul li a:hover{
  background: url(images/mainmenu-back.gif) repeat-x;
  text-decoration: none;
  color: #fff;
}

#showcase{
  width: 100%;
  float: left;
  margin: 0 0 0 0;
}

#info{
  width: 100%;
  float: left;
  padding: 25px 0 0 0;
  background: url(images/info-back.png) no-repeat;
}


#showcase .cat, #text .cat{
  padding: 25px 0 0 0;
  background: url(images/info-back.png) no-repeat;
}

#text .cat{
    margin-top: 20px;
}

#showcase .showcase-image, .showcase-image{
  width: 190px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0 35px 30px 0;
  z-index: 1;
  padding: 4px 4px 2px;
    background: #FAF9F5;
  /*  background: #C7B5A3; */
}

html>body #showcase .showcase-image, .showcase-image{
  margin-right: 33px;
}

.rounded{
    width: 195px;
    padding: 4px 4px 2px;
    float: left;
    margin-right: 10px;
}

#showcase .showcase-more{
  width: 655px;
  position: relative;
  float: left;
  margin: -20px 0 0;
  text-align: center;
  z-index: 2;
  padding: 4px 4px 2px;
  background: #FAF9F5;
}


#showcase .showcase-image h3{
    font-size: 12px;
    margin: 3px 3px;
}

#showcase .showcase-image p{
    font-size: 11px;
    line-height: 14px;
    padding: 3px;
    margin: 0;
}

#showcase .showcase-image.last{
  margin: 0 0 30px 0;
}

.featured-tag{
  background: url(images/featured-tag.png);
  width: 71px;
  height: 66px;
  display: block;
  position: absolute; right: 0;
  z-index: 99;
}

#showcase .showcase-image img{
  width: 190px;
  z-index: 50;
}

#showcase .desc{
  background: url(images/desc-back.png);
  width: 185px;
  height: 22px;
  position: absolute; bottom: -3px;
  padding: 8px 0 0 5px;
  margin: 0 0 0 3px;
  color: #a4a799;
  font-size: 0.9em;
  z-index: 99;
}

#showcase .desc p{
  width: 110px;
  height: 13px;
  overflow: hidden;
  padding: 0;
  line-height: 1;
  float: left;
}

#sidebar #featured a{
    position: relative;
}

#sidebar #featured h2{
    margin: -10px 0 0;
}

#sidebar #categories h2{
    margin: -10px 0 10px;
    display: block;
}

#sidebar #featured img{
    /* width: 213px; */
    border: 3px solid #fff;
}

#sidebar #featured h3{
    padding: 0 0 16px 0;
    margin: 3px 0;
    font-weight: normal;
    font-size: 12px;
    background: url('images/stars.png') no-repeat left bottom;
}

#sidebar #featured p{
    font-size: 11px;
    line-height: 14px;
}

#text p, #text ul, #text ol{
    line-height: 1.6;
    padding: 0 0 15px 0;
}

#text-gallery p, #text-gallery ul, #text-gallery ol{
    line-height: 1.6;
    padding: 0 0 15px 0;
}

#text ul, #text ol{
    padding: 0 0 15px 0;
}

#text-gallery ul, #text-gallery ol{
    padding: 0 0 15px 0;
}

#text ul ul, #text ul ol, #text ol ol, #text ol ul{padding: 0 0 0 10px;}
#text-gallery ul ul, #text-gallery ul ol, #text-gallery ol ol, #text-gallery ol ul{padding: 0 0 0 10px;}

#text img{
    border: 3px solid #FAF9F5;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}

.column{
  width: 270px;
  float: left;
  padding: 0 70px 0 0;
}


#text img.right{
    float: right;
    margin: 0 0 10px 10px;
}

#text .noborder, #text-gallery .noborder{
    border: 0;
}

.nobullets, .text-links{
    list-style: none;
}

.text-links{
  margin: 0 0 10px 0;
}

.text-links li{
  background: url(images/tick-bullet.gif) no-repeat left center;
  padding: 3px 10px 3px 25px;
  border-bottom: 1px dotted #363636;
}

.news{
  padding: 0 30px 40px 0;
  margin: 10px 0;
  background: url(images/info-back.png) no-repeat left bottom;
  clear: both;
}

.news h3{
  margin: 5px 0 0 0;
  color: #415500;
}

.date{
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 15px 0 0;
  background: #304201 url(images/date-back.gif) repeat-x;
  font-size: 0.9em;
  text-align: center;
  padding: 2px 0 0 0;
  line-height: 1;
  border: 1px solid #506402;
  color: #fff;
}

.toggler{
  cursor: pointer;
}

.comment{
  clear: both;
}

.comment img{
  width: 50px;
  float: left;
  margin: 0 15px 0 0;
}

.comment div{
  width: 80%;
  float: left;
  margin: 0 0 20px 0;
}

.date span{
  font-size: 2.4em;
}

#sidebar .box{
    width: 100%;
    float: left;
    background: #FAF9F5;
    margin: 0 0 30px 0;
    padding: 10px;
}

#sidebar .box-border{
    background: #FAF9F5;
    padding: 10px;
}

#categories ul{
    list-style: none;
    margin: 0 0 10px 0;
}

#categories ul li{
    padding: 5px 10px 5px 28px;
    background: url(images/folder-bullet.gif) no-repeat left center;
    border-bottom: 1px solid #C7B5A3;
}

#categories ul li a{
    color: #333;
}

#categories ul li span.counter{
    color: #999;
    font-size: 10px;
}



/********************** footer *****************************/

.push{
    height: 60px;
}

#footer{
    height: 60px;
}

#footer{
    background: #C7B5A3;
}

#footer p.one{
    width: 945px;
    margin: 0 auto;
    padding: 15px 0 0 0;
    font-size: 0.9em;
}

#footer p.two{
    width: 945px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    font-size: 0.8em;
    color: #5c5c5c;
}

#footer p a{
    color: #5c5c5c;
    text-decoration: underline;
}

#footer p a:hover{
    text-decoration: none;
}

#footer p.one a{
    font-weight: bold;
    color: #333;
}


/*********************** forms **************************/


option{background: white;}

textarea{

}

.submit{
  background: url(images/mainmenu-back.gif) repeat-x;
  padding: 3px 10px;
  height: 25px;
  font-weight: bold;
  color: #aaa;
}

#text input, #text select{
    width: 190px;
}

#text textarea{
    width: 250px;
    height: 92px;
}

#text h3{
    margin-bottom: 10px;
    font-family: "Georgia", Verdana, Arial, sans-serif;
    font-weight: normal;
    color: #7E5228;
}

#text h4{
    margin-bottom: 15px;
    margin-top: 5px;
}

#text .kurs{
    padding: 20px;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

#text .kurs img{
    float: right;
    margin-left: 10px;
}

#text .trainer{
    padding: 20px;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
}

#text .trainer img{
    float: left;
    margin-right: 10px;
}

#text .pdata{
    text-align: right;
    margin-top: -10px;
    margin-bottom: 20px;
}

.tags{
    font-size: 11px;
    background: url('images/tag.gif') no-repeat left bottom;
    padding-left: 22px;
    padding-top: 4px;
    color: #000;
}

#submitsite{
  width: 550px;
  margin: 10px auto;
  background: #2b2b2b;
  border: 1px solid #121212;
  padding: 1px;
}

#submitsite .border{
    background: #212121;
    border: 1px solid #1c1c1c;
    padding: 0 0 10px 10px;
}

#submitsite fieldset{
  position: relative; left: 20px;
}

fieldset, div.signupsection, div.tabgroup{
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
}

legend{

}

#submitsite .column{
  width: 200px;
  float: left;
  padding: 0 25px 0 0;
}

.error{
  color: #b52c16;
}

form.signup input, form.signup textarea{
    background: #fff;
    border: 1px solid #aaa;
    padding: 3px;
}

form.signup small.help{
    color: #999;
    padding: 3px 0;
    display: block;
}

form.signup label{
    display: block;
    margin-top: 10px;
}

form.signup label.mandatory{
    font-weight: bold;
}

form.signup span.mandatory{
    color: #c00;
}

form.signup h3{
    margin: 10px 0 10px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
}

div#weiter{
    margin: 20px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    color: #666;
}

.morebutton{
    line-height: 30px;
}

.morebutton img{
    vertical-align: -7px;
}

.morebutton a.admin{
    color: #f00;
    padding: 0 10px;
}

.morebutton a.admin:hover{
    background: #f00;
    color: #fff;
}

div#weiter img{
    vertical-align: middle;
}

span.price{
    font-weight: bold;
}

form.signup .inputError{
    background-color: #fee;
    border-color: #f00;
}

div#errorMessage, div#errorMessage2, div#errorMessage3{
    background: #fee;
    color: #a00;
    text-align: center;
}

div#confirmMessage{
    background: #efe;
    color: #0a0;
    text-align: center;
}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #eee;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:16px;
  cursor:pointer;
}

div.autocomplete ul li span.match {
    color: #a00;
    font-weight: bold;
}

div.image img{
    border: 1px solid #ccc;
    padding: 1px;
}

div.inputErrorSub{
    color: #f00;
    font-size: 90%;
}

#pictures{
    text-align: center;
}

#pictures .photo{
    display: inline;
}

div.bordertop{
    background: url(images/info-back.png) no-repeat;
    padding-top: 20px;
    margin-top: 20px;
}

#trainer .signupsection, #kurse .signupsection, #honorarinfo .signupsection{
    width: 620px;
    padding-bottom: 10px;
}

.hidden{

}

div.kurs{
    padding: 0;
    margin: 0;
    width: 305px;
    float: left;
}

html>body div.kurs{
    width: 315px;
}

div.kurs p{
    margin: 0;
    padding: 0;
}

p.continue{
    text-align: center;
    font-weight: bold;
    margin: 0 0 -20px 0;
    padding: 0;
    font-size: 14px;
}

a.black{
    color: #000;
}

a.brown{
    color: #7E5228;
}

#text input.myinput{
    border: 1px solid #999;
    padding: 5px;
    font-size: 12px;
    width: 90%;
}




#share{
    height: 15px;
    margin: 0 0 0 110px;
    padding: 0;
    font-size: 10px;
}

#share li{
    list-style: none;
    float: left;
    padding-left: 20px;
    padding-right: 21px;
}

html>body #share li{
    padding-right: 23px;
}

#share li#buzz{
    background: url('images/share-buzz.png') no-repeat left center;
}

#share li#facebook{
    background: url('images/share-facebook.gif') no-repeat left center;
}

#share li#deli{
    background: url('images/share-deli.gif') no-repeat left center;
}

#share li#google{
    background: url('images/share-google.gif') no-repeat left center;
}

#share li#digg{
    background: url('images/share-digg.png') no-repeat left center;
}

#share li#twitter{
    background: url('images/share-twitter.png') no-repeat left center;
}

#share li#linkedin{
    background: url('images/share-linkedin.png') no-repeat left center;
    padding-right: 10px;
}


.filter-label{
    background: url('images/75p_honey.png');
    padding: 5px;
    color: #fff;
    font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    margin-top: -26px;
    z-index: 10;
    position: relative;
    text-align: center;
    /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/75p_honey.png');
}

.filter-label a{
    color: #fff;
    text-decoration: none;
}


div.tab{
    float: left;
    padding: 7px 10px 5px;
    margin-top: 10px;
    margin-bottom: -20px;
    background: #eee;
    margin-right: 1px;
}

h3.ttop{
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 5px;
}

div.current{
    background: #fff;
    font-weight: bold;
}

#quicksearch{
    border: 1px solid #ccc;
    padding: 5px;
    width: 200px;
}


#searchbox{
  width: 228px;
  float: right;
  padding-top: 25px;
  display: none;
}

#searchbox input{
    width: 200px;
    padding: 3px;
}

input.search{
    width: 180px;
    padding: 4px;
    border: 1px solid #ccc;
}

#searchbutton{
    padding: 0;
    margin: 0 0 -8px 0;
}

#newsletter{
    display: inline;
    width: 430px;
    float: right;
    text-align: right;
    margin-top: -18px;
}

html>body #newsletter{
    margin-top: 8px;
}

#newsletter #signup{
    display: inline;
}

#newsletter #email{
    border: 1px solid #31190F;
}

a.admin{
    color: #f00;
}

a.admin:hover{
    color: #fff;
    background: #f00;
}


/*
#description br{
    margin: 20px 0;
}
*/

#social{
    text-align: center;
}

span.ssection{
    padding-left: 15px;
    padding-right: 15px;
}

#text div.inserate div{
    margin-bottom: 10px;
}

#text div.inserate a.prolong{
    background: #6C9000; 
    color: #fff; 
    padding: 3px;
    border-top: 1px solid #C4D892;
    border-bottom: 1px solid #608925;
}

div.werbung{
    text-align: right;
    padding: 0 10px 0 0;
    margin: 0;
    color: #666;
    font-size: 9px;
}


#addtocart{
    padding: 5px;
    padding-left: 90px;
}

#artPrice{
    font-family: "Georgia", Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 2em;
    width: 100px;
    float: left;
    text-align: right;
    margin-right: 50px;
    padding-top: 5px;    
}

#artQuant{
    float: left;
    margin-right: 10px;
    padding-top: 5px;
}

#artQuant input{
    background: #fff;
    border: 1px solid #aaa;
    padding: 3px;    
    width: 30px;
    margin-top: 5px;
    margin-right: 5px;
}

#scinfo, #scitems{
    padding: 5px 0 0 0 ;
}

#scarttable{
    width: 100%;
}

#scarttable td{
    padding: 5px;
}

#scarttable thead td{
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    padding: 5px;
}

#scarttable tfoot td{
    font-weight: bold;
    border-top: 1px solid #ccc;
}

#text img.blps{
    position: relative; 
    border: 0; 
    background: none; 
    margin-right: -41px; 
    margin-top: 0px; 
    right: 0;
}
