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

/* Style for all bodies and to control the margin on top. */
body {
	margin: 0px;
	padding: 5px;
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000080;
	font-weight: normal;
	background-image: url(papier.jpg);
	background-properties: fixed;
}

/* Style for the Top bar */
.topbar {
	background-repeat: repeat-x;
	height: 0px;
}

/* Style for the Top ruler */
.topruler {
	background-position: center;
	background-repeat: no-repeat;
	height: 0px;
}

/* Style for the Image/Folder Path Information */
.bpppath {
	font-size: 16px;
	font-weight: normal;
	color: #000080;
}

/* Style for the Image/Folder Index Information */
.bppindex {
	font-size: 16px;
	font-weight: normal;
	color: #000080;
}

/* Style for the Header */
.bppheader {
	font: comic sans ms;
	font-size: 16px;
	font-weight: normal;
	color: #000080;
}

/* Style for the Footer */
.bppfooter {
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
	font-size: 16px;
	font-weight: normal;
}

/* Style for the page body */
.pagebody {
	background-image: url(hintergrund.jpg);
	padding: 10px;
	font: comic sans ms;
	color: #000080;
	font-size: 16px;
	font-weight: normal;
}

/* Style for the Image Comment */
.comment {
	font: comic sans ms;
	color: #000080;
	font-size: 16px;
	font-weight: normal;
}

/* Style for any note/comment */
.note {
	font: comic sans ms;
	color: #000080;
	font-size: 16px;
	font-weight: normal;
}

.small {
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #0000ff;
}

a:visited {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	text-decoration: none;
	color: red;
}

a:link {
	text-decoration: none;
	color: #0000ff;
}

a.note:active {
	text-decoration: none;
	color: #0000FF;
}

a.note:visited {
	text-decoration: none;
	color: #0000FF;
}

a.note:hover {
	text-decoration: none;
	color: red;
}

a.note:link {
	text-decoration: none;
	font-size: 16px;
	color: #0000FF;
}

a.path:active {
	text-decoration: none;
	font-size: 16px;
	color: #0000FF;
}

a.path:visited {
	text-decoration: none;
	font-size: 16px;
	color: #0000FF;
}

a.path:hover {
	text-decoration: none;
	font-size: 16px;
	color: red;
}

a.path:link {
	text-decoration: none;
	font-size: 16px;
	color: #0000FF;
}


<style type="text/css">

#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("media/left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("media/right.png") no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}

</style>
