body {
	background-color:#E7E7E7;
	text-align:left;
	margin-top:0;
/*	margin-left:50px;*/
	font-family:Verdana, Helvetica, Arial;
	font-size: 11px;
}

#container {
	background-color:#FFFFFF;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	}

img {
	border: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
}

.infotext {
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.3;
}

.content {
	padding-left: 20px;
}

p.links {
	width: 362px;
	float:left;
	margin-bottom: 20px;
}

p.links_solo {
	width: 734px;
	float:left;
	margin-bottom: 20px;
}

p.rechts {
	width: 362px;
	float:right;
	margin-bottom: 20px;
}

p.schluss {
	clear: both;
	margin-top: 0;
	margin-bottom: 10px;
}

.mehrdurchschuss {
	line-height: 1.7;
}



/* ----- Fomatierungen für Links ----- */

a:link, a:visited {
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
	}

a:hover, a:active {
/*	background: #78A515;*/
	color: #FF9900;
	text-decoration: none;
	}

