/* CSS Document */

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html
{
	height:101%;
}


body
{
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size:0.9em;
	color:#999;
}

h1
{
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:22px;	
}




#inhalt
{
	/*background-color:#CCC;*/
	/*text-align:center;*/
	/*border:1px solid #ccc;*/
	width:1050px;
	margin-top:50px;
	margin-right:auto;
	margin-left:auto;
}

#navi
{
	font-size:1.1em;
	float:left;
	width:200px;	
	margin-top:250px;
	margin-left:3%;
	text-align:left;
	
	
}
#navi ul
{
	list-style-type:none;
}
#navi li
{
	line-height:1.3em;	
}
#navi .space
{
	margin-top:10px;
	margin-bottom:10px;	
}
#navi a:link, #navi a:visited
{
	text-decoration:none;
	color:#999;
}
#navi a:hover, #navi a:active, #navi a:focus
{
	/*text-decoration:underline;*/
	color:#696F61;
}
#subnavi
{
	padding:5px 0px 8px 25px;
	font-size:0.85em;
}
#subnavi .aktiv, #navi .aktiv
{
	font-weight:bold;
}

#bildinfo
{
	clear:both;
	position:absolute;
	/*width:350px;*/
	font-size:0.9em;
	text-align:left;	
	margin-left:35px;
	top:820px;
	/*margin-top:-80px;*/
	/*position:absolute;
	top:750px;
	left:0px;*/
	/*background-color:#FFC;*/	
}

#outside
{
	
	float:right;
	width:700px;
	/*background-color:#cc0000;*/
	margin-top:50px;
	margin-right:30px;
	
}

.center
{
	margin-top:20px;
	text-align:center;
	
	

}
.prev, .next
{
	cursor:pointer;
	font-size:1.5em;
	
}

/* Aktuelles */
#tablediv
{
	float:right;
	width:70%;
	margin-right:60px;
	/*background-color:#ef7793;*/
	
}


.ausstellungen
{
	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:22px;
	/*border-bottom:1px solid #999;*/
	background-color:#ddd;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}



.text
{
	font-size:0.9em;
	color:#666;
	padding:8px 8px 8px 22px;
	border-bottom:1px solid #999;
	text-align: left;
}
.text ul
{
	padding-left:15px;
}
.text a:link, .text a:visited
{
	text-decoration:none;
	color:#333;
	
}
.text a:hover, .text a:focus, .text a:active
{
	text-decoration:none;
	color:#900;
}
.white
{
	padding-top:8px;
	padding-bottom:8px;	
	border-bottom:1px solid #999;	
	vertical-align:top;
}

.mitspace
{
	padding-top: 8px;
	padding-bottom: 8px;
}
