/*
 * Combined style sheet for the index pages and the slide pages.
 */
 

/* Style for all bodies. */
body {
	font-family: Times, sans-serif;
	font-size: 14px;
	color: Black;
	margin: 5;
	background-attachment: fixed;
	background-image: url(backpaper.jpg);
	background-repeat: repeat;
	background-position: left top;
	
/* scrolleiste internet explorer ab vers.5.5 */

{scrollbar-face-color: #ff0000; scrollbar-shadow-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #ffffff; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #d0d0d0; scrollbar-arrow-color: #ffffff; }

/* Style for all table cells. */
td {
	font-family: Times, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

/* Put a border on all generated images */
.image {
	border-width: 2;
	border-color: blue;
	border-style: solid;
	margin: 10;
}

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

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

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

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

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

a:hover {
	text-decoration: underline;
	color: #FF5500
}

a:link {
	text-decoration: none;
	color: #0000FF
}
/* menue links */

td.menu1{ text-decoration:none ;
font-family:times new roman; verdana;
border:solid 1px #808080;
width:160px;}


#menu1 a {display: block;         background-image:url(images/back_button.jpg); color:#000099; text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;width:160px;
padding-left: 4px; padding-bottom: 4px;   padding-top: 4px;margin: 0px auto;
}

#menu1 a:visited{display: block; background-image:url(images/back_button.jpg);color:#000099;text-decoration:none;font-family:verdana, sans-serif; font-size: 10pt;width:160px;
padding-left: 4px; padding-bottom: 4px;   padding-top: 4px;margin: 0px auto;
  }

#menu1 a:active{display: block; background-image:url(images/back_button.jpg); color:#000099;text-decoration:none;font-family:verdana, sans-serif; font-size: 10pt;width:160px;
padding-left: 4px; padding-bottom: 4px;   padding-top: 4px; margin: 0px auto;
  }

#menu1 a:hover {display: block;background-color:#3f779a;
background-image:url(images/back_button_b.jpg);
 color: #000099; text-decoration:none ;font-family:times, sans-serif; font-size: 10pt;width:160px;
padding-left: 4px; padding-bottom: 4px;   padding-top: 4px; margin: 0px auto;

}




/* allgemeine links */

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

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

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

a:hover{ color: #000099;background-color:white;  text-decoration:underline and overline;font-family: verdana; font-size: 10pt; }

