* { 
	padding: 0;
	margin: 0;
	border: 0;
}
html, body, #footerstick {
	height: 100%;
}
html {
	overflow-y: scroll; 
}
body, td, th {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 1em;
	font-weight: normal;
}
body {
	background-image: url(../images/BG01.jpg);
	background-repeat: repeat;
	background-color: #CCC;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #666;
}

h1, h2, h3, h4, h5, h6 {
	color: #600;
	margin-top: 0.3em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h1 {
	font-size: 2.5em;
	text-align: center;
}
h2 {
	font-size: 1.5em;
	text-align: center;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.5em;
	margin-left: 20px;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #006;
	margin-top: 10px;
}
p {
	font-size: 12px;
	margin-bottom: 1em;
	margin-top: 0.8em;
	line-height: 1.4em;
}
#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(../images/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;
}
#header .logo a {
	display: block;
	height: 124px;
	width: 200px;
}
#header .Banner {
	background-image: url(../images/JMS_Banner2.png);
	background-repeat: no-repeat;
	height: 125px;
	width: auto;
	overflow: hidden;
	background-position: center 30px;
	text-indent: -9999px;
}
/* div #page für footer-stick,
   page hält Navi und Content zusammen im div */
#page {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: italic;
	text-align: center;
	height: auto;
}

/* Navigationsbereich */
#sidebar {
	float: left;
	width: 210px;
	height: auto;
	overflow: hidden;
	margin-left: 5px;
	margin-bottom: 10px;
	display: inline;
}
#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: #F0F0F0;
	padding-bottom: 10px;
	overflow: hidden;
	text-align: center;
}
*html .navi-vt {
	height: 1%;
}
#sidebar .navi-vt a {
	font-size: 14px;
	font-weight: bold;
	color: #00F;
	text-decoration: none;
	text-align: center;
	float: none;
}
*html .navi-vt a,
*html .navi-vt strong {
	height: 1px;
}
#sidebar .navi-vt p a:hover {
	color: #F00;
}
#sidebar .navi-vt ul{
	padding: 0px;
	margin: 0px;
}
#sidebar .navi-vt ul li{
	list-style-type: none;
	font-weight: bold;
	color: #999;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
}
#sidebar .navi-vt ul li a{
	text-decoration: none;
	display: block;
	text-align: center;
	color: #00F;
	font-weight: bold;
}
#sidebar .navi-vt ul li a:hover {
	color: #F00;
}
#sidebar .navi-vt ul li a:active {
	color: #666;
}
#sidebar .news {
	width: 190px;
	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;
	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: #FFFFFF;
	overflow: hidden;
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
*html .news { height: 1% }
#sidebar .news p {
	font-size: 0.8em;
	color: #F00;
}
#sidebar .news ul {
	margin: 0px;
	padding: 0px;
}
#sidebar .news ul li {
	font-size: 12px;
	color: #F00;
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 10px;
	line-height: 1.4em;
	font-weight: bold;
}


/* Impressum sidebar */
#sidebar .imp-adresse {
	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: 25px;
	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: 20px;
	overflow: hidden;
}
*html .imp-adresse { height: 1%; }
#sidebar .imp-adresse address {
	font-size: 14px;
	font-style: normal;
	text-align: center;
	padding-bottom: 20px;
}
#sidebar .imp-adresse p {
	font-size: 12px;
	text-align: center;
}
/* ----- Inhaltsbereich ------ */
#content {
	margin-left: 220px;
	margin-bottom: 10px;
	margin-right: 0px;
}

#content .holder {
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
*html .holder { height: 1%; }
#content .holder2 {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	padding: 0px;
}
*html .holder2 { height: 1%; }
.holderCenter {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

/* --- Text- und Bild-Boxen auf der index-Site ---- */
#content .txt1 {
	width: 92%;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#content .centerBox {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	min-width: 680px;
	width: 96%;
}
*html .centerBox { height: 1%; }

#content .centerBox2 {
	width: 50%;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
}
#content .imgBox2 {
	width: 320px;
	height: 300px;
	text-align: center;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	padding-top: 10px;
}
#content .imgBox3 {
	width: 200px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 2px solid #00F;
}

#content .imgBox1 {
	width: 335px;
	float: left;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	background-color: #FFF;
	height: 100px;
	margin: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#content .imgBox1 img {
	border: 1px solid #09F;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 2px;
}

#content .imgBox1 p   {
	font-size: 12px;
	margin-right: 5px;
	text-align: left;
}

#content .table table a {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 100%;
	font-size: 0.8em;
}
/* Inhaltsbereich für Impressum */
#content .impressum {
	font-size: 12px;
	line-height: 1.4em;
	width: 90%;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#content .impressum a {
	display: inline;
	float: none;
}

/* footerbereich */
#footer {
	clear: both;
	height: 50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
	width: 100%;
}
/* Besucherzähler */
#counter {
	height: 40px;
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.siteupdate {
	float: left;
	overflow: hidden;
	font-size: 12px;
	margin-top: 15px;
}

/* 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;
}
/* allgemeine Klassen */
.p-klein {                
	font-size: 12px;
}
.p-klein-rot {
	font-size: 12px;
	color: #F00;
}
.roterText {
	color: #F00;
}
.blau_fett {
	font-size: 20px;
	font-weight: bold;
	color: #00F;
	text-align: center;
}

.bigFont {
	font-size: 20px;
}
.siteupdate .datum {
	font-weight: bold;
	color: #009;
}
.update-datum {
	font-weight: bold;
	color: #333;
}
.fett {
	font-weight: bold;
}
.activLink {
	color: #999;
}
/* -- Klassen für Download-Tabellen -- */
.dl-table {
	font-size: 0.8em;
	float: left;
	width: 100%;
}
.dl-table table tr td {
	font-weight: normal;
	table-layout: fixed;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 14px;
}
.dl-table table a {
	font-weight: bold;
	font-size: 12px;
}
/* --- Klassen für Gewinde-Tabellen --- */
.gw-table {
	font-size: 0.8em;
	text-align: center;
	width: 100%;
	/* [disabled]float: left; */
	margin-bottom: 20px;
	line-height: 1.2em;
}
.gw-table tr td {
	text-align: center;
}
.centerTable {
	height: 100%;
	width: 98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
*html .centerTable { height: 100%; }
.dl-table table th {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #999;
	font-size: 14px;
}
.kontaktform {
	background-color: #F0F0F0;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: hidden;
}
form label {
	color: #333;
}
.formtext {
	display: block;
	float: left;
	width: 100px;
	margin-left: 50px;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}
.formtextlong {
	display: block;
	float: left;
	width: 300px;
	margin-left: 50px;
	padding-bottom: 5px;
}
.formhinweis {
	font-size: 12px;
	color: #F00;
	margin-left: 160px;
}


.forminput {
	width: 240px;
	border: 1px solid #666;
	font-size: 14px;
	padding: 4px;
}
.formnachricht {
	height: 200px;
	width: 600px;
	border: 1px solid #666;
	margin-left: 50px;
	font-size: 16px;
}
form p {
	font-size: 16px;
}
form #senden {
	font-size: 16px;
	background-color: #E5E5E5;
	float: left;
	margin-left: 50px;
	border: thin outset #999;
	margin-bottom: 20px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #333;
}
.nowrap {
	white-space: nowrap;
}
