@CHARSET "ISO-8859-1";

/* Hides from IE-mac \*/
* html .hollyhack { height: 1%; }
/* End hide from IE-mac */

body{
	/* background-color: #faf1c8; */
	/*background-color: #fffecd;*/
	background-color: #ffffcc;
	color: #05237b;
	text-align: center;
	font-family: sans-serif;
}

img{
		display: block;
}

p{
	padding-top: 5px;
	padding-bottom: 15px;
}

#topimg{
	display: inline;
}

div#enclosingDiv{
	border: 2px solid #cfbe62;
	margin: 15px 20px 15px 20px;
	padding: 10px;
	/*background-image: url(../../images/ornament.jpg);*/
	background-image: url(../../images/blaetterornament.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-width: 684px;
	min-height: 574px;
	height: auto !important;	/* für moderne Browser */
	height: 574px;  			/*für den IE */
}

ul#navigationList{
	list-style-type: none;
	float: left;
	text-align: left;
}

ul#navigationList li{
	margin-bottom: 0.7em;
	margin-top: 0.7em;
}

ul#navigationList a{
	color: #05237b;
	text-decoration: none;
	font-weight: bold;
	font-family: sans-serif;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div#mainContent{
	padding-left: 15em;
	padding-right: 15em;
	text-align: left;
	margin-top: 1em;
}

div#map{
	border: 2px dotted black;
	float: left;
}

a{
	color: #05237b;
	text-decoration: underline;
}