* {
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFFFFF;
    color: #404040;
    margin-top: 10px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
}

h1 {
    margin-bottom: 10px;
    color: #A94040;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    border-bottom: 2px dotted #A94040;
}

h2 {
    margin-top: 30px;
    margin-bottom: 5px;
    color: #BB2222;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
}

h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #404040;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 15px;
    text-align: left;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #A94040;
}

a:link, a:visited {
}

a:hover {
    text-decoration: none;
    color: #DD5050;
}

a:active {
    text-decoration: none;
    color: #DD5050;
}

img {
    border-width: 0;
    display: block;
}

.nofloat {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.error {
    color: #FF0000;
    font-weight: bold;
}

.smallgray {
    color: #AAAAAA;
    font-size: 11px;
}

#title {
    width: 787px;
    height: 135px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-image: url(http://www.stuehmer-online.de/chili/images/logo.jpg);
}

.pagenavi {
    width: 787px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #DDDDDD;
}

#galleries {
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    /*float: left;*/
    text-align: left;
}

* html #galleries {
    width: 780px;
}

.imgbox {
    width: 142px;
    height: 180px;
    float: left;
    margin-right: 12px;
    margin-bottom: 20px;
}

* html .imgbox {
    margin-right: 0;
    height: 202px;
}

.imgcaption {
    width: 142px;
    height: 32px;
    float: left;
    position: relative;
    font-size: 12px;
}

/** Framed thumbnail image START **/
/* all browsers incl. IE6 */
.imgframe {
    border: 1px solid #DDDDDD;
    background-color: #F3F3F3;
    width: 142px;
    height: 142px;
    position: relative;
    float: left;
    margin-right: 12px;
    margin-top: 10px;
    margin-bottom: 3px;
}
/* all browsers excl. IE6 */
.imgframe[class] {
    display: table;   /* not IE7 compatible! */
    position: static;
}
/* IE7 */
* + html .imgframe[class] {
    position: relative;
}

/* all browsers incl. IE6 */
.imgcontainer {
    position: absolute;
    top: 50%;
}
/* all browsers excl. IE6 */
.imgcontainer[class] {
    display: table-cell;   /* not IE7 compatible! */
    vertical-align: middle;
    position: static;
}
/* IE7 */
* + html .imgcontainer[class] {
    position: absolute;
    top: 51.5%;
}

.imgcontainer img {
    position: relative;
    top: -50%;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
/** Framed thumbnail image END **/

