* {
	margin: 0;
	padding: 0;
	border: 0;
}

p, ol, ul {
	margin: 1em 0;
	line-height: 1.5;
}

body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #444;
	padding: 1em;
}

a {
	text-decoration: none;
	color: #A60E2F;
}

a.email {
	padding-left: 20px;
	background: url(../img/email.png) left center no-repeat;
}

h1 {
	font-size: 145%;
}

h2 {
	font-weight: normal;
	font-size: 130%;
}

h3 {
	font-size: 100%;
}

ul, ol {
	padding-left: 1.5em;
	list-style-image: url(../img/list-bullet-small.png);
}

/* -=- BILDER -=- */

img.XStandardImageLeft, img.XStandardImageRight {
	border: 1px solid #666666;
	margin: 0.4em 0;
}

img.XStandardImageLeft {
	float: left;
	margin-right: 1em;
}

img.XStandardImageRight {
	float: right;
	margin-left: 1em;
}



blockquote {
	font-size: 130%;
	margin-bottom: 2em;
}

blockquote p {
	line-height: 2em !important;
}

blockquote strong {
	font-weight: normal;
	font-size: 140%;
	color: #333;
}

blockquote cite {
	float: right;
	font-style: normal;
	font-size: 80%;
	position: relative;
	top: -1em;
}

p.grau-hinterlegt {
	background-color: #ddd;
	padding: 5px;
}


