
body {
	font-size: 87.5%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.5;
}

strong, em, b, i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-size: 1.75em;
	font-weight: bold;
	color: #78898e;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

p {
	margin-bottom: 1.5em;
}

a {
	font-weight: bold;
	color: #78898e;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #fff;
	background-color: #78898e;
	border-bottom-color: #78898e;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/* LISTEN */

ul {
	margin-bottom: 1.5em;
}

ol {
	margin-bottom: 1.5em;
	margin-left: 14px;
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 1.5;
}

ul li {
	padding-left: 14px;
	background: url(../img/ul-li-bg.png) no-repeat left 0.5em;
}


/* img */

.XStandardImageRight {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.XStandardImageLeft {
	float: right;
	margin-right: 1em;
	margin-bottom: 1em;
}


/* Tabellen */

table caption {
	font-size: 0.857em;
	font-style: italic;
}

table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

th, td {
	padding: 0.5em;
}

thead th {
	background: #868889;
	color: #fff;
}

tbody td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

tbody th {
	background: #ccc;
	border-bottom: 1px solid #333;
}
