.heading {
	font-weight: bold;
	font-size: 20px;
}

.error {
	font-weight: bold;
	font-size: 18px;
	color: red;
}
.info {
    font-weight: bold;
    font-size: 18px;
    color: green;
}



.vorlage_gallery-bottom img {
/*        margin-right:4px; */
}

.vorlage_gallery-left {
    float: left;
    width: 120px;
}

.vorlage_gallery-right {
    float: right;
    width: 120px;
}


.vorlage_content-right {
    padding-left: 16px;
    margin-left: 120px;
}

.vorlage_content-left {
    padding-right; 16px;
    margin-right: 120px;
}
.clearer  {
    clear: both;
}
.check {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    background: url(/images/check.gif) 0px 2px no-repeat;
}
.nocheck {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    color: #999999;
}
