html, body {
	height: 100%;
}

body {
	color: #333333;
	background: #f5efe7 url('../images/elements/body-background.gif') repeat-x;
	/*font-family: Georgia, "Times New Roman", serif;*/
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%; /* 1em = 10px */
	line-height: 1.5em;
}

h1 {
	position: relative;
	display: block;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #674d3d;
	font-size: 1.9em; /* 19px */
	margin: 0 -10px 1em -10px;
	padding: 0 10px .3em 10px;
	text-align: left;
	background: url(../images/elements/title-background.gif) bottom left no-repeat;
}

h1 span {
	font-size: .7em;
	color: #8d7d67;
	font-style: italic;
}

h2 {
	display: block;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #674d3d;
	font-size: 1.6em;
	margin: 0 -10px 1em -10px;
	padding: 0 10px .4em 10px;
	text-align: left;
	background: url(../images/elements/title-background.gif) bottom left no-repeat;
}

h3 {
	display: block;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-style: italic;
	color: #674d3d;
	font-size: 1.3em;
	margin: 0 0 1em -10px;
	padding: 0 0 .4em 10px;
	text-align: right;
	background: url(../images/elements/title-background-2.gif) bottom right no-repeat;
}

a img {
	border: none;
}

a:link, a:visited, a:active {
	color: #9D0A0E;
	text-decoration: underline;
}

a:hover {
	color: #9D0A0E;
	text-decoration: none;
}

input {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333333;
	width: 150px;
	height: 16px;
	border: 1px solid #c8c6c6;
}

input.radio {
	width: auto;
	height: auto;
	border: none;
	margin-left: -3px;
}

input.checkbox {
	width: auto;
	height: auto;
	border: none;
	margin: 0;
}

input.button {
	width: auto;
	height: auto;
	line-height: 100%;
	padding: 2px 5px 2px 5px;
	margin: 0;
}

textarea {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
	width: 100%;
	height: 10em;
	border: 1px solid #c8c6c6;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px
}

/*---------------- structure-------------------*/

#container {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../images/elements/header.jpg) top center no-repeat;
	text-align: center;
}

#sub-container {
	position: relative;
	margin: 29px auto 3em auto;
	width: 842px;
}

#logo {
	position: relative;
	margin: 80px auto 41px auto; 
	width: 496px;
}

#lead-image {
	border: 6px solid #cdbba4;
}

#menu {
	position: relative;
	margin: 0 auto;
	width: 100%;
	font-size: 1.2em;
	font-weight: normal;
}

#menu ul {
	list-style: none;
}

#menu li {
	position: relative;
	display: inline;
	margin: 0;
	margin-right: 3px;
	line-height: 1.9;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	color: #b6a490;
	background-color: #2a1404;
	text-decoration: none;
	padding: 10px 13px 5px 13px;
}

#menu a:hover {
	color: #e39e4e;
}

#menu li.alt a:link, #menu li.alt a:visited, #menu li.alt a:hover, #menu li.alt a:active {
	color: #e39e4e;
	font-style: italic;
	padding: 10px 13px 14px 13px;
	background: #2a1404 url(../images/elements/menu-arrow.gif) 50% 100% no-repeat;
}

#main-content {
	float: left;
	width: 574px;
	margin-top: 4em;
	padding-bottom: 3em;
	text-align: left;
}

#main-content p {
	color: #604939;
	font-size: 1.3em;
	line-height: 1.45;
	margin: 1em 0;
}
/*
#main-content p.first:first-letter {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 3.3em;
	line-height: 1.2em;
	font-weight: normal;
	color: #674d3d;
	float: left;
	padding: 0;
	margin-top: .11em;
	margin-left: -0.05em;
	margin-right: 0.05em;
}
*/
#side-content {
	float: right;
	width: 228px;
	margin-top: 4em;
	padding-bottom: 3em;
	text-align: left;
}

#languages-menu {
	position: absolute;
	right: 0;
	top: -160px;
	width: 10em;
}

#languages-menu li {
	font-size: 1.2em;
	text-align: right;
	margin-bottom: .2em;
}

#languages-menu a:link, #languages-menu a:visited, #languages-menu a:hover, #languages-menu a:active {
	display: block;
	padding-right: 26px;
	color: #e2cfb8;
	text-decoration: none;
}

#languages-menu a:hover {
	color: #e39e4e;
}

#languages-menu li a.alt:link, #languages-menu li a.alt:visited, #languages-menu li a.alt:hover, #languages-menu li a.alt:active {
	color: #e39e4e;
	font-style: italic;
}

li#language-slo a:link, li#language-slo a:visited, li#language-slo a:hover, li#language-slo a:active {
	background: url(../images/elements/slo-off.gif) 100% 50% no-repeat;
}

li#language-eng a:link, li#language-eng a:visited, li#language-eng a:hover, li#language-eng a:active {
	background: url(../images/elements/eng-off.gif) 100% 50% no-repeat;
}

li#language-nor a:link, li#language-nor a:visited, li#language-nor a:hover, li#language-nor a:active {
	background: url(../images/elements/nor-off.gif) 100% 50% no-repeat;
}


li#language-slo a.alt:link, li#language-slo a.alt:visited, li#language-slo a.alt:hover, li#language-slo a.alt:active {
	background: url(../images/elements/slo-on.gif) 100% 50% no-repeat;
}

li#language-eng a.alt:link, li#language-eng a.alt:visited, li#language-eng a.alt:hover, li#language-eng a.alt:active {
	background: url(../images/elements/eng-on.gif) 100% 50% no-repeat;
}

li#language-nor a.alt:link, li#language-nor a.alt:visited, li#language-nor a.alt:hover, li#language-nor a.alt:active {
	background: url(../images/elements/nor-on.gif) 100% 50% no-repeat;
}

#sysmenu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #f2eae0 url(../images/elements/sysmenu-background.gif) top left repeat-x;
	text-align: center;
}

#sysmenu ul {
	/*margin: 0 auto;*/
	padding: 3px 0 1px 0;
}

#sysmenu li {
	display: inline;
}

#sysmenu a:link, #sysmenu a:visited, #sysmenu a:hover, #sysmenu a:active {
	color: #7c6241;
	text-decoration: none;
	padding: 3px 12px;
}

#sysmenu li a:hover {
	color: white;
	background: #8c704e url(../images/elements/sysmenu-background-on.gif) top left repeat-x;
}

#sysmenu li.on a:link, #sysmenu li.on a:visited, #sysmenu li.on a:hover, #sysmenu li.on a:active {
	background: #8c704e url(../images/elements/sysmenu-background-on.gif) top left repeat-x;
}

#sysmenu-setashomepage {
	display: none !important;
}

#sponsor1 {
	margin-left: 64px;
	margin-top: 40px;
}

#sponsor2 {
	margin-left: 49px;
	margin-top: 40px;
}

#sponsor3 {
	
}

.news-list {
	font-size: 1.15em;
	line-height: 1.35;
}

.news-list li {
	margin-bottom: .4em;
	margin-left: -10px;
	margin-right: -10px;
	padding: .3em 10px .3em 10px;
}

.news-list li:hover {
	background: #e7d7c5 url(../images/elements/newslist-on-background.gif) top left repeat-x;
}

.news-list li span {
	display: block;
	margin-bottom: .2em;
	/*padding-left: 14px;
	background: url(../images/elements/star.png) 0% 50% no-repeat;*/
}

.news-list a:link, .news-list a:visited, .news-list a:hover, .news-list a:active {
	color: #604939;
	text-decoration: none;
}


.link-list {
	font-size: 1.15em;
	line-height: 1.35;
	margin-top: 1em;
}

.link-list li {
	margin-bottom: .3em;
}

.link-list a:link, .link-list a:visited, .link-list a:hover, .link-list a:active {
	color: #604939;
	text-decoration: none;
}

.photo, .fotoCnt {
	border: 6px solid #cdbba4;
}

.fotoCnt {
	margin-left: 5px;
}

.fotoCntOrg {
	border: none;
}

.sponsor {
	display: block;
	margin-top: 30px;
}

table#gallery {
	width: 100%;
}

table#gallery td {
	vertical-align: top;
	padding-bottom: 20px;
}

table#gallery td.col1 {
	padding-right: 11px;
}

table#gallery td.col2 {
	width: 406px;
}


/*------------------ forms -------------------- */

#security, #security-code {
	float: left;
}

dd.note {
	clear: left;
}

dt#submit {
	padding-top: 15px;
}

/* eml */
#eml-form {
	font-size: 1.3em;
	color: #604939;
	margin: 0;
	padding: 0;
}

#eml-form label {
	margin-bottom: .3em;
}

#eml-form em {
	color: #c00;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
}

#eml-form dl {
	margin: 10px 0;
	padding: 0;
}

#eml-form dt {
	margin: 7px 0 0 0;
	padding: 0;
}

#eml-form dt.checkbox {
	margin: 2px;
	padding: 0;
}

#eml-form dd {
	margin: 0;
	padding: 0;
}

#eml-form dt em, #eml-form .note em {
	color: #c00;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
}

#eml-form  input.text {
	width: 250px
}

#eml-form hr {
	border: none 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

/*---------------- end forms----------------- */