#centercolumn div.marginal {
	z-index: 4;
	float: right;
	margin-right: -136px;
    width: 100px;
    padding: 0;
}

#centercolumn div.marginal p {
    background-color: #AFAFAF;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px;
}

#centercolumn div.marginal img {
    border: medium none;
    margin-bottom: 10px;
}

#centercolumn div.marginal img.kompIcon {
    border: medium none;
}

.marginal .note-margin {
	background-color: #AFAFAF;
    color: #FFFFFF;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}
.note-margin {
	background-repeat: no-repeat;
}

.marginal .note-margin-kompetenz-analyse, 
.marginal .note-margin-kompetenz-sach, 
.marginal .note-margin-kompetenz-handeln,
.marginal .note-margin-kompetenz-methode, 
.marginal .note-margin-kompetenz-urteilen,
.marginal .note-margin-konzeption, 
.marginal .note-margin-kopier,
.marginal .note-margin-loesung, 
.marginal .note-margin-weiter,
.marginal .note-margin-word, 
.marginal .note-margin-zusatz
{
	display: inline-block;
	background-color: #FFFFFF;
	color: black;
	font-weight: normal;
    padding: 32px 0 0 0 !important;
	width: 32px;
	background-repeat: no-repeat;
}

.note-margin-kompetenz-analyse {
    background-image: url(res/icon_kompetenz_analyse.gif);
}

.note-margin-kompetenz-sach {
    background-image: url(res/icon_kompetenz_sach.gif);
}

.note-margin-kompetenz-handeln {
    background-image: url(res/icon_kompetenz_handeln.gif);
}

.note-margin-kompetenz-methode {
    background-image: url(res/icon_kompetenz_methode.gif);
}

.note-margin-kompetenz-urteilen {
    background-image: url(res/icon_kompetenz_urteilen.gif);
}

.note-margin-konzeption {
    background-image: url(res/konzeption_icon.gif);
}

.note-margin-kopier {
    background-image: url(res/kopier_icon.gif);
}

.note-margin-loesung {
    background-image: url(res/loesung_icon.gif);
}

.note-margin-weiter {
    background-image: url(res/weiter_icon.gif);
}

.note-margin-word {
    background-image: url(res/word_icon.gif);
}

.note-margin-zusatz {
    background-image: url(res/zusatz_icon.gif);
}

