/* YUI Reset CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,/*em,strong,*/th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	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;
}

/* END - YUI Reset CSS */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 88%;
	color: #4C1B1B;
}

a {
/*	color: #80233b; */
/*	color: #a24f46;*/
	color: #B9121B;
	text-decoration: none;
	border-bottom: 1px solid #F6E497;
}

a:hover, a:focus {
	border-bottom: 1px solid #BD8D46;
}

/* ÜBERSCHRIFTEN */

h1, h2, h3, h4, h5, h6 {
	color: #2F435C;
/*	color: #CC6600; */
	font-family: Georgia, "Times New Roman", serif;
	margin-bottom: .5em;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 140%;
	margin: 1.8em 0 1em 0;
}

h3 {
	font-size: 110%;
}

p, ul, ol {
	margin: 1.5em 0;
}

img {
	margin: 1em;
	margin-top: 0;
}

img.XStandardImageRight {
	float: right;
	margin-right: 0;
}

img.XStandardImageLeft {
	float: left;
	margin-left: 0;
}

ul, ol {
	margin-left: 3em;
}

ul li, ol li {          
	margin: 0.5em 0;
}

ul {
	list-style: circle;
	list-style-image: url(../img/circle-red.png);
}

ol {
	list-style: decimal;
}

