body {
	font-family:"Trebuchet MS", Verdana, Georgia, Helvetica, Arial, sans-serif;
	background-color:#FFFFC0;
	color:#000000;
	margin: 20px;
}

h1,h2,h3 {
	text-align:center;
}

h4 {
	margin-bottom:0em;
}

a:link { color: #0000FF; }
a:visited { color: #800080; }
a:active { color: #FF00FF; }

a.admin {
	background-color:#FFDD33;
	font-weight:normal;
	font-size:smaller;
}

a.small {
	font-size:0.4em;
}

.left {
	text-align:left;
}

.centered {
	text-align:center;
}

.justified {
	text-align:justify;
}

.red {
	color:#FF0000;
}

.indented {
	margin-left:3em;
	margin-top:0.5em;
	text-align:justify;
}


table.navigation {
	margin-top:1em;
	width:100%;
	table-layout:fixed;
}
table.navigation td {
	text-align:center;
	font-weight:bold;
	padding:0em 0.1em 0em 0.1em;
}
table.navigation a:hover {
	background-color:#FBE359;
	text-decoration:underline;
}
table.navigation a:visited {
	color:#0000FF;
}
table.navigation a {
	display:block;
	vertical-align:middle;
 	background-color:#FFDD33;
 	padding:0.1em;
	width:100%;
	overflow:hidden;
 	text-decoration:underline;
}


div#title h1 {
	color:#0000FF;
	font-size:1.4em;
	font-weight:bold;
	line-height:2em;
	margin-top:0.4em;
	margin-bottom:0em;
}
div#title h2 {
	color:#0000FF;
	font-size:2.5em;
	font-weight:bold;
	margin-top:0.4em;
	margin-bottom:0em;
}
div#title h3 {
	color:#0000FF;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.8em;
	margin-top:0.4em;
	margin-bottom:2em;
}
div#title table.navigation {
	font-size:1.2em;
}
div#title td {
	font-weight:normal;
}


div.nav_main h1 {
	color:#0000FF;
	font-size:1.1em;
	margin-top:0.8em;
	margin-bottom:0em;
}
div.nav_main table.navigation {
	margin-top:0.2em;
	font-size:0.8em;
}


div.nav_alphabet table.navigation {
	margin-top:0em;
}


h1#page_header {
	font-size:1.8em;
}

h1#page_header.has_subheader {
	margin-bottom:0em;
}

h2.page_subheader {
	font-size:1em;
	font-weight:normal;
	margin-top:0em;
	margin-bottom:1.5em;
}

h2.has_subheader {
	margin-bottom:0em;
}


.navcontainer ul {
 	margin: 0;
 	padding: 0;
 	list-style-type: none;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.navcontainer li { margin: 0 0 .2em 0; }
.navcontainer a {
 	display: block;
 	color: #FFF;
 	background-color: #5F4F40;
 	width: 10em;
 	padding: .2em .8em;
 	text-decoration: none;
 	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}
.navcontainer a:visited {
	color: #FFF;
 	background-color: #5F4F40;
}
.navcontainer a:hover {
 	background-color: #8F7F70;
 	color: #FFF;
}


div#artikel_autoren_auto_complete {
	width: 350px;
	background: #fff;
}
div#artikel_autoren_auto_complete ul {
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}
div#artikel_autoren_auto_complete ul li {
	margin:0;
	padding:3px;
}
div#artikel_autoren_auto_complete ul li.selected { 
	background-color: #FFEE44; 
}
div#artikel_autoren_auto_complete ul strong.highlight { 
	color: #800; 
	margin:0;
	padding:0;
}


p.admin_error {
	color:#FF0000;
	font-weight:bold;
	text-align:center;
}

p.admin_notify {
	color:#297E36;
	font-weight:bold;
	text-align:center;
}


.inputform table, .inputform tr, .inputform th, .inputform td {
	background-color:#FFDD33;
	text-align:left;
	margin:0px;
	border:0px;
}
.inputform th, .inputform td {
	padding:4px;
	vertical-align:middle;
}
.inputform th {
	width:auto;
	white-space:nowrap;
}
.inputform td {
	width:100%;
}
.inputform td.hell, .inputform th.hell {
	background-color:#FFEE44;
}
.inputform td.dunkel, .inputform th.dunkel {
	background-color:#FFDD33;
}


#ac_div_login_form {
	background-color:#FFDD33;
	padding:0.8em;
	border:1px dotted;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -5em;
	margin-left: -8em;
	width:auto;
}
#ac_div_login_form form {
	margin:0px;
}
* html #ac_div_login_form form, * html #ac_div_password_form form { /* fix for IE6 */
	width:19.2em;
}
#ac_div_login_form fieldset, #ac_div_password_form fieldset {
	border:none;
	margin:0px;
	background-color:#FFDD33;
	padding:0.8em;
	text-align:center;
}
#ac_div_login_form label, #ac_div_password_form label {
	width:7em;
	display:block;
	float:left;
	text-align:right; 
	padding-right:0.5em;
}
#ac_div_password_form label {
	width:9em;
}
#ac_div_login_form input, #ac_div_password_form input {
	width:8em;
	display:block;
	float:left;
	vertical-align:text-bottom;
}
#ac_div_login_form input#ac_login_button, #ac_div_password_form input#ac_change_password_button {
	margin-top:0.5em;
	display:inline;
	float:none;
	clear:both;
}
#ac_div_login_form br, #ac_div_password_form br {
	clear:left;
}
#ac_login_error {
	background-color:#EE0000;
	color:#FFFFFF;
	padding:0.8em;
	border:1px dotted;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 4em;
	width:auto;
}

#ac_div_password_form {
	background-color:#FFDD33;
	padding:0.8em;
	border:1px dotted;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -5em;
	margin-left: -8em;
	width:auto;
}
#ac_div_password_form form {
	margin:0px;
}

#ac_password_notify {
	background-color:#00AA00;
	color:#FFFFFF;
	padding:0.8em;
	border:1px dotted;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 4em;
	width:auto;
}

#ac_password_error {
	background-color:#EE0000;
	color:#FFFFFF;
	padding:0.8em;
	border:1px dotted;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 4em;
	width:auto;
}


#counter {
	background-color:#000000;
	font-family:Courier,sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-left:auto; margin-right:auto;
	margin-top:20px; margin-bottom:20px;
	border-top: 4px solid #1E82EA; border-left: 4px solid #1E82EA;
	border-bottom: 4px solid #11549B; border-right: 4px solid #11549B;
	padding:1px;
	color:#30CD00;
	width:80px;
	text-align:center;
}


#register_aw h1, #register_hss h1, #liste_hssabb h1 {
	text-align:left;
	margin-top:1em;
	margin-bottom:0.5em;
}
#register_aw ul, #register_hss ul, #liste_hssabb ul {
	margin-top:0em;
}


#elit h4 {
	margin-bottom:0.8em;
}
#elit ul {
	margin-top:0em;
	margin-bottom:2em;
}
#elit li { 
	text-align:justify;
	margin: 0 0 0.5em 0;
}


ol#autoren_alphabet {
	font-size:smaller;
	font-weight:bold;
	list-style-type:upper-alpha;
}
ol#autoren_alphabet li {
	margin-bottom:0.2em;
}

div.autor h4 {
	margin-bottom:0.4em;
}
div.autor span.ort {
	font-weight:normal;
}
div.autor ul {
	margin-top:0em;
}


#maphilinet {
	text-align:justify;
}
#maphilinet h1 {
	font-size:1.1em;
	color: #0000FF;
}
#maphilinet h2 {
	font-size:1em;
}
#maphilinet h3 {
	font-size:1em;
	font-weight:normal;
	margin:1.5em;
}


ol.footnotes li {
	margin-bottom:0.5em;
}


ul#beihefte li {
	margin-bottom:0.8em;
}


div#verzeichnis_jahrgang li {
	margin-bottom:0.4em;
}
div#verzeichnis_jahrgang li.hssfund {
	margin-bottom:0em;
}
div#verzeichnis_jahrgang h2 {
	text-align:left;
	font-size:1.2em;
	margin-top:2em;
}
div#verzeichnis_jahrgang h3 {
	text-align:left;
	font-weight:bold;
	font-size:1em;
	margin-top:1em;
	margin-bottom:0.5em;
}

div#typoskripte li {
	margin-bottom:1.5em;
}