/**
 * Wirtschaftsvereinigung Laichingen
 * members stylesheet
 *
 * (c) 2008 EZdesign.de
 */


/**
 * map
 */

div#wvlmap_map {
	width: 504px;
	height: 471px;
	border: 1px solid #022E91;
}

div#wvlmap_info {
	position: absolute;
	z-index: 999;
	display: none;
	width: 200px;
	border: 1px solid #022E91;
	background: white;
	color: black;
}

div#wvlmap_info_inner {
	padding: 3px 5px;
}

div#wvlmap_filter {
	margin-top: 3px;
}

div#wvlmap_filter input {
	width: 138px;
	padding: 2px 3px;
	border: 1px solid #022E91;
	background: white;
}
div#wvlmap_filter input.searching {
	background: red;
}

div#newscontainer div#wvl_logos {
	height: 386px;
	overflow: auto;
	text-align: center;
	border: 1px solid #FEAE15;
	border-top: 0;
	background: white;
}

div.wvl_logo {
	margin: 3px 0 10px 0;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}

div.wvl_logo img {
	border: 2px solid white;
}
div.wvl_logo.highlighted img {
	border: 2px solid #022E91;
}

div#map_crosshair {
	width: 35px;
	height: 27px;
	position: absolute;
	z-index: 999;
	display: none;
}

/**
 * details
 */

h1 input {
	font-size: 15px;
	font-weight: bold;
	color: #022E91;
	width: 500px;
}

input,
textarea {
	width: 482px;
	margin: 1px 0;
}

textarea {
	height: 300px;
}

input.submit {
	width: auto;
}

div.imageupload input {
	width: auto;
}

a.memberedit {
	float: right;
	padding: 3px 6px;
	background: #022E91;
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 8px;
}

table.wvl_newmember {
	width: 100%;
}

table.wvl_newmember td {
	padding: 0 10px 2px 0;
	vertical-align: top;
}

table.wvl_newmember td textarea,
table.wvl_newmember td input {
	width: 390px;
}

div.box.kontakt {
	padding: 0;
	min-height: 170px;
}
* html div.box.kontakt {
	height: 170px;
	height: 170px;
}

div.boxinner {
	padding: 10px 7px;
}
div.boxinner input {
	width: 200px;
}

div#minimap {
	width: 240px;
	height: 170px;
	float: right;
	overflow: hidden
}

table.leftright {
	margin: 10px 0 25px 0;
}


/**
 * administration / login
 */

table#changepw td {
	padding-right: 20px;
}

table#changepw td input.fixwidth {
	width: 200px;
	margin: 1px;
}

input#logout,
table#changepw td input {
	width: auto;
}
