@import url(nav.css);

h3 {
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
}
h4 {
	font-size: 1.1em;
	margin: 0;
}

/* ----- cover ----- */
#content.pre {
	width: 100%;
	padding: 0;
	margin: 7em 0;
	text-align: center;
}
.start {
	width: 800px;
	margin: 15em auto;
	text-align: center;
}
.start p {
	margin: 2em 0;
	color: #555;
}

/* ----- hauptseite ----- */
#intro {
	position: absolute;
	left: 0;
	top: 39em;
	width: 16.5em;
	width: 17em;
	margin: 0 12px 0 0;
}
#intro p {
	margin-left: 12px;
	margin-right: 12px;
	font-size: 1em;
}
#main {
	width: 544px;
}

/* ---- bilder ----- */
.thumbnails {
	width: 54.4em;
	empty-cells: hide;
}
.thumbnails td {
	width: 130px;
	padding: 0;
	border-right: 6px solid #fff;
	border-bottom: 6px solid #fff;
	background-color: #E6E6E6;
}
.thumbnails a.thumb {
	display: block;
	width: 130px;
	height: 130px;
	margin: 6px;
	text-align: center;
	overflow: hidden;
}
.thumbnails a.zoom {
	display: block;
	width: 130px;
	height: 130px;
	position: absolute;
	z-index: 3;
	margin: 6px;
	text-indent: -10000px;
	background: url(../images/buttons/zoom_in.gif) -104px 90px no-repeat;
}
.thumbnails a.zoom:hover {
	background-position: 104px -1890px;
}
.thumbnails a.zoom img {
	position: absolute;
	z-index: 2;
}
.thumbnails td.big {
	width: 402px;
}
.thumbnails td.big a.zoom, .thumbnails td.big a.thumb {
	width: 380px;
	height: 295px;
	text-align: center;
}
.thumbnails .big a.zoom {
	display: block;
	width: 130px;
	height: 130px;
	position: absolute;
	z-index: 3;
	margin: 6px;
	text-indent: -10000px;
	background: url(../images/buttons/zoom_in.gif) -376px 90px no-repeat;
}
.thumbnails .big a.zoom:hover {
	background-position: 354px -1740px;
}


.thumbnails p {
	margin: 3px 6px;
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
	line-height: 1.4em;
  color: #555;
}
.thumbnails p a {
	color: #555;
	text-decoration: none;
	font-size: 1.1em;
}
.thumbnails p a:hover {
	color: #f00;
}

p.biglink {
	padding: 0;
	margin: -1em 4px 3em 0;
	text-align: left;
}
.biglink a, .biglink a:visited {
	padding: .5em 1.4em;
	width: 13em;
	font-weight: bold;
}


/* ----- News + Termine rechts ----- */
#news {
	width: 195px;
	float: right;
	padding-bottom: 6px;
}
#news h3, #news h4, #news p {
	font-size: 1em;
}
#news p {
	padding-bottom: 1em;
	border-bottom: 1px solid #d6d6d6;
}
#news p.more {
	border-bottom: 0;
}


/* ----- Suche ----- */
form.search {
	clear: left;
	width: 53.8em;
	padding: 0;
	border: 1px solid #d6d6d6;
	margin: 2.2em 0;
	background: url(../images/buttons/bg_search.gif) left bottom no-repeat;
}
.search h2 {
	margin: 10px 0 .2em 10px;
}
.search fieldset {
	float: left;
	width: 38em;
	padding-left: 10px;
	font-size: 1.1em;
}
.search fieldset input#schlagwort {
	margin: 0 .6em .6em 0;
	width: 33em;
}
fieldset label {
	display: block;
	line-height: 2em;
}
fieldset label.left {
	float: none;
	display: inline;
	line-height: 1.6em;
}
.search input.radio {
	margin: 0 .2em 0 1.1em;
}
.search .buttons {
	line-height: 3.1em;
	margin: 2.1em 0 0 0;
}
.search .buttons input {
	line-height: auto;
}
