/* CSS für Bildergalerien */
body{
	color: #000000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}

a {	
  text-decoration: none;
  color: #666; 
}

a:visited {	text-decoration: none; }
a:hover { 
  text-decoration: underline; 
  color:#c03;
}

table {
	border-spacing: 0em;
	border-collapse: collapse;
}

td { padding: 0em; }

img {
	border: none;
	border-style: none;
}

#main {
	font-size: 0.625em;
	width: 81em;
}

/* Indexpage */
.logo {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: thin;
	padding-bottom: 1.5em;
	margin-bottom: 1em;
	margin-top: 2em;
}
.hsalogo {
	width: 59em;
}

#titleframe {
	text-align: left;
}
#titleframe .title {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF6600;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
}

#navi {
	width:100%;
	margin-top: 2em;
	margin-bottom: 1em;
}

#navi .arrow {
	vertical-align: middle;
	text-align: left;
	width: 3em;
}

#navi .page {
	text-align: center;
	font-weight: bold;
}

#impressum {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: center;
	font-size: 0.9em;
	color: #666666;
	margin-top: 1.5em;
	padding-top: 0.2em;
}

/* SubPage */
.caption2 {
	color: #FF6600;
	text-align: center;
	font-size: 0.9em;
}

.email, .foot {
	color: #666;
}

.overview {
	color: #c03;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#imageInfo {
	text-align: center;
}

/* Thumbnails */
.thumbnail td {
	vertical-align: top;
	text-align: left;
	border: none;
	padding: 0em;
}

.caption {
	color:#FF6600;
	text-align: center;
	font-size: 0.9em;
	width: 15em;
	overflow: hidden;
	margin-bottom: 0.5em;
}

