@CHARSET "UTF-8";

body {
	background-color: #890c08;
	color: #330000;
	padding: 10px 0px;
	margin: 0px;
	font-family: georgia;
	font-size: 14px;
}

#box {
	margin: auto;
	width: 800px;
	padding: 0px;
	background-color: white;
}

#header {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

#content {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 25px;
}

a {
	color: #DC1B2E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ff6666;
}

#content p {
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	font-size: 1.14em;
	height: 50px;
	padding-left: 50px;
	padding-right: 50px;
	border-top-width: 1px;
	border-top-color: #890c08;
	border-top-style: solid;
	border-top-width: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.kontakt {
	list-style: none;
}

#footer .kontakt {
	float: right;
}

a img {
	border-width: 0px;
}

.lista {
	list-style: none;
}

.lista li {
	padding-bottom: 10px;
}

#menu {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-color: #890c08;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-color: #890c08;
}

#menu-level-1 {
	font-size: 1.28em;
	line-height: 1.5em;
}

#menu-level-1 li {
	padding-right: 15px;
}

#menu-level-2 li {
	padding-right: 5px;
}

#menu-level-2 {
	font-size: 1.14em;
	line-height: 1.5em;
}

#menu ul {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 0px;
}

#menu li {
	display: inline;
}

h1,h2,h3,h4,h5,h6 {
	color: #5E0C14;
}

h1 {
	font-size: 2.57em;
	line-height: 1.48em;
}

h2 {
	font-size: 1.71em;
	line-height: 1.48em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.5em;
}