
/* schriftstil,abstände */

body
{ color: 330099;  background-color: #a6b6ca; font-family: verdana,arial; font-size: 10pt;}


table,tr,td
{margin-top: 0px; margin-left: 0px; margin-right: 0px; color: #330099 ;font-family: verdana,arial; font-size: 10pt; }

/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color: 330099; scrollbar-base-color: a6b6ca;
scrollbar-highlight-color : #e6e6e6; scrollbar-shadow-color : 330099;
SCROLLBAR-TRACK-COLOR: #cccccc;}


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

.nav {
	font-weight: bold;
	font-size: 26px;
}

/* Align the content of the cells on the index pages to the center. */
#index td {
	text-align: center;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}


/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Comment under the image on the slide pages. */
#slide .comment {
	font-size: 12px;
         margin-left: 7;
         margin-bottom: 5;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}

/* menue links */


#menu1 a {background-color: #a6b6ca;color:330099; text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;
}

#menu1 a:visited{background-color: #a6b6ca;color:330099;text-decoration:none;font-family:verdana, sans-serif; font-size: 10pt;
}

#menu1 a:active{background-color: #a6b6ca; color:330099;text-decoration:none;font-family:verdana, sans-serif; font-size: 10pt;
}

#menu1 a:hover {background-color: #a6b6ca;
 color: #FF00FF; text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;
}


/* allgemeine links im text */

a:link{ color: 330099; text-decoration:underline; ;font-family: verdana; font-size: 10pt; }

a:visited{color: 330099;text-decoration:underline;font-family: verdana; font-size: 10pt; }

a:active{ color:330099;text-decoration:underline;font-family: verdana; font-size: 10pt; }

a:hover{ color: #00FFFF; background-color:330099; text-decoration:none;font-family: verdana; font-size: 10pt; }


.active {filter: chroma();}
.inactive {filter: gray();}