.hidden {
	display: none;
}

body {
    color:black;
    background:transparent;
    font-size:11pt;
    line-height:14pt;
}

h1 {
    font-size:14pt;
    line-height:18pt;
    font-weight:bold;
    page-break-after:avoid;
}

h2 {
    font-size:12pt;
    line-height:18pt;
    font-weight:bold;
    page-break-after:avoid;
}

h3, h4, h5, h6 {
    font-size:11pt;
    line-height:14pt;
    font-weight:bold;
    page-break-after:avoid;
}


#menu, #marginal, .sr-hint {
    display:none;
}

/*
#menu, #marginal, #breadcrumb, .sr-hint {
    display:none;
}

*/

#whole {
    display:100%;
}


/* Bild linksb�ndig, von Text umflossen */

div#content div.imageLeftFloat {
    float:left;
    width:232px;
    margin:0 12px 0 0;
    background-color:#f1f1f1;
}

div#content div.imageLeftFloat img,
div#content div.imageLeft img {
    width:228px;
    border-left:4px solid #adadac;
    margin-bottom:4px;
}

div#content div.imageLeftFloat p,
div#content div.imageLeft p {
    padding:2px 8px 4px 8px;
    font-size:10pt;
    color:#000;
}

div#content div.imageLeft a {
    padding:0;
}

table {
    page-break-before:avoid;
}

table, th, td {
    margin:0;
    border:1pt solid black;
    padding:0;
    background:transparent;
}

a.extern:after {
    content: " (Link zu <" attr(href) ">) ";
}


/* BreadCrumb Navigation    */
/* ######################## */
div#breadcrumb {
	border-bottom: 0px solid #ffffff;
}

div#breadcrumb ul {
	padding: 4px 0px;
	background-color: #ffffff;
}

div#breadcrumb li {
	list-style-type: none;
	font-size: 18px;
    display: inline;
    color: #000000;
	background-color: transparent;
	line-height: 14px;
}


div#breadcrumb li a {
	text-decoration: none;
	color: #000000;
/*	font-weight: bold; */
}


div#breadcrumb li span {
	padding-left: 6px; 
	padding-right: 6px; 
	color: #000000;
	font-weight: bold;
}

/*
div#breadcrumb li a:active,
div#breadcrumb li a:focus,
div#breadcrumb li a:hover {
	text-decoration: underline;
}
*/

