/* helmut-S-photographs - Stylesheet */

BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #C0C0C0;
	text-align : left;
	background-color : #000000;
	background-image : url('images1/Back-Verlauf-HSP.jpg'); background-position: left;
	scrollbar-face-color: #242424;
	scrollbar-highlight-color: #CC66FF;
	scrollbar-3dlight-color: #CC66FF;
	scrollbar-darkshadow-color: #990099;
	scrollbar-shadow-color: #990099;
	scrollbar-arrow-color: #CC66FF;
	scrollbar-track-color: #000000;
}

H1 {
	font-size : 26pt;
	color : #9999CC;
}

H2 {
	font-size : 20pt;
	font-weight : lighter;
	color : #CCCCFF;
}

H3 {
	font-size : 16pt;
	color : #663366;
}

H4 {
	font-size : 12pt;
	text-align : center;
}

H5 {
	font-size : 12pt;
	font-weight : bolder;
}

H6 {
	font-size : 10pt;
}

HR {
	color : #663366;
	height : 3px;
}

A:ACTIVE {
	color : #663366;
	text-decoration : none;
}
A:VISITED {
	color : #CCCCFF;
	text-decoration : none;
}
A:LINK {
	color : #9999FF;
	text-decoration : none;
}

/* Classes */



.small  {
	font-size : 8pt;
}

.bold {
	font-weight : bolder;
}
.mark {
	color : Blue;
}
.text-left {
	padding-right : 20%;
	float : right;
}
.text-right {
	padding-left : 20px;
	float : left;
}
.center {
	text-align : center;
}
