
.border
{
	border: 1px solid #b07c29;
	border-radius: 1px;
}

.images
{
	display: flex;
	flex-wrap: wrap;
    margin: -10px;
    align-items: center;
}


.images > *
{
	padding: 10px;
}

.images img
{
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

.images a
{
	display: flex;
	max-width: 33.3%;
	width: 100%;
	box-sizing: border-box;
	justify-content: center;
}

@media (max-width: 900px) {
	.images a
	{
		max-width: 50%;
	}
}

@media (max-width: 500px)
{
	.images a
	{
		max-width: 100%;
	}
}


table.styled
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

table.styled td
{
	border-bottom: 1px solid #b07c29;
}

/* formular */

.form-style.error
{
	color: #db0000;
	padding: 15px 0;
}

.form-style .text-center
{
	text-align: center;
}

.form-style .smaller
{
	font-size: 0.8em;
}

.form-style .label
{
	float: left;
	width: 200px;
}

.form-style > div
{
	margin-left: 200px;
	margin-bottom: 10px;
	max-width: 300px;
}

.form-style > div:after
{
	content: "";
	clear: both;
	display: block;
}

.form-style > div.full
{
	margin-left: 0;
	max-width: 500px;
}

.form-style > .text, .form-style > .capt
{
	height: 20px;
	line-height: 20px;
}

.form-style > .capt
{
	display: block;
}

.form-style > strong
{
	clear: both;
	display: block;
}

.form-style input,
.form-style textarea,
.form-style select
{
	width: 100%;
	border: 1px solid #264054;
	box-sizing: border-box;
}

.form-style textarea
{
	height: 130px;
	max-width: 500px;
}

.form-style input[type=checkbox],
.form-style input[type=submit]
{
	width: auto;
}

.form-style input[type=submit]
{
	padding: 8px 16px;
	cursor: pointer;
}

.form-style .float
{
	float: left;
}

.form-style .checkbox_text
{
	margin-left: 25px;
	line-height: 1.5em;
}