@import url(basis.css);

#inhaltLinks
{
	margin: 0 100px 50px 0;
	float: left;
	width: 200px;
	padding: 0;
}

#inhaltMitte
{
	margin: 0;
	width: 500px;
	float: left;
	padding: 0;
}
#inhaltLinks h2, #inhaltMitte h2 { padding: 0 0 10px 0;}
#inhaltLinks h3, #inhaltLinks p, #inhaltMitte h3, #inhaltMitte p
{
	padding: 0 0 10px 10px;
}

#inhaltLinks p.top
{
	margin-bottom: 10px;
	padding-left: 0;
	border-bottom: 1px dotted black;
	padding-bottom: 19px;
}

#inhaltLinks img, #inhaltMitte img
{
	margin: 0 0 19px 0;
	border: 1px solid #ccc;
	padding: 0;
}

#inhaltLinks a, #inhaltMitte a
{
	text-decoration: none;
	display: block;
	background-image: url(../layout/pin.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

#inhaltLinks a:link, #inhaltMitte a:link, #inhaltLinks a:visited, #inhaltMitte a:visited { color: #999; }
#inhaltLinks a:hover, #inhaltMitte a:hover, #inhaltLinks a:active { color: #000; }
, #inhaltMitte a:active { color: #000; }

#inhaltMitte .a-mehr:link, #inhaltMitte .a-mehr:visited, #inhaltLinks .a-mehr:link, #inhaltLinks .a-mehr:visited
{
	display: inline;
	background: none;
	color: #00612b;
	font-weight: bold;
}

#inhaltMitte .a-mehr:hover, #inhaltLinks .a-mehr:hover { color: #000; }

