html {
  overflow-y: scroll;
}

.clearer {
    clear: both;
}

body {
    margin: 0;
    background-color: white;
}

div#main {
    margin: 11px auto;
    width: 932px;
    font-family: Arial, sans-serif;
    color: #6F6F6F;
    position: relative;
}

div#header {
    height: 178px;
    width: 100%;
    background: white;
}

ul#uprightlist {
    font-family: Calibri, sans-serif;
    position: absolute;
    right: 30px;
    top: 15px;
    list-style: none outside none;
    margin: 0;
}
ul#uprightlist li {
    font-size: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #000000;
    float: left;
}
ul#uprightlist li:first-child {
    border-left: none;
}
ul#uprightlist li a {
    color: #000000;
    text-decoration: none;
}
ul#uprightlist li a:hover {
    text-decoration: underline;
}

img#logo {
    width: 202px;
    height: 162px;
    left: 8px;
    position: absolute;
    top: 7px;
    border: none;
}

div#mid {
    border: 1px solid #cccccc;
    background: rgb(226,223,208);
    padding: 10px;
    width: 908px;
    min-height: 400px;
}

div#left{
 font-family: Calibri, sans-serif;
 width: 226px;
 float: left;
 display: none;
}

ul#mainmenu {
 font-size: 18pt;
 list-style: none;
 float: left;
 margin-top: 0;
 padding: 2px 0 0 10px;
}

ul#mainmenu li:first-child{
 margin-top: 0;
}

ul#mainmenu li{
 margin: 20px 0;
}

ul#mainmenu a{
 color: #6F6F6F;
 text-decoration: none;
}


ul#mainmenu li.active a, ul#mainmenu a:hover, ul#mainmenu a:active{
 color: #FF9900;
}


h1{
 font-family: Calibri, sans-serif;
 color: #FF9900;
 font-size: 24pt;
 margin: 0 0 15px 0;
}

h2{
 font-family: Arial, sans-serif;
 font-weight: bold;
 margin: 15px 0;
}

div#content {
    width: 908px;
    font-size: 12pt;
    float: right;
    padding-bottom: 80px;
    min-height: 400px;
}

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;
}

div#footer {
 height: 42px;
 width: 932px;
}

div#footer #text2 {
 float: right;
 font-family: Calibri;
 font-size: 32pt;
}

div#footer #text1 {
 float: right;
 font-family: Calibri;
 font-size: 32pt;
 color:#FF9900;
 margin-left: 5px;
}

p > a:link, p > a:visited, p > a:active, p > a:hover {
 color:#FF9900; 
 font-weight:bold; 
 text-decoration:none
}

a {
  color: #ff9900;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* FORMULARE */

div.formrow{
	clear: both;
}

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


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

textarea {
	width: 700px;
 height: 350px;
}

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, input.geofield {
	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;
}

select.operator {
	width: 120px !important;
}

table.model_search input.geofield {
	width: 500px !important;
} 

table.model_search input.radius {
	width: 30px;
}