/* Cascading Style Sheet for zoccoli-style.de  */
/* Author: Stefan Schulz-Lauterbach  */
/* www.clickpress.de */

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

a {
  color: #99ccff;
}




#content {
  width: 200px;
  margin: 5px 0;
  padding-bottom: 5px;
  text-align:left;
  border-bottom: 2px solid #990033;
}

#content h2 {
    font-weight: bold;
    color: #99ccff;
    font-size: 12px;
}

#content .size18px {
    font-size: 12px;
}


#content .titleleft {
  display:none;
}
#content .titlemiddle {

}

#content #left {
  display:none;
}

#content #right {
  float: right;
  width: 350px;
}

#content .center {
    text-align: center;
}
#content h3 {
    margin:0 0 5px 0;
    font-size: 11px;
    font-weight: bold;
}

#content p {
  margin-top: 5px;
}
#content .titleright {
  display:none;
}
#content .titleright img{
  display:none;
}



#content ul {
  margin-bottom: 30px;
}
#content li {
    margin: 5px 0 10px 10px;
    list-style-type: #990033;
}


/* Contactform */
input, textarea {
    border: none;
    background-color: #FFF;
    width: 350px;
}

fieldset {
    border: none;
}



#send input {
    background: #99ccff;
    border: none;
    font-weight: bold;
    width: 80px;
}







.imgleft {
    float: left;
    margin: 0 19px 19px 0;
}

.imgright {
    float: right;
    margin: 0 0 19px 19px;
}





/* Preview-Page */
.preview {
  text-align: left;
  clear: both;
  padding: 19px 0;
}


.thumb  {
  width: 170px;
  border: 5px solid #000;
  margin-right: 19px;
  text-align: right;
  float: left;

}



#footer {
  clear:both;
}
hr {
  border: 1px solid #990033;
  margin: 19px 0;
  clear: both;
}
img {
    border: none;
}


#footer h2 {
  margin-top: 150px;
}



