/*

content.css

Inhaltsbereich volle Breite, Reiter 2-1-1-spaltig

*/

#cnttop {
	width: 720px;
	height: 5px;
	background-image: url(/share/img/layout/cnt_top.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#cntmid {
	width: 720px;
	background-image: url(/share/img/layout/cnt_mid.png);
	background-repeat: repeat-y;
}

#cntmid2 {
	width: 720px;
	background-image: url(/share/img/layout/cnt_mid2.png);
	background-repeat: repeat-y;
}


#cntbot {
	width: 720px;
	height: 12px;
	background-image: url(/share/img/layout/cnt_bot.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#cntbot2 {
	width: 720px;
	height: 12px;
	background-image: url(/share/img/layout/cnt_bot2.png);
	background-repeat: no-repeat;
	overflow: hidden;
}


#main {
	margin-left: 10px;
}

#main .sp1 {
	float: left;
	width: 163px;
	margin-left: 15px;
}

#main .sp2 {
	float: left;
	width: 341px;
}

#main .sp3 {
	float: left;
	width: 667px;
}


h3 {
	font-size: 12px;
	line-height: 15px;
	padding: 4px 0px 4px 18px;
	margin: 0px;

	background-color: #b2b2b2;
	background-image: url(/share/img/layout/reiter.png);
	background-repeat: no-repeat;
}

p {
	margin: 4px 5px 0px 5px;
	padding: 0px;
}

img {
	margin-left: 1px;
}

.AbstandRechts {
	margin-right: 15px;
}