﻿/* -----------------------------------------------------------------------------

    ---------
    index.css
    ---------

------------------------------------------------------------------------------*/

#External
{
    clear: both;
    float: right;
}

#IndexContent
{
    clear: both;
    /*border: solid 1px Black;*/
    min-width: 1000px;
    width: 100%;
}

#Partners
{
    /*border: solid 1px #dbdcce;*/
    clear: both; 
    color: #dbdcce;
    font-family: Verdana;
    font-size: 1.2em;
    float: left;
    margin-top: 50px;
}
#Bartolovic
{
    background-color: #6c4524;
    height: 83px;
    padding-left: 2px;
    padding-top: 2px;
    width: 632px;
}
#Crassulaceae
{
}

#SearchList
{
    /*border: solid 1px black;*/
    float: right;
    width: 33%;
}


.SearchElement
{
    background-image: url('../img/redArrow.gif');
    background-repeat: no-repeat;
    /*border: solid 1px black;*/
    color: #382d12;
    display: block;
    margin: 10px;
    padding-left: 15px;
    text-decoration: none;
}
.SearchElement:hover
{
    color: #bf2f2f;
    text-decoration: underline;
}
.SearchBlue
{
    background-image: url('../img/dotBlue.gif');
    background-repeat: no-repeat;
}
.SearchGreen
{
    background-image: url('../img/dotGreen.gif');
    background-repeat: no-repeat;
}
.SearchMagnifier
{
    background-image: url('../img/magnifier_list.gif');
    background-repeat: no-repeat;
}
.SearchRed
{
    background-image: url('../img/dotRed.gif');
    background-repeat: no-repeat;
}
.SearchWhite
{
    background-image: url('../img/dotWhite.gif');
    background-repeat: no-repeat;
}
.SearchYellow
{
    background-image: url('../img/dotYellow.gif');
    background-repeat: no-repeat;
}


#TopGallery
{
    background-image: url('../img/galleryContainer.png');
    background-repeat: no-repeat;
    /*border: solid 1px black;*/
    float: left;
    min-height: 290px;
    width: 66%;
}


#GalleryContent
{
    position: relative;
    left: 258px;
    top: 35px;
}

