body
{
	position: relative;
	margin: 40px;
	padding: 1px 0; /* Prevent margin collapse */
	font-family: "Times New Roman", "Times", "Garamond", "Georgia", serif;
	font-size: 100%;
}

img
{
	margin: 0;
	border: inherit;
}

:link, :visited
{
	color: inherit;
	text-decoration: inherit;
}

.image
{
	margin: 2em 0;
}

.image img
{
	display: block;
	margin: 0 auto;
	width: 30em;
	height: auto;
	/* vertical-align: text-bottom; */
}

body.splash .image img
{
	width: auto;
}

#content
{
	position: relative;
	margin: 0 auto;
	padding-left: 13em;
	width: 30em;
	/* width: 480px; */
}

#map
{
	position: relative;
	margin: 0 auto;
	padding-left: 0em;
	width: 30em;
	/* width: 480px; */
}


body.splash #content
{
	padding-left: 0;
}

#content img
{
	margin: 10px 10px 10px 0;
}

#navigation
{
	position: absolute;
	left: 0;
	padding-top: 2em;
	width: 11em;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul  ul
{
	margin-left: 1em;
	margin-bottom: 0.5em;
	font-size: 80%;
}

#navigation .active
{
	font-weight: bold;
}

/*
#header
{
	position: absolute;
	left: 13em;
	top: 0;
	width: 30em;
}
*/

.logotype
{
	display: table;
	table-layout: auto; /* Default */
	border-collapse: separate; /* Default */
	border-spacing: 0 0.1em;
	/* margin: 1.5em 0 2em; */
	margin: 1.5em auto 2em;
	text-align: center;
}

.logotype h1, .logotype h2
{
	display: table-row;
}

.logotype h1
{
	font: inherit;
	font-variant: small-caps;
	font-size: 150%;
}

.logotype h1 small
{
	font-size: 75%; /* Not needed for Opera */
}

.logotype h2
{
	text-transform: uppercase;
	font: inherit;
	font-size: 87.5%;
}

h2, h3, p, ul, dl
{
	margin: 2em 0;
}

h2
{
	font: inherit;
	font-weight: bold;
	font-size: 150%;
}

h3
{
	font: inherit;
	font-weight: bold;
}

p
{
	text-align: justify
}

ul
{
	margin-left: 2em;
	padding: 0;
	list-style: square;
}

dl
{
	position: relative;
}

dt
{
	display: block;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}

dd
{
	display: block;
	margin: 0;
	margin-left: 14em;
	padding: 0;
}

hr
{
	border: none;
	border-top: 1px dashed black;
	background: none;
	width: 100%;
	height: 0;
}


newstext
{
	margin: 2em 0;
	text-align: center;
	font: inherit;
	font-size: 100%;
	line-height: 1.4;
}

newstext .text, text 
{
	display: block;
}


address
{
	margin: 2em 0;
	text-align: center;
	font: inherit;
	font-size: 78.6%;
}

address .name, address .address, address .tel, address .email
{
	display: block;
}

address .name
{
	text-transform: uppercase;
}

/*
form
{
	position: relative;
	margin: 0;
	background: #def;
	border: 1px solid #7bf;
	padding: 0 10px 10px;
	width: 265px;
	font-family: "Helvetica", "Arial", sans-serif;
}

form p.error
{
	margin: 0;
	margin-top: 10px;
	color: red;
}

form label
{
	display: block;
	position: absolute;
	left: 10px;
	margin: 0;
	margin-top: 10px;
	width: 100px;
	text-align: right;
}

form input[type="text"], form input[type="password"], form input[type="file"]
{
	display: block;
	margin: 0;
	margin-top: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 265px;
}

form textarea
{
	display: block;
	margin: 0;
	margin-top: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 265px;
}

form input[type="submit"]
{
	margin: 0;
	margin-top: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 60px;
}

body.form form
{
	margin: 200px auto;
	padding-left: 115px;
	width: 150px;
}

body.form form input[type="text"], body.form form input[type="password"], body.form form input[type="file"]
{
	width: 150px;
}

*/
p.edit
{
	margin: 0;
}

:link.edit, :visited.edit
{
	margin: 0 1px;
	background: #ffb;
	border: 1px outset #ffb;
	padding: 0 2px;
	color: red;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 60%;
}

:link.edit:hover, :visited.edit:hover
{
	border-style: inset;
}
