@CHARSET "UTF-8";

/*
Site:                   www.regesta-imperii.de
Author:                 Ulli Meybohm, Torsten Schrade
Created:                2009-03-07
Usage:                  Special styles for Regesten
*/

/* ####################### BASICS ######################### */

body {
    background: #CDCDCD;
}

#content {
    min-height: inherit;
    padding-bottom: 0;
}

/* ####################### NAVIGATION ############################# */

#rinav {
	position: relative;
	background: #DFDFDF;
	height: 8em;
	overflow: hidden;
	border: 1px solid #8F8F8F;
}

#rinav h2 {
    background: #F3F3F3;
    background: #AFAFAF;
    margin: 0;
    padding: 0.4em 0.5em 0.1em 1em;
    text-decoration: none;
    font-size: 1.1em;
}

#content #rinav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content #rinav li {
	float: left;
}

#content #rinav li a {
	display: block;
	margin: 0 1.5em;
	padding-top: 4em;
	height: 2em;
	min-width: 5em;
	text-align: center;
	background-position: 50% 25%;
	background-repeat: no-repeat;
}

#newsearch a {
	background-image: url(../images/icon_suche.gif);
}       

#register a {
	background-image: url(../images/icon_register.gif);
}       
        
#volumes a {
	background-image: url(../images/icon_bandanzeige.gif);
}
#nachtrag a {
	background-image: url(../images/icon_listen.gif);
}
#hilfe a {
	background-image: url(../images/icon_hilfe.gif);
}
