Body {
	background-color: White;
	background-image: url("ground.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	}

Body.link {
	font-size: 13px;
	background-color: #53A9FF;
	background-image: url("groundleft.gif") ;
	background-repeat: repeat;
	}

P, Table, TR, TD {
	font-weight: lighter;
	font-size: 13px;
	font-style: normal;
	color: Black;
	font-family: "Comic Sans MS","Arial","Helvetica", sans-serif;
	}

B {
	font-weight: bold;
	}

TH {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	color: Black;
	font-family: "Comic Sans MS","Arial","Helvetica", sans-serif;
	}

/* kleiner Text */
.txtSmall {
	font-size: 10px;
	}

/* normaler Text wie Body*/
.txtNormal {
	font-size: 13px;
	}

/* grosser Text*/
.txtBig {
	font-size: 17px;
	}

/* sehr grosser Text*/
.txtBigger {
	font-size: 21px;
	}

A {
	text-decoration: none;
	font-family: "Comic Sans MS","Arial","Helvetica", sans-serif;
	font-weight: normal;
	font-style: normal;
	}

A: link {
	color: firebrick;
	text-decoration: none;
	}

A: visited {
	color: maroon;
	text-decoration: none;
	}

A: active {
	color: saddlebrown;
	text-decoration: underline;
	}

.tdAlbum {
	height: 310px;
	background: #66ffcc;
	font-family: "Comic Sans MS","Arial","Helvetica", sans-serif;
	font-size: x-small;
	color: Maroon;
	}

#Bildbereich {
	height: 310px;
	width: 100%;
	}

#Beschreibung {
	background: #66ffcc;
	width: 70%;
	font-size: 13px;
	font-family: "Comic Sans MS","Arial","Helvetica", sans-serif;
	color: Maroon;
	}

/* Überschriften */
H1 {
	font-family: "Georgia","Times New Roman", serif;
	font-weight: medium;
	font-size: 27px;
	color: #0000cc;
	}

H2 {
	font-family: "Georgia","Times New Roman", serif;
	font-weight: medium;
	font-size: 20px;
	color: #3366ff;
	}

H3 {
	font-family: "Georgia","Times New Roman", serif;
	font-weight: medium;
	font-size: 17px;
	color: #6666cc;
	}

H4 {
	font-family: "Georgia","Times New Roman", serif;
	font-weight: medium;
	font-size: 14px;
	color: #6666cc;
	}

li {
	font-size: 13px;
	list-style-image: ;
	}


