/*
 * CSS für die Betriebsdatenbankeinbindung
 * Copyright 2010 SECRA GmbH
 */
 
/* Elemente */
#mapbutton {
	background-Color: #EDF7DE;
	float: left;
	cursor: pointer;
	text-align: center;
	padding: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #4E6B57;	
	border-top: 1px  solid #39B44A;
	border-left: 1px  solid #39B44A;
	border-right: 1px  solid #39B44A;
}

#listbutton {
	background-Color: #EDF7DE;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	text-align: center;
    padding: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #4E6B57;    
	border-top: 1px  solid #39B44A;
	border-left: 1px  solid #39B44A;
	border-right: 1px  solid #39B44A;
}

#mapbutton:hover {
	background-Color: #DDF7CE;
}

#listbutton:hover {
	background-Color: #DDF7CE;
}

#presentationcontainer {
	border: 1px solid #36B647;
}

/* nicht modifizieren! */
#gmapdiv {
	overflow: hidden;
}

#suchbereich {
	background-Color: #DDF7CE;
	border: 1px solid #36B647;
	overflow: auto;
}

#loader {
	background-Color: #FFFFFF;
	display: none; 
	width: 100%; 
	height: 100%;
}

#searchbutton {
	width: 98%;
	border: 1px solid #36B647;
	background-Color: #78B32E;
	color: #FFFFFF;
	font-family: Arial, Verdana;
	font-weight: bold;
	margin: 2px;
}

#infobereich {
	background-Color: #DDF7CE;
	height: 200px;
	padding: 5px;
	border-top: 1px solid #36B647;
}

#resetbutton {
	color: #4E6B57;
	font-family: Arial, Verdana;
	font-size: 11px;
	float: right;	
	cursor: pointer;
}

#resetbutton:hover {
	color: #B3E073;
}

.suche_titelzeile td {
	background-color: #78B32E;
	color: #FFFFFF;
	text-align: left;
}

.suche_bg td {
	background-image: url('../bitmaps/frontend/dropdown.gif');
    background-repeat: no-repeat;
    background-position: right top; 
}

.suche_mouse {
	cursor: pointer;
}

.listentry {
	cursor: pointer;
	background-Color: #DDF7CE;
	margin: 2px;
}

#infotitel {
	font-weight: bold;
	font-size: 14px;
}

#listdiv td, #infosektion td {
	padding: 2px !important;
}

#suchbereich td {
	padding: 1px !important;
}
