*{
	padding: 0;
	margin: 0;
}

/* Allgemeines */
body {
	font-size: 1.1em;
	color: #000;
	background: #fff;
	font-family: Trechbuchet, sans-serif;
	margin:20px;
	background:#fff;
}
hr {
	clear:both;
	border:1px solid #ccc;
}
h3, h4 {
	margin: 1em 0;
}
a {
	color:#000;
}

a:hover {
	color:#fff;
	background:#000;
}
acronym {
	border:none;
}

#wrapper {
	margin:0 auto;
}
#header {
	background:url(../images/sehbrief_head.gif) center center no-repeat #fff;
	height:130px;
	border-bottom:10px solid #ccc;
}
#sehbrief {
	overflow: auto;
	width:100%;
	float:left;
	display: block;
}
#sehbrief ul {
	list-style-type:none;
}
#sehbrief li {
	padding:0.5em;
	border:5px solid  #ccc;
	margin:10px 1em 10px 0;
	text-align:center;
}
#sehbrief li span {
	background:url(../images/pdficon_small.gif) no-repeat center right;
	padding-right:1em;
}
#sehbrief dt {
	padding: 5px auto;
}

#sehbrief dd {
	padding: 0.5em;
	text-align:left;
}

#sehbrief2 {
	overflow: auto;
	width: 100%;
	float:left;
	display: block;
}
#sehbrief2 ul {
	list-style-type:none;
}
#sehbrief2 li {
	padding:0.5em;
	border:5px solid  #ccc;
	margin:10px 1em 10px 0;
	text-align:center;
}
#sehbrief2 li span {
	background:url(../images/pdficon_small.gif) no-repeat center right;
	padding-right:1em;
}
#sehbrief2 dt {
	padding: 5px auto;
}

#sehbrief2 dd {
	padding: 0.5em;
	text-align:left;
}

#sehbrief3 {
	overflow: auto;
	width: 100%;
	float:left;
	display: block;
}
#sehbrief3 ul {
	list-style-type:none;
}
#sehbrief3 li {
	padding:0.5em;
	border:5px solid  #ccc;
	margin:10px 1em 10px 0;
	text-align:center;
}
#sehbrief3 li span {
	background:url(../images/pdficon_small.gif) no-repeat center right;
	padding-right:1em;
}
#sehbrief3 dt {
	padding: 5px auto;
}

#sehbrief3 dd {
	padding: 0.5em;
	text-align:left;
}

#sehbrief4 {
	overflow: auto;
	width: 100%;
	float:left;
	display: block;
}
#sehbrief4 ul {
	list-style-type:none;
}
#sehbrief4 li {
	padding:0.5em;
	border:5px solid  #ccc;
	margin:10px 1em 10px 0;
	text-align:center;
}
#sehbrief4 li span {
	background:url(../images/pdficon_small.gif) no-repeat center right;
	padding-right:1em;
}
#sehbrief4 dt {
	padding: 5px auto;
}

#sehbrief4 dd {
	padding: 0.5em;
	text-align:left;
}

#sehbrief5 {
	overflow: auto;
	width: 25%;
	float:left;
	display: block;
}
#sehbrief5 ul {
	list-style-type:none;
}
#sehbrief5 li {
	padding:0.5em;
	border:5px solid  #ccc;
	margin:10px 1em 10px 0;
	text-align:center;
}
#sehbrief5 li span {
	background:url(../images/pdficon_small.gif) no-repeat center right;
	padding-right:1em;
}
#sehbrief5 dt {
	padding: 5px auto;
}

#sehbrief5 dd {
	padding: 0.5em;
	text-align:left;
}


#content {
	float:left;
	width:75%;
	margin-top:10px;
	
}
#content h2, #content p {
	padding:1em;
}

#kontakt {
	float:left;
	width:75%;
}
#kontakt h3, #kontakt form {
	padding:5px 1em 5px 1em;
}
#kontakt input, #kontakt label, #kontakt legend {
	padding:2px;
}
#kontakt fieldset {
	border:5px solid #ccc;
	padding:1em;
}
#footer {
	
	margin-top:3em;
	width:75%;
}
#footer {
	float:left;
}
#footer h3, #footer h4, #footer p {
	padding:5px 1em 5px 1em;
}
#footer address {
	padding:5px 1em 5px 1em;
	font-style:normal;
}

img, a img {
	border: 0;
}

.unsichtbar {
	display: none;
}
