.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

.weiter {
	width: 65px;
	height: 16px;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #808080;
	background-image: url(../gfx/bg-weiter.png);
	background-repeat: no-repeat; 		
	float: right;
	clear: both;
}

.pfeil-right {
    background-image: url(../gfx/jc-pfeil-rot-right.gif);
    background-repeat: no-repeat;         
    background-position: 0 3px;
}

.space-right {
    margin: 0 0 0 20px;
}

a.pdf-file { text-decoration: underline; padding: 2px 5px 0 0; vertical-align: middle; background: url(../gfx/icons/pdf.gif) no-repeat 0 50%; padding: 0 0 0 22px; height: 18px; line-height: 18px; display:table-cell; }  
a.pdf-file:hover { text-decoration: underline; height: 18px; line-height: 18px; display:table-cell; }

li.pfeil-right {
    padding: 0 0 5px 20px;
    list-style: none;
    line-height: 16px;
}


