* {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #000;
}

body {
	background-color: #eee;
}

img {
	border: none;
}

img.thumbnail {
	display: block;
	border-radius: 5px;
	border: 1px solid #777;
}

a, a:focus, a:visited, a:link {
	outline: none;
}

a.page_link {
	text-decoration: none;
	font-size: 80%;
}

p.flash_msg {
	margin: 0 0 20px 0;
	padding: 10px;
	border: 2px solid #0c8731;
	border-radius: 7px;
	font-style: italic;
}

li {
	list-style-type: none;
}

th {
	white-space: nowrap;
}

span.mark {
	background-color: #da4938;
	color: #fff;
	padding: 1px;
}

.italic {
	font-style: italic;
}

.red, .red * {
	color: #da4938;
}

/* Allgemeine Stil-Definitionen für Formular-Elemente */

span.required {
	color: #da4938;
}

form h1 {
	font-weight: normal;
	margin: 0 0 10px 0;
}

fieldset {
	border: 1px solid #ccc;
	border: 1px solid #919191;
	border-radius: 7px;
	padding: 20px 10px 10px 10px;
}

fieldset p, fieldset div {
	margin: 0 0 10px;
}

legend {
	padding: 0 4px;
}

label {
	display: inline-block;
	margin: 0 5px 0 0;
}

.input_info {
	display: inline-block;
	text-decoration: none;
	width: 28px;
	height: 28px;
	background: url(../img/layout/fragezeichen.png) no-repeat;
	margin: 0 0 0 8px;
}

input[type=text], input[type=password], input[type=number], textarea, select {
	border: 1px solid #ccc;
	border: 1px solid #919191;
	outline: none;
}

input[type=password] {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input[type=submit] {
	margin: 10px 0 0 0;
	padding: 1px 3px;
	cursor: pointer;
	border: 1px solid #000;
	border-radius: 4px;
	background-color: #fff;
}

input[type=submit]:hover {
	background-color: #ddd;
}

.page_wrapper {
	background-color: #eee;
}

.content_wrapper {
	background-color: #fff;
	margin: 10px auto 10px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	min-height: 520px;
	width: 940px;
	position: relative;
}

#header {
	height: 70px;
	background-color: #000;
}

#header #content_header {
	width: 960px;
	margin: 0 auto;
}

#header #content_header h1 {
	float: left;
	font-size: 300%;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0;
	color: #fff;
	position: relative;
}

#header #content_header h1 a#lambda {
	position: absolute;
	top: 15px;
	left: 13px;
	color: #000;
	text-decoration: none;
}

#header #content_header h1 a#lambda:hover {
	color: #fff;
}

#header #content_header h2 {
	float: left;
	padding: 35px 0 0 20px;
	color: #fff;
}

#header #content_header #header_right {
	float: right;
	margin: 19px 0 0 0;
	position: relative;
}

#header #content_header #header_right form#globalsearch {
	display: inline;
}

#header #content_header #header_right form#globalsearch input[type=text] {
	vertical-align: top;
	margin: 6px 2px 0 0;
	width: 200px;
}

#header #content_header #header_right form#globalsearch input[type=submit] {
	border: none;
	border-radius: 0px;
	background: url(../img/layout/lupe.png) no-repeat;
	width: 32px;
	height: 32px;
	vertical-align: top;
	margin: 0 15px 0 0;
	padding: 0;
}

#header #content_header #header_right form#globalsearch #globalsearch_error,
#header #content_header #header_right form#globalsearch #globalsearch_error2 {
	color: #fff;
	position: absolute;
}

#nav_lang {
	display: inline-block;
	color: #fff;
	vertical-align: top;
	margin: 6px 0 0 0;
}

#nav_lang a {
	display: inline-block;
	text-decoration: none;
}

#nav_lang a#btn_de {
	margin: 0 5px 0 0;
}

#nav_lang a#btn_en {
	margin: 0 0 0 3px;
}

#nav_lang a.active {
	color: #fff;
}

#nav_lang a.inactive {
	color: #ada9a9;
}

#subheader {
	float: left;
	margin: 10px 0 0 25px;
	font-weight: normal;
	font-size: 120%;
}

#nav {
	margin: 10px auto;
	width: 960px;
	height: 40px;
	position: relative;
}

#nav ul li {
	float: left;
	padding: 0 4px 0 0;
}

#nav ul:not(#nav_related) li:not(:first-child):before {
	content: '|';
	padding: 0 5px 0 0;
	font-size: 120%;
}

#nav ul li a {
	text-decoration: none;
	font-size: 120%;
}

#nav ul li a.active {
	text-decoration: underline;
}

#nav em#login_info {
	position: absolute;
	display: inline-block;
	padding: 2px 0 0 0;
	top: 0;
	right: 0;
}

.site_notice {
	margin: 0 auto 0;
	width: 920px;
	padding: 20px;
	background: #ffd;
	border-radius: 10px;
	border: 1px solid #dba;
}

.site_notice a {
	color: #44F;
}

#footerline_top {
	height: 20px;
}

#footerline {
	font-size: 80%;
}

#footerline a {
  font-size: 100%;
}

#footerline.absolute {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#footerline.not_absolute {
	clear: both;
}

/********************************************************/
/************* SUCHE - EINGABEHILFE *************/
/********************************************************/
#overlay {
	display: none;
    position: fixed; 
    top: 0; 
    left: 0;
    height: 100%; 
    width: 100%;     
    background-color: rgba(0, 0, 0, 0.70);
    opacity: 0.70;
    z-index: 3;
}

.help_field {
	position: absolute;
	position: fixed;
	top: 100px;
	right: 150px;
	z-index: 3;
	display: none;
	width: 315px;
}

.overlay_infofield a#btn_help_field_drag {
	text-align: left;
	float: left;
	padding: 0 3px 0 0;
	display: block;
	text-decoration: none;
	color: #fff;
	width: 100px;
	cursor: move;
}

.help_field a#btn_help_field_close {
	text-align: right;
	float: right;
	padding: 0 3px 0 0;
	display: block;
	text-decoration: none;
	color: #fff;
	width: 100px;
}

#help_field_content {
	border: 1px solid #000;
	border-radius: 6px;
	box-shadow: hsla(250, 100%, 10%, 0.6) 5px 5px 6px;
	font-size: 80%;
	padding: 5px;
	background-color: #fff;
	min-height: 80px;
	max-height: 460px;
	width: 300px;
	overflow: auto;
}

#help_field_content h1 {
	font-weight: normal;
	margin: 0 0 10px 0;
}

#help_field_content h2 {
	font-weight: normal;
	font-style: italic;
	margin: 0 0 3px 0;
}

#help_field_content p {
	margin: 0 0 12px 5px;
}

#help_field_content ul li.first_line {
	margin: 0 0 10px 0;
}

#help_field_content ul li a {
	display: block;
	text-decoration: none;
}

#help_field_content ul li a:hover {
	background-color: #efefef;
}

/**************************************************/
/************* EINFACHE SUCHE **************/
/**************************************************/
.msg_no_searchcriterium {
	display: none;
}

a#btn_simplesearch_info {
	text-decoration: none;
	float: left;
	width: 150px;
	padding: 0 0 0 30px;
	background: url(../img/layout/fragezeichen.png) no-repeat left 2px;
}

#simplesearch {
	width: 535px;
	margin: 20px auto;
}

#simplesearch fieldset {
	height: 335px;
	padding: 20px 5px 10px 10px;
	position: relative;
}

#simplesearch fieldset p {
	height: 28px;
	margin: 10px 0;
	padding: 0;
}

#simplesearch fieldset p#simplesearch_error {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#simplesearch label {
	width: 155px;
	text-align: right;
	vertical-align: top;
	padding: 5px 0 0 0;
}

#simplesearch input[type=text] {
	width: 250px;
	height: 20px;
	margin: 4px 0 0 0;
	padding: 0;
	vertical-align: top;
}

#simplesearch input[type=submit] {
	border: none;
	float: right;
	margin: 20px 1px 0 0;
	padding: 2px 0 3px 0;
	width: 85px;
	background-color: #da4938;
	color: #fff;
	font-size: 125%;
}

#link_advancedsearch {
	display: inline-block;
	text-decoration: none;
	background: url(../img/layout/pfeil_re_red.png) no-repeat;
	padding: 4px 0 0 28px;
	height: 26px;
	margin: 10px 0 0 0;
}

/********************************************************/
/*************** ERWEITERTE SUCHE ***************/
/********************************************************/
#advancedsearch_header {
	width: 860px;
	height: 80px;
	margin: 0 auto 20px;
	position: relative;
}

#advancedsearch_info, #simplesearch_info {
	position: absolute;
	top: 10%;
	right: 18%;
	z-index: 3;
	display: none;
	width: 815px;
}

#advancedsearch_info a#btn_advancedsearch_info_close, #simplesearch_info a#btn_simplesearch_info_close {
	text-align: right;
	padding: 0 3px 0 0;
	display: block;
	text-decoration: none;
	color: #fff;
}

#advancedsearch_info_content, #simplesearch_info_content {
	border: 1px solid #000;
	border-radius: 6px;
	box-shadow: hsla(250, 100%, 10%, 0.6) 5px 5px 6px;
	padding: 5px;
	background-color: #fff;
	max-height: 600px;
	width: 800px;
	overflow: auto;
}

#simplesearch_info_content p {
	margin: 0 0 20px 0;	
}

#advancedsearch_info h1, #simplesearch_info h1 {
	font-weight: normal;
}

#advancedsearch_info_content p:not(:last-child) {
	margin: 0 0 10px 0;
}

#advancedsearch_info ul li {
	margin: 0 0 5px 0;
}

#advancedsearch {
	width: 860px;
	margin: 0 auto;
}

#advancedsearch div.section {
	margin: 0 0 50px 0;
	position: relative;
	padding: 5px 0 0 0;
}

#advancedsearch div.section select {
	min-width: 200px;
	vertical-align: top;
	margin: 4px 0 0 0;
	height: 23px;
}

#advancedsearch div.section select.condition {
	margin: 4px 0 0 17px;
}

#advancedsearch div.section input[type=text] {
	width: 198px;
	margin: 4px 0 0 17px;
	vertical-align: top;
	height: 20px;
}

#advancedsearch div.section .icons {
	position: absolute;
	top: 3px;
	right: 0;
	width: 86px;
}

#advancedsearch div.section .icons a {
	width: 32px;
	height: 32px;
	display: inline-block;
}

#advancedsearch div.section .icons a.btn_add {
	background: url(../img/layout/add_32.png) no-repeat;
	background: url(../img/layout/plus_icon.png) no-repeat;
	float: left;
}

#advancedsearch div.section .icons a.btn_delete {
	background: url(../img/layout/delete_32.png) no-repeat;
	background: url(../img/layout/minus_icon.png) no-repeat;
	float: right;
	display: none;
}

#advancedsearch fieldset {
	position: relative;
	padding: 20px 5px 10px 10px;
	margin: 0 0 40px 0;
}

#advancedsearch fieldset p#advancedsearch_error {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#advancedsearch input[type=submit] {
	border: none;
	position: absolute;
	right: 5px;
	bottom: 5px;
	margin: 10px 0 0 0;
	padding: 2px 0 3px 0;
	width: 85px;
	background-color: #da4938;
	color: #fff;
	font-size: 125%;
}


/* SUCHERGEBNISSE */
#search_info {
	clear: left;
	padding: 0;
	position: relative;
	min-height: 100px;
}

#search_info_tableview {
	clear: left;
	padding: 0;
	position: relative;
	height: 20px;
}

#search_info.savedsearch p {
	margin: 0 0 20px 0;
}

#search_info.savedsearch p em {
	display: block;
}

#search_info ul li span {
	display: inline-block;
	vertical-align: top;
}

#search_info ul li span.searchterms_item {
	width: 500px;
	margin: 0 0 0 5px;
}

#search_info_right {
	position: absolute;
	top: 0;
	right: 0;
}

#search_info_right a, #advancedsearch_header a {
	display: block;
	text-decoration: none;
	margin: 0 0 4px 0;
	height: 24px;
	width: 250px;
	padding: 4px 0 0 28px;
	background: url(../img/layout/pfeil_re_red.png) no-repeat left 0;
}

#advancedsearch_header_right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

a#btn_advancedsearch_info {
	float: left;
	width: 250px;
	padding: 4px 0 0 30px;
	background: url(../img/layout/fragezeichen.png) no-repeat left 0;
}

#list_customizedforms {
	display: none;
	background-color: #eee;
	padding: 0 0 0 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#list_customizedforms ul li a {
	background: none;
	padding: 0;
	margin: 0;
}

#list_customizedforms ul li a:hover {
	text-decoration: underline;
}

.pagination {
	height: 20px;
	margin: 35px 0 30px 0;
}

.pagination a {
	text-decoration: none;
	display: inline-block;
	color: #000;
}

.pagination_left {
	float: left;
	text-align: left;	
	width: 150px;
}

.pagination_left a.erste {
	padding: 0 10px 0 17px;
	background: url(../img/layout/pfeil_li_doppelt_black.png) no-repeat left 4px;
}

.pagination_left a.zurueck {
	padding: 0 0 0 10px;
	background: url(../img/layout/pfeil_li_black.png) no-repeat left 4px;
}

.pagination_right {
	float: right;
	text-align: right;
	width: 150px;
}

.pagination_right a.weiter {
	padding: 0 10px 0 0;
	background: url(../img/layout/pfeil_re_black.png) no-repeat right 4px;
}

.pagination_right a.letzte {
	padding: 0 17px 0 10px;
	background: url(../img/layout/pfeil_re_doppelt_black.png) no-repeat right 4px;
}

#wrapper_result_search {
	width: 930px;
	overflow: auto;
	margin: 0 0 30px 0;
}

.result_search {
	margin: 20px 0 30px 0;
	border-collapse: collapse;
}

.result_search th {
	cursor: pointer;
	text-align: left;
	padding: 0 0 5px 2px;
	padding: 0 12px 5px 2px;
}

.result_search th.sort_up {
	background: #eee url(../img/layout/pfeil_unten_oben_black.png) no-repeat right 3px;
}

.result_search th.sort_down {
	background: #eee url(../img/layout/pfeil_unten_oben_black.png) no-repeat right -21px;
}

.result_search th.more_fields {
	cursor: default;
}

.result_search th a {
	display: block;
	text-decoration: none;
}

.result_search td {
	background-color: #fff;
	padding: 3px;
	min-width: 130px;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.result_search td.objekttyp {
	min-width: 100px;
}

.result_search td:first-child {
	min-width: 115px;
}

.result_search td a {
	text-decoration: none;
}

.result_search td:first-child a em {
	display: block;
}

.result_search td:first-child img {
	margin: 10px 0 0 0;
/*
	width: 100px;
	height: 100px;
*/
}

.result_search td a dl dt {
	font-style: italic;
}

.result_search td a dl dd {
	margin: 0 0 15px 0;
}

/***********************************************/
/*************** DATENBLATT ***************/
/***********************************************/
.content_wrapper.datenblatt {
	padding: 0 0 10px 10px;
	min-width: 950px;
	margin-top: 40px;
}


/* Navigations-Pfeile */
a#btn_last_record.active {
	position: absolute;
	top: -33px;
	left: -26px;
	text-decoration: none;
	background: url(../img/layout/pfeil_li_red.png) no-repeat;
	height: 26px;
	padding: 3px 0 0 27px;
}

a#btn_last_record.inactive {
	position: absolute;
	top: -33px;
	left: -26px;
	text-decoration: none;
	background: url(../img/layout/pfeil_li_grau.png) no-repeat;
	height: 26px;
	padding: 3px 0 0 27px;
	color: #878484;
	cursor: default;
}

a#btn_back_to_results.active {
	position: absolute;
	top: -33px;
	left: 380px;
	text-decoration: none;
	background: url(../img/layout/pfeil_top_red.png) no-repeat;
	padding: 3px 0 0 27px;
	height: 26px;
}

a#btn_back_to_results.inactive {
	position: absolute;
	top: -33px;
	left: 380px;
	text-decoration: none;
	background: url(../img/layout/pfeil_top_grau.png) no-repeat;
	padding: 3px 0 0 27px;
	height: 26px;
	color: #878484;
	cursor: default;
}

a#btn_next_record.active {
	position: absolute;
	top: -33px;
	right: -26px;
	text-decoration: none;
	background: url(../img/layout/pfeil_re_red.png) no-repeat right;
	height: 26px;
	padding: 3px 27px 0 0;
}

a#btn_next_record.inactive {
	position: absolute;
	top: -33px;
	right: -26px;
	text-decoration: none;
	background: url(../img/layout/pfeil_re_grau.png) no-repeat right;
	height: 26px;
	padding: 3px 27px 0 0;
	color: #878484;
	cursor: default;
}


#datenblatt_links_mitte {
	float: left;
	position: relative;
	margin: 0 0 70px 0;
}

#datenblatt {
	margin: 0 0 0 0;
	width: 600px;
}

#datenblatt a#btn_regionalinfo {
	text-decoration: none;
	font-style: italic;
	display: block;
	padding: 2px 0 2px 12px;
}

#datenblatt a#btn_regionalinfo.inactive {
	background: url(../img/layout/pfeil_unten_re_black.png) no-repeat -3px 5px;
}

#datenblatt a#btn_regionalinfo.active {
	background: url(../img/layout/pfeil_unten_re_black.png) no-repeat 0 -16px;
}

/* Literaturliste */
#datenblatt a#btn_literaturliste {
	text-decoration: none;
	font-style: italic;
	display: block;
	padding: 2px 0 2px 12px;
	background: url(../img/layout/pfeil_unten_re_black.png) no-repeat -3px 5px;
}

#list_literature {
  position: fixed;
  top: 10%;
  right: 18%;
  z-index: 3;
  display: none;
  width: 815px;
}

#list_literature a#btn_list_literature_close {
  text-align: right;
  padding: 0 3px 0 0;
  display: block;
  text-decoration: none;
  color: #fff;
}

#list_literature_content {
  border: 1px solid #000;
  border-radius: 6px;
  box-shadow: hsla(250, 100%, 10%, 0.6) 5px 5px 6px;
  padding: 5px;
  background-color: #fff;
  height: 500px;
  width: 800px;
  overflow: auto;
}

#list_literature_content table tr td {
  padding: 5px 10px 0 0;
  vertical-align: top;
}

#list_literature_content table tr td.cit_short {
  font-style: italic;
  width: 220px;
}



#datenblatt h1 {
	font-size: 120%;
	margin: 0 0 25px 0;
}

#datenblatt div.section {
	clear: left;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
}

#datenblatt div.section h1 {
	font-size: 100%;
	margin: 0 0 5px 0;
	padding: 5px 0;
}

#datenblatt div.section h1 span {
	display: inline-block;
}

#datenblatt div.section dl {
	margin: 0 0 20px 0;
}

#datenblatt div.section dl dt {
	float: left;
	padding: 5px 5px 0 0;
	font-style: italic;
}

/* Simplified Petrography */
#datenblatt a.simplified_petrography {
	text-decoration: none;
	border-bottom: 1px dotted #000;
	cursor: help;
}

#sp_info {
	position: fixed;
	top: 5%;
	z-index: 3;
	display: none;
	border: none;
}

#sp_info a#btn_sp_info_close {
	text-align: right;
	padding: 0 3px 0 0;
	display: block;
	text-decoration: none;
	color: #fff;
}

#sp_info_content {
	padding: 5px;
	width: 750px;
	overflow: auto;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: hsla(250, 100%, 10%, 0.6) 5px 5px 6px;
}

#sp_info_content h2 {
	font-weight: normal;
	text-align: center;
	margin: 0 0 25px 0;
}

#sp_info_content h2 a {
	font-style: italic;
}

/* Regionalinfo */
#datenblatt div.section dl dt.regionalinfo, #datenblatt div.section dl dd.regionalinfo {
	display: none;
	margin: 0 0 10px 0;
}

#datenblatt div.section dl dd.regionalinfo div.section {
	border: none;
	margin: 0 0 0 15px;
}

#datenblatt div.section dl dd.regionalinfo div.section dl dt {
	float: left;
	padding: 10px 5px 0 0;
	font-style: italic;
}

#datenblatt div.section dl dd.regionalinfo div.section dl dd {
	padding: 10px 0 0 0;
}

#datenblatt div.section dl dd.regionalinfo div.section dl dd img.thumbnail {
/*
	width: 75px;
	height: 75px;
*/
	margin: 3px 7px 5px 0;
	float: left;
	cursor: pointer;
}


#datenblatt div.section dl dd {
	padding: 5px 0 0 0;
}

#datenblatt div.section dl dd span {
	display: inline-block;
	margin: 0 10px 0 0;
}

/* Glossar */
#datenblatt div.section dl dd a.glossary_link {
    cursor: help;
    text-decoration: none;
    border-bottom: 1px dotted #000;
}

#glossaryfield {
	position: fixed;
	top: 150px;
	z-index: 3;
	display: none;
}

#glossaryfield a#btn_glossaryfield_close {
	text-align: right;
	padding: 0 3px 0 0;
	display: block;
	text-decoration: none;
	color: #fff;
}

#glossaryfield_content {
	width: 350px;
	min-height: 50px;
	background-color: #fff;
	padding: 5px;
	overflow: auto;
	border-radius: 10px;
	box-shadow: hsla(250, 100%, 10%, 0.6) 5px 5px 6px;
}

#glossaryfield_content dl dt {
	font-weight: bold;
	margin: 0 0 10px 0;
}

/* Kommentare */
#datenblatt div.section.kommentare h1 {
	margin: 0 0 20px 0;
}

#datenblatt div.section.kommentare h1 span {
	display: block;
}

#datenblatt div.section.kommentare h1 a {
	font-weight: normal;
	font-style: italic;
	display: inline-block;
	margin: 5px 0 0 0;
}

#datenblatt div.section.kommentare #form_comment {
	width: 478px;
	height: 350px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0 0 20px 0;
	padding: 10px;
}

#datenblatt div.section.kommentare #form_comment label {
	width: 80px;
	display: inline-block;
	vertical-align: top;
}

#datenblatt div.section.kommentare #form_comment input[type=text] {
	width: 200px;
}

#datenblatt div.section.kommentare #form_comment textarea {
	width: 380px;
	height: 100px;
}

#datenblatt div.section.kommentare #form_comment p em {
	width: 265px;
	display: inline-block;
}

#datenblatt div.section.kommentare #form_comment p img#form_comment_captcha_img {

}

#datenblatt div.section.kommentare #form_comment p a#reload_captcha {
	display: block;
	font-style: italic;
	text-decoration: none;
	float: right;
	margin: 45px 10px 0 0;
}

#datenblatt div.section.kommentare #form_comment img#form_comment_captcha_img {
	margin: 15px 0 0 0;
}

#datenblatt div.section.kommentare ul li em {
	display: block;
	margin: 0 0 7px 0;
}

#datenblatt div.section.kommentare ul li em span.comment_date {
	margin: 0 0 0 10px;
	color: #9b9999;
}

#datenblatt div.section.kommentare p {
	margin: 0 0 15px 0;
}

#datenblatt #savemonument #btn_save_monument {
	text-decoration: none;
	background: url(../img/layout/pfeil_re_red.png) no-repeat;
	padding: 4px 0 0 28px;
	height: 26px;
	margin: 10px 0 0 0;
	display: block;
}

/* REGIONALINFO-BILD */
#regionalinfo_image {
    position: absolute;
    top: 10%;
    z-index: 3;
    display: none;
}

#regionalinfo_image p {
    margin: 0 0 5px 0;
}

#regionalinfo_image img {
    border-radius: 10px;
}

/* IMAGEVIEWER */
#imageviewer {
	position: absolute;
	top: 10%;
	z-index: 3;
	display: none;
}

#imageviewer a#btn_imageviewer_close, #regionalinfo_image a#btn_regionalinfo_image_close {
	text-align: right;
	padding: 0 3px 0 0;
	display: block;
	text-decoration: none;
	color: #fff;
}

#imageviewer_content, #regionalinfo_image_content {
	background-color: #fff;
	padding: 5px;
	overflow: auto;
	border-radius: 10px;
	box-shadow: hsla(250, 100%, 10%, 0.6) 5px 5px 6px;
}

#imageviewer #imageviewer_content #area_left {
	width: 340px;
	min-height: 250px;
	overflow: auto;
	float: left;
}

#imageviewer #imageviewer_content #area_left #image_info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}

#imageviewer #imageviewer_content #area_left #thumbnails {
	
}

#imageviewer #imageviewer_content #area_left #thumbnails img.thumbnail {
	/*
	width: 100px;
	height: 100px;
	*/
	margin: 0 10px 10px 0;
	display: inline-block;;
	cursor: pointer;
}

#imageviewer #imageviewer_content #area_right {
	width: 500px;
	min-height: 250px;
	margin: 0 0 0 350px;
}

#imageviewer #imageviewer_content #area_right #image_large {
	position: relative;
}

#imageviewer #imageviewer_content #area_right #image_large img {
	display: block;
	border-radius: 10px;
	/*margin: 0 auto;*/
	float: right;
}

#imageviewer #imageviewer_content #area_right #image_large a#link_orig_size {
	position: absolute;
	display: block;
	padding: 2px 3px 3px 3px;
	border-radius: 3px;
	right: 7px;
	top: 7px;
	color: #fff;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.75);
	font-size: 80%;
}


/* Datenblatt - rechter Bereich */
#datenblatt_rechts {
	float: right;
	width: 330px;
	margin: 10px 0 0 5px;
}

#datenblatt_rechts #map {
	width: 320px;
	height: 200px;
	border: 1px solid #ccc; 
	border-radius: 7px;
	margin: 0 0 10px 0;
}

#datenblatt_rechts #map_info {
	margin: 0 0 30px 0;
}

#datenblatt_rechts #map_info a {
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 12px;
	background: url(../img/layout/pfeil_unten_re_black.png) no-repeat -3px 6px;
}

#datenblatt_rechts #monument_thumbnails {
	width: 330px;
}

#datenblatt_rechts #monument_thumbnails img {
/*
	width: 100px;
	height: 100px;
*/
	display: inline-block;
	margin: 0 8px 8px 0;
	cursor: pointer;
}

#datenblatt_rechts a#btn_monument_thumbnails {
	clear: left;
	display: block;
	margin: 0 0 20px 0;
}



/**********************************************/
/********** ÜBER DAS PROJEKT ***********/
/**********************************************/
#about {
	width: 800px;
	min-height: 500px;
	margin: 10px auto 40px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 10px;
	position: relative;
}

#about #navi_wrapper {
  margin: 50px 0 0 0;
  height: 30px;
}

#about span#unilogo {
    display: block;
    width: 190px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../img/layout/uni_logo.png) no-repeat;
}

#about h1 {
	margin: 0 0 15px 0;
}

#about ul#navi li {
	float: left;
}

#about ul#navi li a {
	text-decoration: none;
}

#about ul#navi li {
	padding: 0 10px 0 0;
}

#about ul#navi li:not(:first-child):before {
	content: '|';
	padding: 0 10px 0 0;
}

#about #content {
	clear: left;
	margin: 30px 0 0 0;
}

#about #content h1 {
  margin: 20px 0 15px 0;
}

#about #content h2 {
  margin: 20px 0 15px 0;
  font-weight: normal;
  font-style: italic;
}

#about #content p {
  margin: 0 0 10px 0;
}

#about #content ol>li {
  list-style-type: decimal;
  margin: 5px 0 0 20px;
}

#about #content ol>li ul li {
  margin: 3px 0 3px 20px;
  list-style-type: square;
}

#about #content .about_detail_info {
  display: none;
}

#about #content #publications #btn_impact {
  display: block;
  margin: 20px 0 0 0;
}

#list_publications {
  position: fixed;
  top: 10%;
  right: 18%;
  z-index: 3;
  display: none;
  width: 815px;
}

#list_publications a#btn_list_close {
  text-align: right;
  padding: 0 3px 0 0;
  display: block;
  text-decoration: none;
  color: #fff;
}

#list_publications_content {
  border: 1px solid #000;
  border-radius: 6px;
  box-shadow: hsla(250, 100%, 10%, 0.6) 5px 5px 6px;
  padding: 5px;
  background-color: #fff;
  max-height: 600px;
  width: 800px;
  overflow: auto;
}

#list_publications_content table tr td {
  padding: 5px 10px 0 0;
  vertical-align: top;
}

#list_publications_content table tr td.publication_author {
  width: 200px;
}


/*******************/
/***** KONTAKT *****/
/*******************/

#contact {
  margin: 0 0 50px 0;
}

#contact dl {
	margin: 20px 0 0 0;
}

#contact dl dt {
	margin: 0 0 5px 0;
	font-style: italic;
}

#contact dl dd {
	margin: 0 0 20px 0;
}

#contact dl dd p {
	margin: 5px 0 0 0;
}

#contact dl dd p span.contact_name {
	display: inline-block;
	margin: 0 10px 0 0;
}

#contact dl dd p span.contact_email a {
	text-decoration: none;
	color: #727171;
}


/*******************/
/***** LOGIN *****/
/*******************/

a.btn_login_back {
	clear: left;
	padding: 20px 0 0 0;
	width: 50px;
	display: block;
}

#adminlogin {
	width: 500px;
	margin: 50px auto 0;
}

#adminlogin input[type=text], #adminlogin input[type=password] {
	width: 200px;
}

#adminlogin label {
	min-width: 95px;
}

#adminlogin_error {
	margin: 20px 0 0 0;
}


/* Neues Passwort */
#new_password {
	margin: 70px auto 0;
	width: 500px;
}

#btn_new_password, #btn_new_login {
	display: inline-block;
	text-decoration: none;
	background: url(../img/layout/pfeil_re_red.png) no-repeat;
	padding: 4px 0 0 28px;
	height: 26px;
	margin: 10px 0 0 0;
}

/* Neues Benutzerkonto */
#new_login {
	margin: 10px auto 0;
	width: 500px;
	clear: left;
}

#form_newlogin {
	margin: 20px 0 0 0;
}

#form_newlogin p, #form_newpassword p {
	margin: 0 0 10px 0;
}

#form_newlogin label, #form_newpassword label {
	width: 260px;
}

#form_newlogin input[type=text], #form_newpassword input[type=text] {
	width: 227px;
}

img.workspace_captcha {
	display: block;
	margin: 20px 0 0 0;
	float: left;
	width: 260px;
}

a.workspace_btn_reload_captcha {
	text-decoration: none;
	font-style: italic;
	margin: 50px 0 0 25px;
	display: inline-block;
}

#form_newlogin p.submit, #form_newpassword p.submit {
	clear: left;
}
