.menu a:hover {
	background-color: #CEF120;
	color: white;
}

.menu a {
	background-color: #CEF1C0;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.text {
	font-size: 11px;
	text-indent: 20px;
	padding: 10px;
	margin: 10px;
	width: 550px;
	position: absolute;
	top: 150px;
	left: 200px;
	padding-top: 0px;
	margin-top: 0px;
}

.fotogalerie {
	border: 1px solid #CEF120;
	background-color: #CEF1C0;
	font-size: 12px;
	text-indent: 0px;
	margin: 10px;
	min-height: 90px;
}

.fotografie {
	margin: 5px;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
}

a {
	font-weight: bold;
	color: #003515;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
	color: #5E9120;
}

form {
	font-size: 11px;
}

td {
	font-size: 11px;
}

th {
	font-size: 12px;
}

input {
	font-size: 11px;
}

button {
	font-size: 11px;
}

textarea {
	font-size: 11px;
}

li {
	text-indent: 0px;
}

img {
	border: 0px;
	margin: 5px;
}

h1 {
	font-size: 18px;
}

q {
	display: block;
	border: 1px solid;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
	margin-bottom: 20px;
	content: "pokus";
	padding: 5px;
}

.komentare q:before {
	font-weight: 900;
	content: attr(cite)'\A';
}