body {
	margin: 0px;
	padding: 0px;
	background-color: #E5E5E5;

}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #817474;
}

/** BACKGROUND **/

.bg1 {
	background-image: url(images/seite-li.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bg2 {
	background-image: url(images/seite-re.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg3 {
	background-image: url(images/fuss-verlauf.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/** TEXT **/

.align-justify {
	text-align: justify;
}

.text1 {
	color: #883330;
}

.text2 {
	color: #4F4F4F;
}

.text3 {
	font-size: 9px;
	color: #4F4F4F;
}

.text4 {
	font-size: 9px;
	color: #797979;
}
.text5 {
	font-size: 28px;
	color: #CCCCCC;
}
.text7 {
    font-size: 18px;
	color: #883330;
}

/** LINKS **/

a {
	color: #817474;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #696455;
}

a.link2 {
	color: #4F4F4F;
}

