/* GRUNDEINSTELLUNGEN */

div#contentbox {
    left: 170px;
}


/*  TEASER EINSTELLUNGEN */


/* Teaserheader */

.teaser-header {
    color: #999;
    border-color: #999;
}

.teaser-header a,
.teaser-header a:link,
.teaser-header a:hover,
.teaser-header a:active,
.teaser-header a:visited {
    color: #999;
}


/* Teasercontent */

.teaser-content {}

.teaser-content h1 {}

.teaser-content .teaser-link {}



/* Teaserbilder */

teaser-image {}

teaser-image.percent25 {}

teaser-image.percent33 {}


/* ENDE TEASER */



/* BEGIN SLOTS */

table.slot td.transparent90,
table.slot tbody td.transparent90 {
    filter:Alpha(opacity=80,style=0);
    -moz-opacity:0.8;
}

/* END SLOTS */




/* Beginn Content */

div#contentbox {
    width: 600px;
}

h1 {
    color: #999;
    }
    
h2 {}


h1.top-header {
    color: black;
    padding:0px;
    background: none;
    display: block;
	font-size: 15px;
	margin-bottom: 0px;
    margin-top: 10px;
    border: 0px;
}


h2.infoheader,
strong.infoheader {
	color: black;
    display: block;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
}




.channelbackground_light
{
    background-color: #FFEB66;
}



div.bildunterschrift {
    text-align: center;
}


/* Für Formular */

.reiter,
.form.buttons {
    margin: 20px 0px;
    border: 1px solid #ccc;
    padding: 2px;
}

.upload-field.file,
.upload-field.file div
 {
    display: inline;
}

