﻿body
{
	padding: 0px 0px;
	margin-top: 0px;
    border-width: 0px;
	font-family: Arial;
	font-size: 12px;
}




#LayoutCenter
{
	width: 950px;
	margin: 0px auto;
}

img
{
	border: 0px;
}

div {
display: block;
}

a
{
	text-decoration: none;
	color: #eee;
	outline: none;
}


#ContentTopSpace
{
	position: relative;
	height: 17px;
	z-index: 1;
}



.Lizenz
{
    /*
    color: white;
    float: left;
    vertical-align: middle;
    left: 12px;

        */

     
    position:absolute;
    color: white;
    font-size:12px;
    left: 100px;

}

.ImageLeft
{

    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    border-width: 0px;
    float: left;


    /*float: left;*/
    /*clear: left;*/
    /*width: 21px;*/
    /*height: 20px;*/
    /*text-align: center;*/
    /*vertical-align: middle;*/

}

.ImageHome
{

    margin-left: -1px;
    margin-right: -1px;
    padding-left: 0px;
    border-width: 0px;
    position: relative;

    white-space: nowrap;
    left: -500px;
    top: 0px;

}

.ImageAmpel
{

    margin-left: -1px;
    margin-right: -1px;
    padding-left: 0px;
    border-width: 0px;
    position: relative;

    white-space: nowrap;
    left: 35px;
    top: 0px;

}


.ImageRight
{
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 0px;
    float: right;
    border-width: 0px;

    position: relative;

    white-space: nowrap;
    right: -70px;
    top: -76px;

}

.KopfSpalte {
    background-color: red;
    

}

.ImagePoor {
    left: 0px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    position: absolute;

    background-color: white;
    
}

.NoSpace {
    top: -40px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    #position: absolute;

    background-color: white;
    
}

.TabRowPoor {
    height: 30px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-spacing: 0px;
    margin: 0px;
}



.ImagePoorLeft {
    left: 0px;
    width: 30px;
    margin: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-width: 0px;
    #position: absolute;
    background-color: transparent;
    
}

.FavRelative {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 1px;
}


.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 600px;
    height: 770px;
}


.ImageActive:active {
/* hover: {border-width: 0px;border-style: none; position:relative; left:1px; top:1px;cursor:pointer} */ /* mouse over link */
/*img:link {color:#FF0000;border-width: 2px; border-style:solid}      *//* unvisited link */
/*img:visited {color:#00FF00;border-width: 2px; border-style:solid}  *//* visited link */
position: relative;
left:+1px; top:+1px;
border-color: transparent;
    border:none;
}


.ImageActiveTop:active {
/* hover: {border-width: 0px;border-style: none; position:relative; left:1px; top:1px;cursor:pointer} */ /* mouse over link */
/*img:link {color:#FF0000;border-width: 2px; border-style:solid}      *//* unvisited link */
/*img:visited {color:#00FF00;border-width: 2px; border-style:solid}  *//* visited link */
 width: 28px;
 height: 28px;
 }

.TableTDButton {
    background-color:transparent; height: 30px;
}

.Button5 {
    border: none !important;
    width: 45px;
    height: 45px;
    background: transparent;
    
    padding: 0px;
    margin: 0px;
    border: 0px;
    outline: none;
}

.table-nonfluid {
   width: 500px;
}

.divPoor {
    padding: 0px;
    margin: 0px;
    border: 0px;
    outline: none;

}

.roundedLeftTop {
    position: absolute;
    left: 12px;
    height: 259px;
    width:45px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    background-color: #E5E5E5;
}

.roundedLeftTopPos2 {
    top: 102px;
}

.roundedLeftBottom {
    height: 36px;
    width:0px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

.roundedButton {
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;

    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;

    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;

    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

.paging-pageinfo {
  padding-top: 8px;
  margin-bottom: 10px;
  text-align: center;
  color: #707070;
  font-weight: bold;
}

.paging-prev {
  margin: 0px auto;
  background-image: url('/app2/Content/images/up.png');
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.paging-next {
  margin: 4px auto 10px auto;
  background-image: url('/app2/Content/images/down.png');
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.paging-disabled {
  opacity: .55;
  filter: alpha(opacity=55);
  background-color: #e6e8e4;
}
.paging-pageinfo {
  padding-top: 8px;
  margin-bottom: 10px;
  text-align: center;
  color: #707070;
  font-weight: bold;
}
.paging-sel-elementinfo {
  bottom: 0px;
  position: absolute;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 10px;
  text-align: center;
  color: #ffb432;
  font-weight: bold;
}
.paging-all-elementinfo {
  bottom: 0px;
  position: absolute;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #707070;
  font-weight: bold;
}

.rightWindow {
   padding: 8px;
   float: right;
   cursor: pointer;
   margin-top: 15px;
   margin-right: 6px;
    
   height: 15px;
   width: 15px; 
}

.list-btn-filter {
padding-top: 10px;
padding-left: 7px;
padding-right: 5px;
background-image: url('/app2/Content/images/filter.png');
background-position: 0px 1px;
background-repeat: no-repeat;
width: 24px;
height: 24px;
cursor: pointer;
}

.ausgewaehlte-aufheben-btn-filter {
padding-top: 10px;
padding-left: 7px;
padding-right: 5px;
background-image: url('/app2/Content/images/nur_ausgewaehlte_objekte_aufheben.png');
background-position: 0px 3px;
background-repeat: no-repeat;
width: 24px;
height: 24px;
cursor: pointer;
}

.list-btn-mehrfachsel {
padding-top: 10px;
padding-left: 7px;
padding-right: 5px;
background-image: url('/app2/Content/images/show_all_2.png');
background-position: 0px 1px;
background-repeat: no-repeat;
width: 24px;
height: 24px;
cursor: pointer;
}

.list-btn-select0 {
padding-top: 10px;
padding-left: 7px;
padding-right: 5px;
background-image: url('/app2/Content/images/select_0.gif');
background-position: 0px 1px;
background-repeat: no-repeat;
width: 24px;
height: 24px;
cursor: pointer;
}

.list-btn-select1 {
padding-top: 10px;
padding-left: 7px;
padding-right: 5px;
background-image: url('/app2/Content/images/select_1.png');
background-position: 0px 1px;
background-repeat: no-repeat;
width: 24px;
height: 24px;
cursor: pointer;
}

.list-btn-selectall {
padding-top: 10px;
padding-left: 7px;
padding-right: 5px;
background-image: url('/app2/Content/images/select_all.gif');
background-position: 0px 1px;
background-repeat: no-repeat;
width: 24px;
height: 24px;
cursor: pointer;
}

.header-text {
padding: 10px;
color: white;
display: inline-block;
font-size: 11pt;
font-weight: normal;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-left: 10px;
}

.header-menu {
display: inline-block;
vertical-align: top;
margin-top: 3px;
height: 400px;
line-height: 30px;
outline: none;
overflow: hidden;
}

.header-menu-min {
display: inline-block;
vertical-align: top;
margin-top: 3px;
height: 30px;
line-height: 30px;
outline: none;
overflow: hidden;
}

.bezeichnungbreit {
    width: 450px;
}


.combobox-container input, .combobox-container .uneditable-input {
float: left;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}


.styled-select {
   background: url('/app2/Content/images/down.png') no-repeat right #898989;
   abackground: transparent;
   width: 268px;
   padding: 5px;
   afont-size: 16px;
   font-weight: bold;
   color: white;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }

#choice option { color: black; }

#select:hover + #b {
    background: #ccc
}

.form-group {
box-sizing: border-box;
color: rgb(51, 51, 51);
display: block;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
height: 34px;
line-height: 20px;
margin-bottom: 5px;
margin-left: -15px;
margin-right: -15px;
}

.form-letzte-zeile {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

input[type=text]::-ms-clear {
    display: none;
}

.form-horizontal1 {
    float:left;
    clear:none;
    overflow: hidden;
    background-color: white;
    width:560px;
    white-space: nowrap;
}

.objektBezeichnung {
    margin-left: 12px;
    margin-top:3px;
    width:285px;
    background-color: #A3A3A3;
    color:white;
    font-weight: normal;
}

.SchnellSuche {
    margin-left: 16px;
    margin-top:3px;
    background-color: white;
    color:black;
    font-weight: normal;
    position: absolute;
    top: 12px;
    right: 140px;
    float:right;
    width:150px;
    height: 19px;
    padding-top: 1px;
    background-color:white;
    border-width: 0px;

    
    border-radius:20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;

    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;

    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;

    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;

}

.dropdown-menu-large {
    max-height: 150px;
    overflow-y: auto;
}

.typeahead {
    max-height: 182px;
    overflow-y: auto;
    
}

.wrapstatus {
  height: 18px;
    width:170px;
  display: table;
  padding:5px;
    
}

.wrapstatus p {
  display: table-cell;
  vertical-align:middle;
    text-align:center;
  
}

.myBottomLine {
    color:#797979;
    font-family:Arial;
    font-size: 10px;
    padding-left: 20px;
    padding-top: 15px;
    cursor: pointer;
}

.OnlineFenster
{
	background-color: greenyellow;
}

.WARTEN
{
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	width: 120px;
	height: 65px;
	top: 55%;
	left: 40%;
	position: fixed;
    background-color: #D9D1D1;
    z-index: 99;
}

.minWindow
{
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	width: 150px;
	height:260px;
	top: 50%;
	left: 80%;
    position: absolute;
    background-color: #898989;
    color: white;
    z-index: 99;
    display: block;
}

.WartenGrafik
{
	position: absolute;
	top: 28px;
	left: 45px;
	
}

.WartenText
{
	margin-top: 5px;
	font-size: small;
	text-align:center;
	border:20px;
	border-color:Black;
    z-index: 9999;
}


.toolsWindow {
    margin: 0px;
    padding-left:8px;
    padding-right:8px;
    padding-top:2px;
    padding-bottom:2px;
    text-align: center;
    vertical-align:middle;
}

.myHr {
    display: block;
    height: 1px;
    border:0px;
    border-top: 1px solid #898989;
    margin: 1em 0;
    padding: 0;
    margin-top: 6px;
    margin-bottom: 6px;
    }

.dropdown-menu { left:auto; }

.labelcolorabgerundet {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
    width: 20px;
    height: 20px;
}

.gebColHead {
    border-style:solid;
    border-width: 1px; 
    border-color: lightgray;
    vertical-align:middle;
    padding: 0px;
    background-color: #dddddd;
    height:17px;
}

table th.resizing {
    cursor: col-resize;
}

.tooltip-inner {
    background-color: #898989;
}

.myTooltip + .tooltip > .tooltip-inner {background-color: #808080;}

.myTooltip + .top.tooltip .tooltip-arrow { border-top-color: #808080;}

#fake {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border: none;
}

.buttonpoint {
    cursor: pointer;
}

.roundedSchnellSuche {
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
    font-size: 20px;
    padding: 0px 5px;
    outline: 0;
    -webkit-appearance: none;
    background-color: white;
    width:285px;
    height:29px;


    position: absolute;
    top: 12px;
    right: 120px;
    float:right;


    padding-top: 1px;
    background-color:white;
    border-width: 0px;

    
}

.mySchnellSuche {
    border: 1px solid white;
    font-size: 14px;
    height: 18px;
    padding: 0px 0px;
    outline: 0;
    -webkit-appearance: none;
    padding:0px;
    margin:2px;
    -webkit-appearance: none;
    display:inline;
    
}

input.mySchnellSuche:focus {
    border-color: gray;
}
