html, body {
	background-color: #F8E0F7;
	height: 100%;
	overflow: hidden;
}

div#footer {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

div#dock {
	position: absolute;
	left: 20px;
	bottom: 20px;

	height: 120px;

	z-index: 20;

	/*border: 1px solid red;*/
}

div#dock a {
	position: relative;
	top: 18px;
	width: 100px;
	height: 100px;

	margin-left: 3px;
	margin-right: 3px;

	float: left;
	display: block;
	cursor: pointer;
	overflow: hidden;

	background-color: #5c78a3;
	border: 1px solid grey;

	-moz-border-radius: 8px;
	border-radius: 8px;
}

div#dock a {
	color: white;
	font-size: 100%;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

div#dock a span.accesskey {

}

div#dock a:hover, div#dock a.active {
	position: relative;
	top: 0px;
	width: 118px;
	height: 118px;

	background-color: #0044aa;
}

div#dock a.active {
	background-color: #FA58F4;
}

div#dock a span.square {
	width: 100%;
	height: 100%;
	padding: 4px;

	display: block;

	/*background-color: grey;*/
}

div#window {

	position: relative;
	top: 10%;

	width: 100%;
	height: 70%;
	min-height: 500px;

	overflow: hidden;
	z-index: 10;

	font-size: 100%;

	display: block;

	background-color: rgba(255,255,255,0.7);
	border: 1px solid #ddd;
}

div#windowcontent {
	position: relative;
	margin: 0em 2em;
	padding-right: 1em;
	top: 5%;
	height: 90%;
	overflow: auto;

	text-align: justify;
}

div.cite {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100px;
	width: 400px;

	margin-left: -200px;
	margin-top: -50px;

	z-index: 5;
}

div.hidden {
	display: none !important;
}

div.cite span.quote {
	color: #DB63D6;
	font-family: Verdana, Arial;
	font-size: 120%;
}

div.cite span.quote span.author {
	float: right;

	font-size: 80%;
	font-style: italic;
}

div#motiv {
	position: absolute;
	right: 40px;
	bottom: 40px;
	background-image:url(../img/butterfly30.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 300px;
	height: 300px;
}

div.thumb {
	position: relative;
	width: 180px;
	height: 180px;
	overflow: hidden;
	float: left;
	margin: 0.2em;
}

div.thumb a {
	color: black;
	text-decoration: none;
}

div.thumb:hover {
	opacity: 0.8;
}

div.thumb p.title {
	position: absolute;
	bottom: 0em;
	width: 100%;
	margin: 0 !important;
	padding: 0.5em;
	background-color: #fff;
	opacity: 0.8;
	filter:Alpha(opacity=80);
	font-weight: bold;
}

div#fullimagecontainer {
	position: absolute;
	width: 90%;
	height: 90%;
	top: 5%;
	left: 5%;
	z-index: 100;
	display: none;
}

div#fullimagecontainer div.close {
	right: 1em;
	top: 1em;
}

div#fullimagecontainer div.next {
	right: 1em;
	bottom: 1em;
}

div#fullimagecontainer div.save {
	left: 1em;
	top: 1em;
}

div#fullimagecontainer div.prev {
	left: 1em;
	bottom: 1em;
}

div#fullimagecontainer div.overlay {
	position: absolute;
	background: rgba(180,180,180,1);
	font-family: sans-serif;
	font-weight: bold;
	cursor: pointer;
	padding: 0.2em 1em;
}