
/* Farbe und Schriftart der Links */
a{
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #CC0033;
}

/* Definition Überschriften */
h1{
	font-family: Arial, sans-serif;
	font-size: 18px;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #000000;
}


h4{
	font-family: Arial, sans-serif;
	font-size: 18px;
	text-decoration: underline;
	color: #000000;
}

h5{
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #000000;
}

body{
	font-family: Arial, sans-serif;
	font-size:12px;
}

/* Definition Tabellen */
table{
	font-family: Arial, sans-serif;

}

td {
	vertical-align: top;
	font-family: Arial, sans-serif;
	font-size:12px;
}


/**************************************************************
	SlideShow v 1.3
**************************************************************/

.slideshowContainer {
	border: 1px solid #FFFFFF;
	width: 450px;
	height: 310px;
	margin-bottom: 4px;
}

.slideshowContainer2 {
	border: 1px solid #FFFFFF;
	width: 450px;
	height: 450px;
	margin-bottom: 4px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid #FFFFFF;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #cc0033;
	padding: 4px;
}

.current img {
	border: 1px solid #cc0033;
	padding: 4px;
}

.outline {
	border: 1px solid #808080;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 80px;
	float: left;*/
}

/*************************************************************
	Styles für die Suchen-Seite
**************************************************************/

#output a {font-weight: bold;}

.searchword  {color: #222; background-color: #ffd; border: 1px dotted #ffd;}
.searchword0 {color: #222; background-color: #ff0; border: 1px dotted #ff0;}
.searchword1 {color: #222; background-color: #0f0; border: 1px dotted #0f0;}
.searchword2 {color: #222; background-color: #0ff; border: 1px dotted #0ff;}
.searchword3 {color: #222; background-color: #fbb; border: 1px dotted #fbb;}
.searchword4 {color: #222; background-color: #dfd; border: 1px dotted #dfd;}
.searchword5 {color: #222; background-color: #faf; border: 1px dotted #faf;}
.searchword6 {color: #222; background-color: #ccc; border: 1px dotted #ccc;}

.mod {display: block; font-size: .8em;}

#searchfooter {
font-size: .8em;
margin-top: 1em;
color: #808080;
}