@charset "UTF-8";
/*
Site:			www.regesta-imperii.de
Author:			Torsten Schrade
Created:		2009-02-10
Usage:			Corrections for IE 5+
*/

/* ####################### IE 7/8 ############################# */

@media screen {

/* CONTENT */

#content ul, #footer ul {
	list-style-image: url(../images/bullet_bg_ie.gif);
}

#content .clearafter {
	overflow: hidden;
}

/* FORMS */

#sitesearch #searchfield {
	line-height: 1.8em;
}

#mailform,
#risearchform,
#rivolumes,
#quicksearchform, 
#expertsearch,
#createAddendum, 
#volumeSelection {
	padding-top: 1.3em;
}

#risearchform legend {
	min-width: 3em;
}

fieldset {
	margin-bottom: 2em;
	padding-top: 0;
}

fieldset legend {
	margin-top: -1.3em;
	margin-bottom: 0.8em;
}

/* OPAC & FR3URK */

/* strange bug - in ie container looses its height */
#opac #container,
#fr3urk	#container {
	height: 100%;
}

#opac fieldset {
	margin-top: 1.5em;
}

#opac legend {
	min-width: 5em;
}

#opac #qs {
	padding: 0.3em;
}

/* RESGESTAE */

input#summary, input#archivalHistory, input#commentary {
	border: none;
}

/* ####################### IE 6 ############################# */

/* BASICS */

* html #container {
	height: 1%; /* force hasLayout for the container */
}

* html #navigation ul {
	margin-bottom: -0.5em; /* adjusting height of navigation */
}

* html #content {
	height: 40em; /* setting "min-height" for IE6 */
}

* html #footer {
	height: 15em; /* setting "min-height" for IE6 */
}

* html #content .clearafter {
	width: 100%;
}

/* NEWS */

* html #rss a {
	display: inline;
}

/* FORMS */

* html fieldset {
	position: relative;
	margin-bottom: 2em;
	padding-top: 0;
}

* html fieldset legend {
	/* margin: -0.8em 0 1em 0; */
	position: relative;
	top: -1.3em;
	margin: 0;
}

/* REGESTEN, OPAC, FR3URK */
* html #content #opacmenu li a,
* html #content #rinav li a,
* html #content #f3menu li a {
	width: 5em;
}

* html #risearchform legend {
	margin-top: 0.1em;
}

}