#divimiddle {
	position: absolute;
	visibility:visible;
	width:735px;
	height:auto;
	top:90px;

	z-index:10;
	top:50%;
	left:50%;

	margin-left:-367px;
	
	}
#divimiddlestart {
	position: absolute;
	visibility:visible;
	width:500px;
	height:450px;
	z-index:10;
	left:50%;
	margin-left:-250px;
	top: 130px;
	
	}
	#divibottom {
	width: 100%;
	height: 122px;
	overflow: hidden;
	position:absolute;
	bottom:0px;
	text-align: center;
	line-height: 122px;
	left: 0px;

}
		#makeMeScrollable
		{
			width:100%;
			height: 94px;
			position: relative;
		}
		#makeMeScrollable img
		{
		padding-right:16px;
		}
		/* Replace the last selector for the type of element you have in
		   your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
		   if you have links use #makeMeScrollable div.scrollableArea a and so on. */
		
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(../images/cursors/cursor_arrow_left.png), url(../images/cursors/cursor_arrow_left.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{

}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0px;
	cursor: url(../images/cursors/cursor_arrow_right.png), url(../images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{

}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}
#divbilder {
	color: #FFFFFF;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
#divbilder2 {
	color: #FFFFFF;
	width:600px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #60605B;
}
.textinfo {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;

	}
.textrefer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	width: 450px;
	text-align: left;
	display: block;
}
.textkon {

	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
}.textstartseite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	height: 26px;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 20px;
}
.absenden {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #60605B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left;
}
.formerror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.formnoerror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
textarea { 
background-color: #6D6D67;
scrollbar-face-color: #6D6D67; 
scrollbar-track-color: #6D6D67; 
scrollbar-arrow-color: #60605B; 
scrollbar-highlight-color: #60605B; 
scrollbar-shadow-color: #60605B; 
scrollbar-3dlight-color: #60605B; 
scrollbar-darkshadow-color: #60605B; 
scrollbar-base-color: 60605B;
border:1px solid #6D6D67;
color:#FFFFFF; 
}
input {
color:#FFFFFF;
background-color: #6D6D67;
border:1px solid #6D6D67;

}

.RISCH-LOGO {
	font-family: "Courier New", Courier, monospace;
	color: #EFEFEF;
	text-decoration:none;
	padding-right: 20px;
}
.RISCH-LOGO:hover {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
}
.tablemenu{
margin:0 auto;
}