div.pageContainer {
    width:875px;
    margin:0 auto;
    }

form {
    margin:0px;
    padding:0px;
    }

/*
table {
    border-collapse:collapse;
    margin:0px;
    padding:0px;
    }
*/
/* NEU START */
table.result {
	width:			855px;
	margin-left:	10px;	
	margin-top:		20px;
}
table.result td{
	padding-bottom:	15px;
	vertical-align:	top;
}
/* NEU ENDE */
.pageContainer {
    padding:0px;
    margin:0px;
    width: 100%;
}

/* The Search Bar */

div.searchBar {
    width: 100%;
    height: 60px;
    background: #000;
    padding:0px;
    margin:0px;
    border:none;
    }

div.searchBar .logo {
    float:left;
    margin: 10px 0px 0px 10px;
    border:none;
    }

div.searchBar form {
    display: inline;
    margin: auto;
}

div.suggestionEntry,
div.suggestionEntryHover {
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
}

div.suggestionEntry {
    background-color: #fff;
    color: #000;
}

div.suggestionEntryHover {
    background-color: #00c;
    color: #fff;
}

/* ####################### */
/* ##      menu         ## */

.menuLevel1 {
    height:22px;
    font:12px verdana,arial,sans-serif;
    background: url(menuLeve.png) repeat-x bottom;
    }
.menuContainer {
    display:block;
    width:692px;
    margin-left:auto;
    margin-right:auto;
    }
.menuLevel1 a:link, .menuLevel1 a:visited {
    float:left;
    display:block;
    height:22px;
    width:153px;
    padding:0 17px 0 0;
    margin:0 3px 0 0;
    background:url(menuLeve.png) no-repeat right top;
    text-decoration:none;
    cursor:pointer;
    }
.menuLevel1 a:hover, .menuLevel1 a:active {
    background-position: right center;
    text-decoration:none;
    }
.menuLevel1 a:link span, .menuLevel1 a:visited span {
    float:left;
    display:block;
    height:18px;
    width:136px;
    padding:4px 0 0 17px;
    background:url(menuLeve.png) no-repeat left top;
    color:#fff;
    text-align:center;
    }
.menuLevel1 a:hover span, .menuLevel1 a:active span {
    background-position:left center;
    }
.menuLevel1 a#menuActive1:link, .menuLevel1 a#menuActive1:visited, .menuLevel1 a#menuActive1:hover, .menuLevel1 a#menuActive1:active {
    background-position:right bottom;
    font-weight:bold;
    }
.menuLevel1 a#menuActive1:link span, .menuLevel1 a#menuActive1:visited span, .menuLevel1 a#menuActive1:hover span, .menuLevel1 a#menuActive1:active span {
    background-position:left bottom;
    }
.menuSelected {
    width:100%;
    height:5px;
    background:url(menuSele.png) repeat-x bottom left;
    }


/* ####################### */
/* ##      buttons      ## */








div.simpleForm {
    width:100%;
	background-color:#FFFFFF;
    /*background:#ddd url(../images/formBackground.png) repeat-x bottom;*/
    /*overflow:visible;*/
}
div.simpleFormContent {
    width:692px;
    margin:auto;
    padding:10px 0px 0px 0px;
    }
.advancedButton {
    margin-top:20px;
    margin-left:auto;
    margin-right:4px;
    }
div.advancedForm {
    width:100%;
    background:#eee url(formAdva.png) repeat-x bottom;
}
div.advancedFormContent {
    width:692px;
    margin:auto;
    padding:10px 0px 10px 0px;
    }


div.searchBarAdvanced table.detailsBox {
    width: 100%;
}


div.searchBarAdvanced table.detailsBox {
    width: 100%;
}

table.detailsBox tr td {
    padding-bottom:10px;
}

table.detailsBox tr td table tr td {
    padding-bottom:0px;
}

div.searchBarAdvanced table.detailsBox th {
    text-align: left;
    font-size: 0.9em;
    font-weight: bold;
}

div.searchBarAdvanced table.detailsBox table {
    margin-left: 0px;
    margin-right: auto;
}

tr.tabs th, tr.tabsAdvanced th {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

tr.tabs th div.tab, tr.tabsAdvanced div.tab {
    width: 130px;
    height:16px;
    padding:2px 0px 0px 15px;
}

tr.tabs .active, tr.tabsAdvanced .active {
    border-top:1px solid #aaa;
    border-right:1px solid #aaa;
    border-bottom:1px solid #eee;
    border-left:1px solid #aaa;
    background: #eee url(advanced.png) no-repeat left bottom;
    cursor: pointer;
}

tr.tabs .inactive, tr.tabsAdvanced .inactive {
    font-weight: bold;
    border: 1px solid #aaa;
    color: #444;
    background: #eee url(advanced.png) no-repeat left top;
    cursor: pointer;
}


td.tabbedContent {
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #000;
    background-color: #fff;
}

.tabbedContentDiv {
    margin: 0px;
    text-align: left;
    background: #ddd url(formBack.png) repeat-x bottom;
}

.searchTypeIntro {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.2em;
    margin:0px 0px 5px 0px;
}




/* View Switching */

.changeViewPane {
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: 0px;
    background-color: #e4eefa;
    border: 1px solid #7b9bbf;
    width: 250px;
    height: 350px;
    overflow: auto;
    text-align: left;
    }
div.currentView {
    margin: 10px 10px 0px 0px;
    border:1px solid #7b9bbf;
    background:#e0ecfa;
    float:right;
    width: 250px;
    height: 35px;
    cursor: pointer;
    text-align: left;
    }
.currentViewHover {
    background:url(currentV.png) repeat-x bottom left !important;
    }
.changeViewPane .loading,
.changeViewPane .viewListEntry {
    background-color: #bbd3ee;
    }
.changeViewPane .viewListEntryHover {
    background-color: #e4eefa;
    border-top:1px solid white !important;
    border-bottom:1px solid white !important;
    }
.viewType {
    font-size: 10px;
    top: 3px;
    }
.currentView .viewType {
    color: #336699;
}

.changeViewPane .viewType {
    color: #336699;
}

.viewName {
    font-size: 9px;
}

.currentView .viewName {
    color: #000;
}

.changeViewPane .viewName {
    color: #000;
}

.changeViewPane .loading,
.changeViewPane .viewListEntry {
    border-bottom: 1px solid #b1ccea;
    border-top: 1px solid #b1ccea;
    margin: 5px;
    cursor: pointer;
    height: 35px;
}

.currentView span,
.changeViewPane span {
    position: relative;
    left: 40px;
}

.currentView .searchProfile,
.changeViewPane .searchProfile {
    background-image: url(icn_site.png);
    background-position: 5px;
    background-repeat: no-repeat;
    height: 35px;
}

.currentView .defaultView,
.changeViewPane .defaultView {
    background-image: url(icn_coll.png);
    background-position: 7px;
    background-repeat: no-repeat;
    height: 35px;
}




/* Messages */

div.messages {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    background-color: #f9a650;
}

div.messages img.message {
    vertical-align: text-bottom;
    margin-right: 3px;
}

div.messages .originalQuery {
    font-style: italic;
}

div.messages .header {
    font-weight: bold;
    font-size: 12px;
}

div.messages table {
    margin-left: auto;
    margin-right: auto;
}

div.messages th {
    border-top: 2px solid #fcc;
    border-left: 2px solid #fcc;
    border-right: 2px solid #c99;
    border-bottom: 2px solid #c99;
    background-color: #fce7e7;
    font-weight: bold;
    font-size: 9px;
}

div.messages td {
    border-top: 1px solid #fcc;
    border-left: 1px solid #fcc;
    border-right: 1px solid #c99;
    border-bottom: 1px solid #c99;
}

div.stacktrace {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: 1px solid #000;
    font-size: 12px;
}


/* Pagination */

div.paginationTop,
div.paginationBottom {
    background-color: #fff;
    clear: both;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
}

div.paginationTop {
    background-repeat: no-repeat;
    background-position: bottom left;
}

div.paginationTop table,
div.paginationBottom table {
    font-size: 12px;
    font-family: verdana, tahoma, sans-serif;
}

div.paginationTop table tr td .query,
div.paginationBottom table tr td .query {
    margin-bottom: 12px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: left;
    background-color:#EEEEEE;
    padding:5px 10px;
    border-bottom:1px solid #EBEBCB;
    font-weight:normal;
}


.query a {
    color: #000;
    text-decoration: none;
}

.query a:hover {
    text-decoration: underline;
}

div.paginationTop table tr td .results,
div.paginationBottom table tr td .results {
   
}

div.paginationTop table tr td .links,
div.paginationBottom table tr td .links {
    text-align: right;
    margin-right: 5px;
}

.paginationResults {
    text-align: left;
    margin-left: 10px;
}

.paginationResults .found {
    font-weight: bold;
}

div.paginationTop table tr td .links .current,
div.paginationBottom table tr td .links .current {
    font-weight: bold;
    color: #000;
}

div.paginationTop table tr td .links a,
div.paginationBottom .links a {
    text-decoration: none;
    color: #ccc;
}

div.paginationTop table tr td .links a:hover,
div.paginationBottom .links a:hover {
    text-decoration: underline;
    color: #000;
}

.annotatedTerm {
    text-decoration: underline;
}

.annotation {
    padding: 3px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    background-color: #fce7e7;
    border-top: 1px solid #fcc;
    border-left: 1px solid #fcc;
    border-right: 1px solid #c99;
    border-bottom: 1px solid #c99;
}

.annotation .k {
    font-size: 12px;
    font-weight: bold;
}

.annotation .t {
    font-weight: bold;
}

.annotation .s {
    font-style: italic;
}

.annotation .d {
    font-weight: normal;
}

img.removeDrilldown {
    margin-bottom: -1px;
    margin-right: 2px;
}



/* Navigation */

.navigation {
    text-align: left;
}

.navigationRight {
    padding:5px 5px 5px 10px;    
    background: #f5f5ec url(navigato.png) repeat-y left;
}

.navigationLeft {
    padding:5px 10px 5px 5px;
    background: #f5f5ec url(navigatp.png) repeat-y right;
}

.navigationTop {
    padding:5px 5px 10px 5px;
    background: #f5f5ec url(navigatp.png) repeat-x bottom;
}

.navigationBottom {
    padding:10px 5px 5px 5px;
    background: #f5f5ec url(navigatp.png) repeat-x top;
}


.navigationTop .clustersOpen,
.navigationTop .clustersClosed,
.navigationTop .navigatorOpen,
.navigationTop .navigatorClosed,
.navigationBottom .clustersOpen,
.navigationBottom .clustersClosed,
.navigationBottom .navigatorOpen,
.navigationBottom .navigatorClosed {
    float: left;
}

.navigation .navigationHeader {
    font-family: "arial black", verdana, arial, helvetica, sans-serif;
    margin: 5px 5px -6px 0px;
    color: #ffca94;
    font-weight: bold;
    font-size: 20px;
    display:none;
}

.navigation .clustersOpen .clustersHeader,
.navigation .clustersClosed .clustersHeader,
.navigation .navigatorOpen .navigatorHeader,
.navigation .navigatorClosed .navigatorHeader {
    font-size: 11px;
    color: #333;
    border-bottom: 1px solid #bba;
    font-weight: bold;
    padding: 3px 0px 3px 25px;
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
}

.navigation .clustersOpen .clustersHeader,
.navigation .navigatorOpen .navigatorHeader {
    background-image: url(toggleMi.png);
}

.navigation .clustersClosed .clustersHeader,
.navigation .navigatorClosed .navigatorHeader {
    background-image: url(togglePl.png);
}

.navigation .clustersOpen .clustersContent,
.navigation .navigatorOpen .navigatorContent {
    display: block;
}

.navigation .clustersClosed .clustersContent,
.navigation .navigatorClosed .navigatorContent {
    display: none;
}

.clustersContent,
.navigatorContent {
    margin-bottom: 10px;
}

.clustersContent td {
    font-size: 11px;
}

.navigatorContent {
    font-size: 11px;
    padding:0 0 2px;
    color:#999;
}

.navigatorContent select {
    margin: 5px;
    width: 90%;
}

.navigatorContent .applied {
    display: block;
    margin:  5px 5px 5px 10px;
    font-style: italic;
}

.navigatorContent .applied img {
    margin: 0px 0px -3px 0px;
}

.navigatorContent .applied a {
    margin: 0px;
    display: inline;
}

.navigatorContent a, .navigatorContent a:visited {
    display: block;
    text-decoration: none;
    margin: 3px;
    color: #336699;
}

.navigatorContent a:hover {
    text-decoration: underline;
    color: #114466;
}

.navigatorContent .moreLink {
    text-align: right;
    font-style: italic;
}



/* Tree-view navigators and clusters */

.dtree {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    /*color: #000;*/
    white-space: normal;
}

.dtree img {
    border: 0px;
    vertical-align: middle;
}

.dtree a {
    color: #000;
    text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
    white-space: normal;
    padding: 1px 2px 1px 2px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
    /*color: #333;*/
    text-decoration: underline;
}

.dtree a.nodeSel {
    /*background-color: #c0d2ec;*/
}

.dtree .clip {
    /*overflow: hidden;*/
}

.dTreeNode {
    text-indent: -40px;
    margin-left: 40px;
}




/* Results */

.results {
}

.resultTable {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}





/* Document Summaries */

.docsumParentBox {
}

.docsumParentBox tr td {
    margin: 0px;
    padding: 8px;
}

.docsumParentBox tr td table tr td {
    margin: 0px;
    padding: 0px;
}

.docnum {
    text-align: right;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
    color: #798;
}

.heading, .heading a {
    color: #000;
    font-size: 10px;
}

.title a {
    color: #00c;
    font-size: 16px;
    font-weight: normal;
    font-family: arial, helvetica, sans-serif;
    line-height: 22px;
}

/*.date, mime {
    font-size: 8px;
}*/

.label, .similarLabel, .extraFieldLabel,
.text1Label, .text2Label, .text3Label, .text4Label, .text5Label, .text6Label, .text7Label {
    font-weight: bold;
    font-size: 11px;
    font-family: verdana, tahoma, sans-serif;
    color: #060;
}

.labelledField, .extraField, .similar,
.text1, .text2, .text3, .text4, .text5, .text6, .text7 {
    font-size: 11px;
    font-family: verdana, tahoma, sans-serif;
    color: #090;
}

.teaser, .body, .xml {
    font-size: 12px;
    font-family: verdana, tahoma, sans-serif;
    font-style: normal;
    color: #000;
}

.altClassEven {
    background-color: #fff;
}

td.altClassEven a {
    display: inline;
}

.altClassOdd {
    background-color: #FAFAFA;
}

.altClassOdd td,
.altClassEven td,
.altClassOdd table tr td,
.altClassEven table tr td {
    vertical-align: top;
}

/* Tooltips for scopes. */

div.scopeTooltip {
    background-color: #fff;
    border: 2px solid #000;
    padding: 2px;
}

iframe.scopeTooltipFrame {
    border: 0px;
}

span.scopeContent {
}

span.scopeContentOver {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #fce7e7;
}

.scopeName {
    display: block;
    font-weight: bold;
}

.attributePair {
}

.attributeKey {
    width: 30%;
    font-style: italic;
}

.attributeValue {
    width: 70%;
}

.tooltip {
    position: absolute;
    visibility: hidden;
    width: 240px;
    background-color: #ffffea;
    border: 1px solid black;
    padding: 2px;
    font-size: 12px;
    margin: 1em;
}

.tooltip h1 {
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    background-color: rgb(106,106,106);
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.tooltip p {
    padding: 2px;
    margin-top: 6px;
    line-height: 14px;
}

