/* ------------------------------------------------------------ */
/* Homepage                                                     */
/* ------------------------------------------------------------ */

body#homepage {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
	font-family: Helvetica, Arial, Universal, sans-serif;
}

/* bild */
#bild {
	background: #000 url(../images/homepage.jpg) no-repeat;
	width: 300px;
	height: 450px;
	position: absolute;
	top: 100px;
	left: 350px;
	z-index: 1;
}

#homepage #head {
	position: absolute;
	top: 105px;
	left: 138px;
	z-index: 2;
}

#homepage #footer {
	position: absolute;
	top: 515px;
	left: 425px;
	z-index: 2;
	color: #ddd;
	background-color: #000;
	padding: 3px 300px 5px 5px;
	font-size: 0.85em;
}

/* mainmenu */
#homepage #mainmenu {
	position: absolute;
	top: 255px;
	left: 190px;
	z-index: 3;
	text-align: right;
}
#homepage #mainmenu ul {
	list-style: none;
	margin-left: 0;
	background-color: #000;
	padding: 1px 10px 4px 10px;
}
#homepage #mainmenu li {
	display: block;
	background-color: #000;
	padding: 2px 0;
	margin-right: 3px;
	font-size: 0.9em;
	font-weight: bold;
}
#homepage #mainmenu a{
	color: #ddd;
	text-decoration: none;
	padding: 2px 8px;
}
#homepage #mainmenu a:hover {
	color: #ff0000;
	background-color: #666;
}




/* ------------------------------------------------------------ */
/* Sonstige Seiten (außer Homepage)                             */
/* ------------------------------------------------------------ */

body#seite {
	margin: 0;
	padding: 0;
	background: #000 url(../images/banner.jpg) no-repeat;
	color: #fff;
	font-family: Helvetica, Arial, Universal, sans-serif;
}

#seite #head {
	margin-top: 100px;
	margin-left: 100px;
}

#title {
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#subtitle {
	font-weight: normal;
	letter-spacing: 0.05em;
	font-size: 1.1em;
}

#title2 {
	position: absolute;
	top: 243px;
	left: 37px;
	font-size: 1.3em;
	text-align: right;
	border: solid 1px #333;
	padding: 2px 5px;
	width: 150px;
	visibility: hidden;
}




/* mainmenu */
#seite #mainmenu {
	position: absolute;
	top: 155px;
	left: 320px;
}
#seite #mainmenu ul {
	list-style: none;
	margin-left: 0;
	background-color: #000;
	padding: 1px 10px 4px 10px;
}
#seite #mainmenu li {
	display: inline;
	background-color: #000;
	padding: 2px 0;
	margin-right: 3px;
	font-size: 0.9em;
	font-weight: bold;
}
#seite #mainmenu a{
	color: #999;
	text-decoration: none;
	padding: 2px 8px;
}
#seite #mainmenu a.active {
	color: #fff;
//	border: 1px dotted #666;
}
#seite #mainmenu a:hover {
	color: #000;
	background-color: #666;
}



/* menu2 */

#menu2 {
	position: absolute;
	top: 275px;
	left: 80px;
	text-align: right;
}
#menu2 ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	background-color: #000;
	padding: 1px 10px 4px 10px;
}
#menu2 li {
	background-color: #000;
	padding: 2px 0;
	margin-right: 3px;
	font-size: 0.9em;
	font-weight: bold;
}
#menu2 a{
	color: #999;
	text-decoration: none;
	padding: 2px 8px;
}
#menu2 a.active {
	color: #fff;
//	border: 1px dotted #666;
}
#menu2 a:hover {
	color: #000;
	background-color: #666;
}



/*content*/

#content {
	position: absolute;
	top: 230px;
	left: 250px;
}

#content a {
	color: #fcc;
	text-decoration: none;
}
#content a:hover {
	color: #f66;
}
#content p {
	max-width: 600px;
	line-height: 160%;
}

#content p.spacing {
	margin-top: 3em;
}


#seite #footer {
	margin-top: 3em;
	font-size: 0.8em;
	border-top: 1px dotted #333;
	padding-top: 5px;
	width: 400px;
}


.austellungen_downloads {
	font-size: 0.8em;
}

/* exibitions */

table.exibitions {
	table-layout: fixed;
}
table.exibitions td {
	padding: 1px 1px 10px 5px;
	vertical-align: top;
}
table.exibitions td.year {
	width: 6em;
	text-align: left;
}
table.exibitions td.text {
	text-align: left;
}

/* form */

.field {
	clear: both;
	padding: 3px;
//	font-size: 0.9em;
}
.label {
	width: 7em;
	float: left;
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
//	border: 1px solid #fff;
}
.value {
	margin-left: 2em;
}
.value input.text {
	width: 400px;
	background-color: #ccc;
}
.value textarea {
	width: 400px;
	height: 80px;
	background-color: #ccc;
}

/* content2 */

#content2 img.vorschau {
	border: 1px solid #000;
	padding: 10px;
}
#content2 a img.vorschau:hover {
	border: 1px solid #999;
}

#content2 img.voll {
	border: 1px solid #666;
	padding: 15px;
}

a.navImage {
	font-size: 0.8em;
}

