/* sub-Meu */

ul#sub-menu {
    font-family: Arial, sans-serif;
    font-weight: bold;
    list-style: none outside none;
    margin: 0;
    padding-left: 0;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
ul#sub-menu li {
    border-left: 1px solid #6F6F6E;
    float: left;
    font-size: 10pt;
    padding-left: 10px;
    padding-right: 10px;
}
ul#sub-menu li:first-child {
    border-left: none;
    padding-left: 0;
}
ul#sub-menu li a {
    color: #6F6F6E;
    text-decoration: none;
}
ul#sub-menu li a:hover {
    color: black;
}
ul#sub-menu li a:active {
    color: black;
}
ul#sub-menu li.active a {
    color: black;
}

/* FORMULARE */

div.formrow{
	clear: both;
}

label.textlabel,  label.selectlabel, label.multicheckboxlabel {
	width: 200px;
	display: block;
	float: left;
}


input.textfield, select {
	width: 200px;
}

textarea {
	width: 196px;
}

input.checkboxfield {
	margin-left: 200px;
}

input.multicheckboxFirst {
	margin-left: 0px;
}

input.submitbutton {
	margin-top: 20px;
}

.ui-autocomplete-loading {
	background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat;
}

/*.ui-widget {
	font-size: 9pt !important;
} */

input.inputsubmit {
	margin-top: 10px;
}

input.textinput, input.geofield {
	width: 190px;
	padding: 1px 5px;
}

input.textinput, label {
	margin: 5px 0px;
}

input.inputcheckbox {
	margin: 9px 0px;
}

select {
	margin: 5px 0 6px;
}

label {
	width: 150px;
	float: left;
	line-height: 20px;
	clear:both:
}

.SumoSelect label {
	width: auto;
	float: none;
	line-height: auto;
}

.cke {
	clear: both;
}

.helptext {
	display: none;
}
.help {
	position: relative;
	cursor: pointer;
}
.help:hover  .helptext{
	display: block;
	position: absolute;
	left: 20px;
	top: -0px;
	border: 1px solid #f39323;
	padding: 5px 10px;
	background-color: #FFFFFF;
	border-radius: 10px;
	font-size: 0.8em;
	width: 380px;
	z-index: 1000;
	box-shadow: 5px 5px 5px #666666; 
}

/* tabellen */

td {
	vertical-align:top;
}

table.model_details, table.list {
	border-collapse: collapse;
	margin-top: 1em;
	width: 100%;
}

table.model_details td, table.list td {
	border-bottom: 1px dashed #6F6F6F;
	padding: 1em 5px;
}

table.model_details td {
	padding: 0.5em 5px;
}

table.model_details th, table.model_search th, table.list th {
	text-align: left;
	font-weight: normal;
	border-bottom: 0;
	padding: 5px 5px;
}

table.model_details th, table.list th {
	background-color: #6F6F6F;
	color: white;
	padding: 0.5em 5px;
}


table.model_details th a, table.list th a{
	color: white;
	text-decoration: none;
}

table.model_search th {
	vertical-align: top;
}

#map-canvas {
	margin-top:2em;
}

.pflicht {
	color: #FF9900;
}

img.action_icon {
	margin-left: 5px;
}