/*ellen, 13.02.2009, seitenbereiche aufeinander anpassen*/
/*#Content {
    position: relative;
    margin-top: -2px;
    margin-left:16px;
    margin-right:16px;
    margin-bottom:0px;
    background-image: url(../img/hintergrund.jpg);
    background-repeat: no-repeat;
    background-position:	center;
    height: 73.5%;
    
    border: 1px solid blue;
}*/
#ThesaurusBereichIndex {
    position: absolute;
    top: 0px;
    left: 0px;
    width:280px;
    height: 550px;
    margin-top: 0px;
    margin-left: 0px;
    
    /*border: 1px solid red;*/
}
#ThesaurusLoaderIndex {
    position: absolute;
    width:100%;
    height: 100%;
    margin-top:0px;
    margin-left: 0px;
}

/*.p{
    color: #ff0000;
}*/
#SearchBereichStandard {
    position: relative;
    /*height: 580px;*/
    /*ellen, 12.05.09*/ 
    /*height: 85%;*/
    margin-top:0px;
    margin-left:300px;
    
    /*border: 1px solid black;*/
}
div.searchLine {
    position: relative;    
    margin-top:0px;
    margin-bottom:20px;
    margin-right: 16px;    
    list-style-type: none;
    width:100%;
        
    /*border: 1px solid green;*/
}

/*Abstand zwischen Content und SearchBereich*/
div.searchLine20 {
    position: relative;
    margin-top:0px;
    margin-bottom:0px;
    margin-right: 16px;    
    list-style-type: none;
    width:100%;
    height: 20px;    
/*    background-color: #ffe8e8;*/

    /*border: 1px solid green;*/
}

div.searchAreaIndex {
    position: relative;
    top: 0px;
    /*left: 150px;*/
    /*width: 100%;*/
    margin-top:10px;
    margin-bottom:0px;
    margin-left: 0px;

    /*border: 1px solid red; */   
}
div.searchAreaQuery {
    position: relative;
    /*float: left;*/
    /*top: -40px;*/
    top: 0px;
    left: 150px;
    width: 66%;
    margin-top:0px;
    margin-bottom:0px;
    margin-left: 0px;
    margin-right: 0px;
    
    /*border: 1px solid yellow;*/
}
div.searchLabel {
    /*position:	static;*/
    /*width: 150px;*/
    margin-top:0px;
    margin-bottom:0px;
    margin-left: 0px;
}
span.labeltext {
    margin-top:0px;
    margin-bottom:18px;
    margin-left: 0px;
    line-height: 22px;
    font-size:12px;
}
/*rot auf rosa*/
/*span.warning {
    text-align: center;
    color: #ff0000;
    font-size: 12px;
    background-color: #ffe8e8;
    border: 1px solid #ff8080;
    padding: 5px;
}*/
/*rot auf heller fiz farbe*/
span.warning {
    text-align: center;
    color: #ff0000;
    font-size: 12px;
    background-color: #f9e397;
    border: 1px solid #ff0000;
    padding: 5px;
}

.warningFlash{
    text-align: center;
    color: #ff0000;
    font-size: 12px;
    background-color: #f9e397;    
}

input.inputText {
    /*position: relative;*/
    font-size:12px;
    font-weight: bold;
    height: 20px;
    width: 100%;
/*    min-width: 500px;*/
    /*margin-right: 16px;*/
    overflow:	hidden;

}
/*div.thesaurusbutton {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 50px;
    margin-left: 20px;
}*/
div.thesaurusbutton {
    position: absolute;
    margin-top: 40px;
    margin-left: -10px;
}
div.popup {
    text-align: left;
    font-size: 14px;
    margin-left: 0px;
    color: black;
    background-color: #dddddd;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 100px;
}
.marginleft10 {
    margin-left: 10px;
}
.marginleft100 {
    margin-left: 100px;
}

div.searchLineLabel {
    position: absolute;
    left: 0px;
    width: 150px;

    /*border: 1px solid green;*/
}


div.searchLineQuery{
    position: relative;
    margin-top:0px;
    margin-bottom:30px;
    margin-right: 16px;
    list-style-type: none;
    /*height: 60px;*/
    /*ellen, 12.05.09*/
    /*nicht vom IE beruecksichtigt*/
    /*height: 10%;*/
   
    
    /*width:84%;*/
        
    /*border: 1px solid purple;*/
}

