@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
	line-height: 1.8em;
}
.smallfont {
	font-size: 0.7em;
}
.oneColFixCtrHdr #container  {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(assets/jaistroke.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#picleft {
	width: 290px;
	margin-left: 10px;
	float: left;
}
.oneColFixCtrHdr #header {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(assets/Jai_Logo.jpg);
	height: 240px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: center bottom;
	margin-top: 160px;
}
.oneColFixCtrHdr #footer {
	font-size: 0.8em;
	text-align: center;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	color: #880606;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #880606;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
	}
a:active {
	color: #880606;
	text-decoration: none;
	}
.fontbold {
	font-weight: bold;
}
#menu {
	float: left;
	width: 740px;
	font-size: 0.8em;
	padding-left: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	z-index: 1;
}
#addressindex {
	float: right;
	width: 160px;
	padding-right: 10px;
	font-size: 0.75em;
	padding-top: 40px;
}
#centertext {
	width: 380px;
	line-height: 1.8em;
	font-size: 0.85em;
	margin-top: 10px;
	margin-left: 340px;
}
.oneColFixCtrHdr #container #mainContent #centertext div p .redbold {
	color: #9C120E;
	font-weight: bold;
}
.floatright {
	float: right;
}
#specialoffer {
	float: right;
	width: 200px;
}
#sidepic {
	float: left;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div.transbox
  {
  width:400px;
  height:180px;
  margin:30px 50px;
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
div.centertext p
  {
  margin:10px 10px;
 
  }
.centertextwhite {
	color: #FFFFFF;
}
#indexcontainer {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.imgborder {
	padding-right: 0px;
	margin-right: 0px;
	margin-left: -8px;
}
.bildunten {
	background-position: center bottom;
}
#schedule {
	width: 760px;
	line-height: 1.8em;
	font-size: 0.85em;
	margin-top: 10px;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #880606;
	padding: 2px;
	left: -1000px;
	visibility: hidden;
	color: #FFFFCC;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 30;
	left: 6px; /*position where enlarged image should offset horizontally */
.smallfont {
	font-size: 0.7em;
}
.smalltext {
	font-size: 0.7em;
}
.redbold {
	font-weight: bold;
	color: #880606;
	font-size: 1.2em;
}
.redheadline {
	font-size: 1.2em;
	font-weight: bold;
	color: #880606;
}
.redfont {
	color: 880606;
}
.sidebarlink {
	font-size: 0.75em;
}
.textlinks {
	text-align: left;
}
.red {
	color: #880606;
}

