/* CSS Document */
body {
	background-color: #FCC204;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
ul#menu
{
list-style: none;
margin: 0;
padding: 0;
background-color: #FCDA44;
}

ul#menu li a:link, ul#menu li a:visited
{
	text-decoration: none;
	color: #FC9604;
	text-align: right;
	line-height: 150%;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}

ul#menu li a:hover
{
text-decoration: none;
	line-height: 150%;
	display: block;
color: #B82630;
	padding: 5px;
}

ul#menu li
{
border-bottom: 1px solid #FCC204;
}

ul#podmenu
{
list-style: none;
margin: 0;
padding: 0;
background-color: #FCDA44;
}

ul#podmenu li a:link, ul#podmenu li a:visited
{
	text-decoration: none;
	color: #FC9604;
	text-align: right;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px 2px 2px;
}

ul#podmenu li a:hover
{
text-decoration: none;
	display: block;
color: #B82630;
}

ul#podmenu li
{
}

.text
{
	margin-left: 5px;
	text-align: justify;
	background: #FCDA44;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #Fc9604;
}

.adres
{
	margin-left: 5px;
	text-align: left;
	background: #ffe163;
	padding: 5px;
}

h1
{
margin: 2px;
font-size: 20px;
color: #B82630;
padding: 5px;
text-align: left;
border-bottom: 1px dotted #FC9604;
}
h2
{
margin: 0px;
margin-left: 5px;
font-size: 20px;
color: #B82630;
padding: 5px;
text-align: left;
background-color: #FC9604; font-size: 18px;
}
h3
{
margin: 0px;
margin-left: 5px;
font-size: 13px;
background-color: #FC9604;
color: #B82630;
padding: 5px;
text-align: left;
border-bottom: 1px dotted #FC9604;
}

h4
{
margin: 2px;
font-size: 16px;
color: #B82630;
padding: 0 5px 0 5px;
text-align: left;
border-bottom: 1px dotted #FC9604;
}

strong
{
color: #B82630;
}

b
{
color: #B82630;
}

.foto
{
padding: 2px; border: 1px solid #FC9604; margin: 1px; background-color: white;
}

a,a:visited,a:link {text-decoration: underline; color:#B82630}
a:hover {text-decoration: underline; color:#000;}

.text td
{border-bottom: 1px dotted #fff; border-right: 1px dotted #fff; background-color: #FCDA44; padding: 3px;}

#stopka
{
 clear: both; padding-top: 10px; border-top: 1px solid #FCDA44; font-size:12px; margin-top: 10px; text-align: right;
}