body {
	min-width: 1000px;
	color: #464646;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: White url(../../images/bsf/hg_balken.png) repeat-y;
}

* html body {
	font-size: x-small;
}

a {
	color: #464646;
	font-weight: bold;
	text-decoration: none;
}

a.edit {
	font-weight: normal;
	color: Silver;
	text-decoration: none;
}

a:hover {
	color: #d0d0d0;
	text-decoration: underline;
}

a.pdf {
	background-image: url(/images/pdf.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
}

div#container {
	width: expression(document.body.clientWidth < 1000? "1000px": "auto");
}

div#head {
	position: relative;
	height: 185px;
	background: White url(../../images/bsf/bsf_logo.gif) no-repeat left bottom;
	border-bottom: 1px solid #929090;
}

div#head div#logo {
	float: right;
	height: 185px;
	width: 260px;
	border-left: 1px solid #848589;
	text-align: right;
}

div#head div#illu {
	position: absolute;
	right: 261px;
}

div#head div#claim {
	position: absolute;
	bottom: 120px;
	left: 50px;
	font-weight: bold;
}

div#claim span.zwilling {
	color: #e60006;
}

div#head div#bereich {
	position: absolute;
	bottom: 30px;
	left: 260px;
	font-weight: bold;
	font-size: 130%;
	color: #464646;
}

img.logo {
	margin-right: 0px;
	margin-top: 0px;
}

img.illu_head {
	position: absolute;
	right: 0px;
	top: 0px;
}

div#menu {
	width: 260px;
	float: left;
	border-right: 1px solid #848589;
	margin: 26px 0 26px 0;
	padding: 0px 0px 0px 0px;
}

div.right {
	float: right;
	clear: right;
	width: 260px;
	border-left: 1px solid #848589;
	border-bottom: 1px solid #848589;
}

div.content {
	margin: 26px 270px 0px 310px;
	height: 1em;
}

dl.cites {
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

dl.cites dt {
	font-weight: normal;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
	background-image: url(../../images/bsf/cite_klein.png);
	background-repeat: no-repeat;
	background-position: left center;
}

dl.cites dd {
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
}

.cite {
	xbackground-image: url(../../images/bsf/cite_klein.png);
	xbackground-repeat: no-repeat;
	xbackground-position: left center;
	padding-left: 6px;
}

.breadcrumbs {
	background-image: url(../../images/bsf/rarr.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}

td {
	font-size: 80%;
}

th {
	font-size: 80%;
}

img.thumbnail {
	border: 1px none #464646;
}

form {
	margin: 0px;
}

label {
	color: #464646;
	font-size: 90%;
}

input {
	font-size: 90%;
	border: 1px solid #464646;
	background-color: InfoBackground;
}

input.zeile {
	width: 100%;
}

input.knopf {
	width: 100px;
}

textarea {
	font-size: 90%;
	border: 1px solid #848589;
	background-color: InfoBackground;
}

textarea.zeile {
	width: 100%;
}

.checkbox {
	border-style: none;
	background-color: transparent;
}

select {
	font-size: 90%;
}

option {
	font-size: 90%;
}

fieldset {
	padding: 10px;
}

fieldset legend {
	color: #464646;
}

span.htdig_aktuelle_seite {
	border: 1px solid #464646;
	padding: 1px;
	font-weight: bold;
}

