.clear { clear: both; }
.rel { position: relative; }

.italic { font-style: italic; }
.fl { float: left; }
.fr { float: right; }

.right { text-align: right; }
.center{ text-align: center; }
td, th {
	vertical-align: top;
}

em {
	font-style: normal;
	font-variant: small-caps;	
}

	#content-box A {
		color: #46822B;
		font-weight: bold;
	}	
	#content-box a.top {	
		font-size: 9px;
		font-weight: normal;
		padding: 6px 2px;
	}
	#content-box a.top:hover {
		text-decoration: none;
		color: #C94017;
	}

h1, h2, h3, h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #72A534;
}	
h2 {
	font-size: 17px;
	margin: 16px 0 6px 0;
}
h3 {
	font-size: 14px;
	margin: 16px 0 5px 0;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 8px 0 2px 0;
}

#cbox {
	font-size: 12px;
}
	#cbox p {
		font-size: 12px;
		line-height: 1.4em;
		margin-top: 4px;
		margin-bottom: 8px;
		text-align: justify;
	}

	p.text:first-letter {
		font-size: 15px;
		font-weight: bold;
	}

ul { 	
	list-style: none;
	margin-top: -5px;	
	margin-bottom: 8px;
}

li {
	line-height: 1.5em;
	padding-left: 14px;
	background: url( images/bull.gif ) no-repeat left 5px;	
}

.box {	
	background: #f2f2f2;
	padding: 4px 12px;
	margin: 15px 0;
	border: 1px solid #72A534;
}
	#cbox .box p.titel {
		font-weight: bold;
		font-variant: small-caps;
		font-size: 12px;
	}	
	#cbox .box p {
		font-size: 11px;
	}
.info {
    float: right;
    margin: 0 0 10px 20px;
    width: 200px;
}
div.super {
    float: right;
    margin: 0 0 10px 20px;
    width: 200px;
}
}

#cbox p.zitat {
	font-size: 13px;
	margin: 10px 0px;
	padding: 10px;
	color: #45812B;
	text-align: center;
	background: url( images/quote.gif ) no-repeat top left;
}
p.zitat:first-letter {
	font-size: 16px;
	font-weight: bold;
}
p.zitat span {
	display: block;
	text-align: right;		
	margin-top: 2px;
	color: #777;
}

img.pdf {
	float: left;
	margin: 4px 6px 0 0;
}
a.down span {
	font-size: 8px; 
	display: block;
}		
