/* CSS Document */

.popperHid {
    display:none;
}
.popperShow {
    position: relative;
    z-index: 1;
    padding: 10px;
    border: 1px solid #666;
    width: 700px;
    left: 46%;
    top: 10px;
    margin: 0 0 0 -330px;
    display:block;
    
	background-color:#FFFFFF;
}
.popperShow iframe.iefixframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

.popperShow #closebutton {
    display: block;
    text-align: center;
    clear: both;
    margin: .5em 0 0 0;
}
.popperShow #closebutton input {
    font-size: 100%;
}
#achter {
	display: none;	
}
th {
	text-align:left;
}

.suggestion_list {
	background-color: #CCFFFF;
	border: 1px solid;
	padding: 4px;
}

.suggestion_list ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.suggestion_list a {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;*/
	text-decoration: none;
	color: #000066;
}

.suggestion_list .selected {
	background: navy;
}

.suggestion_list .selected a {
	color: white;
}

#autosuggest {
	display: none;
}
.hintsClass {
	background-color: #CCFFFF;
	border: 1px solid #000000;
	padding: 5px;
	/*font-size: 10px;*/
}
