/***********************************************************/
/************************* SB *******************************/
/***********************************************************/

body {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #FFF;
}
h1 {
	font-size: 1.7em;
	color: #990000; div#FF6600;
	margin: 0 0 0.5em 0;
	padding: 0;
}
h2 {
	font-size: 1.4em;
	color: #CC0000;
	margin: 1em 0 0.5em 0;
	padding: 0;
}
h3 {
	font-size: 1.1em;
	color: #FF6600;
	margin: 1em 0 0.2em 0;
	padding: 0;
}
h4 {
	font-size: 1.0em;
	color: #FF6600;
	margin: 0 0 0.2em 0;
	padding: 0;
	line-height: 1.4em;
}
p {
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 1.4em;
}
a {
	color: #CC0000;
}
a:hover {
	text-decoration: none;
}
ul {
	padding: 0.1em 0;
	margin: 0 0 0.5em 1.5em;
	list-style-type: square;
}
li {
	color: #F90;
	line-height: 1.4em;
}
li span {
	color: #333;
}
/*************/
div#header {
	width: 996px;
	height: 150px;
}
a#logoBMVEL {
	display: block;
	float: left;
	width: 201px;
	height: 94px;
	background: url(../images/logo-bmelv.gif) no-repeat;
}
a#logoBLS {
	display: block;
	float: right;
	width: 136px;
	height: 94px;
	background: url(../images/logo-bls.gif) no-repeat;
}
a#logoMRI {
	display: block;
	float: right;
	width: 190px;
	height: 94px;
	background: url(../images/mri-logo.gif) no-repeat;
}
a#logoNVS {
	display: block;
	float: right;
	width: 136px;
	height: 94px;
	background: url(../images/logo-nvs.gif) no-repeat;
}
div#wave {
	clear: both;
	height: 35px;
	width: 986px;
	margin-left: 10px;
	background: url(../images/bars.gif) no-repeat;
}
div#body {
	width: 996px;
}
div#breadcrumb {
	float: left;
	font-size: 0.9em;
	padding: 1.5em 0 2em 10px;
}
div#metanavigation {
	text-align: right;
	font-size: 0.9em;
	padding: 1.5em 0 2em 0;
}
div#navigation {
	float: left;
	width: 176px;
	margin-right: 30px !important; margin-right: 34px;
	margin-left: 10px !important; margin-left: 5px;
	border-top: 2px solid #FFEAD2;
	border-left: 2px solid #FFEAD2;
	border-right: 2px solid #E7DCb3;
	border-bottom: 2px solid #E7DCb3;
}
div#content {
	float: left;
	width: 776px;
}
div#sidebar {
	float: right;
	width: 180px !important; width: 190px;
	margin: 0 0 5px 15px;
	padding: 5px 5px 5px 10px;
	border-left: 1px dashed #CB9;
	background-color: #FFF9F0;
}
div#footer {
	width: 776px;
	clear: both;
	font-size: 0.9em;
	margin: 1em 0 20px 220px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #FF6600;
}
/*************/
div#metanavigation a {
	text-decoration: none;
	padding: 0 0.5em;
}
div#metanavigation a:hover {
	text-decoration: underline;
}

div#footer a {
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}

div#navigation {
	padding-top: 5px;
	background: #FFF3C0 url(../images/navigation-bg-top.gif) center top repeat-x;
}


div#navigation div {
	padding-bottom: 5px;
	background: url(../images/navigation-bg-bottom.gif) center bottom repeat-x;
}

/*first level*/
div#navigation ul.level1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#navigation ul.level1 li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
/*second level*/
div#navigation ul.level2 {
	background-color: #FFFCEA; #FFF7D2;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#navigation ul.level2 li {
	display: inline;
	padding: 0;
	list-style-type: none;
}
div#navigation ul.level2 li a {
	background-color: #FFFCEA; #FFF7D2;
	padding-left: 10px;
}
/*third level*/
div#navigation ul.level3 {
	background-color: #FFFCEA; #FFF7D2;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#navigation ul.level3 li {
	display: inline;
	padding: 0;
	list-style-type: none;
}
div#navigation ul.level3 li a {
	background-color: #FFFCEA; #FFF7D2;
	padding-left: 15px;
}

div#navigation a {
	display: block;
	border-left: 3px none #FF6600;
	padding: 0.15em 5px;
	text-decoration: none;
	width: auto !important; width: 100%;
	/**background-color: #FFF3C0; /** zu dunkel/wenig Kontrast:#FFE67F;**/
	color: #CC0000;
}
div#navigation a:hover, div#navigation ul.level2 li a:hover, div#navigation ul.level3 li a:hover  {
	border-left-color: #CC0000;
	background-color: #CC0000;
	color: #FFFFFF; #CC0000;
}
div#navigation a.selected {
	font-weight: bold;
}
div#sidebar h1, div#sidebar h2, div#sidebar h3, div#sidebar h4 {
	border-bottom: 1px solid #CC0000;
	font-size: 0.9em;
	color: #CC0000;
	margin: 0.2em 0 0.4em 0;
	padding: 0;
}
div#sidebar p {
	font-size: 0.9em;
}
div#sidebar a {
	color: #CC0000;
}

div#sidebar table {
	font-size: 0.9em;
}
div#sidebar table td, div#sidebar table td p {
	border: none;
}
div#sidebar ul {
	font-size: 0.9em;
}
div#sidebar .tx-macinasearchbox-pi1 {
	margin-bottom: 1em;
}

div#sidebar div#login_logout {
	margin-top: .6em;
}
div#sidebar div#login_logout,
div#sidebar div#searchbox {
	margin-bottom: .9em;
	Xborder-bottom: 1px dashed #CB9
}

div#sidebar div#language {
	margin-top: .8em;
	margin-bottom: .6em;
	padding-top: .8em;
	Xborder-top: 1px dashed #CB9;
}


div#content p {
	clear: left;
}

div#content input, 
div.tx-newloginbox-pi1 input {
	font-size: 1em;
	border: 1px solid #CCC;
	border-color: #933 #C99 #C99 #933;
	margin: 0.3em 0.3em 0.3em 0;
	padding-left: 0.3em;
	background: #FFF5CC url(../images/red-input.gif) left top no-repeat;
}
div#content input.tx-indexedsearch-searchbox-button, 
div#content div.tx-newloginbox-pi1 input.tx-newloginbox-pi1-submit,
div#content input.tx-blsextension-pi1-searchbox-button,
div#content input.tx-mininews-pi1-searchbox-button {
	font-size: 0.9em;
	background: #900 url(../images/red-button.gif) center repeat-x;
	color: #FFF;
	border-color: #C00 #600 #600 #C00;
	font-weight: bold;
}
div#content table select {
	margin: 0.3em 0.3em 0.3em 0;
}
div#sidebar input {
	font-size: 0.9em;
	border: 1px solid #CCC;
	border-color: #C90 #FC0 #FC0 #C90;
	margin-right: 0.3em;
	padding-left: 0.3em;
	background: #FFF5CC url(../images/yellow-input.gif) left top no-repeat;
}
div#sidebar input.input_submit_left {
	background: #F90 url(../images/yellow-button.gif) center bottom repeat-x;
	color: #FFF;
	border-color: #FC0 #C90 #C90 #FC0;
	font-weight: bold;
}
div#sidebar div#login_logout input.input_submit_left {
	background: #900 url(../images/red-button.gif) center repeat-x;
	border-color: #C00 #600 #600 #C00;
}

/*************/
div.sitemap1 {
	margin: 0.3em 0;
}
div.sitemap2 {
	margin: 0.3em 0 0.3em 2em;
	font-size: 0.9em;
}
div.sitemap3 {
	margin: 0.3em 0 0.3em 4em;
	font-size: 0.9em;
}
/*************/
div.filelinks {
	font-size: 0.8em;
	background: url(../images/icons/icon-save.gif) no-repeat;
	padding-left: 22px;
	height: 20px;
	cursor: hand; cursor: pointer;
}
/*************/
div.table {
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 1.4em;
}
div.narrow, .narrow {
	width: 496px !important; width: 516px;
}
div.wide, .wide {
	width: 766px !important; width: 776px;
}
div.td {
	float: left;
	margin-bottom: 0.4em;
}
div.w50 {
	width: 50%;
}
div.w33 {
	width: 33.31%;
}
div.tr {
	clear: left;
}
/*
div.td * {
	margin-right: 0.4em;
	padding-left: 0.4em;
}
*/

div#content table {
	font-size: 1em;
}

div.td h4, td h4, div#content table th,
div#content table .tx-blsextension-pi1-listrow-header td {
	border-bottom: 1px solid #C99;
	border-right: 1px solid #C99;
	background-color: #900;
	margin-bottom: 0;
	margin-right: 0.4em;
	padding-left: 0.4em;
}
div#content table .tx-blsextension-pi1-listrow-header td a {
	color: white; font-weight: bold;
}
div.td p, div#content table td {
	border-bottom: 1px solid #C99;
	border-right: 1px solid #C99;
	background-color: #FFF7F2;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0.4em;
	padding: 0 0.2em;
}

div#content div#sidebar table td,
div#content table table td {
	border:none;
	background: transparent;
	margin: 0;
	padding: 0;
}

div#content table td p {
	padding: 0; margin: 0;
}

/************************************/

@media print {
	div#header, div#navigation, div#metanavigation {
  		display: none;
	}
	div.wide {
		width: 716px !important; width: 726px;
	}
	div#breadcrumb {
		padding-left: 0;
	}
	div#footer {
		margin-left: 0;
	}
}