/*
	CSS-Datei für die Website www.beller-wohnungsanpassung.de
	(c) Roman Blöth
	
	Letzte Änderung........... :  31.10.2008
	Letzte W3C-CSS-Validierung :  31.10.2008

*/



/********************
* Grundeinstellungen:
********************/

body {
	font-family:		Verdana, Helvetica, Arial, sans-serif;
	font-size:			14px;	/* Grund-Größe; alle weiteren Schriftgrößen werden mit em festgelegt */
	margin:				0px;
	padding:			0px;
	line-height:		180%;
}

a {
	font-weight:		bold;
	text-decoration:	none;
}

a:active,
a:hover {
	text-decoration:	underline;
}

img {
	border:				none;
	padding:			0;
}

em {
	font-style:			normal;
	font-weight:		bold;
}

ul {
	margin:				10px 0 0 15px;
	padding:			0px;
	
}

ul li {
	font-weight:		bold;
}

.erfahrung ul li {
	font-weight:		normal;
}

h1,
h2,
h3 {
	margin:				0px;
	padding:			0px;
	font-style:			normal;
	font-weight:		bold;
	line-height:		1.1em;
}

h1 {
	font-family:		'Times New Roman', Times, serif;
}

h2,
h3 {
	font-family:		Georgia, 'Times New Roman', Times, serif;
}

p {
	margin:				0;
	padding:			0 0 0.8em 0;
}

/****************************************
* Erleichterungen / Allgemeine Klassen: *
*****************************************/
.floatLeft {
	float:				left;
}
.floatRight {
	float:				right;
}
.clearBoth {
	clear:				both;
}

.zentriert {
	text-align:			center;
}
