@charset "utf-8";
/* CSS Document */
/*
-----------------------------------------------
Project: IntraBasic 1.0
Author: Infotrepid Tomaz Klemse s.p.
http://www.infotrepid.com
Version: 1.0 - 04.06.2010
-----------------------------------------------
Stylesheet for home page:

----------------------------------------------- */

@import url(HtmlElements.css);
@import url(Base.css);
@import url(Header.css);
@import url(Footer.css);
@import url(Common.css);
@import url(ContentsTables.css);
@import url(CrossTable.css);
@import url(UserStyles.css);

/*--------------------------------------------- */

/* HEADLINE ------------------------------------*/

#headline
{
    width: 970px;
}

#headlineImage
{
    height: 300px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

#headlineContentsLeft
{
    margin: 30px;
    float: left;
}

#headlineContentsRight
{
    margin: 30px;
    float: right;
}

.headlineLink
{
    color: inherit !important;
    text-decoration: underline !important;
}

.headlineLink:hover
{
    text-decoration: underline !important;
}

.headlineButton
{
    display:inline-block;
    background-image:url(../structure/images/headlineButton.gif);
    background-repeat: no-repeat;
    width: 112px;
    height: 34px;
    padding-right: 18px;
    padding-top: 9px;
    text-align: center;
    font-weight: bold;
}

.headlineButton:hover
{
    background-image:url(../structure/images/headlineButtonHover.gif);
    background-repeat: no-repeat;
}

/* CONTENTS ------------------------------------*/

#contents
{
    
}

#tip
{
    width: 33%;
    background-color: #FFFFFF;
}

#news
{
    width: 33%;
    background-color: #FFFFFF;
}

#reference
{
    width: 33%;
    background-color: #FFFFFF;
}

.homeSectionHeading
{
    font-size: 16px;
    padding: 0px 0px 10px 0px;
    color: #747878;
    background-image: url("../structure/images/sections_heading_bg.jpg");
    background-position: top left;
    background-repeat: no-repeat;
}

.homeSectionImage
{
    padding: 10px 0px 10px 10px;
}


.homeSectionContentsImage
{
    padding: 0px 10px 0px 0px;
}

.homeSectionContents
{
    padding: 15px 10px 15px 0px;
    width: 33%;
}

.homeSectionsText
{
    padding: 0px 7px 0px 7px;
}

.homeSectionsContentsTitle
{
    padding: 0px 0px 10px 0px;
    font-weight: bold;
    font-size: 14px;
}