dd{
	margin-left:0;
}
 
.searchresults * li,.searchresults * ul{
	margin-left: 1em;
	padding-left:0;
}
.searchresults * small{
	font-size: 0.8em;
}
html, body {
	margin:0px; 
	padding:0px; 
	background-color: #e8e9d7;
	font:1em "Georgia",Verdana,Helvetica,sans-serif; 
	color: #000000;
	height: 100%;
	width: 100%;	
	min-height: 100%;
}

html, body, #head {
	background-color: #e8e9d7;
}

a{
	color: #5C3A10;
	text-decoration: none;
}

a:hover{
	color: #A8521D;
	text-decoration: underline;
}

.sectlist{
	margin-top:-10px;
}

.sectlist li{
	list-style: none;
	font-size:1.0em;
	margin-left:0px;
	padding-top: 20px;
	font-weight: bold;
}

.contlist li{
	font-size: 0.8em;
	vertical-align:middle;
	margin-top:15px;
	padding-top:0px;
	padding-bottom: 1em;
}

.contlist li span{
	display: block;
	margin-left: 40px;
	margin-top: 0px;
	font-size: 0.8em;
	font-weight: normal;
}

.contlist li a{
	font-size: 1em;
	text-decoration: none;
	color: #000;
	font-weight:normal;

	height:25px;
	display: inline;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom: 5px;
	width: inherit;
}

.contlist li a:focus{
	outline:none;
}

h1{
	margin:0px;
	display:block;
	font:1em "Times New Roman", Times, serif;
	font-weight: bold;
	color: #555;
	background-color: inherit;
	border-left:6px solid #f00;
	padding: 19px 0px 18px 8px;
	text-transform: uppercase;
}

h2{
/*	margin-left: 20px;*/
	font-size:1em;
	font-size: 1em;
	letter-spacing: 0.1em;
	margin-left:0;
	margin-bottom: 0;
	padding-bottom:1em;
	padding-top:1em;
}

#vmiddle {
	position: absolute; 
	top: 50%;
} /* for explorer only*/

#vmiddle[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}

#vmiddle2 {
	position: relative; 
	top: -50%
} /* for explorer only */

#head {
	text-align:center; 
	padding:25px 0 25px 0;
	margin:0;
	border-spacing:0;
	width:760px;
	color: #000;
	font:1.4em "Times New Roman", Times, serif;
	letter-spacing: 3px;
}

.head2{
	display:block;
	font:0.8em "Times New Roman", Times, serif;
	padding:0px;
}

.headline {
	display:block;
	background: url( /images/headline.gif) no-repeat center;
	height: 3px;
	margin-top: 2px;
	margin-bottom: 4px;
}

* html .headline{
	margin-top: -7px;
	margin-bottom: -5px;
}

#foot {
	display:block;
	background-color:#e8e9d7;
	position:relative;
	font-size: 0.6em;
	color: #333333;
	min-height:14px;
	margin-left: 214px;
	margin-top: 8px;
	border-left: 6px solid #FF0000;
	padding-left: 4px;
	vertical-align:bottom;
	overflow: visible;
}

#container {
	min-height:90%;
	background-image:url('/images/cont_bg.gif');	
	border: 1px solid #e8e9d7;
}

* html #container {
	height:90%;
}

#container,#container2 {
	position:relative; 
	display:block; 
	overflow:visible;
	margin: 0 auto 0 auto;
	width: 760px;
}

#column_tools, #column_content{
	float:left; 
	position:relative; 
	display:block;
	margin:0; 
	padding:0;
}

#column_tools{
	width:209px; 
}

#column_content{
	width:546px;
	margin-left: 5px;
}

#column_content_space{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2em;
	font-size: 0.9em;
	line-height: 1.4em;
}
#column_content_space,th,td{
	font-size: 0.9em;
	line-height: 1.4em;
}

#column_content_space h1{
	border:0;
}

#column_content_space h2{
	font-size: 1em;
	letter-spacing: 0.1em;
	margin-left:0;
	margin-bottom: 0;
	padding-bottom:1em;
	padding-top:1em;
}

#column_content_space h3{
	font-size: 0.8em;
	letter-spacing: 0;
	margin-left:0;
	margin-bottom: 0;
	padding-bottom:0.9em;
	padding-top:0.9em;
}


#column_content_space input{
	font:0.9em Arial,Verdana,Helvetica,sans-serif; 
}

#column_content_space p{
	 padding: 0 0 0.5em 0;
	 margin: 0;
	 text-indent: 1.6em;
}

#column_content_space .noindent{
	 text-indent: 0;
	 margin: 0;
}

.clear {
	clear:both;
	overflow:visible;
}

#menu {
	width: 209px;
	font-family: "Courier New", Courier, monospace;	
	font-size: 0.7em;
	background-color: #ffffff;
	overflow: hidden;
	color: #000;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#menu li {
	border-bottom: 1px solid #e8e9d7;
	margin: 0;
}

#menu li a {
	display: block;
	padding: 7px 0 7px 11px;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	width: 197px;
	background-repeat:no-repeat;
	background-image: url('/images/menu_bg.gif');		
}

#menu li a:focus {
	outline:none;
}


html>body #menu li a {
	width: auto;
}

#menu li a:hover {
	background-repeat:no-repeat;
	background-image: url('/images/menu_bg1.gif');		
}

.searchfield,.searchfield:focus{
	width: 163px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #e8e9d7;
	border-right-color: #e8e9d7;
	border-bottom-color: #e8e9d7;
	font-family: "Georgia",Verdana,Helvetica,sans-serif; 
	font-size: 0.75em;
}

.searchfield,.searchfield_focus, .searchfield:focus{
	padding-left: 5px;
	width: 177px;
}

.searchfield{
	color: #777777;
	background-color: #fff;
}

.searchfield_focus,.searchfield:focus{
	color: #000000;
	background-color: #fff;
}

.searchbox{
	display: block;
	position: relative;
	overflow: visible;
	vertical-align: middle;
	padding-bottom: 10px;
	padding-top: 10px;
}

.searchbox *{
	vertical-align: middle;
}

.boxtitle{
	font:1em "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #555;
	background-color: inherit;
	border-left:6px solid #f00;
	padding: 3px 0px 0px 5px;

}

.vmid{
	vertical-align: middle;
}

#msgbox{
	font:0.6em "Trebuchet MS",Verdana,Helvetica,sans-serif;
	display: block;
	background-color: #e8e9d7;
	color: inherit;
	overflow: auto;
	height:280px;
	border: 3px solid #e8e9d7;
	background-repeat:no-repeat;
	background-position: right;
	width:192px;
	margin-left: 6px;
	background-image: url('/images/msgboxbg.gif');
}

* html #msgbox{
	background-image: url('');
}

#sponsors{
	margin-top: 10px; 
	margin-bottom: 20px
}

#sponsors a{
	display:block;
	font-size: 0.7em;
	width:194px;
	margin-left: 6px;
	border: 2px solid #e8e9d7;
	text-align:center;
	background-color: #fff;
	color: #000;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration: none;
	font-weight: bold;
}

#sponsors a:hover{
	background-color: #f5f4bc;
	color: #000;
}

.boxc{
	display:block;
	margin:4px 0px 2px 5px;
}

#msgbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}


#msgbox li {
	margin-bottom: 4px;
}

#msgbox .msgitem_2{
	background-color: #f1f1ef;
	color: #000;
	padding: 3px;
	width: 167px;
}

#msgbox .msgitem_1 a, #msgbox .msgitem_1 a:hover {
	display: block;
	padding: 3px 3px 15px 3px;
	color: #000;
	width: 167px;
	border:0px;
}

#msgbox .msgitem_1 a {
	background-color: #ffffff;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:bottom;
	background-image: url('/images/arrow_unzenofal.gif');	
}

#msgbox .msgitem_1 a:hover {
	background-color: #F5F4BC;
	background-repeat:no-repeat;
	background-image: url('/images/arrow_unzenofal1.gif');		
	border:0px;
}
#msgbox .msgitem_1 a:focus{
	outline:none;
}

.lang{
	text-align: right;
	background-color: #e8e9d7;
	font-weight: bold;
	font-size: 0.6em;
	color: #7F7F7F;
	padding-bottom: 2px;
}

.lang *{
	vertical-align: middle;
	border: 0;
}

.lang a{
	text-decoration: none;
	color: #4c4b58;
}

.lang a:hover{
	text-decoration: none;
	color: #000;
}

.lang a:focus {
	outline:none;
}

#pagenav{
	text-align: right;
	padding-top: 2em;
	padding-bottom: 2em;
	font-size: 1.1em;
}

#pagenav a{
	color: #666;
	text-decoration: none;
}

.form-item, .form-item label{
  display: block;
}

.form-item label {
  font-weight: bold;
}

.form-required {
  color: #f00;
}

#admin_menu{
	background-color:#f2f2f2;
	font-family: "Courier New", Courier, monospace;	
	font-size: 0.7em;
}

#admin_menu ul{
	padding-left:2em;
	line-height:1.7em;
}

* html #admin_menu ul{
	margin-left:0;
	line-height:1em;
}

#admin_menu h1{
	font-size: 1em;
	border:0;
	font-weight:bold;
	padding-bottom:0;
	padding-top:10px;
	margin-bottom:0;
}

.error_message{
	background-color: #f00;
	color: #fff;
	font-size: 0.8em;
	padding: 0.2em;
	font-weight:bold;
}

.row0{
	background-color: #f2f2f2;	
}

.row1{
	background-color: #ccc;	
}

.imprint_items, .imprint_groups, .imprint_items *, .imprint_groups *{
	text-align:center;
	list-style: none;
	padding-bottom: 1em;
	padding-left:0;
	margin-left:0;
	
}

.imprint_groups{
	font-weight:bold;
	font-size:1.1em;
	color:#333333;
}

.imprint_items{
	font-size: 0.7em;
	font-weight:normal;
	color:#000000;
}

.author{
	padding-top: 2em;
	padding-bottom: 1em;
}

.dashedlist{
}

#publish_date, #pdfdownload{
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 9px;
	text-align:center;
}

.input_readonly{
	border:0;
	background-color: #f8f8f1;
}

#column_content_space .lead{
	 padding-top: 1em;
	 padding-bottom: 2em;
	 text-indent: 0;
	 margin:0;
}

.noborder, #pagination img{
	border:0;
}

.altRow{
	background-color:#f2f2f2;
}

.evenRow{
	background-color:#CCCCCC;
}

.archivelist{
	list-style:none;
}

.archivelist li{
	padding-bottom:1em;
}

.archivelist a{
	font-weight: bold;
}

.archivedate{	
	padding-right: 1em;
}

.sponsor_list{
	padding-top: 2em;
}

.sponsor_list *{
	vertical-align:middle;
}

.sponsor_list img{
	padding-right: 1em;
	border:0;
}

.coverimg{
	border: 4px solid #E8DDD5;
}

.archive_years{
	border: 2px solid #e8e9d7;
	padding: 0.5em;
	margin-top: 0.5em;
}
