body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: arial;
	color: #555;
	text-align: center;
	font-size: 12px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font-size: 11px;
	font-family: arial;
	color: #555;
}

input, select {
	height: 20px;
}

textarea {
	height: 120px;
}

.form_input input, .form_input select, .form_input textarea {
	width: 100%;
}

h1 {
	float: left;
	margin: 0px;
	width: 100%;
	color: #CC9933;
	line-height: 50px;
	font-size: 24px;
}
h2 {
	display: block;
	margin: 0px;
	width: 100%;
	color: #CC9933;
	line-height: 30px;
	font-size: 18px;
}


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

a.subnav {
	font-weight: bold;
	font-size: 12px;
}

.light-blue {
	color: #999999;
}

.dark-blue {
	color: #CC9933;
}

.header {
	font-size: 18px;
	font-weight: bold;
}

#container {
	text-align: left;
	position: relative;
	width: 990px;
	margin: auto;
}

#header {
	float: left;
	width: 100%;
	height: 163px;
	background-image: url("lustrum/header.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#mini_nav {
	position: absolute;
	left: 865px;
	top: 3px;
	font-weight: bold;
}

#mini_nav a {
	font-size: 10px;
	color: #999;
}

#navigation {
	position: absolute;
	left: 75px;
	top: 130px;
}

#navigation a {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	margin: 0 15px 0 15px;	
}

#nav_lang {
	position: absolute;
	left: 900px;
	top: 168px;
}

#nav_lang a img{
	border:none;
}

#nav_loc {
	position: absolute;
	left: 30px;
	top: 170px;
}

#col-left {
	display: inline;
	float: left;
	width: 230px;
	margin-left: 20px;
}

#col-mid {
	display: inline;
	float: left;
	width: 480px;
	margin-left: 20px;
	margin-top: 20px;
	line-height: 20px;
}

#col-right {
	display: inline;
	float: left;
	width: 200px;
	margin-left: 20px;
}

.box {
	display: inline;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}

.box-left {
	background-image: url("lustrum/box-left-open.jpg");
}

.box-right {
	background-image: url("lustrum/box-right-open.jpg");
}

.box-first {
	margin-top: 30px;
}

.box_header {
	display: inline;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.box_item {
	display: inline;
	float: left;
}

.box-left .box_item {
	width: 210px;
	margin-bottom: 10px;
}

.box-right .box_item {
	width: 180px;
}

.box_item-dot {
	display: inline;
	float: left;
	width: 7px;
	height: 7px;
	margin-top: 3px;
	margin-left: 20px;
}

.box_item-text {
	float: left;
	margin-left: 10px;
	font-size: 11px;
	color: #888;
	width: 170px;
} 

.box_item-text-right {
	float: left;
	margin-left: 10px;
	font-size: 11px;
	color: #888;
	width: 135px;
}

.box_item-image {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}

.box_item-text_header {
	font-weight: bold;
	font-size: 12px;
	color: #555;
}

.box_footer {
	float: left;
	width: 100%;
	height: 25px;
}

.box_footer-link {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

.box-left-footer {
	background-image: url("lustrum/box-left-close.jpg");
}

.box-right-footer {
	background-image: url("lustrum/box-right-close.jpg");
}

.content-text {
	display:block;
	width: 100%;
	padding-bottom: 20px;
}
.content-text-left {
	display: block;
	float: left;
	width: 50%;
	margin-bottom: 20px;
	border-right: #c93 solid 1px;
	vertical-align:text-top;	
}
.content-text-right {
	display: block;
	float: right;
	width: 45%;
	padding: 0 0px 20px 10px;
	vertical-align:text-top;
}

.content_item {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}

.content_item-image {
	float: left;
	width: 120px;
	margin-right: 10px;
	background-color: #eee;
}

.content_item-text {
	float: left;
	color: #888;
}

.content_item-text_header {
	font-weight: bold;
	color: #555;
}

.foto_thumb {
	float: left;
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	cursor: pointer;
}

.foto_image {
	float: left;
	width: 480px;
	height: 380px;
	margin-bottom: 20px;
}

#foto_next {
	float: right;
	cursor: pointer;
	height: 20px;
	font-weight: bold;
}

#foto_prev {
	float: left;
	cursor: pointer;
	height: 20px;
	font-weight: bold;
}

.form_row {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.form_label {
	float: left;
	width: 40%;
}

.form_input {
	float: left;
	width: 60%;
}

.form_button {
	float: left;
	width: 100%;
	text-align: right;
}

#footer {
	width: 100%;
	height: 40px;
	color: #aaa;
	font-size: 11px;
	float: left;
	margin-top: 50px;
	text-align: center;
}

.prevnext {
	float: left;
	width: 100%;
	margin-top: 20px;
}
