@charset "iso-8859-2";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: none;
}

html {
	background: #DAB580;
	background-image: url(gfx/bg.jpg);
	background: #004000;
}

body {
	width: 730px;
	margin: auto;
	padding: 0px 0px 5px 0px;
	font-family: Verdana, Helvetica, trebuchet ms, france, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: rgb(242,227,206);
	background: rgb(243,227,161);
	background: #004000;
	text-align: center;
}

a {
	text-decoration: none;
	color: 	color: #008000;
}
a:link {
  color: #008000;
}
a:visited {
  color: #008000;
}
a:hover {
  color: #004000;
}

p {
	text-indent: 0px;
	margin-bottom: 7px;
	margin-top: 7px;
	text-align: justify;
}

#header {
	width: 730px;
	margin: 5px auto 5px auto;
	background: rgb(255,252,200);
	background: #DAB580;
	overflow: hidden; 
	clear: both;
	text-align: left;
	background: #004000;
}
#header img {
	display: block;
	float: left;
}

#container {
	width: 730px;
	margin: 5px auto 5px auto;
	height: auto;
	overflow: hidden;
	background: none;
	clear: both;
	background: #004000;

}

#left {
	width: 520px;
	height: auto;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 10px 0px 10px 0px;
	float: left;
	background: rgb(255,252,200);
	background: none;
}

#topnavigationbar {
	width: 490px;
	margin: auto;
	margin-bottom: 2px;
	padding: 5px 5px 5px 15px;
	border-top: 1px solid #008000;
	border-bottom: 1px solid #008000;
	background: rgb(191,19,19);
	background: #004000;
	color: rgb(255,252,200);
	text-align: left;
	background-position: center;
	background-repeat: repeat-x;
	font-family: Monotype Corsiva;
  font-size: 22px;
}
#topnavigationbar a {
	color: rgb(255,252,200);
}
#topnavigationbar a:hover {
	color: white;
}

#content {
	width: 470px;
	margin: auto;
	padding: 5px;
	border: 1px solid #004000;
	border-top: none;
	border-bottom: none;
	background: #d0f0a0;
	background: rgb(156,190,129);
	color: rgb(111,50,50);
	color: #001500;
}

#contentimage {
	border: 1px solid rgb(191,19,19);
	border: 1px solid #008000;
	float: left;
	background: white;
	background: rgb(156,190,129);
	margin: 5px;
}
#contentimage img {
	margin: 2px;
	display: block;
}

#contentheading {

	margin: 5px;
	text-align: left;
}
#contentheading h2{
	font-size: 24px;
	font-weight: bold;
	color: rgb(191,19,19);

}
#contentheading h3{
	font-size: 14px;
	font-weight: bold;
	font-style: oblique;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #008000;
}
#contentheading strong{
	display: block;
	font-size: 12px;
	color: #003500;
	font-weight: bold;
	margin-left: 10px;
}
#contentbody {
	clear: both;
	margin: 10px;
	text-align: center;
}
#contentbody table {
  text-align: left;
}
#contentbody tr, #contentbody td {
  vertical-align: top;
}
.contentbodyimage {
	border: 1px solid rgb(191,19,19);
	border: 1px solid #008000;
	background: white;
	background: rgb(156,190,129);
	margin: 5px;
}
.contentbodyimage img {
	margin: 2px;
	display: block;
}
#contentbody li {
	margin: 0px 0px 0px 30px;
	text-align: left;
}

#contentgallery {
	clear: both;
	height: auto;
	overflow: hidden;
	margin: 20px 5px;
}
#contentgallery h3{
	clear: both;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: rgb(191,19,19); 
	color: #008000;
}
#contentgallery a {
	display: block;
	width: auto;
	float: left;
	border: 1px solid rgb(191,19,19);
	border: 1px solid #008000;
	background: white;
	background: rgb(156,190,129);
	margin: 4px;
}
#contentgallery a:hover {
	border: 2px solid rgb(191,19,19);
	border: 2px solid #008000;
	margin: 3px;
}
#contentgallery img {
	margin: 2px;
	display: block;
}

#bottomnavigationbar {
	width: 490px;
  margin: auto;
  margin-top: 2px;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #008000;
	border-bottom: 1px solid #008000;
	background: rgb(191,19,19);
	background: #004000;
	color: rgb(255,252,200);
	text-align: center;
	background-position: center;
	background-repeat: repeat-x;
	font-family: Monotype Corsiva;
  font-size: 22px;
}
#bottomnavigationbar a {
	color: rgb(255,252,200);
}
#bottomnavigationbar a:hover {
	color: white;
}

#right {
	width: 200px;
	height: auto;
	padding-bottom: 5px;
	overflow: hidden;
	float: right;
}

#menu {
	height: auto;
	overflow: hidden;
	background: rgb(255,252,200);
	background: none;
	margin-bottom: 20px; 
}
#menu ul {
	list-style: none;
	margin: 10px;
	text-align: left;
}
#menu li {
	display: inline;
}
#menu span.mainmenulink {
  font-family: Monotype Corsiva;
  font-size: 22px;
	display: block;
	padding: 2px 2px 2px 12px;
	background: rgb(191,19,19);
	color: rgb(255,252,200);
	background-image: url(gfx/buttonhover.jpg);
	margin-top: 1px;
	margin-bottom: 1px;
	border-top: 1px solid #008000;
	border-bottom: 1px solid #008000;
	background: #004000;
	background-position: center;
	background-repeat: no-repeat;
}
#menu a.mainmenulink {
  font-family: Monotype Corsiva;
  font-size: 22px;
	display: block;
	margin-top: 1px;
	padding: 2px 2px 2px 12px;
	border: 1px solid #004000;
	background: rgb(191,19,19);
	color: rgb(255,252,200);
	background-image: url(gfx/button.jpg);
	background: #008000;
	background-position: center;
	background-repeat: no-repeat;
	
}
#menu a.mainmenulink:hover {
  background-image: url(gfx/buttonhover.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background: #004000;
	margin-top: 1px;
	margin-bottom: 1px;
	border-top: 1px solid #008000;
	border-bottom: 1px solid #008000;
	background: #004000;
}
#menu ul ul {
	margin: 0px 0px 1px 10px;
	list-style: none;
	border: 1px solid rgb(191,19,19);
	border: 1px solid #004000;
	border-top: none;
	background: white;
	background: #d0f0a0;
	background: none;
	text-align: left;
}
#menu span.submenulink {
	display: block;
	margin: 0px 0px 0px 8px;
	padding: 2px 5px 2px 4px;
	font-style: oblique;
	border: none;
	border-left: 8px solid rgb(191,19,19);
	border-left: 8px solid #008000;
	background: none;
	color: rgb(111,50,50);
	color: rgb(255,252,200);
}
#menu a.submenulink {
	display: block;
	margin: 0px;
	padding: 2px 5px 2px 20px;
	border: none;
	background: none;
	color: rgb(111,50,50);
	color: rgb(255,252,200);
}
#menu a.submenulink:hover {
	background: rgb(255,180,140);
	background: #008000;
	color: rgb(111,50,50);
	color: rgb(255,252,200);
}

#adres {
	height: auto;
	overflow: hidden;
	background: none;
	margin: 10px 10px 200px 15px;
	color: rgb(255,252,200);
  display: block;
}

#adres strong {
	border: none;
	background: none;
	display: block;
	text-align: left;
	color: rgb(111,50,50);
	color: rgb(255,252,200);
	margin: 0px;
	padding: 0px;
}
#adres p {
	border: none;
	background: none;
	color: rgb(111,50,50);
	color: rgb(255,252,200);
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	text-indent: 0px;
	text-align: left;
}

#footer {
	width: 730px;
	margin: 0px auto 5px auto;
	overflow: hidden;
	background: rgb(255,252,200);

	background: none;
	clear: both;
	background: #DAB580;
	background: #008000;
	color: rgb(255,252,200);
}
#footer h2 {
	display: block;
	font-family: Monotype Corsiva;
	font-size: 20px;
	font-weight: normal;
	padding: 5px;
	float: left;
	
}
#footer a {
	color: rgb(191,19,19);	
	color: rgb(255,252,200);
}
#footer a:hover {
	color: rgb(140,10,10);	
	color: white;
}
#footer strong {
	display: block;
	text-align: right;
	margin: 5px 5px 5px 5px;
	float: right;
	font-size: 9px;
	color: rgb(191,19,19);
	color: rgb(255,252,200);
}

.fleft {
  float: left;
}

.fright {
  float: right;
}
