/**
 * Das Stylesheet
 **/
 body {
 	style.css (line 16)
	color:#333333;
	font-family:Verdana,Arial,Tahoma,SansSerif;
	font-size:0.76em;
	line-height:1.6em;
}
 
/* Formular */
span.label {
	float:left;
	width: 6em;}
span.textAdresse {
	width:20em;
	}
	
input {
	float:none;
	}
input.text, input.textAdresse {
	font-family:monospace;
	font-size:12px;
	width:13em;}
	
input.textAdresse {
	width:50em;}
	
div.textUnterForm {
	text-align: left;
	padding-top:2em;}

div.bereich, div.formular {
  float: none;
  padding: 1em;
  width: 60em;}
  
div.buttonsFormUnten {
    text-align: right;
    padding-right: 0.25em;}
    
div.mapFrame {
    float: left;
    overflow:hidden;}
    
div#Kommentare {
	clear: left;
	}
div#KommentarForm {
	width: 100px;
	padding-left: 0.5em;
	float:left;
	}

div.map {
    float: none;
    width: 50em; 
    height: 30em}

div.description {
	float: none;
	width: 39em;
	padding: 1em;}

/* Liste */
item {
  border: 1px solid black;
  clear:left;
  margin: 0;
  padding: 0.5em;
  overflow:hidden;
  display:block;
}

div.lobKritikSelector {
	border: 1px solid black;
}

item>* {
  margin:5px;
  display:block;
}

item>id {
  display:none;
}

author {
  float:left;
}

erfasst {
  float:left;
}

email {
  float:left;
}

telefon {
  float:left;
}

beschreibung {
  float:left;
}

#outer_more {
	
	}
#more_inner {
	text-align:center;
	font-size:12px;
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
	border-right-color: #b0b0b0;
	border-bottom-color: #c0c0c0;
	width:11em;
	cursor: pointer;
}

#more_inner.highlight {
	font-weight: bold;
	border: 1px solid #483D8B;
	border-right-color: #6495ed;
	border-bottom-color: #6495ed;
}

#box { 
	/* position:absolute;
	top:20px; left:0px;**/
	margin-top:-1px;
	font-size:12px;
	padding: 6px 4px;
	width:120px;
	background-color: #fff;
	color: #000;
	border: 1px solid gray;
	border-top:1px solid #e2e2e2;
	display: none;
	cursor:default;
}

#box.highlight {
	width:119px;
	border-width:2px;
}

#boxlink { color: #a5a5a5;
	text-decoration: none;
	cursor: default;
	margin-left: 33px;
}

#boxlink.highlight { color: #0000cd;
	text-decoration: underline;
	cursor: pointer;
}

textarea {
	background: #ffffff;
	border:2px inset threedface;
}

