/* CSS Formatdatei für: finanzielle Absicherung  */

/* Grunddefinitionen der gesamten Seite */
html {
	margin: 0px;
	padding: 0px;
	height: 100.1%;
	font-size: 62.5%;
	}


body {
	margin: 0px;
	padding: 0px;
        font-family:  Verdana, sans-serif;
	font-size: 1.4em;
	line-height: 1.6em;
        height: 100%;
	width: 100%;
	background: #e2e2e2 url(images/bg.jpg) repeat-x;
	}


* {margin: 0px; padding: 0px; border: 0px;}


p {margin-bottom: 0.4em;}


/* Definitionen der Überschriften */
h1 {
	font-family: "Bookman Old Style", serif;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bolder;
	font-style: italic;
	color: #ffffff;
	letter-spacing: 1px;
	}
	
h2 {
	font-family: "Bookman Old Style", serif;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bolder;
	font-style: italic;
	color: #ffffff;
	letter-spacing: 1px;
	}


/* Definitionen aller LINKS ohne eigenes Menü */
a {
	font-weight: bold; 
	color: #008bcf;
        text-decoration: underline;
        }

a:hover {
        text-decoration: none;
        }
        


strong {letter-spacing: 1px;}
em {font-size: 1.1em;}



/* Definitionen gesamter Textcontainer */

        
#inhalt {
	color: #008bcf;
	font-size: 1.0em;
	line-height: 1.4em;
        border: solid 0px;
	background: transparent;
        }

