/*------------------------------------------------------
Cascading Style Sheet

www.sehen-und-bewegen.de
------------------------------------------------------*/
/*---------------------- Start -----------------------*/
/************************* FONT ***********************/
/*------------------------------------------------------
	Content-Ueberschriften
------------------------------------------------------*/

h1 {
	font-size: 140%;
	font-weight: bold;
}


h2 {
	font-size: 120%;
	font-weight: bold;
}

/*------------------------------------------------------
	Fliesstext und Aufzaehlungen
------------------------------------------------------*/

p {
	font-size: 120%;
/*
	text-align: justify;
*/
}


input {
	font-size: 100%;
}


address a,
p a,
p a:visited {
	color: Blue;
}

ul {
	font-size: 120%;
}

address {
	font-size: 120%;
	font-style: normal;
}

.einrueck {
	padding-left: 1em;
}

.absatz {
	padding-bottom: 0.5em;
}


strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


faqline hr {
	width: 80%;
	border-style: ridge;
}


hr {
	width: 100%;
	border-style: solid; /* ridge */
	border-color: #83CBF2;
}

/************************* FONT End *******************/
/*---------------------- End -------------------------*/
/*------------------------------------------------------
------------------------------------------------------*/

