
body {
	font-family: Georgia, Palatino, "Times New Roman", serif;
	background-color: #fff;
	font-size: 75%;
	color: #333;
}

h1, h2, h3 {
	font-family: "Helvetice Neue", Helvetica, Arial, sans-serif;
	color: #ff0099;
	line-height: 1.2;
}

h1 {
	font-size: 2em;
	margin: 0.25em 0 0.5em 0;
	line-height: 1.1;
}

h2 {
	font-size: 1.5em;
	margin: 0.75em 0;
}

h3 {
	font-weight: bold;
	font-size: 1.167em;
	margin-top: 2em;
	margin-bottom: 1em;
}

a {
	padding: 1px 2px;
	background-color: #0099ff;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}

a:focus,
a:hover {
	background-color: #ff0099;
}

p {
	margin-bottom: 1.5em;
}

ul {
	list-style-type: none;
	margin: 1em 0;
	margin-left: 20px;
}

ul li {
	padding-left: 20px;
	background: url(../img/ul-li-bg.png) no-repeat 6px 0.7em;
}

ol {
	margin: 1em 0 1em 40px;
	list-style-type: decimal;
}

table {
	font-family: "Helvetice Neue", Helvetica, Arial, sans-serif;
	border-top: 1px solid #ff0099;
	border-left: 1px solid #ff0099;
	margin-bottom: 1.5em;
}

table caption {
	display: none;
}

table th,
table td {
	padding: 0.5em;
	border-right: 1px solid #ff0099;
	border-bottom: 1px solid #ff0099;
}

table th {
	background: #ff0099;
	color: #fff;
}

small {
	font-size: 0.833em;
	line-height: 1;
}

blockquote {
	margin-left: 20px;
	padding-left: 20px;
	font-style: italic;
}

/* XStandard Bilder */
.XStandardImageLeft {
	float: left;
	margin: 0px 10px 10px 0;
}

.XStandardImageRight {
	float: right;
	margin: 0px 0 10px 10px;
}
