/* Cascading Style Sheet for zoccoli-style.de  */
/* Author: Stefan Schulz-Lauterbach  */
/* www.clickpress.de */

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ff6600;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}

a {
  color: #fff;
}



#main {
  width: 960px;
  margin: 0 auto;  /* Zentrierung */
  background-color: #ff6600;
}

#main, #header, #navi, #content, #footer {
  overflow: hidden;
}

/* header-Def */
#header {
  background: url(../images/zoccoli-head.gif) no-repeat;
  height: 150px;
  margin: 20px 0 20px 0;
}

#header p, #header h1 a{
  background:  transparent;
  display: block;
  text-indent: -700em;
  height: 150px;
  width: 960px;
}

#navi, #foot {
  background-color: #000;
  text-align: center;
}

#navi ul {
    text-align: center;
    margin: 0 auto;  /* Zentrierung */
}

#navi li {
  display: inline;
  list-style-type: none;
}
#navi li span{
  margin: 0px 17px 0 17px;
}
#navi li a,
#footmember a,
#foot a {
  text-decoration: none;
  height: 15px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 11px;
}
#navi li a:hover,
#navi li a.on {
    background-color: #000;
    color: #ff8800;
}


#navi #sub {
    background-color: #fff;
}
#navi #sub a{
    color: #000;
}
#navi #sub li a:hover,
#navi #sub li a.on {
    background-color: #fff;
    color: #ff8800;
}


#liPreview a, #liJoin a, #liMembers a, #liClipshop a,
#liBoutique a, #liInfo a, #liImpressum a, #liLinks a {


}

#content {
  margin: 19px 0;
  text-align:left;
}

#content h2 {
    font-weight: bold;
    color: #669999;
    font-size: 18px;
}

#content .size18px {
    font-size: 18px;
}


#content .titleleft {
  width: 227px;
  float: left;
}
#content .titlemiddle {
  width: 301px;
  float: left;
  margin: 0 19px;
  line-height: 15px;
  text-align: center;
}

#content #left {
  float: left;
  width: 450px;
}

#content #right {
  float: right;
  width: 450px;
}

#content .center {
    text-align: center;
}
#content h3 {
    margin:0 0 10px 0;
    font-size: 12px;
    font-weight: bold;
}

#content p {
  margin-top: 13px;
}
#content .titleright {
  width: 227px;
  float: right;
}




#content ul {
  margin-bottom: 30px;
}
#content li {
    margin: 5px 0 10px 10px;
}


/* Footer-Balken */
#foot,
#footmember {
    margin-bottom: 19px;
}
#footmember {
    background-color: #ffffdc;
}



/* Magazin */
#content .mag_text {
    width: 450px;
    float: right;
}
#content .mag_img {
    width: 450px;
    float: left;
}
#content .mag_news {
    width: 960px;
    clear: both;
}


/* Contactform */
input, textarea {
    border: none;
    background-color: #FFF;
    width: 430px;
    padding: 10px;
    font-size: 15px;
    font-family: Verdana, Helvetica, sans-serif;
}

fieldset {
    border: none;
}



#send input {
    background: #000;
    color: #fff;
    border: none;
    font-weight: bold;
    width: 80px;
    cursor: pointer;

}




.error {
    color: red;
    font-weight: bold;
}


.imgleft {
    float: left;
    margin: 0 19px 19px 0;
}

.imgright {
    float: right;
    margin: 0 0 19px 19px;
}

.clear {
    clear: both;
}


.sitecount {
    float: right;font-size: 25px
}
.sitepages {
    width: 850px;
}

/* Preview-Page */
.preview {
  text-align: left;
  clear: both;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 10px;
  border: 1px dotted #fff;
  color: #fff;
}
    .preview .description {
        margin-left: 200px;
    }

/*.preview:hover {
  background-color: #1d2626;
}*/


.thumb  {
  width: 170px;
  text-align: right;
  float: left;
  margin-right: 20px;
}

.info {
    width: 580px;
    margin-left:189px;
}

.memberpics {
    float: left;
    width: 150px;
    height: 230px;
    margin: 0 25px 25px 0;
    padding: 10px;
    font-size: 10px;
    border: 1px dotted #fff;
}
.last { margin-right: 0 !important; }



#footer {
  clear:both;
}
hr {
  border: 1px solid #fff;
  margin: 19px 0;
  clear: both;
}
hr.elfenbein {
  border: 1px solid #fff ;
}

img {
    border: none;
}


#footer h2 {
  margin-top: 150px;
}



