@charset "ISO-8859-1";
/* CSS Document */
body {
	margin:0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	font-family:  "Helvetica", Arial, Sans-Serif;
	font-weight: bold;
	line-height: 14px;
	font-size:11px;
	overflow-x:hidden;
	}

div, td {
	font-family: "Helvetica", Arial, Sans-Serif;
	line-height: 17px;
	font-size:14px;
	font-weight: bold;
	}

h1 {
	font-size:14px;
	line-height: 17px;
	margin:0px;
	/* oben rechts unten links */
	padding:10px 5px 3px 20px;
}

h2 {
	font-size:14px;
	line-height: 17px;
	margin:0px;
	/* oben rechts unten links */
	padding:10px 5px 10px 5px;
    width: 550px;
}

h3 {
	font-size:14px;
	line-height: 17px;
	margin:0px;
	/* oben rechts unten links */
	padding:10px 5px 3px 20px;


}

h4 {
	font-size:14px;
	line-height: 17px;
	margin:0px;
	/* oben rechts unten links */
	padding:10px 5px 3px 20px;
}

h5 {
	font-size:14px;
	line-height: 17px;
	margin:0px;
	/* oben rechts unten links */
	padding:10px 5px 3px 20px;
}

h6 {
	font-size:14px;
	line-height: 17px;
	margin:0px;
        /*text-align: center; */
	/* oben rechts unten links */
	padding:10px 5px 3px 20px;
}




p {
	margin-top: 0px;
	padding-left: 5px;
	width: 550px;
	}

p a:link {
	color:#000000;
	text-decoration:none;
	border-bottom: 1px solid #000000;
	}

p a:visited {
	color:#000000;
	text-decoration:none;
	border-bottom: 1px solid #000000;
	}

p a:focus {
	color:#000000;
	text-decoration:none;
	border-bottom:1px solid #000000;
	}

p a:hover {
	color:#000000;
	text-decoration:none;
	border:none;
	}

p a:active {
	color:#000000;
	text-decoration:none;
	border-bottom:1px solid #000000;
	}

#header
	{
	position:fixed;
	top:5px;
	width: auto;
	height:auto;
	margin-left: 0px;
	z-index:100;
	}

/*text area settings*/
#content {
	position:absolute;
	top:0px;
	left:15px;
	width:auto;
	height:auto;
	z-index:1;
	padding-top:130px;
	margin-bottom: 0px;

	}

/*image settings*/
#content img {
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 100px;
	display:block;
	clear:both;
}

#content p img {
	margin-left: 0px;
}



.slideShow {
    margin:0px 0px 100px 0px;
}

.displayNone {
    display: none;
}

.loading {
    margin-bottom: 500px;
}
