@CHARSET "UTF-8";

/*
Site:			www.inschriften.net
Author:			Martin Walzel, Torsten Schrade, Aline Deicke
Created:		2009-02-10
Usage:			Content stylesheet
*/

/* ####################### CONTENT BASICS ############################ */

/* Traditional FS Scale: 6,7,8,9,10,11,12,14,16,18,21,24,36,48,60,72; 
We use: 14,16,18,36,48 */

/* HEADER */

h1, h2, h3, h4, h5 {
	font-family: "Palatino Linotype", Baskerville, "Times New Roman", Times, serif;	
	margin: 1em 0;
	color: #283145;
	font-weight: normal;	
}

h1, h2 {
	margin: 0.5em 0;
	font-size: 3.6em;
	text-transform: uppercase;
	color: #917D4D;
}

h3 {	
	font: 1.8em Geneva, Lucida Grande, Lucida Sans, sans-serif;
	text-transform: uppercase;
}

h4 {
	font-size: 1.8em;
	font-weight: bold;
}

h5 {
	font-family: Geneva, Lucida Grande, Lucida Sans, sans-serif;	
	font-size: 1.4em;
	font-weight: bold;
}

#content .csc-firstHeader {
	margin-top: 0;
}

#branding h2,
#branding h3 {
	color: #FFFFFF;
	line-height: 1.1em;
}

#branding h2 {
	margin-bottom: 0.2em;
	font-size: 3.2em;
}

#branding h3 {
	margin: 0;
	font-size: 1.8em;
	text-transform: none;
}

/* TEXT */

p {
	font-size: 1.6em;
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

#footer p {
	color: #FFFFFF;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid #333333;
}

.underline + .underline {
    margin-left: 0.15em;
}

.nowrap,
.gap {
        white-space: nowrap;
}

.tab {
        /* corresponds to the distance of par to snr */
	margin-left: 2.5em;
}

/* pull sup back to middle and move up - this avoids nasty differences in 
line-height (IE + Safari) which becomes especially visible within the inscription blocks */

#content sup {
	vertical-align: middle;
	position: relative;
	bottom: 4px;
	padding: 0 0 0 0.3em;
	font-size: 0.7em;	
}

/* UNICODE STUFF */

/* Palatino has good display of combining diacritical marks */
.cdm {
	font-family: Palatino, Times !important;
}

/* HYPERLINKS */

#content a {
	text-decoration: none;
}

#content a:link, #content a:active {
	color: #917D4D;
/*	border-bottom: 1px solid #917D4D; */
}

#content a:visited {
	color: #6F6F6F;
/*	border-bottom: 1px dotted #6F6F6F;	*/
}

#content a:hover {
	border-bottom: 1px dotted #917D4D;
}

#content .arrow {
	padding-left: 20px;
	background: url(../images/linkpfeil.png) no-repeat left center;	
}

#content .page-in-volume {
    color: #917D4D;
}

/* LISTS */

#content ul,
#content ol,
#content dl {
	margin: 0 3em 1em 3em;
	padding: 0;
	font-size: 1.6em;
	line-height: 1.5em;
}

#content ol {
	list-style-type: decimal;
}

/* Note: This is for newest browsers including IE8 
Older browsers just get a normal list without colored bullets */

#content ul {
	margin-left: 1.8em;
	list-style-type: disc;
}

#content ul li:before {
/*	content: "\2022";
	padding: 0 0.8em 0 0;	
	color: #283145; */
}

#content ul li ul,
#content ul li ol {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

#content dl {
	margin-left: 0;
}

#content dt {
	font-weight: bold;
}

#content dd {
	margin-left: 2em;
}

#content dl.toc {
	margin: 0 0 1em 0;
}

#content dl.toc dt {
	display: inline-block;
	width: 80%;
	margin: 0 0 1em 0;
	padding: 0;	
	font-weight: normal;
}

#content dl.toc dt .author {
	display: block;
	font-weight: bold;
}

#content dl.toc dd {
	display: inline-block;
	width: 20%;
	vertical-align: bottom;
	text-align: right;
	margin: 0 0 1em 0;
	padding: 0;
}

/* DEFINITION */

dfn {
	cursor: help;
	font-style: normal;
}

/* QUOTES */

blockquote {
	font-size: 1.6em;
}

quote {
	font-size: 1.6em;	
}

cite {
	font-size: 1.6em;‚
}

/* TABLES */

table {
	margin: 0 0 1em 0;
	font-size: 1.6em;
	width: 100%;
	background: #C9CBD0;
	border-collape: collapse;
}

caption {
	padding-bottom: 1em;
	text-align: left;
	font-weight: bold;
}

tr:hover {
	background: #9499A3;
}

td, th {
	vertical-align: top;	
	margin: 0 0.5em;
	border: 1px solid #FFFFFF;
	padding: 0.5em;
}

th {
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background: #283145;
}

th .underline {
    border-bottom-color: #FFF;
}

th:hover {
	background: #283145;
}

/* specific table styles */
#dio-87 .td-0 { width: 3em; }
#dio-95 .td-0 { width: 60%; }
#dio-95 .td-1 { width: 40%; }

table.guidelines th {
    width: 10%;
}

/* FORMS */

fieldset {
	position: relative;
	margin: 0 0 1.8em 0;
	padding: 2em 2em 1em 2em;
	background: #C9CBD0;
}

#maincontent fieldset {
	border-top: 3.2em solid #283145;
}

#maincontent legend {
	font-family: Geneva, Lucida Grande, Lucida Sans, sans-serif;	
	padding: 0.5em 0;
	color: #FFFFFF;
	background: #283145;
	font-size: 1.6em;
	text-transform: uppercase;
}

#sidecontent fieldset {
	border: 1px solid #969AA4;
}

#sidecontent legend {
	display: none;
}

label {
	display: block;
	padding: 0 0 0.5em 0;
	font-size: 1.6em;
	font-weight: bold;
}

input, textarea, select {
	width: 100%;
	margin: 0 0 1em 0;
	border: 1px solid #283145;
	padding: 0.4em 0;
	font-size: 1.6em;
	font-family: "Palatino Linotype", Baskerville, "Times New Roman", Times, serif;
	background: #FFFFFF url(../images/bg_formfield1.png) 0 0 repeat-x;
	text-indent: 0.4em;	
}

#sidecontent input,
#sidecontent textarea,
#sidecontent select {
	border-color: #969AA4;
}

.submit {
	display: block;
	width: 10em;
	background: #FFFFFF url(../images/bg_formfield_submit.png) 0 0 repeat-x;
	cursor: pointer;
	text-indent: 0;	
	/* CSS3 */
	-webkit-box-shadow: 0.15em 0.15em 0.15em #9499A3;
	-moz-box-shadow: 0.15em 0.15em 0.15em #9499A3;
	box-shadow: 0.15em 0.15em 0.15em #9499A3;	
}
	
select {
	padding: 0.4em;
	text-indent: 0;
/*	background: #FFFFFF url(../images/bg_formfield1.png) 0 0 repeat-x; */
}
/*
option {
	background: #FFFFFF;
}

.multiselect option {
	background: none;
}
*/
/* IMAGES */

#content .csc-textpic-imagewrap a {
	border: none;
}

/* CAPTION */

#content .csc-textpic-imagewrap dl,
#content .csc-textpic-imagewrap dd {
	margin: 0;
}

.csc-textpic-caption,
.csc-caption,
.news-single-imgcaption {
	position: relative;
	z-index: 100;
	padding: 0.1em 0 0.9em 0; /* padding is particularly for IE6/Win but doesn't hurt the others */
	line-height: 1.2em; /* IE 6 needs this so that caption doesn't crash into following text */
	font-size: 0.9em;
}

/*
.copyright {
	margin-right: 0.4em;
	border-right: 1px solid #333333;
	padding-right: 0.4em;
}
*/

/* BORDER */

.csc-textpic-imagewrap img,
.dio-image img {
	border: 1px solid #C9CBD0;
	padding: 3px;
	background: #FFFFFF;
	/* CSS3 */
	-webkit-box-shadow: 2px 2px 2px #BFBFBF;
	-moz-box-shadow: 2px 2px 2px #BFBFBF;
	box-shadow: 3px 3px 3px #BFBFBF;	
}

/* RENDERING METHOD: DL */

.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	float: left;
}

.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image dt {
    float: none;
}

.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image dd {
    float: none;
}

.csc-textpic-image dt {
    margin: 0;
    display: inline;
}

.csc-textpic-image dd {
    margin: 0;
}

/* ROWS */

.csc-textpic .csc-textpic-imagerow {
    clear: both;
    margin-bottom: 2em;
}

.csc-textpic-imagerow .csc-textpic-image {
	margin: 0 2em 1em -6px !important;
}

.csc-textpic .csc-textpic-imagewrap .csc-textpic-firstcol {
    margin-left: 0 !important;
}

.csc-textpic .csc-textpic-imagewrap .csc-textpic-lastcol {
    margin-right: 0 !important;
}


/* POSITIONING */

.csc-textpic {
    position: relative;
}

/* Above */
.csc-textpic-above .csc-textpic-text {
    clear: both;
}

/* Center (above or below) */
.csc-textpic-center {
    text-align: center; /* IE-hack */
}

.csc-textpic-center .csc-textpic-imagewrap {
    margin: 0 auto;
    position: relative;
    left: -0.4em;
}

.csc-textpic-center .csc-textpic-imagewrap .csc-textpic-image {
    text-align: left; /* Remove IE-hack */
}

.csc-textpic-center .csc-textpic-text {
    text-align: left; /* Remove IE-hack */
}

/* Right (above or below) */
.csc-textpic-right .csc-textpic-imagewrap {
    float: right;
    margin-right: 0.8em;
}

.csc-textpic-right .csc-textpic-text {
    clear: right;
}

/* Left (above or below) */
.csc-textpic-left .csc-textpic-imagewrap {
    float: left;
}
.csc-textpic-left .csc-textpic-text {
    clear: left;
}

/* Left (in text) */
.csc-textpic-intext-left .csc-textpic-imagewrap {
    float: left;
}

/* Left (in text, no wrap around) */
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    float: left;
}

/* Right (in text) */
.csc-textpic-intext-right .csc-textpic-imagewrap {
    float: right;
    margin-right: 0.8em;
}

/* Right (in text, no wrap around) */
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    float: right;
    margin-right: 0.8em;
}

/* LAYOUT FIXES */

/* Fix for having a straight margins also when text is higher than image */
.csc-textpic-intext-left-nowrap .csc-textpic-text {
	margin-left: 3em;
}

.csc-textpic-intext-right-nowrap .csc-textpic-text {
	margin-right: 3em;
}

.csc-textpic-intext-left .csc-textpic-imagewrap {
	margin-right: 3em;
}

.csc-textpic-intext-right .csc-textpic-imagewrap {
 	margin-left: 3em;
}

/* Fix to align the beginning of the text and the top border of the image */
.csc-textpic-imagewrap {
    margin-top: 0.35em;
}

/* ####################### CONTENT SPECIALS ############################ */

/* HOMEPAGE HEADER */

#dio-61 #branding h2,
#dio-11	#branding h2,
#dio-25 #branding h2,
#dio-76 #branding h2,
#dio-19 #branding h2,
#dio-12 #branding h2,
#dio-18 #branding h2,
#dio-131 #branding h2,
#dio-10 #branding h2,
#dio-51 #branding h2 {
	font-size: 4.8em;
}

#dio-61 #branding h3
#dio-11	#branding h3,
#dio-25 #branding h3,
#dio-76 #branding h3,
#dio-19 #branding h3,
#dio-12 #branding h3,
#dio-18 #branding h3,
#dio-131 #branding h3,
#dio-10 #branding h3,
#dio-51 #branding h3 {
	font-family: "Palatino Linotype", Baskerville, "Times New Roman", Times, serif;		
	font-size: 2.8em;
}

#footer h4 {
	font: 1.6em Geneva, Lucida Grande, Lucida Sans, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}

#ce-342 h3 {
	margin-bottom: 0;
	padding: 0.5em 0 1em 3em;
	background: url(../images/bg_themen-und-geographie.png) 0 0 no-repeat;
}

#ce-343 h3 {
	margin-bottom: 0;	
	padding: 0.5em 0 1em 3em;	
	background: url(../images/bg_inschriftensuche.png) 0 0 no-repeat;
}

#ce-344 h3 {
	margin-bottom: 0;	
	padding: 0.5em 0 1em 3em;	
	background: url(../images/bg_hilfe-und-glossar.png) 0 0 no-repeat;
}

#ce-345 h3 {
	margin-bottom: 0;	
	padding: 0.5em 0 1em 3em;	
	background: url(../images/bg_broschueren-download.png) 0 0 no-repeat;
}

/* PAGEBROWSER */

#content .browser li:before {
	content: "";
	padding: 0;
}

#content .browser {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	font: 1.2em Geneva, Lucida Grande, Lucida Sans, sans-serif;	
}

#content .browser li {
	position: relative;
	float: left;
	min-width: 2.5em;
	height: 2.47em;
	margin-right: 0.5em;
	margin-bottom: 0.8em;	
	border: 1px solid #ccc;
	color: #FFFFFF;
	background: #5e6574;
	line-height: 2.4em;
	text-align: center;
}

#content .browser li a {
	display: block;			
	position: relative;
	z-index: 10;
	border: 0.1em solid white;
	padding: 0 0.5em;
	color: #283145;
	background: #eee;
	text-align: center;
	line-height: 2.3em;
}

#content .browser li a:hover,
#content .browser li a:active {
	color: #fff;
	background-color: #5e6574;
}

/* index */

#content .browser .index {
	margin-left: 2em;
}

#dio-563 .browser li {
    padding: 0 0.5em;
}

#dio-563 .browser li a {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

/* pagination */

#content .browser li.pager {
	overflow: hidden;
	text-indent: -9999px;
	width: 2.5em !important;
}

#content .browser .pager a {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.35em;
	text-indent: -9999px;
}

/* previous */

#content .browser .prev {
	background: #5e6574 url(../images/bg_browser_previous_hover.png) 40% 50% no-repeat;
}

#content .browser .prev a {	
	background: #EEEEEE url(../images/bg_browser_previous.png) 40% 50% no-repeat;
}

#content .browser .prev a:hover {
	background: #5e6574 url(../images/bg_browser_previous.png) 40% 50% no-repeat;	
}

/* next */

#content .browser .next {
	margin-right: 2em;	
	background: #5e6574 url(../images/bg_browser_next_hover.png) 60% 50% no-repeat;
}

#content .browser .next a {	
	background: #EEEEEE url(../images/bg_browser_next.png) 60% 50% no-repeat;
}

#content .browser .next a:hover {
	background: #5e6574 url(../images/bg_browser_next_hover.png) 60% 50% no-repeat;	
}

/* first */

#content .browser .first {	
	background: #5e6574 url(../images/bg_browser_first_hover.png) 50% 50% no-repeat;
}

#content .browser .first a {	
	background: #EEEEEE url(../images/bg_browser_first.png) 50% 50% no-repeat;
}

#content .browser .first a:hover {
	background: #5e6574 url(../images/bg_browser_first_hover.png) 50% 50% no-repeat;	
}

/* last */

#content .browser .last {	
	background: #5e6574 url(../images/bg_browser_last_hover.png) 57% 50% no-repeat;
}

#content .browser .last a {	
	background: #EEEEEE url(../images/bg_browser_last.png) 57% 50% no-repeat;
}

#content .browser .last a:hover {
	background: #5e6574 url(../images/bg_browser_last_hover.png) 57% 50% no-repeat;	
}

/* SEPARATOR */

.separator {
	clear: both;
	margin: 2em 0 1.5em 0;
	border: none;
	padding: 0 0 0.2em 0;
	background: url(../images/bg_separator.png) 0 0 repeat-x;
}

/* SIDEMENUS */

#content .sidemenu {
	list-style-type: none;
	margin: 0 0 1em 0;
/*	padding-top: 2px; */
	background: url(../images/bg_separator.png) 0 0 repeat-x;
}

#content .sidemenu li {
	padding: 0.3em 0 0.3em 0;
	background: url(../images/bg_separator.png) 0 100% repeat-x;
}
/*
#content .sidemenu li:hover {
	background: #DFDFDF url(../images/bg_separator.png) 0 100% repeat-x;
} */

#content .sidemenu a:link,
#content .sidemenu a:active {
	border-bottom: none;
}

#content .sidemenu a:hover {
	border-bottom: 1px dotted #917D4D;
}

/* DEPARTMENT NAVI */

/* strange positioning of sideheader... */

#content .departments {
    margin-top: -1px;
}

#content #departments {
	background: transparent url(../images/bg_separator.png) repeat-x scroll 0 100%;
	margin: 0 0 1.4em 0;
}

#content #departments span {
	display: block;
}

#content #departments .title {
	margin-left: -6.8em;
	padding: 1em 0 0 6.8em;
	background: transparent url(../images/bg_separator.png) repeat-x scroll 0 0;
	font-family: Geneva,Lucida Grande,Lucida Sans,sans-serif;
	font-weight: bold;
	font-size: 0.9em;
}

#content #departments li {
	padding: 0 0 1em 6.2em;
	list-style-type: none;
}

#content #departments #p159 {
	background: transparent url(../images/bg_arbeitsstellen_bon.png) no-repeat 0 50%;
}

#content #departments #p160 {
	background: transparent url(../images/bg_arbeitsstellen_goe.png) no-repeat 0 50%;
}

#content #departments #p161 {
	background: transparent url(../images/bg_arbeitsstellen_gre.png) no-repeat 0 50%;
}

#content #departments #p162 {
	background: transparent url(../images/bg_arbeitsstellen_hal.png) no-repeat 0 50%;
}

#content #departments #p163 {
	background: transparent url(../images/bg_arbeitsstellen_hei.png) no-repeat 0 50%;
}

#content #departments #p164 {
	background: transparent url(../images/bg_arbeitsstellen_mai.png) no-repeat 0 50%;
}

#content #departments #p165 {
	background: transparent url(../images/bg_arbeitsstellen_mue.png) no-repeat 0 50%;
}

#content #departments #p166 {
	background: transparent url(../images/bg_arbeitsstellen_wie.png) no-repeat 0 50%;
}

/* INSCRIPTIONS */

#content .dio-header {
	position: relative;
	min-height: 1em;
	margin: 1em 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 0.3em 0;
	font-family: "Palatino Linotype", Baskerville, "Times New Roman", Times, serif;
	text-transform: none;
	font-size: 2.1em;
	font-weight: bold;	
}

.dio-number {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 0.3em;
}

.dio-location {
	display: block;
	text-align: center;
	width: 27.6em;
	margin: 0 auto;
}

.dio-date {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 0.3em;
}

#content .dio-inscription a,
#content .dio-inscription a:hover,
#content .dio-image a,
#content .dio-image a:hover	 {
	border-bottom: none;
}

#content .dio-inscription {
	position: relative;
	margin-bottom: 1.5em;
	border: 1px solid #5F5F5F;
	background: #EFEFEF;
	padding: 1em 0 0 0;
}

#content .dio-inscription ol {
	list-style-type: none;
	margin: 0;
	padding: 0 1em;
}

#content .dio-inscription ol li {
	position: relative;
/*	border: 1px solid green; */
}

#content .dio-inscription .section {
	position: relative;
	float: left;
	/* width: 2.5em; */
        min-width: 2,5em;
        z-index: 10;
	font-weight: bold;
/*	border: 1px solid yellow; */
}

#content .dio-inscription li p {
	font-size: 100%;
}

/* straight margin for textflow */
#content .dio-inscription li .section + p {
	padding-left: 2.5em;
}

#content .line {
	display: block;
	position: relative;
}

#content .indent {
	padding-left: 2.5em;
}

#content .outdent {
	margin: 0 0 0 -2.5em;
}

#content .counter {
	position: absolute;
	width: 2em;
	left: -3em;
	font-size: 0.8em;
	text-align: right; 
}

#content .right {
	text-align: right;
}

#content span.center {
	text-align: center;
}

#content p.center {
	position: relative;
	left: 25%;
	margin-right: 25%;
}

#content .dio-inscription table {
	width: auto;
	margin: 0 0 1em 2.5em;
	padding: 0;
	font-size: 1em;
	background: none;
}

#content .dio-inscription table tr {
	background: none;
}

#content .dio-inscription table th, 
#content .dio-inscription table td	{
	margin: 0;
	padding: 0 1.5em 0 0;
	border: none;
}

.dio-translation {
	clear: both;
	font-size: 0.9em;
	padding: 0 1.7em 1em 1.7em;
}

p.dio-translation {
	font-size: 0.9em !important;
}

.dio-translation p {
	margin: 0;
	/*font-size: inherit;*/
}

.dio-translation td {
	font-size: 1.6em;
}

.dio-inscription-and-image {
	position: relative;
	float: left;
	width: 58em;
	margin: 0 -1px;
}

.dio-image {
	position: relative;
	float: right;
	width: 34em;
	margin-left: 2em;
}

.dio-caption {
	font-size: 1.4em;
	padding: 0.3em 0.2em;
}

.dio-heraldry {
	/* display: inline-table; just for safari that otherwise clears the preceding floats */
	background: none;
	width: auto;
}

.dio-heraldry td,
.dio-heraldry tr {
	margin: 0;
	border: none;
	padding: 0;
}

.dio-heraldry td {
	padding: 0.2em 3em 0.2em 0;	
	/*min-width: 12em;*/
}

.dio-heraldry tr:hover {
	background: none;
}

.dio-inscription-and-image + h4,
.dio-inscription-and-image + p,
.dio-commentary,
.dio-metre,
.dio-dateoninscription,
.dio-heraldry {
	clear: left;
}

#content .dio-annotations,
#content .dio-footnotes,
#content .dio-literature {
	font-size: 1.4em;
	text-align: left;
}

#content .dio-annotations {
	list-style-type: lower-alpha;
}

#content .dio-footnotes {
    list-style-type: decimal;
}

#content .dio-literature {
	list-style: none;
	margin-left: 1.7em;
	padding: 0;
}

#content .dio-annotations li {
	padding-top: 0.1em;
}

#content .dio-literature li {
	display: inline;
}

#content .dio-literature li:after {
	content: "–";
	padding: 0 0.3em 0 0.5em;
}

#content .dio-literature li:last-child:after {
	content: "";
	padding: 0;
}

.dio-citation {
	clear: both;
	margin-top: 5em;
	border-top: 1px solid #5F5F5F;
	border-bottom: 1px solid #5F5F5F;
	padding: 1.5em 2.5em 0 2.5em;
	font-size: 0.9em;
}

.dio-hint {
	position: relative;
	height: 3em;
	padding: 1.2em 0 2em 6em;
	background: url(../images/dionys_hint_80.png) 0 0 no-repeat;
}

#content .dio-corrigenda {
	position: relative;
	margin: 2em 0;
	border: 1px solid #5F5F5F;
	/* background: #EFEFEF; */
	padding: 0.5em 1em 0 1em;
}

/* VERSE */

.verse {
	padding-left: 2em;
}

.verse .counter {
	font-style: normal;
}

.dio-footnotes .verse,
.dio-annotations .verse {
	font-size: 0.6em;
}

.verse p:first-child {
    margin-top: 1em;
}

/* HISODAT & DIO */

/* standard search */

#dio-standardsearch div {
	position: relative;
	clear: left;
}

#dio-standardsearch label {
	float: left;
	width: 7.2em;
	padding-top: 0.6em;
}

#dio-standardsearch fieldset input,
#dio-standardsearch fieldset select {
	float: left;
	width: 6em;
	margin-right: 2.2em;
}

#dio-standardsearch #dio-standardsearch-datestart {
	margin-right: 1.9em;
}

#dio-standardsearch #dio-standardsearch-catalogue,
#dio-standardsearch #dio-standardsearch-fulltextfield {
	width: 21.3em;
}

#dio-standardsearch #dio-standardsearch-sortingselect {
	width: 12em;
	margin-right: 1.3em;
}

#dio-standardsearch #dio-standardsearch-ascdesc {
	width: 8em;
}

#dio-standardsearch #dio-standardsearch-submit {
	width: 12em;
}

/* search tipps */

#dio-standardsearch .dio-standardsearch-help {
	margin: 0;
	padding: 0;
}

#dio-standardsearch .dio-standardsearch-help a {
	position: absolute;
	z-index: none;
	top: 0.3em;
	right: 0.7em;
	border: none;
}

#dio-standardsearch .dio-standardsearch-help a:hover {
	border: none;
	text-decoration: none;
}

#dio-standardsearch .dio-standardsearch-help a span {
	position: relative;
}

#dio-standardsearch .dio-standardsearch-help a span.helptext {
	display: none;
}

#dio-standardsearch .dio-standardsearch-help a:hover span.helptext {
	display: block;
	position: absolute;
	right: 0.5em;
	width: 24em;
	z-index: 50;
	padding: 10px 130px 10px 10px;
	color: #333;
	background: #FFFFFF url(../images/dionys_help_120.png) 98% 50% no-repeat;
	border: 1px solid #283145;
}

/* jump2record */

#content .browser .jump {
	text-align: left;
	background: none;
	border: none;
	margin-right: 2em;
}

#dio-jump2record fieldset {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

#dio-jump2record label {
	display: inline;
	padding: 0;
}

#dio-jump2record input, 
#dio-jump2record select {
	display: inline;
	width: auto;
	margin: 0 0.25em 0 0;
	border: 1px solid #CCCCCC;
	border-top: none;
	font: 1em Geneva, Lucida Grande, Lucida Sans, sans-serif;
	color: #283145;
}

#dio-jump2record input {
	padding: 0.637em 0;
}

#dio-jump2record select {
	padding: 0.53em 0.5em;
}

#dio-jump2record .submit {
	background: #EEEEEE;
	cursor: pointer;
	padding: 0.45em 0.5em;
	text-indent: 0;	
	border: 1px solid #FFFFFF;
	outline: 1px solid #CCCCCC;
	/* CSS3 */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
}

#dio-jump2record .submit:hover {
	background: #5e6574;
	color: #FFFFFF;	
}

#dio-jump2record-action {
	display: none !important;
}

/* SEVENPACK LITERATURE */

#maincontent .tx_sevenpack-list {
	list-style-type: square;
	list-style-position: inside;
	margin-right: 0;
}

#maincontent .tx_sevenpack-list li {
	margin: 0 0 0.5em -2.8em;
	text-indent: -3em;
	padding-left: 3em;
}

#maincontent .tx_sevenpack-list li:hover {
	background: #EEEEEE;
}

#sidecontent .tx_sevenpack-button {
	display: inline;
	width: 8em;
	background: #FFFFFF url(../images/bg_formfield_submit.png) 0 0 repeat-x;
	cursor: pointer;
	text-indent: 0;
	margin-right: 0.5em;
	/* CSS3 */
	-webkit-box-shadow: 0.15em 0.15em 0.15em #9499A3;
	-moz-box-shadow: 0.15em 0.15em 0.15em #9499A3;
	box-shadow: 0.15em 0.15em 0.15em #9499A3;
}

/* TAGCLOUD */

#tagcloud {
	height: 208px;
	width: 315px;
	margin-bottom: 1.5em;
	background: url(../images/bg_wortwolke.png) 0 0;
}

#tagcloud p {
	width: 12em;
	padding: 2.4em 0 0 4.5em;
}

/* TOPICS NAVIGATION */

#dio-71 .csc-textpic-intext-right-nowrap {
	padding-left: 6em;
	background: transparent url(../../user_upload/themen/themen_pfeil.png) no-repeat 2em 50%;
}

#dio-71 .csc-textpic-intext-right-nowrap h3 {
	margin: 0 0 1em 0;
}

#dio-71 .separator {
	margin-top: 2.6em;
}

#dio-71 .csc-textpic-text {
	padding-top: 0.5em;
}

