/*
	Existenzminimum 1.0
	2007-09-23
*/

body {
	background: white;
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: black;
	font-weight: normal;
	font-family: Univers, Helvetica, Arial, sans-serif;
	text-decoration: none;
	border-style: none;
}

a:link {
	text-decoration: none;
	color: black;
	border: none;
}

a:visited {
	text-decoration: none;
	color: black;
	border: none;
}

a:hover {
	color: #808080;
}

#blatt {
	margin: 75px auto 0 auto;
	padding: 0 0 0 0;
	text-align: center;
}

#archiv {
	margin: 0 auto 50px auto;
	padding: 0 0 0 0;
	text-align: left;
	line-height: 0px;
}

#fuss {
	margin: 0;
	padding: 0;
	border-top: 1px solid black;
}

#signatur {
	display: block;
	margin: 175px auto 25px auto;
	text-align: center;
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: normal;
}

#signatur img {
	margin: 5px auto 15px auto;
	display: block;
}

#archiv img {
	border: 0;
	margin: 0 10px 20px 10px;
	padding: 0;
}

.notiz {
	margin: 50px 220px 50px 0;
}

#minus {
	background: url(elemente/existenzminimum.gif);
	position: absolute;
	top: 75px;
	display: block;
}

#minus:hover {
	background: url(elemente/pfeil-links.gif) 25% center no-repeat;
}

#plus {
	background: url(elemente/existenzminimum.gif);
	position: absolute;
	top: 75px;
	left: 50%;
	display: block;
}

#plus:hover {
	background: url(elemente/pfeil-rechts.gif) 50% center no-repeat;
}
	

img {
	border: none;
	text-decoration: none;
	margin: 0 0 50px 0;
}

h1 {
	font-size: 2em;
	line-height: 1.4em;
	font-weight: normal;
	text-align: left;
	margin: 0 0 50px 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid black;
}

h2 {
	font-size: 2em;
	line-height: 1.4em;
	font-weight: normal;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid black;
}

h3 {
	font-size: 0.75em;
	margin: 1em 0 0 0;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
}

ul {
	float: right;
	text-align: center;
	margin: 1em 0 0 0;
	list-style: none;
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: normal;
}

li {
	display: inline;
}

.notiz img {
	margin: 0 0 0 0;
}

p {
	width: 520px;
	font-size: 1em;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-align: left;
	line-height: 1.75em;
}

p a:link {
	text-decoration: none;
	color: black;
	border-bottom: 1px solid #808080;
}

p a:visited {
	text-decoration: none;
	color: black;
	border-bottom: 1px solid black;
}

p a:hover {
	text-decoration: none;
	color: #808080;
	border-bottom: 1px solid #808080;
}