html, body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;

}
img {
	border: none;	
}
input, textarea, select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 2px;
}
div#headline {
	color: #fff;
	background: #000;
	padding: 10px;
}
h2 {
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0;
}

div#headline p {
	margin: 0;
	padding: 0;	
}

div#wrap {
	height: 100%;
	position: relative;
	background-color: #c0c0c0;
}
div#menu {
	float: left;
	bottom: 0;
	
}
div#menu ul {
	margin: 10px 0 0 0;
	padding: 0;
}
div#menu a {
	display: block;
	margin: 0;
	padding: 3px 10px;
	color: #000;
	text-decoration: none;
}
div#menu a:hover {
	text-decoration: underline;
}
div#menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#content {
	display: absolute;
	width: auto;
	background-color: #eee;
	overflow: hidden;
	padding: 10px;

}
div.clearer {
	clear: both;	
	
}

#ordner {

}


.table {
	width: 100%;
    display: table;
}
.table div {
    display: table-row;
}
.table div div {
	padding: 5px;
    display: table-cell;
	vertical-align: top;
}
.color1 {
	background: #c0c0c0;	
}
.color2 {
	background: #fff;	
}
.eventmelder {
	background: #FF6;
}
.symbol {
	width: 16px;
	height: 16px;	
}
div#gallery img {
	height: 99px;
}
div#gallery .status {
	top:0;
	left:0;
	z-index: 99;
	position: absolute;
	width: 149px;
	height: 99px;
}
div#gallery .pic_status {
	cursor: pointer;	
}
div#gallery .offline {
	background-image: url(../inside/images/offline.png);
}
div#gallery .group {
	position: relative;
	display: block;
	width: 149px;
	height: 99px;
}
div#gallery p {
	padding: 0;
	margin: 0;
}
div#gallery .pic {
	border: 1px solid #c0c0c0;
	width: 149px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
}
div#gallery .desc {
	padding: 2px;
	border-top: 1px solid #c0c0c0;
	text-align: left;
}
div#gallery a {
	broder: none;
	margin: 0;
	padding: 0;
}
div#content_header .info {
	float: left;
	
}
div#preview {
	height: 130px;
	float: right;
}
div#preview img {

	height: 99px;
}


div#query_listbox li {
	cursor: pointer;
}

div #tabs {
	font-size: 11px;	
	
}
table#sortierung {
	margin-top: 30px; 
}

table#neueLocation input, table#neueLocation textarea {
	width: 350px;
}
table#neueLocation textarea {
	height: 200px;	
}
table#neueLocation {
	float: left;
}
table#neueLocation td {
	vertical-align: top;
}
table#locationsContent h4 {
	margin-top: 0;
}
div#query_listbox {
	margin-left: 30px;
	float: left;
}
div#query_listbox li {
	list-style: disc;
	margin-left: -25px;
}

.jsLink {
	cursor: pointer;	
}
















