body {
	background-color: #fafafa;
	background-image: url('upward-kt8.png');
	background-repeat: no-repeat;
	background-position: right 20px;

	font-family: sans-serif;
	padding-right: 112px; /* aby byla vidět kačena */
}

h1#main-title {
	margin-top: 3em;
	padding-top: 10px;
	border-top: 1px solid black;
	font-size: x-large;
	text-align: center;
	font-family: serif;
}

ul#site-links {
	list-style-type: none;
	padding: 12px;
	border: 1px solid black;
	width: 44px;
	float: left;
}

ul#site-links li {
	border: 1px solid grey;
	background-color: #f0f0f0;
	margin: 4px;
	padding: 2px;
}

a img {
	border: none;
}

ul#internal-links {
	float: left;
	list-style-type: none;
}

ul#internal-links li {
	float: left;
	margin: 2em;
	width: 10em;
}

#main-footer {
	margin-top: 10em;
	font-size: small;
	text-align: center;
}

#bahnhof-link {
	background-color: #F4F740;
}

#bahnhof-link a {
	color: black;
}

#blog-link {
	background-color: #A3A11E;
}

#blog-link a {
	color: white;
}

#wiki-link {
	background-color: #A3241B;
}

#wiki-link a {
	color: white;
}

#internal-links a {
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 2em;
}

#main-text {
	padding-top: 1em;
	border-top: 1px solid grey;
	clear: both;
}

#beta {
	position: absolute;
	top: 4px;
	left: 4px;
	font-size: xx-large;
	color: #cacaca;
}
