/* Style-Sheets der Datei advent.css für die Bauanleitung unsers Adventshauses von Rolf */

/* ... Style-Sheet-Angaben zum Seitenformat ... */
body {
	scrollbar-face-color: #7184BB;
	scrollbar-highlight-color: #C4DDFF;
	scrollbar-shadow-color: #113EA7;
	scrollbar-3dlight-color: #A8B4C0;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #EEEEEE;
	scrollbar-darkshadow-color: #414E7B;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url("../grafik/background.gif");
	background-repeat: repeat;
	margin-top: 30pt;
	margin-left: 30pt;
	margin-right: 30pt;
	}


/* ... Style-Sheet-Angaben zu den Ueberschriften ... */
h1 {
	font-size: 16pt;
	color: #000000;
	font-weight: bold;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,"Times New Roman";
	font-style: normal;
	letter-spacing: 2pt;
	}

h2 {
	font-size: 14pt;
	color: #333333;
	font-weight: bold;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,"Times New Roman";
	font-style: normal;
	letter-spacing: 2pt;
	}

h3 {
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,"Times New Roman";
	font-style: normal;
	letter-spacing: 1pt;
	}

h4 {
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
	text-align: left;
	font-family: Verdana,Arial,Helvetica,"Times New Roman";
	font-style: normal;
	}


/* ... Style-Sheet-Angaben zu Links ... */
a:link {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1pt;
	font-size: 10pt;
	color: #0000FF;
	font-family: Verdana,Arial,Helvetica,"Times New Roman";
	}

a:visited {
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 1pt;
	font-size: 10pt;
	color: #808080;
	font-family: Verdana,Arial,Helvetica,"Times New Roman";
	}

a:hover {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1pt;
	font-size: 10pt;
	color: #FF0000;
	font-family: Verdana,Arial,Helvetica,"Times New Roman";
	}

a:active {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1pt;
	font-size: 10pt;
	color: #FF00FF;
	font-family: Verdana,Arial,Helvetica,"Times New Roman";
	}

a:focus {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1pt;
	font-size: 10pt;
	color: #FF00FF;
	font-family: Verdana,Arial,Helvetica,"Times New Roman";
	}


/* ... Style-Sheet-Angaben zum Schriftformat ... */
p {
	color: #333333;
	text-align: justify;
	font-size: 10pt;
	font-weight: normal;
	font-family: Verdana,Arial,Helvetica,"Times New Roman";
	font-style: normal;
	}


/* ... Style-Sheet-Angaben zur Zentrierung der Zeile ... */
.mitte {
	text-align: center;
	}


/* ... Style-Sheet-Angaben zur Formatierung von Bild mit Text ... */
.bild {
	color: #333333;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,"Times New Roman";
	font-style:normal;
	}


/* ... Style-Sheet-Angaben zur Zentrierung der Zeile ... */
.rechts {
	text-align: right;
	}


/* ... Style-Sheet-Angaben zum Copyright ... */
.copy {
	color: #666666;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,"Times New Roman";
	font-style: normal;
	}