

#content h2 {
    font-size: 14px;
    height: 1.5em;
    border-bottom: solid 1px #999999;
    padding-top: 4px;
    padding-bottom: 0px;
    margin-bottom: 8px;
    margin-top: 0px;
}

.text-box {
    font-size: 12px;
    margin-left: 0px;
}

.text-box h3 {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 0px;
    margin-bottom: 8px;
    margin-top: 0px;
    color: #999999;
    font-weight:NORMAL;
}
.text-box div {
    margin-bottom: 1em;
    font-size: 12px;
}

.text-box img.left {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}
.text-box img.right {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

.box {
    width: 260px;
    border: solid 1px #999999;
    background-color: #ffffff;

    margin-top: -3;
    margin-bottom: 12px;
    background-image: url('/app/default/images/backgrounds/grid-panel.gif' );
    background-repeat: repeat-y;
    -moz-border-radius: 6px 6px;
    border-radius: 6px 6px;    margin-top: -3px;
}
.box-header {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-top: 2px !important;
    font-size: 12px;
    height: 1.5em;
    border-bottom: solid 1px #999999;
}

h3.box-header {
    font-weight: NORMAL;
}
.box-body {
    font-size: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.box-body-caption {
    margin-top:4px;
    font-style:italic;
}

.box-light {
    width: 260px;
    border: solid 1px #999999;
    margin-bottom: 12px; 
    -moz-border-radius: 6px 6px;
}
.box-light-header {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-top: 0px;
    font-size: 12px;
    height: 1.5em;
    border-bottom: solid 1px #999999;
}
.box-light-body {
    font-size: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.box-light-body-caption {
    margin-top:4px;
    font-style:italic;
}

div.fragment-picture-1 {
 padding: 4px 12px 0px 0px;
 margin: -2px 0 0px 0;
 float: left;
}

div.fragment-picture-2 {
 float: right;
 padding: 4px 0px 0px 12px;
 margin: -2px 0 0 0;
 margin-bottom:0px !important;
}

div.fragment-picture-4 {
 float: none;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 0px;
}

div.fragment-picture-1 img ,
div.fragment-picture-2 img ,
div.fragment-picture-4 img  {
 border: 1px solid #dedede;
}

form[name='contact'] {
    border: solid 1px #cecece;
    padding: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 6px;
    width: 542px;
}


div.form-row {
    font-size: 10px;
}
div.form-label {
    float: left;
    width: 120px;
}
div.form-widget {
    float: right;
    width: 360px;
    margin-right:6px;
}
div.form-widget input[type='text'],
div.form-widget textarea {
    width: 360px;
}

* html div.form-widget input {
    width:360px;
}
* html div.form-widget textarea {
    width:360px;
}

li.most-recent-item {
	margin-left:-10px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
* html li.most-recent-item {
  
  margin-left:-12px;
  margin-top:-4px;
  padding:0px;
  border-width: 0px;
} 
div.form-widget input[type='file'] {
    font-size: 10px;
}

br.clear {
    height: 0px;
    clear: both;
}

div.form-validation-msg {
    color:red;
    margin-top:4px;
    margin-bottom:0px;
    font-size:11px;
}

div.page-link {
    font-size:11px;
    float:left;
    text-align: center;
    width:20px;
    border:1px #dedede solid;
    background-color:#EDE6E8;
    margin-right: 2px;
}

div.page-link:hover {
    background-color:#ffffff;
    cursor:pointer;
}
div.current-page-link {
    font-size: 11px;
    float: left;
    text-align: center;
    width: 20px;
    color: #D1BBC3;
    border: 1px #EDE6E8 solid;
    background-color: #ffffff;
    margin-right: 2px;
}

div.grid-panel {
    float: left;
    width: 160px;
    height: 194px;
    padding: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 13px;
    margin-left: 13px;
    background-repeat: repeat-y;

    border-top: 1px solid #cecece;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #ededed;
    background-image: url('/app/default/images/backgrounds/grid-panel.gif' );
    background-position: left;
    -moz-border-radius: 6px 6px;
    border-radius: 6px 6px;
}

div.grid-panel:hover {
    background-image: url('/app/default/images/backgrounds/grid-panel-alter.gif' );
    background-position: right;
    border: 1px solid #cecece;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #bbbbbb;
}
div.grid-panel h2 {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #9e9e9e !important;
    color: #777777;
    font-weight: NORMAL;
}
div.grid-panel div.item-container{
    margin:0;
    margin-right:-10px;
    height: 160px;
    overflow:auto;
}
div.grid-panel div.item{
    margin:0;
    margin-bottom: 6px;
    font-size:10px;
}

div.more {
    float:right;
    font-size:11px;
    padding-top:3px;
}

select,
textarea,
input[type='text'],
input[type='file'] {
    background-color: #f0f0f0;
}
form sup {
    color:#B43632;
}
input[type='button'],
input[type='submit'],
button {
    color: #B43632;
    cursor: pointer;

    background-image: url('/app/default/images/backgrounds/grid-panel-alter.gif' );
    background-position: right;
}

input[type='button']:hover,
input[type='submit']:hover,
button:hover {
    color: #000000;
}



 div.search-result-container {
    border-top:1px solid #cccccc;
 }
 table.search-result {
    border-left:1px solid #cccccc;
 }

 table.search-result td div.text {
    margin-bottom:6px;
    margin-top:6px;
 }
 table.search-result td {
    border-bottom:1px solid #cccccc;
    border-right:1px solid #cccccc;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:12px;
    padding-left:4px;
    padding-right:4px;
    padding-bottom :1px;
    padding-top:1px;
 }
 div.search-page {
    height:100%;
    padding-top:8px;
    margin-left:12px;
    margin-right:12px;
 }
 div.search-page select {
    font-size:11px;
 }
 div.search-splash {
    border-bottom:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    padding:24px;
    margin-right:160px;
    height:140px;
 }
 div.search-pic {
    background-image:url('../images/icons/search_150.gif');
    width:150px;
    height:150px;
    float:left;
    
 }
 div.search-text {
    float:left;
    width:426px;
    height:120px;
    margin-left:24px;
    text-align: center;
    padding-top:44px;
 }

div.galery {
    background-color: white;
    display: none;
    top: 160px;
    font-family: verdana, arial, helvetica, sans-serif;
}
div.control-bar {
}

div.control {
    display: inline;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    font-size: 10px;
    width: 108px;
    height: 16px;
    background-image: url('../images/backgrounds/button.gif');
    text-align: center;
    margin-bottom: 8px;
}

#galeryImageContainer {
    float: left;
    margin-right: 12px;
    padding: 8px;
    border: 1px solid #aaa;
}


#galeryImageTitle {
    font-size: 13px;
    font-weight: BOLD;
}
#galeryImageDescription {
}
#galeryImageContent {
    font-size: 12px;
}

.currentPosLabel {
    float: left;
    font-size: 10px;
    padding-top: 4px;
    margin-left: 8px;
    margin-right: 28px;
}

#article-header {
    margin-left: 12px;
    margin-right: 12px;
    border-bottom: 1px #cecece solid;
    height: 60px;
}
#article-title {
    float: left;
    font-size: 18px;
}

#article-title label {
    display: block;
    float: left;
    width: 46px;
    font-weight: BOLD;
}
.main-reference {
    padding-left: 2px;
    font-size: 10px;    
}
#article-title .main-reference:first-child {
    margin-top: 2px;
}

#article-text {
    display: none;
}
#article-tools {
}

.info-button,
.info-button-disabled,
.galery-button,
.galery-button-disabled,
.text-button,
.text-button-disabled {
    float: right;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-left: 12px;
    cursor: pointer;
}
.galeryAuto:hover {
   cursor: hand;
}
.info-button {
    background-image: url( '../images/icons/folder.gif' );
}
.info-button-disabled {
    background-image: url( '../images/icons/folder_disabled.gif' );
    cursor: auto;
}
.galery-button {
    background-image: url( '../images/icons/galery.gif' );
}
.galery-button-disabled {
    background-image: url( '../images/icons/galery_disabled.gif' );
    cursor: auto;
}
.text-button {
    background-image: url( '../images/icons/text.gif' );
}
.text-button-disabled {
    background-image: url( '../images/icons/text_disabled.gif' );
    cursor: auto;
}

.frag-table table {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    margin-top:12px;
}
.frag-table table tr:first-child td {
    font-weight: BOLD;
    background-color: #ededed;
    padding-bottom: 2px;
}
.frag-table table td {
    vertical-align: top;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 2px;
    padding-bottom: 12px;
    padding-left: 6px;
    padding-right: 6px;
}



#article-body {
    margin-top: 6px;
    margin-left: 12px;
    margin-right: 12px;
}
#article-body-left {
    float:left;
    width: 584px;
}
#article-body-right {
    float:right;
}
#article-info {
    display:none  ;
}   
.article-summary {
    padding: 4px;
    padding-left: 6px;
    font-size: 12px; 
    padding-bottom: 6px; 
}
.image-popup {
    -moz-border-radius: 6px 6px;
    position: absolute;
    display: none;
    background-color: #F3EBEB;
    border: 1px solid #999999;
    border-right: 1px solid #444444;
    border-bottom: 1px solid #444444;
    padding: 4px;
    width: 250px;
}

.image-title {
    font-size: 10px !important;
    margin:0px !important;
}
.image-description {
    font-size: 10px !important;
    margin:0px !important;
}

.image-info {
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    height: 14px;
    font-size: 10px !important;
    padding-left: 4px;
    width: 45px;
    background-color: #F3EBEB;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    float:right;
    color: #777777;
}

.special-data table {
    width: 98%;
    margin-left: 6px; 
    margin-right: 6px; 
    border-left: 0px solid #cccccc;
    border-right: 0px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 12px;
}
.special-data table tr {
}

.special-data table td {
    font-size: 12px;
    padding: 6px;
    padding-bottom: 2px;
    padding-top: 2px;
    vertical-align: top;
}

h3.global-search {
    border: 1px solid #dedede;
    /* border-bottom: 1px solid #999; */
    cursor: pointer;
    font-size: 12px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    margin-bottom: 0px;
    margin-top: 8px;
}

span.global-search-count {
    font-size: 12px;
    font-weight: 300;
}

tr.next-matches {
    background-color: #999;
}
div.next-matches {
    background-color: #999;
    color: #fff;
    font-weight: 700;
    padding-left: 6px;
}

#map {
    width: 878px;
    height: 540px;
}

.map-window-title {
    font-size: 10px;
    margin-bottom: 4px;
    margin-top: 0px;
}
.map-window-infoline {
    font-size: 10px;
    margin-bottom: 4px;
    margin-top: 0px;
}
.map-window-param {
    font-size: 10px;
    margin-top: 0px;
    margin-bottom: 4px;
    width: 350px;
}
.map-window-link {
    font-size: 10px;
    margin-top: 0px;
    margin-bottom: 14px;
}


#entry-tabbar {
    height: 21px;
    margin-top: 14px;
}
#entry-content {
}

.entry-tab {
    border: 1px solid #999;
    float: left;
    font-size: 12px;
    height: 20px;
    margin-bottom: 0px;
    width: 120px;
}

.entry-contenttab {
    border: 1px solid #999;
    padding: 8px 18px 8px 18px;
    margin-top: 0px;
    min-height: 460px;
}

.entry-text {
    padding: 8px;
}
.entry-para {
    font-size: 12px;
    margin-bottom: 8px;
}





