@charset "UTF-8";

/* CSS Style */

body {
	margin: 0;
	padding: 0;
	background-image: url(bg.jpg); 
	background-color: #101214;
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: inherit;
	font-size: 16px;
	color: #FFF;
}
.mlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
}
.mlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
}
.mlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
}
.mlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;	
	text-decoration: none;
	color: #FFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: inherit;
	text-decoration: none;
	color: #FFF;
	text-align: left;
}

.textheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
	text-align: left;
}

img {
	border: none;
}

.tabellenhintergrund {
background-image: url(../images/tbg.png); 
background-repeat: repeat;
}

.picimg { padding: 1px; border: 1px solid #ccc; background-color: #eee; }

/* CSS Slideshow */

.slideshow { height: 220px; width: 800px; margin: auto }


function update(url,index,isSuper) {
 	document['PhotoBig'].src=url;
}

