/* ... Hier werden die Formate definiert ... */
	.linkOne {
		background: #ffffff none repeat scroll 0%;
		-moz-background-clip: -moz-initial;
		-moz-background-origin: -moz-initial;
		-moz-background-inline-policy: -moz-initial;
		margin-bottom:10px;
		padding:5px;
		cursor:hand; cursor:pointer;
	}
	.linkTwo {
		background: #e1e1e1 none repeat scroll 0%;
		-moz-background-clip: -moz-initial;
		-moz-background-origin: -moz-initial;
		-moz-background-inline-policy: -moz-initial;
		margin-bottom:10px;
		padding:5px;
		cursor:hand; cursor:pointer;
	}
	.spRechts {
		width: 110px;
		margin-left: 20px;
		float: left;
		text-align: right;
	}
	div.imgOne {
		float: left;
		margin-right: 10px;
	}
	img.One {
		border: 1px dotted rgb(120, 120, 120);
	}
	div.mitte {
		width: 580px;
		float: left;
	}
	.clear {
		font-size:0;
		line-height:0;
		width:0;
		height:0;
		clear:both;
	}
/*a.btt, a.button, {
	cursor:pointer; cursor:hand;
	padding:3px 4px 3px 4px;
	font-size:9pt;
	line-height:150%;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border-top:1px #C0C0C0 solid;
	border-left:1px #C0C0C0 solid;
	border-bottom:1px #787878 solid;
	border-right:1px #78787 solid;
	background-color:#FF8415;
}
a.btt:hover, a.button:hover {
	color:#000000;
}*/
a.link_head {
	color:#000000;
}
a.on {
	font-weight:bold;
}
.box {
	border:1px #BDBDBD solid;
	padding:5px;
	text-align:left;
}
