/* alles auf 0 */
* {
margin: 0;
padding: 0;
border: 0 none;
text-decoration: none;
}

/* ------------------ Geruest ------------------ */

body {
	background-color: #edf2f2;
	padding-bottom: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 100.01%;
}

#mantel {
	width: 680px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	border-top: 1px solid Silver;
	border-right: 3px double Silver;
	border-bottom: 3px double Silver;
	border-left: 3px double Silver;
}
	
#logo {
	margin-left: -10px;
	margin-bottom: 20px;
}

#content p, h, ul, li, img{
	padding-left: 20px;
	padding-right: 20px;
}
/*-------Ende Geruest---------------*/

/*----------Navigation-------------*/

a {
	text-align: left;
}

#textlink {
	font-size: 12px;
	font-weight: normal;
	color: #00f;
}

#textlink a:hover {
	border-bottom-style: dotted;
	padding-top: 1px;
}

.nav {
	margin-top: 40px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}
.nav a:link, .nav a:visited {
	padding-right: 34px;
	color: #C30;
}

.nav a:hover{
	color: #425B88;
	}
	
p a:hover{
	border-bottom: 1px dotted;
} 
/*--Bilder-------------------------------*/
img {
	border: none;
}
img.posrechts{
	float: right;
	padding-left: 16px;
}

img.poslinks{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.keinfliess{
	float: none;
	clear: both;
}

.reihe {
	position: relative;
	top: 10px;
	left: 70px;
	display: inline;
}

.reihe img {
	padding-top: 10px;
	margin: 0 auto;
	
}

.minitext {
	font-size: 10px;
	position: relative;
	top: 10px;
	left: 485px;
	text-align: right;
	color: #425B88;
}

.weitertext {
	position: relative;
	top: 10px;
	left: 415px;
	text-align: right;
	color: #c30;
	font-weight: bold;
}

/* Seitenanfang Sprungmarken */
#content #topper-1,
#content #topper-2 {
background-image: url(../img/up_n.gif);
background-repeat: no-repeat;
margin: 20px 20px 0 10px;
padding-left: 20px;
border-bottom: 1px solid #a76b1b;
}
#content #topper {
	background-image: url(../images/up.jpg);
	background-repeat: no-repeat;
	margin: 30px 20px 20px 10px;
	padding-left: 20px;
	border-bottom: 3px double #a76b1b;
}

/* Footer */
#footer {
	text-align: center;
	font-size: 10px;
	margin: 20px 20px 0 20px;
	padding: 20px 10px 20px 10px;
	border-top: 1px solid Silver;
}
#footer a {
	color: #C30; 
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 1px dotted;
}
/*----------- html --------------*/

p, ul, tr {
	color: #006; 
	font-size: 12px;
	line-height: 175%;
}

ul {
	padding: 10px 0 10px 0;
}
li{
	list-style: circle inside;
	padding-left: 12px;
}

h1, h2, h3, h4 {
	color: #006; 
	
}

h2 {
	font-size: 16px;
	padding: 30px 0 20px 20px;
	
}
h3 {
	font-size: 14px;
	padding: 10px 0 20px 20px;
}
h4 {
	font-size: 12px;
	padding: 10px 0 10px 20px;
}

table {
	width: 100%;
	text-align: left;
}
tr, td {
	font-size: 12px;
	border: thin Silver;
	height: auto;
	padding: 6px 0 0 20px;
}

.pdf {
	position: relative;
	top: -20px;
	left: 340px;
	border: 1px solid #c30;
	width: 200px;
	height: 20px;
	background-color: #FFFFDF;
	}

.pdf a{
	line-height: 20px;
	margin-left: 8px;
	font-size: 12px;
	color: #006;
}