html, body, #footerstick {
	height: 100%;
}

html {
	overflow-y: scroll; 
	}
body {
	background-image: url('BG01.jpg');
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCC;
}
body, td, th {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
td {
	vertical-align: bottom;
	text-align: center;
}
td img {
	border-width: 1px;
	border-color: black;
	border-style: solid;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;	
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	text-align: center;
	color: #600;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 90%;
	min-width: 940px;
	max-width: 1700px;
	height: 100%;
}
*html #wrapper { width: 1000px; }

#footerstick {
	float: left;
	width: 1px;
	margin-right: -1px;
	margin-bottom: -52px;
}
#header {
	height: 125px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	float: left;
	width: 100%;
}
/* Klassen header*/
#header .logo {
	background-image: url(../res/JMS_Logo1.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0px;
	height: 124px;
	width: 205px;
	overflow: hidden;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
*html #header .logo { background-image: url(../res/JMS_Logo1.gif); }
#header .logo a {
	display: block;
	height: 124px;
	width: 200px;
}
#header .Banner {
	background-image: url(../res/JMS_Banner2.png);
	background-repeat: no-repeat;
	height: 125px;
	width: auto;
	overflow: hidden;
	background-position: center 30px;
	text-indent: -9999px;
}
*html #header .Banner { background-image: url(../res/JMS_Banner1.gif); }
/* div #page für footer-stick,
   page hält Navi und Content zusammen im div */
#page {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 100%;
}
/* Navigationsbereich */
#sidebar {
	float: left;
	width: 210px;
	height: auto;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
}
#sidebar .navi-vt {
	width: 200px;
	height: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #666;
	padding-top: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 10px;
	background-color: #EDEDED;
	padding-bottom: 10px;
	overflow: hidden;
	text-align: center;
}
#content {
	margin-left: 220px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.counter {
	color: black;
	font-size: 18px;
	text-align: center;
}
.currentitem {
	font-weight: bold;
}
.buttons {
	text-align: center;
	margin: 10px 0px;
}
.buttons img {
	border: none;
	margin-left: 5px;
	margin-right: 5px;
}
.thumbtable {
	float: left;
}
.slide {
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.comment {
	color: #333333;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	padding-top: 15px;
}
.comment2 {
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 1.4em;
}

/* footerbereich */
#footer {
	clear: both;
	height: 50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
	width: 100%;
}
/* Copyright Impressum */
.footer-area {
	float: right;
	width: 350px;
	margin-top: 5px;
	overflow: hidden;
}
.footer-area ul {
	margin: 0px;
	padding: 0px;
}
.footer-area ul li {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	float: left;
	list-style-type: none;
	width: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: 20px;
}
.footer-area ul li a {
	color: #00F;
	text-decoration: none;
	display: block;
}
.footer-area ul li a:hover {
	color: #F00;
	text-decoration: none;
}
.footer-area ul li a:active {
	color: #666;
}
