/*** ========================================================================================= ***/
/*** Body ==================================================================================== ***/
/*** ========================================================================================= ***/

body					{
						background-color: #CFD6E3;
						}
/*** #F6F4F0 ***/
/*** ========================================================================================= ***/
/*** Textblockformatierung =================================================================== ***/
/*** ========================================================================================= ***/


p						{
						font-family:  Verdana, Georgia, "Times New Roman", Serif;
						color: #000000;
						margin: 0em 0em 1em 0em;
						padding: 0em 0em 0em 0em;
						display: block;
						font-size: 11px;
						text-align: justify;     /*** justify oder left ***/
						line-height: 1.2em;
						}

p.center						{
						font-family:  Verdana, Georgia, "Times New Roman", Serif;
						color: #000000;
						margin: 0em 0em 1em 0em;
						padding: 0em 0em 0em 0em;
						display: block;
						font-size: 11px;
						text-align: center;     
						line-height: 1.2em;
						}

p.left						{
						font-family:  Verdana, Georgia, "Times New Roman", Serif;
						color: #000000;
						margin: 0em 0em 1em 0em;
						padding: 0em 0em 0em 0em;
						display: block;
						font-size: 11px;
						text-align: left;     
						line-height: 1.2em;
						}

						
/*** ========================================================================================= ***/
/*** Links =================================================================================== ***/
/*** ========================================================================================= ***/


a						{
						font-family:  Verdana, Georgia, "Times New Roman", Serif;
						font-size: 11px;
						text-decoration: none;
						color: #4FA5D6;
						border-bottom-color: #999966;
						}
a:link					{ text-decoration: none; 
						color: #4FA5D6;
						border-bottom-color: #999966;
						}
a:visited				{ text-decoration: none;
						color: #4FA5D6;
						border-bottom-color: #999966;
						}
a:hover					{ text-decoration: underline;
						color: #4FA5D6;
						border-bottom-color: #999966;
						}
a:active				{ text-decoration: underline;
						color: #4FA5D6;
						border-bottom-color: #999966;
						}



/*** ========================================================================================= ***/
/*** A?berschriften =========================================================================== ***/
/*** ========================================================================================= ***/



h1, h2, h3, h4, h5, h6	{ 
						background: transparent;
						}



h1						{
						margin: 0em 0em 0em -0.05em;
						padding: 0em 0em 0em 0em;
						font-size: 3em;
						font-weight: 400;
						letter-spacing: -0.02em;
						}

h2						{
						margin: 0em 0em 0em 0em;
						padding: 0em 0em 0em 0em;
						font-size: 0.8em;
						font-weight: 400;
						text-transform: uppercase;
						letter-spacing: 0.15em;
						}

h3						{
						margin: 1.4em 0em 0em 0em;
						padding: 0.1em 0em 0.1em 0em;
						font-size: 0.8em;
						font-weight: 400;
						text-transform: uppercase;
						letter-spacing: 0.15em;
						border-bottom-width: 0.1em;
						border-bottom-style: dotted;
						}

h4						{
						margin: 0em 0em 2.5em -0.05em;
						padding: 0em 0em 0em 0em;
						font-size: 2em;
						font-weight: 900;
						white-space: nowrap; /* benAstigt ein Leerzeichen hinter dem letzten Buchstaben der A?berschrift */
						}

h5						{
						margin: 1.6em 0em 0.9em 0em;
						padding: 0.1em 0em 0.1em 0em;
						font-size: 0.8em;
						font-weight: 400;
						text-transform: uppercase;
						letter-spacing: 0.15em;
						display: block;
						}

h6						{
						margin: 1em 0em 0.5em 0em;
						padding: 0em 0em 0em 0em;
						font-size: 1em;
						font-weight: 900;
						}


