@CHARSET "UTF-8";
/**
 * Provide basic styles to reset browser behaviors 
 *
 * @author			Yahoo
 * @date			2011-12-02 (date of implementation)
 * @version			2.9.0
 * @license			BSD
 * @see 			http://developer.yahoo.com/yui/reset/
 */

/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
    font:inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

tbody,th{border:0;}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

 /**
 * HTML5 Elements
 *
 * @subsection html5-elements
 */
 article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section
 {display: block;}

 figure, ul.menu li {margin: 0; padding: 0;}

strong{/*font-family:"Profile-Bucher-Medium";*/} /*added for Safari since he won't use <strong>- tags for bold text*/
strong{font-weight:500;}

h1{font-size:1em;line-height:1em;}
h2{font-size:1.125em;line-height:1em;}


/* um Grafiken zu ersetzen */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }


/*drupal list reset*/
ul{list-style-type: none;}
ul li.leaf{list-style-image: none;}

/* subs and sups */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}