/*---------------------------------------------------------------------------------------- 
	STANDARDS
----------------------------------------------------------------------------------------*/

body {
	margin: 40px 0 0 60px;
	width: 600px;
	font-family: Arial, sans-serif;
	background-image:none;
	background-color:#FFFFFF;
	color: #000;
	text-align: left;
}

img, a img {
	border: none;
}

#content h1 {
	color:#000000;
}

#content h2 {
	color:#000000;
}

#content h3 {
	color:#000000;
}

#content h4 {
	color:#000000;
}

#content {
	color:#000000;
}


#content p {
	color:#000000;
}

a {
	text-decoration: underline;
	color: #000;
}

p {
	margin: 26px 0 0 0;
}

ul {
	padding-left: 15px;
}

/*---------------------------------------------------------------------------------------- 
	KLASSEN (werden im WYSIWYG-Editor angeboten)
----------------------------------------------------------------------------------------*/

.bold {
	font-weight: bold;
}
.smaller {
	font-size: smaller;
}
.teaser {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}


