body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #000;
	margin: 0px;
	background-image:  url("../images/bg_body.jpg");
	background-repeat: repeat-x;
	background-position: top;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #024460;
}
a:hover {
	text-decoration: none;
	color: #0499D9;
}
#nav {
	text-decoration: none;
	color: #024460;
}
#nav a:link, #nav a:active, #nav a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #024460;
}
#nav a:hover {
	text-decoration: none;
	color: #0499D9;
}
#lang {
	font-size: 0.8em;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#lang a:link, #lang a:active, #lang a:visited {
	font-size: 0.9em;
	text-decoration: underline;
	color: #666666;
	font-weight: normal;
}
#lang a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}

#container {
	background-image:  url("../images/bg_container.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
#box {
	background-image: url(../images/bg_box.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#box_hm {
	background-image: url(../images/bg_box_hm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer {
	font-size: 0.65em;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: underline;
	color: #5A463F;
}
#footer a:hover {
	text-decoration: none;
	color: #B6A492;
}
#sunnax {
	font-size: 0.8em;
	color: #B5A694;
}
#sunnax a:link, #sunnax a:active, #sunnax a:visited {
	color: #B5A694;
	text-decoration: underline;
}
#sunnax a:hover {
	color: #B6A492;
	text-decoration: none;
}
#link_red a:link {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
#link_red a:active {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
#link_red a:visited {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
#link_red a:hover {
	font-weight: bold;
	color: #B6A492;
	text-decoration: none;
}
#album {
	width: 570px;
}
#album table {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.txt_white {
	color: #FFFFFF;
}
.txt_blue {
	color: #30608F;
}
.txt_form {
	padding: 0px;
	font-size: 0.9em;
}
.form_field {
	font-size: 0.9em;
	border-top: 1px solid #AB9783;
	border-right: 1px solid #AC9B86;
	border-bottom: 1px solid #B5A694;
	border-left: 1px solid #998066;
}
.form_field_dark {
	font-size: 0.9em;
	border-top: 1px solid #8B755F;
	border-right: 1px solid #DAD1C9;
	border-bottom: 1px solid #BFB0A4;
	border-left: 1px solid #7A6754;
}
.txt_sales {
	text-decoration: line-through;
}
.button {
	padding: 0px;
	font-size: 0.9em;
	background-color: #DED3CE;
}
select {
	border: 1px solid #B6A492;
}
.title {
	color: #024460;
	font-family: Times New Roman, Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 2px solid #7CBD30;
	line-height: 25px;
}
.title_blue {
	color: #024460;
	font-family: Times New Roman, Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 25px;
}
.event_title {
	color: #30608F;
	font-size: 1.1em;
	font-weight: bold;
}
.event_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

.event_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.event_title_w {
	color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
	font-size: 1.4em;
	font-weight: bold;
}
.gallery_title {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	height: 25px;
	padding-left: 10px;
}
.view a:link , .view a:visited , .view a:active {
	font-size: 0.9em;
	color: #024460;
	text-decoration: none;
	background-image: url(../images/arrow_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 15px;
	width: 170px;
}
.view a:hover {
	color: #0499D9;
	background-image: url(../images/arrow_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 15px;
}

.view_w a:link , .view_w a:visited , .view_w a:active {
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/arrow_off.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 15px;
}
.view_w a:hover {
	color: #CCCCCC;
	background-image: url(../images/arrow_on.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 15px;
}
