body {
	/*background-color: #eee;*/
	background-color: #FFF;
	min-width: 962px;
	min-height: 651px;
	margin: 0;
	padding: 0;
}

/* following rules are invisible to IE 5 \*/
body, html {
	height: 100%;
}
/* end IE 5 hack */ 

a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	/*color: #666666;*/
	color: #98989B;
	text-decoration: none;
}
#bodytable {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#bodywrapper {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px auto;
	/*background-image: url(../img/navig/bg.gif);
	background-repeat: no-repeat;*/
	display: block;
	width: 962px;
	height: 651px;
	text-align:left;
	/*border: 1px solid;*/
}
#leftpagewrapper {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 425px;
	max-width: 481px;
	height: 595px;
	max-height: 651px;
	padding: 28px;
	/*background-color:#00FF00;*/
	/*border: 1px solid;*/
	margin: 0;
	z-index: 1;
}
#rightpagewrapper {
	display: block;
	position: absolute;
	left: 481px;
	top: 0px;
	width: 425px;
	max-width: 481px;
	height: 595px;
	max-height: 651px;
	padding: 28px;
	/*background-color:#FF0000;*/
	/*border: 1px solid;*/
	margin: 0;
	z-index: 1;
}
#doublepagewrapper {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 906px;
	max-width: 962px;
	height: 595px;
	max-height: 651px;
	padding: 28px;
	/*background-color:#0000FF;*/
}

.titleindex {
	font-family: Times, "Times New Roman", serif;
	font-size: 34px;
	font-weight: bold;
	color: #000000;
	line-height: 34px;
}
.menulinksindex {
	font-family: Times, "Times New Roman", serif;
	font-size: 34px;
	font-style: italic;
	line-height: 34px;
	color: #000000;
}

.lauftextgross {
	font-family: Times, "Times New Roman", serif;
	font-size: 34px;
	font-style: italic;
	line-height: 34px;
	color: #000000;
}
.lauftext {
	font-family: Times, "Times New Roman", serif;
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	color: #000000;
}
.ausstellunglink {
	font-family: Times, "Times New Roman", serif;
	font-size: 17px;
	font-style: italic;
	line-height: 34px;
	color: #000000;
}
.legend {
	font-family: Times, "Times New Roman", serif;
	font-size: 17px;
	font-style: italic;
	line-height: 19px;
	color: #000000;
	/*background-color: #FF0000;*/
}
.legendhoch {
	position: relative;
	top: -4px;
}
.legendquer {
	/*margin-top: 500px;*/
	position: relative;
	top: 500px;
	height: 57px;
	vertical-align: bottom;
	/*background-color: #FF0000;*/
}

.bold {
	font-weight: bold;
}

#backlinkleft {
	position: absolute;
	left: 28px;
	/*top: 604px;*/
	bottom: 25px;
	vertical-align: bottom;
	/*background-color:#FF0000;*/
	font-family: Times, "Times New Roman", serif;
	font-size: 34px;
	font-style: italic;
	line-height: 34px;
	color: #000000;
	z-index: 2;
}
#backlinkright {
	position: absolute;
	left: 509px;
	/*top: 604px;*/
	bottom: 25px;
	vertical-align: bottom;
	/*background-color:#FF0000;*/
	font-family: Times, "Times New Roman", serif;
	font-size: 17px;
	font-style: italic;
	line-height: 19px;
	color: #000000;
	z-index: 2;
}

#pageseparator {
	position: absolute;
	left: 50%;
	top: 0px;
	height: 100%;
	border-left: 1px solid #DDD;
}

.grey {
	color: #98989B;
}

a.grey {
	color: #98989B;
}
a.grey:hover {
	color: #000;
}
a.dark:hover {
	color: #666;
}
a.black:hover {
	color: #000000;
}


.previewwrapper {
	width:99px; 
	height:68px; 
	border: 1px solid #DDD; 
	margin-bottom:24px; 
	float:left;
	cursor:pointer;
	
	position: relative;
	display: block;
	text-align:left;
	padding:0;
}
.previewmarginright {
	margin-right:7px;
}
.previewleftpagewrapper {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 43px;
	max-width: 49px;
	height: 62px;
	max-height: 68px;
	padding: 3px;
	/*background-color:#00FF00;*/
}
.previewrightpagewrapper {
	display: block;
	position: absolute;
	left: 50px;
	top: 0px;
	width: 43px;
	max-width: 49px;
	height: 62px;
	max-height: 68px;
	padding: 3px;
	/*background-color:#FF0000;*/
}
.previewlegend {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	color: #000000;
	font-size: 2px;
	line-height: 2px;
}
.previewlegendquer {
	margin-top: 52px;
}
.previewbacklinkright {
	position: absolute;
	left: 53px;
	top: 62px;
	vertical-align: bottom;
	/*background-color:#FF0000;*/
	font-family: Times, "Times New Roman", serif;
	font-size: 2px;
	font-style: italic;
	line-height: 2px;
	color: #000000;
}

a .hidden {
	display: none;
}
a:hover .hidden {
	display: inline;
}


