/*** Globals ***/
* {
	border:0;
	padding:0;
	margin:0;
}
html, body {
	height:100%;
}
body {
	color:#000000;
	background-color:#FFFFFF;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	margin: 0;
	padding: 0;
}
input {
	outline:none;
}
h1 {
	font-size:120%;
	font-weight:normal;
	margin:14px 0;
}
h2 {
	font-size:250%;
	font-weight:normal;
	margin:18px 0;
}
/** Toplevel Navigation **/
#nav {
	margin:0;
	text-align:right;
}
#nav li {
	font-size:10px;
	list-style:none;
	display:inline;
	margin-right:10px;
}
#nav a {
	text-decoration:none;
	color:#000000;
}
#nav a:hover {
	text-decoration:underline;
}
/** Layout Containers **/
#container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height:600px;
	width:750px;
	max-width: 100%;
	max-height: 100%;
	text-align:left;
	background-color:#fff;
}
#content {
	position:relative;
	border: thin solid black;
	height:450px;
	width:750px;
}
div.text {
	text-align:left;
	margin:10px;
}
article {
	margin: 30px;
	line-height: 1.5;
}
article ul {
	/*display: table;*/
}
article li {
	/*display: table-row;*/
	list-style: none;
	margin-bottom: 10px;
}
article li div {
	margin-left: 120px;
}
article li time {
	/*display: table-cell;*/
	text-align: right;
	display: block;
	float: left;
	width: 100px;
	padding-right: 20px;
}
#menu a {
	color:transparent;
}
/** Gallery Menu Front **/
.front img.collapse {
	width:20px;
	height:450px;
}
.front img.fullsize {
	height:450px;
	width:200px;
}
.front#menu { /* TODO share with content */
	/*clear:right;*/
	border: thin solid black;
	text-align:right;
	overflow:hidden;
	height:450px;
	width:750px;
    /**
	background-image:url(../icons/arrows.gif);
	background-repeat:no-repeat;
	background-position:100px center;
    **/
}
/** Gallery Menu Page **/
.page img.collapse {
	width:10px;
	height:80px;
}
.page img.fullsize {
	height:80px;
}
.page#menu {
	margin-top: 10px;
	text-align:center;
	float:right;
}

/*** Image-Gallery Styles ***/

/* dieser Block ist für vertikale wie horizontale Zentrierung des Bildes */
#picture {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
#text { /* must be more specific, see above */
	font-size:11px;
    margin: 5px auto;
    padding: 5px 10px;
    text-align:left;
    background-color:#999999;
    color: #FFFFFF;
}
#controls {
	position:relative;
	margin:0 10px;
	padding:0;
	top:50%;
    text-align: center;
}
#controls input {
	height:32px;
	margin-top:-16px;
}
#controls input#previous {
    float:left;
}
#controls input#next {
    float:right;
}