/* CSS Document */
body {
	font-family: Arial;
	font-size: 13pt;
	text-align: center;
	background-image: url(data/background.jpg);
}
a:link {
	text-decoration: underline;
	color: red;
}
a:visited {
	text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: underline;
	color: red;
}
a:hover {
	text-decoration: blink;
	color: red;
}
table.main {
	width: 950px;
}
table.gbook {
	border: outset 2px #DCDCDC;
}
td.gbook {
	border: outset 2px #DCDCDC;
	padding: 10px
}
.inhalt {
	width: 250px;
}
.center {
	text-align: center;
}
p {
	text-align: justify
}
ul {
	font-size: 14pt;
}
td {
	text-align: left;
	vertical-align: top;
}

