@import url(style.css);

#custom-doc {
    width: auto;
}

ul#menu1, #bd > .yui-b, #ft {
	display:none;
}

.yui-t1 #yui-main .yui-b {
    margin: 0;
    width: 95%;
}

html, body, #custom-doc, #bd, #yui-main, .yui-b {
    background-color: white;
    background: none;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, li, dd, dt, #bd p.zitat, #bd p.quelle {
    color: black;
    width: auto;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
}

h2 {
	font-size: 18pt;
	text-transform: uppercase;
}

h3 {
	font-size: 16pt;
	font-weight: bold;
}

h4 {
	font-size: 16pt;
}

h5 {
	font-size: 14pt;
	font-weight: bold;
}

h6 {
	font-size: 14pt;
	text-transform: uppercase;
}

a, p, cite, q {
	font-size: 12pt !important;
}

.yui-b a:after {
	content: " ("attr(href)") ";
}

