/* Bilddetails Overlay in den Suchergebnissen */
.bilddetails {
	width: 100%;
	height: 550px;
	z-index: 4;
	position: absolute;
	background-Color: #FFFFFF;
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
}

/* der absolut positionierte Button am Boden des Bilddetails Overlay in den Suchergebnissen */
.infolayer_button {
	position: absolute;
	top: 520px;
	left: 230px;
	width: 180px;
}

/* Die Lizenztextbox */
.licensebox {
	width: 100%;
	height: 200px;
	overflow: auto;
}

/* Das Popupfenster das kommt beim Mouse Hover über einem Bild in der Bilderliste */
.infowindow {
	position: absolute;
	display: none;
	width: 500px;
	height: 250px;
	border: 2px solid #cecece;
	background-Color: #ffffff;
	z-index: 20;
	overflow: hidden;
}

/* der Infobereich des Infotooltips */
.infowindow_info {
	border-left: 1px solid #cecece;
	background-Color: #f5f5f5;
}

/* Bilderliste DIV */
.bilderliste {
	position: relative;
	width: 640px;
	height: 550px;
	float: left;
	z-index: 1;
	overflow: hidden;
	border: 1px solid #9E9D8B;
	background: #ffffff;
}

.pagenavi {
	width: 100%;
	position: relative;
	margin-top: 10px;
	float: left;
}

/* Karten DIV */
.bilderkarte {
	/* Anmerkung: Die Margin Werte werden im JS Code je nach Browser gesetzt und auch
	              manipuliert. */
	position:absolute;
	width: 247px;
	height: 596px;
	top:50%;
	left:50%;
	z-index: 5;
	margin:-178px 0px 0px 198px;
	border: 1px solid #9E9D8B;
	background-Color: #F5F5F5;
	overflow: hidden;
}

*html .bilderkarte {
	margin-top:-173px;
}

*:first-child+html .bilderkarte {
	margin-top:-182px;
}


/* 100 Pixel Weite für einige Input Elemente */
.fix100 {
    width: 100px;
}

/* 330 Pixel Weite für einige Input Elemente */
.fix330 {
    width: 330px;
}

/* 200 Pixel Weite für einige Input Elemente */
.fix200 {
    width: 200px;
}

/* Box für die einzelnen Seitenzahlen */
.pagebox {
	display: block;
	padding-top: 3px;
	width: 20px;
	height: 17px;
	border: 1px solid #cecece;
}

/* das td Element, dass die Seitenlinks umgibt */
.pageboxcell {
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}

.pageboxcell:hover {
	background-Color: #eeeeee;
}

/* das td Element, dass die Seitenlinks der AKTUELLEN Seite umgibt */
.pageboxcell_current {
	width: 20px;
	height: 20px;
	background-Color: #CCCCCC;
	text-align: center;
	vertical-align: middle;		
}

/* Fortschritts DIV */
.outerprogress {
	height:20px; 
	background-Color: #ffffff; 
	overflow: hidden; 
	border: 1px solid #cecece;
}

.innerprogress {
	height:20px;
	background-Color: #aaffaa;
}

/* Bilderrahmen */
.imgbox {
	border: 3px solid #ffffff;
}

/* Detailbox */
.infobox {
	border: 1px solid #9E9D8B;
	background-Color: #ffffff;
}

.redinfobox {
	border: 1px solid #ff7070;
	background-Color: #ffffff;	
}

.infobox_dunkel {
	border: 1px solid #9E9D8B;
	background-Color: #e1f5d4;
}

.hoverMark:hover {
	background-Color: #d7d7d7;
	margin-top: 1px;
	margin-left: 1px;
}

.mousehand {
	cursor: pointer;
}

/***************************************************************************/
/*                                Seitenlayout                             */
/***************************************************************************/

body {
  margin:0px;
  padding:0px;
  background-color: #ffffff;
  font-size: 12px;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  background: #E4E4E4;
}

#container {
	background:#FFFFFF;
  width: 940px;
	color:#333333;
  height: 100%;
	margin:0 auto;
	border-right: 2px solid #F8B578;
	border-left: 2px solid #F8B578;
	border-bottom: 2px solid #F8B578;
}

#content {
  width: 940px;
  height:auto;
  float:left;
  font-size: 12px;
  position:relative;
  display:block;
  margin-bottom:20px;
  background: #FFFFFF;
}

#footer {
  width: 922px;
  height: 20px;
	font-size:12px;
	text-align:right;
	color:#6F7072;
	padding-right:18px;
	padding-top:5px;
  /*background: url(../bitmaps/admin/footer.jpg) bottom no-repeat;*/
  background-Color:#FFFFFF;
  clear:both;
}

/***************************************************************************/
/*                       Fehlermasken / Fehlerklassen                      */
/***************************************************************************/


.fehler {
  text-decoration:none;
  font-weight:bold;
  font-style:italic;
  color: #d40027;
}

#call_ok {
  width: 833px;
  height: auto;
  padding-top:15px;
  padding-bottom:15px;
  min-height: 60px;
  font-weight:bold;
  color:#00a33d;
  padding-left: 105px;
  background:#bfe8ce url(../bitmaps/admin/aufruf_ok.gif) left top no-repeat;
  border: 1px solid #00a33d;
  margin-bottom:10px;

}

/* IE6-Hack */
*html #call_ok {
  height: 100px;
}

#call_fehler {
  width: 833px;
  height: auto;
  padding-top:15px;
  padding-bottom:15px;
  min-height: 60px;
  font-weight:bold;
  color:#d40027;
  padding-left: 105px;
  background:#f4bfc9 url(../bitmaps/admin/aufruf_fehler.gif) left top no-repeat;
  border: 1px solid #d40027;
  margin-bottom:10px;

}

/* IE6-Hack */
*html #call_fehler {
  height: 100px;
}

#call_ok span.head, #call_fehler span.head{
  font-size:18px;
  font-weight:bold;
  padding-bottom:10px;
  display:block;
}

#logcall_fehler {
  text-align:center;
  width: 300px;
  font-size:12px;
  color:#d40027;
  padding-top:8px;
  padding-bottom:8px;
  font-weight:bold;
  background: #f4bfc9;
  border: 1px solid #d40027;
  margin-bottom:10px;
  clear:both:
}

/***************************************************************************/
/*                       Inhaltsbereich // Layout                          */
/***************************************************************************/

#content_header {
  width: 900px;
  height:auto;
	padding:10px 20px;
  background:#FFFFFF;
  clear:both;
}

.headertext {
  font-size: 36px;
  font-family: Trebuchet MS, sans-serif, Arial;
  letter-spacing:-2px;
  color: #27458C;	
  font-weight: normal;
}

#content_input {
  padding-top: 14px;
  padding-bottom:5px;
  background:#ffffff;
  width: 900px;
  padding: 20px;
  height: auto;
  min-height: 550px;
  color:#666666;
  font-size:12px;
}

.liner_box {
  width: 860;
  height:1px;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px solid #9e9d8b;
  background:#FFFFFF;
}

/***************************************************************************/
/*                    Inhaltsbereich // Formatierungen                     */
/***************************************************************************/

/************** Headlines ***************/

h1 {
  margin:0px 0x 20px 0px; color:#787878; font-size:20px;
}

h2 {
  margin:0px 0x 18px 0px; color:#787878; font-size:18px;
}

.h2nopad {
  color:#787878; font-size:18px;
}

h3 {
  margin:0px 0x 16px 0px; color:#787878; font-size:16px;
}

h4 {
  margin:0px 0x 10px 0px; color:#787878; font-size:14px;
}

h5 {
  margin:0px 0x 8px 0px; color:#787878; font-size:13px;
}

h6 {
  margin:0px 0x 6x 0px; color:#787878; font-size:12px;
}


#footer a:link, #footer a:visited {
  color: #6F7072;
  font-weight:none;
  text-decoration:none;
  /* padding-left: 10px; */
  font-size:12px;
}

#footer a:hover {
  text-decoration:underline;
}


#content a:link, #content a:visited {
  color: #505472;
  font-weight:bold;
  text-decoration:none;
  /* padding-left: 9px; */
  font-size:12px;
}

#content a:hover {
  text-decoration:underline;
}

.nolinkdeco {
  background: none !important;
  padding-left: 0px !important;	
  text-decoration:none !important;
}

.rot {
  color: #870000;
}

.gruen {
  color: #008700;
}

.weiss {
  color: #FFFFFF;
}

span.color {
  text-decoration:none;
  color: #7087a1;
}

span.colorklein {
  text-decoration:none;
  color: #7087a1;
  font-size: 11px;
}

span.gross {
  font-size: 13px;
}

span.klein {
  font-size: 9px;
}

tr.kopfcolor {
  background-color: #e2e7ec;
  height:15px;
}

tr.graudunkel, td.graudunkel {
  background-color: #dfdfdf;
  height:10px;
}

tr.graudunkelpad5, td.graudunkelpad5 {
  background-color: #dfdfdf;
  padding:5px;
}

table.grauhellpad5, tr.grauhellpad5, td.grauhellpad5 {
  background-color: #efefef;
  padding:5px;
}

tr.gold, td.gold {
  background-color: #E0E6ED;
  height:10px;
}

tr.grauhell, td.grauhell {
  background-color: #efefef;
  height:10px;
}

tr.grauhell2, td.grauhell2 {
  background-color: #DBDBDB;
  height:10px;
}

tr.grauhell3, td.grauhell3 {
  background-color: #dddddd;
  height:10px;
}

tr.graulist { /* die wechselnde Farbe in der Kategorieliste */
  background-color: #eaeaea;
  height:10px;
}

table {
  font-size:12px;
}

#content table.daten {
  font-size:11px;
  border: 1px solid #a0a0a0;
}

#content table.daten a:link, #content table.daten a:visited,
#content table.daten a:hover {
  font-size:11px;
}

.noborder {
  border:none;
}

.datenbox {
  font-family: "Courier New", Courier, monospace;
  text-decoration:none;
  font-size:11px;
}

.online {
  color:#009900;
}

.offline {
  color:#CC0000;
}

hr {
	height:1px;
  color:#cccccc;
}

.maximum {
	width: 100%;
}

span.gold {
	color: #004A80;
}

/***************************************************************************/
/*                       Formularfelder / Elemente                         */
/***************************************************************************/

form {
  margin:0;
	padding:0;
}

input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000055;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.noborder {
	border: 0px !important;
	background: none !important;
}

.button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000055;
  background-Color: #dbdbdb;
  border: 1px solid #909090;
}

